@charset "utf-8";
/* CSS Document */

/*基本構造
----------------------------------------*/
body{
	background: none;
	background-color:#000000;
}

div#container{
	width:730px;
}

div#header{
	width:730px;
	margin:12px 0 0;
	background: url(../img/top_line_gray.gif) bottom right no-repeat;
}

div#keyvisual{
	width: 730px;
	margin-bottom:10px;
}

div#news{
	width: 210px;
	height: 205px;
	float: left;
	margin-right:24px;
	padding-bottom:23px;
	background:url(../img/top_bg001.gif) no-repeat;
	
	
}

div#productmenu{
	width: 280px;
	float: left;
	margin-right:33px;
}

div#topic{
	width: 176px;
	height:195px;
	float: left;
	margin-top:11px;
	background:url(../img/top_bg002.gif) left top no-repeat;
}

div#footer{
	width:730px;
	border-top:#666 2px solid;
	background:none;
}

/*ベース リンク・文字
----------------------------------------*/
body{
	color:#FFF;
}

a:link{
	color:#FFF;
	text-decoration:none;
}

a:visited{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration: underline;
}

a:active{
	color:#FFF;
}

/*ヘッダー要素
----------------------------------------*/
h1#logo{
	position:static;
	padding:10px 0 0 0;
}

/*トップグローバルナビ
-----------------------*/
ul#topgnav{
	height:34px;
	position:absolute;
	top:15px;
	left:160px;
	margin:0;
	list-style-type:none;
}

ul#topgnav li{
	float:left;
}

ul#topgnav li.about,
ul#topgnav li.news{
	padding-right:74px;
}

ul#topgnav li.product{
	padding-right:52px;
}

ul#topgnav li.shop{
	padding-right:43px;
}


/*ページ要素
----------------------------------------*/
div#news h2{
	margin:10px 0 0 14px;
}

div#news h2.topic{
	margin:5px 0 0 14px;
}

div#news dl{
	margin:5px 0 0 14px;
	width:190px;
}

div#news dl.topic{
	margin:10px 0 0 14px;
	width:190px;
}

div#news dl.news{
	margin:10px 0 0 14px;
	width:190px;
}

div#news dt{
	border-left:#999 4px solid;
	padding:0 0 0 4px;
	margin-top:2px;
	margin-bottom:0px;
	line-height:1.1;
}

div#news dt img{
vertical-align:bottom;
}

div#news dd{
	padding:4px 0 5px 0; /* default padding: 4px 0 3px 0; */
	font-size:11px;
	line-height:1.2;
}

div#news dd a{
	color:#999999;
}

div#news dd a:visited{
	color:#999999;
}


div#news dd a:hover{
	color:#ffffff;
	background:#333333;
}

div#news dd.what_img{
background-image:url(../img/what_img01.jpg);
background-position:top right;
background-repeat:no-repeat;
padding:4px 70px 20px 0;
font-size:11px;
line-height:1.4;
}


div#productmenu ul{
	margin:0;
	list-style-type:none;
}

div#productmenu li{
	padding:0 0 2px 0;
}

div#productmenu li.last{
	padding:0 0 23px 0;
}

div#topic h2{
	text-align:center;
	margin:9px 0 0 0 ;
}

div#topic p.pht{
	text-align:center;
}

div#topic p.toworld{
	text-align:center;
}

.news_03{
font-size:10px;
/*font-weight:bold;*/
}

.news_04{
font-size:11px;
font-weight:bold;
}
.news_05{
font-size:12px;
font-weight:bold;
}

.news_06{
font-size:13px;
font-weight:bold;
}

.news_07{
font-size:14px;
font-weight:bold;
}

.news_letterspace{
letter-spacing:-1px;

}

#facebook{
	position:relative;
	top:-20px;
	left:10px;
	width:100px;
}

/*フッター要素
----------------------------------------*/
div#footer ul{
	padding:13px 0 25px 5px;
	float:left;
	list-style-type:none;
}

div#footer ul li{
	display:inline;
	padding-right:17px;
}

div#footer p#copyright{
	padding:13px 0px 0 0;
	margin:0;
	text-align:right;
}
