@charset "utf-8";


/*
===== CONTENTS ===========================================

	1: reset 
	2: body and base setting
	3: link setting
	4: layout

	00: CLEARFIX

==========================================================
*/


/*
===== 1: reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/


body {
	text-align:center;/* box centering */
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #ffffff ;
	color:#666666;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	margin: 0px;
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;

}

table {
	margin : 0;
	empty-cells: show;
}

img{
	border: none;
	vertical-align: bottom;
}

li{
	list-style: none;
}

/*
===== 3: link setting ===========================
*/
a:link,
a:visited{
	color: #C17838;
}

a:hover,
a:active{
	color: #DFA16B;
}

#footer p a:link,
#footer p a:visited{
	color: #666666;
}

#footer p a:hover,
#footer p a:active{
	color: #949494;
}

.basic_item a:link,
.basic_item a:visited{
	color: #fff;
}

.basic_item a:hover,
.basic_item a:active{
	color: #F09449;
}


/*
===== 4: layout ==========================================
*/

div#container{
	width: 768px;
	margin: 0px auto;
	background: url(../../img/bg.gif) repeat-y;
}

div#header{
	width: 728px;
	margin: 0px auto;
	margin-bottom: 9px;
}

div#gnavi{
	width: 728px;
	margin: 0px auto;
	margin-bottom: 10px;
}

div#gnavi ul{
	width: 728px;
}

div#gnavi ul li{
	float: left;
}

div#key{
	width: 728px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div#key div#key_first{
	width: 538px;
	float: left;
}

div#key div#key_second{
	width: 185px;
	float: right;
}


div#key div#key_second ul li.li1{
	margin-bottom: 6px;
}

div#key div#key_second ul li.li2{
	margin-bottom: 4px;
}

div#main{
	width: 728px;
	margin: 0px auto;
}

div#main h2{
	margin-bottom: 5px;
}

div#main .brand{
	margin-bottom: 10px;
}

div#contents{
	width: 728px;
	margin: 0px auto;
	margin-bottom: 20px;
}

div#contents div#contents_first{
	width: 535px;
	float: left;
}

div#contents div#contents_first dl#news{
	margin-bottom: 10px;
}

div#contents div#contents_first dl#news dd{
	width: 520px;
	background: url(../../img/border.gif) repeat-x bottom;
	line-height: 2.16em;
}

div#contents div#contents_first dl#news dt{
	margin-bottom: 5px;
}

div#contents div#contents_first dl#news span{
	background: url(../../img/news_arrow.gif) no-repeat left 3px;
	margin-right: 10px;
	padding-left: 18px;
}

div#contents div#contents_second{
	width: 185px;
	float: right;
}
div#contents div#contents_second p.login{
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../../img/bnr_sns_bottom.gif) no-repeat left bottom; 
}

div#explosion{
	background: url(../../img/explosion_btm.gif) no-repeat left bottom;
	padding-bottom: 15px;
}

div#explosion ul{
	background: url(../../img/explosion_bg.gif) repeat-y;
}

div#explosion li{
	padding-top: 5px;
	background: url(../../img/explosion_border.gif) no-repeat center bottom;
}

div#explosion li dl{
	width: 163px;
	padding-left: 10px;

}

/** html div#explosion li dl{
	padding-left: 10px;
}*/

div#explosion li dl dt.explosion_img{
	width: 51px;
	float: left;
}

div#explosion li dl dt.explosion_title{
	width: 103px;
	float: right;
}

div#explosion li dl dd{
	width: 103px;
	float: right;
	padding-bottom: 5px;
	font-size: 10px;
}

dl#btn_contents{
	width: 530px;
}

dl#btn_contents dd.btn_left{
	width: 259px;
	float: left;
}
dl#btn_contents dd.btn_right{
	width: 259px;
	float: right;
}



div#footer{
	width: 768px;
	margin: 0px auto;
	padding-bottom: 40px;
	text-align: center;
	background: url(../../img/bg_btm.gif) no-repeat left bottom;
}

div#footer p{
	padding-top: 8px;
	width: 740px;
	font-size: 10px;
	text-align: right;
	color: #666666;
}

* html div#footer p{
	width: 720px;
}

/*
===== 00: CLEARFIX ==========================================
*/

div#gnavi ul,
div#key,
div#contents,
div#explosion li dl,
dl#btn_contents{
	min-height:1px; /* IE 7*/
}

div#gnavi ul:after,
div#key:after,
div#contents:after,
div#explosion li dl:after,
dl#btn_contents:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#gnavi ul,
div#key,
div#contents,
div#explosion li dl,
dl#btn_contents{
display:inline-table; }


/* Mac IE  \*/

* html div#gnavi ul,
* html div#key,
* html div#contents,
* html div#explosion li dl,
* html dl#btn_contents
{ height:1px; }


div#gnavi ul,
div#key,
div#contents,
div#explosion li dl,
dl#btn_contents{ display:block; }

/* */
