/**********************************************************************
ポイントモール
共通CSS
[ /css/common.css ]

Since         : 08.07.30
Last modified : 08.00.00
**********************************************************************/



/* 目次
-------------------------------------------------
 ・タグの初期化
 ・リンク設定
 ・共通クラス
 ・サイト共通
 ・コンテナ
 ・トップメニュー
 ・ヘッダ 
 ・メニュー
 ・コンテンツ
 ・フッタ
 ------------------------------------------------- */



/* タグの初期化
------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* リンク設定
-------------------------------------------------*/

/* 
a:link    {color: #333; text-decoration: underline;}
a:active  {color: #333; text-decoration: underline;}
a:visited {color: #333; text-decoration: underline;}
a:hover   {color: #333; text-decoration: underline;}
*/

/* 
a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}
*/

/* 画像ロールオーバー設定
-------------------------------------------------*/

div.top_icon a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}

div.top_icon p a:hover img {
	filter:alpha(opacity=100);
	opacity:1.0;
}

div#wrapper_right a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}

/* 共通クラス
------------------------------------------------- */
.floatL  {float: left;}
.floatR {float: right;}
.clear    {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearer{
	clear: both;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}

div.separateS {
	font-size: 1px;
	line-height: 0%;
	margin: 5px 0px 0px 0px;
	clear:both;
}
div.separateM {
	font-size: 1px;
	line-height: 0%;
	margin: 7px 0px;
	*margin:5px 0px;
	clear:both;
}
div.separateL {
	font-size: 1px;
	line-height: 0%;
	margin: 20px 0px 0px 0px;
}
div.separateLL {
	font-size: 1px;
	line-height: 0%;
	margin: 25px 0px;
}

.mg_b10{
	margin-bottom:10px;
}

.mg_l10{
	margin-left:10px;
}

.mg_r10{
	margin-right:10px;
}


/* サイト共通
------------------------------------------------- */


body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color:#000;
	line-height:130%;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/back_body.jpg) repeat-x;
}


/* コンテナ
------------------------------------------------- */

div#container{
	width:750px;
	margin:0px auto;
	background-color:#FFF;
}

/* トップメニュー
------------------------------------------------- */

div#topmenu{
	width:327px;
	*width:330px;
	float:right;
	padding:5px 0;
}

div#topmenu ul{
}

div#topmenu ul li{
	float:left;
	font-size:0px;
	text-indent:-9999px;
	margin-right:10px;
}

div#topmenu ul li a{
	display:block;
	height:18px;
	font-size:0px;
	text-indent:-9999px;
}

div#topmenu ul li.topmenu01 a{
	width:91px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/headmenu01.gif) no-repeat;
}

div#topmenu ul li.topmenu01 a:hover{
	width:91px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/headmenu01_over.gif) no-repeat;
}

div#topmenu ul li.topmenu02 a{
	width:109px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/headmenu02.gif) no-repeat;
}

div#topmenu ul li.topmenu02 a:hover{
	width:109px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/headmenu02_over.gif) no-repeat;
}

div#topmenu ul li.topmenu03 a{
	width:97px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/headmenu03.gif) no-repeat;
}

div#topmenu ul li.topmenu03 a:hover{
	width:97px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/headmenu03_over.gif) no-repeat;
}

/* ヘッダライン
------------------------------------------------- */


div.head_line{
	clear:both;
	width:750px;
	height:5px;
	background-color:#FF9900;
	font-size:1px;
	line-height:0%;
}

/* ヘッダ
------------------------------------------------- */

div#header{
	clear:both;
}

div.head_right img{
	position:relative;
	z-index:0;
}

div#header h1{
	position:relative;
	z-index:1;
	font-size:0px;
	text-indent:-9999px;
	margin:-250px 0 0 15px;
	float:left;
}

div#header h1 a{
	position:relative;
	display:block;
	width:328px;
	height:75px;
	z-index:1;
	font-size:0px;
	text-indent:-9999px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/spacer.gif);
}

div.head_right{
	float:right;
	z-index:1;
}

div.head_right p{
	position:relative;
	font-weight:bold;
}

div.head_right p span{
	font-weight:normal !important;
}

p.head_point{
	margin:-210px 65px 0 0px;
	*margin:-213px 63px 0 0px;
	text-align:center;
	width:90px;
	font-size:12px !important;
}



/* サファリ用ハック使用
------------------------------------------------- */

p.about_login{
	text-align:right;
	margin:-7px 60px 10px 0;
	
}


html*p.about_login{
	text-align:right;
	margin:-7px 50px 10px 0;
}


* html p.about_login{
	text-align:right;
	margin:-7px 57px 10px 0;
	
}


*+html body p.about_login{
	text-align:right;
	margin:-7px 57px 10px 0;
	
}


/* サファリ用ハック使用
------------------------------------------------- */

p.about_login_side{
	text-align:right;
	margin:-10px 70px 10px 0;
	
}


html*p.about_login_side{
	text-align:right;
	margin:-10px 65px 10px 0;
}


* html p.about_login_side{
	text-align:right;
	margin:-15px 70px 10px 0;
	
}


*+html body p.about_login_side{
	text-align:right;
	margin:-15px 70px 10px 0;
	
}



/* お名前5文字までの場合
------------------------------------------------- */

p.head_name_length_5{
	margin:38px 65px 0 0;
	text-align:center;
	width:90px !important;
}

/* お名前7文字までの場合
------------------------------------------------- */

p.head_name_length_7{
	margin:40px 65px 0px 0;
	*margin:40px 65px 0px 0;
	text-align:center;
	width:90px !important;
	line-height:130%;
	font-size:11px !important;
	*padding-top:1px;
	padding-bottom:1px;
}


p.head_name_length_7{
	font-size:11px !important;
}


html*p.head_name_length_7{
	font-size:10px !important;
}


* html p.head_name_length_7{
	font-size:11px !important;
}


*+html body p.head_name_length_15{
	font-size:11px !important;
}


/* お名前15文字までの場合
------------------------------------------------- */

p.head_name_length_15{
	margin:38px 65px -5px 0;
	*margin:37px 65px -5px 0;
	text-align:center;
	width:90px !important;
	line-height:100%;
	font-size:11px !important;
	*padding-top:1px;
}


p.head_name_length_15{
	font-size:11px !important;
}


html*p.head_name_length_15{
	font-size:10px !important;
}


* html p.head_name_length_15{
	font-size:11px !important;
}


*+html body p.head_name_length_15{
	font-size:11px !important;
}


/* お名前20文字までの場合
------------------------------------------------- */

p.head_name_length_20{
	margin:36px 65px -5px 0;
	text-align:center;
	width:90px !important;
	line-height:100%;
	font-size:8px !important;
}


p.head_name_length_20{
	margin:36px 65px -5px 0;
}


html*p.head_name_length_20{
	margin:35px 65px -5px 0;
}


* html p.head_name_length_20{
	margin:36px 65px -5px 0;
}


*+html body p.head_name_length_20{
	margin:36px 65px -5px 0;
}


p.point_side{
	margin:-215px 0px 0 10px;
	*margin:-220px 0px 0 10px;
	*padding-left:2px;
	text-align:center;
	width:200px;
}


p.head_name_side{
	margin:138px 15px 0 10px;
	text-align:center;
	width:200px;

}

p.head_name_side_20{
	margin:135px 15px 0px 10px;
	*margin:135px 15px -2px 10px;
	text-align:center;
	width:200px;
	font-size:10px !important;
	line-height:100%;

}



p.logout_side{
	margin:5px 0px 0 63px;
}





/* サファリ用ハック使用
------------------------------------------------- */

p.logout_length{
	margin:69px 0px 0 2px;
}


html*p.logout_length{
	margin:71px 0px 0 5px;
}


* html p.logout_length{
	margin:70px 0px 0 5px;
}


*+html body p.logout_length{
	margin:70px 0px 0 5px;
}


p.logout_length a:hover{

	background:url(https://www.bluechip-beam.ne.jp/mall/images/btn_logout_over.gif) no-repeat;

}











p.welcome_length{
	margin:-205px 85px 0 0px;
	*margin:-203px 83px 0 -2px;
	*padding-left:2px;
	text-align:center;
}

p.welcome_side{
	margin:-215px 67px 0 0px;
	*margin:-220px 67px 0 -2px;
	*padding-left:2px;
	text-align:center;
}


p.login_length{
	margin:136px 0px 0 -18px;
	*margin:132px 0px 0 -18px;

}

/*p.login_length{
	margin:136px 0px 0 -18px;
	*margin:132px 0px 0 -18px;
	font-size:0px;
	text-indent:-9999px;
}
p.login_length a{
	display:block;
	width:89px;
	height:24px;
	font-size:0px;
	text-indent:-9999px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/btn_login.gif) no-repeat;
}

p.login_length a:hover{
	background:url(https://www.bluechip-beam.ne.jp/mall/images/btn_login_over.gif) no-repeat;
}

*/



p.login_side{
	margin:160px 0px 0 0px;
}

/* サファリ用ハック使用
------------------------------------------------- */

div.head_right p{
		font-size:13px;
}

html*div.head_right p{
		font-size:11px;
}

* html div.head_right p{
		font-size:13px;
}

*+html body div.head_right p{
		font-size:13px;
}


/* メニュー
------------------------------------------------- */

div#menu ul{

}

div#menu ul li{
	font-size:0px;
	text-indent:-9999px;
	float:left;
}

div#menu ul li a{
	display:block;
	width:374px;
	height:34px;
	font-size:0px;
	text-indent:-9999px;
}

div#menu ul li.menu01{
	margin-right:2px;
}


div#menu ul li.menu01{
	display:block;
	width:374px;
	height:34px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/menu01.jpg) no-repeat;
}

div#menu ul li.menu02 a{
	background:url(https://www.bluechip-beam.ne.jp/mall/images/menu02.jpg) no-repeat;
}

div#menu ul li.menu02 a:hover{
	background:url(https://www.bluechip-beam.ne.jp/mall/images/menu02_over.jpg) no-repeat;
}


/*ラッパー
------------------------------------------------- */

div#wrapper{
	width:738px;
	margin:0px 0px 0 12px;
}

div#wrapper_left{
	float:left;
	width:560px;
	margin-top:15px;
}

div#wrapper_right{
	float:right;
	width:150px;
	text-align:center;
	margin-right:12px;
	*margin-right:6px;
	margin-top:15px;
}


/*トップ新着情報
------------------------------------------------- */

div.top_new{
	width:546px;
	height:90px;
	overflow-y:scroll;
	border:solid 1px #CCC;
	border-top:none;
	padding:10px 2px 10px 10px;
	margin-bottom:15px;
}

div.top_new ul{
	list-style-image:url(https://www.bluechip-beam.ne.jp/mall/images/orange/mark_top_new.gif);
	margin-left:20px;
	line-height:150%;
}

div.top_new ul li span{
	width:60px;
	margin-right:10px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/mark_top_new_span.gif) right no-repeat;
	padding-right:10px;
}


/*トップカテゴリー
------------------------------------------------- */

div.top_cat{
	width:548px;
	padding-left:10px;
	border:solid 1px #CCC;
	border-top:none;
	padding-bottom:20px;
}

div.top_cat p{
	width:350px;
	margin:15px 10px 0 0;
	float:left;
}	


div.top_icon_group{
	width:540px;
	clear:both;
}

div.top_icon{
	width:180px;
	height:110px;
	float:left;
	text-align:center;
}

div.top_icon p{
	width:180px !important;
	margin:20px 0 10px 0;
}


/*ラッパーライト
------------------------------------------------- */

div#wrapper_right img{
	margin-bottom:0px;
}

div#wrapper_right p{
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
	margin-top:2px;
	*margin-top:0px;

}

div#wrapper_right p a{
	color:#666;
	text-decoration:none;
}

div#wrapper_right p a:hover{
	color:#FF9900;
	text-decoration:none;
}



/*フッタ
------------------------------------------------- */

div.foot_line{
	width:750px;
	height:3px;
	background-color:#FF9900;
	font-size:1px;
	line-height:0%;
	margin-top:20px;
}

div#footer{
	color:#999;
	margin:10px;
}

div#footer a{
	color:#999;
}

div#footer p{
	float:left;
	margin-top:30px;
}

div#footer ul{
	float:left;
	margin:30px 10px 0 65px;
	*margin:30px 10px 0 53px;
}

div#footer ul li{
	float:left;
	margin-left:15px;
	background:url(https://www.bluechip-beam.ne.jp/mall/images/orange/mark_foot_list.gif) no-repeat;
	padding-left:20px;
}

div#footer ul li a:hover{
	color:#FF9900;
}

div#footer img{
	float:left;
}


/* サファリ用ハック使用
------------------------------------------------- */

div#footer ul{
	margin:30px 10px 0 65px;
}

html*div#footer ul{
	margin:30px 10px 0 20px;
}

* html div#footer ul{
	margin:30px 10px 0 53px;
}

*+html body div#footer ul{
	margin:30px 10px 0 53px;
}

/* トップページ（マップ選択）
------------------------------------------------- */

div.cross_img{
	width:730px;
	height:400px;
	background-color:#4A96FF;
	padding:8px 10px 0 10px;
	margin-bottom:20px;


}

p.index_txt{

	margin-left:30px;

}

div.top_to_beam{

	text-align:right;
	margin-right:30px;
}


div.top_foot_line{
	width:750px;
	height:3px;
	background-color:#4A96FF;
	font-size:1px;
	line-height:0%;
	margin-top:20px;
}

.top_copyC{
	text-align:center;
	color:#4A96FF;
	margin-top:5px;
}




