@charset "shift_jis";
@import url("eventcampaign.css");
/*
*/
body,td,th {
	color: #fff;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background:#000;
}
#baceGrond{
	background:#000 url(/member/common/images/bg.jpg) center -28px no-repeat;
	position:relative;
}
.bodys  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #fff;
	/*background-color: #161211;
	background-image: url(/member/common/images/sec/mtopbg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
a:link {
	color: #fff;
}
a:visited {
	color: #ccc;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
#container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	/zoom:1;
} 
#header {
	padding: 0;
	text-align:center;
	/*height: 170px;*/
	height:209px;
  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header 	
	でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.thrColElsHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#sidebar1 {
	float: left;
	width: 150px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	/zoom:1;
}
#sidebar2 {
	float: right;
	width: 182px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/* #mainContent に関するヒント：
1. この #mainContent div に #sidebar1 div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#sidebar1 div の幅は #sidebar1 div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
#mainContent {
	width: 790px;
	float: right;
	margin: 0px;
	padding: 0px;
} 

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background-image: url("/member/common/images/sec/footbg.gif");
	height: 151px;
	color:#fff;
}
#footer a:hover {
	text-decoration: none;
	background:none;
}
#footerContbg {
	background-image: url(/member/common/images/sec/footgrapix.gif);
	height: 151px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#footer #headtxtlink {
	margin:0;
	padding-top:49px;
}
#footer p{
	padding-top:10px;
	color: #fff;
	line-height:1.4;
}
#mainContentWide {
	width: 603px;
	margin: 0px;
	padding: 0px;
}
#mainContentCenterBg {
	background-image: url(/member/common/images/sec/2nd_mainContentTbBg.jpg);
	background-position: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin: 0px;
	padding: 0px;
}
.mainContentCenterContWide {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #fff;

}
#headtxtlink {
	font-size: 10px;
	color: #fff;
	margin:3px 0 0;
}
#headtxtlink a:link {
	color: #fff;
}
#headtxtlink a:visited {
	color: #ccc;
}
#headtxtlink a:hover,
#headtxtlink a:active {
	color: #fff;
}

.rightsidefrooting {
	width: 182px;
	margin: 0px;
	padding: 0px;
}
#secfoot {
	width: 603px;
}
#mainContentWide img {
	margin: 0px;
	padding: 0px;
}
#categoryTill {
	background-color: #66CC99;
	width: 603px;
	text-align: right;
}
#topflashfocus{
	width:730px;
	margin:0 auto;
}
#topflashfocus #topflashfocusSub {
	width: 100%;
	padding:2px 0 0;
}
#topflashfocusSub td {
  font-size: 10px;
}
.topflashfocusSubattention {
  background-color: #fff;
  border: 1px solid #000;
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 500px;
}
.topflashfocusSubattention td{
  color: #495567;
}
.topflashfocusSubattention a{
	color:#8cb9c3;
}
.topflashfocusSubCopyLink {
  background-color: #000;
  border: 1px solid #000;
  clear: both;
  color: #fff;
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
  width: 500px;
}
/*#topflashfocus #topflashfocusSub {
	background-image: url(/member/common/swf/firstfocus/flash_03.gif);
	height: 170px;
}
.substitustion{
	margin:0 auto;
	height:149px;
	border:none;
	text-align:center;
}
.substitustion td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}
.substitustion td.t1{
	width:467px;
}
.substitustion td.t1 div{
	text-align:right;
}
.substitustion td.t2{
	width:323px;
	vertical-align:bottom;
}
.substitustion td.t2 table{
	width:316px;
	border:none;
	background:#fff;
}
.substitustion a{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}*?

/* 110307追加 */
.left_tool{
	position:absolute;
	/*top:75px;*/
	top:85px;
	z-index: 10;
	/zoom:1;  
}
#leftsidemenu{
	position:relative;
	z-index:10;
	width: 151px;
	height: 125px;
	/zoom:1;
}
.leftmenu {
	margin:2px 0 0 4px;
	width:151px;
	/zoom:1;
}
.leftmenu .imgsp{
	background:url(/member/common/images/left_menu.png) 0 0 no-repeat;
	line-height:20;
}
.leftmenu .btn_mall{
	/*padding:64px 0 0;*/
	height:64px;
}
.leftmenu .btn_mall:hover{
	background-position:-151px 0;
}
.leftmenu .btn_beginner{
	margin:2px 0 0;
	background-position:0 -66px;
	/*padding:45px 0 0;*/
	height:45px;
	/zoom:1;
}
.leftmenu .btn_beginner:hover{
	background-position:-151px -66px;
}
.leftmenu .btn_blog,
.leftmenu .btn_twi{
	width:75px;
	background-position:0 -113px;
	/*padding:32px 0 0;*/
	height:32px;
	/zoom:1;
}
.leftmenu .btn_blog:hover{
	background-position:-151px -113px;
}
.leftmenu .btn_twi{
	background-position:-76px -113px;
}
.leftmenu .btn_twi:hover{
	background-position:-227px -113px;
}
.leftmenu .li_menu{
	width:151px;
	margin:2px 0 0;
}
.leftmenu .li_menu li{
	background:url(/member/common/images/menu_hr.gif) 0 0 no-repeat;
	padding:2px 0 0;
	/zoom:1;
}
.leftmenu .li_menu li.t{
	background:none;
	padding:0;
}
.leftmenu .li_menu a,
.leftmenu .li_menu a em{
	background:url(/member/common/images/menu_bg.gif) 0 0 repeat-y;
	display:block;
	padding:6px 0; 
	text-decoration:none;
	/zoom:1;
}
.leftmenu .li_menu a:hover,
.leftmenu .li_menu a:hover em{
	background:url(/member/common/images/menu_bg_on.gif) 0 0 repeat-y;
}
.leftmenu .li_menu li.t a{
	background:url(/member/common/images/menu_t.png) 0 0 no-repeat;
	padding:5px 0 0;
}
.leftmenu .li_menu li.t a:hover{
	background:url(/member/common/images/menu_t_on.png) 0 0 no-repeat;
}
.leftmenu .li_menu li.b a{
	background:url(/member/common/images/menu_b.png) 0 bottom no-repeat;
	padding:0 0 5px;
}
.leftmenu .li_menu li.b a:hover{
	background:url(/member/common/images/menu_b_on.png) 0 bottom no-repeat;
}
.leftmenu .li_menu span{
	display:block;
	margin:0 9px;
	padding:0 8px 0 0;
	background:url(/member/common/images/menu_arr.png) right center no-repeat;
	font-size:11px;
	text-shadow:2px 1px 1px #000;
	color:#d6c9b0;
}
.area_btn{
	margin:2px 0 0;
	width:151px;
	float:none;
	/zoom:1;
}
.right_camp{
	background:url(/member/common/images/sec/evecampaign_head.jpg) top center no-repeat;
	padding:29px 0 0;
}
.right_camp_b{
	background:url(/member/common/images/top/rightmenu/under.gif) bottom center no-repeat;
	padding:0 0 5px 0;
}

.recomend-wrap {
	background-image: url(/member/common/images/sec/i_r_item_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 5px;
	width: 151px;
}
.recomend {
	background-image: url(/member/common/images/sec/i_r_item_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 151px;
	margin: 0px;
	padding-bottom: 9px;
}
.recomend div {
	width: 144px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.recomend dl {
	margin: 0px;
	padding: 0px;
}
.recomend dt {
	padding-top: 12px;
	padding-left: 87px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
}
.recomend dt.no1 {
	background-image: url(/member/common/images/sec/i_r_item_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 2px!important;
}
.recomend dt.no2 {
	background-image: url(/member/common/images/sec/i_r_item_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.recomend dt.no3 {
	background-image: url(/member/common/images/sec/i_r_item_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.recomend dd {
	background-image: url(/member/common/images/sec/i_r_item_txt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
}
.recomend dd a:link, .recomend dd a:visited {
	text-decoration:underline;
	color: #fff;
}
.recomend dd a:hover {
	text-decoration:none;
	color: #fff;
}
.bn168x41 {
	background-image: url(/member/common/images/top/rightmenu/slimbn_bg.jpg);
	width: 182px;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.bn168x61 {
	background-image: url(/member/common/images/top/rightmenu/slimbn_bg_01.jpg);
	width: 182px;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.tbl_b550,
.tbl_b700{
	width:550px;
	height:4px;
	margin:0;
}
.tbl_b700{
	width:700px;
}

.link_top,
.link_top_q{
	position:absolute;
	top:8px;
	left:270px;
	width:410px;
	/zoom:1;
}
.link_top_q{
	top:93px;
	width:100%;
	left:0;
	/*z-index:1;*/
}
.link_top .imgsp,
.link_top_q .imgsp{
	background: url(/member/common/images/logo.png) 0 0 no-repeat;
	width:410px;
	margin:0 auto;
	height:92px;
	line-height:20;
}
.link_top .imgsp:hover,
.link_top_q .imgsp:hover{
	background-position:0 -92px;
}