@charset "UTF-8";
/* Top */

body{
	text-align:center;
	margin:0;
	background:url(../img/bg_header.jpg) repeat-x left top;
	color:#656565;
}

#document {
	min-width:950px;
	width:auto !important;
	width:100%; 
}

/* リンク */
p.sitemap a:hover img,
#globalNavi ul li a:hover img,
#productContent ul li a:hover img,
p.news_list a:hover img,
#sideContent p a:hover img,
p.pagetop a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/*----------------------------------------------

 headerBox 

----------------------------------------------*/

#headerBox{
	padding:10px 0 20px 0;
	margin:0 auto;
	width:950px;
	text-align:left;
}

#header{
	width:250px;
	float:left;
}

/* headerNavi */
#headerNavi{
	width:250px;
	float:right;
} 

p.sitemap{
	margin:-10px 0 5px 0;
	text-align:right;
}


/* globalNavi */
#globalNavi{
	margin:0 0 20px 0;
	/**margin:0 0 20px 0;*/
}

#globalNavi ul{
	height:55px;
	padding:6px 0 0 0;
}

#globalNavi ul li{
	float:left;
}


/* mainVisual */
#mainVisual{
	width:950px;
	height:302px;
	margin:0 auto 15px auto;
	padding:0;
}


/* productContent */
#productContent{
	width:934px;
	height:95px;
	margin:0 auto;
	padding:8px;
	background-color:#e2e2e2;
}

#productContent ul li{
	float:left;
	margin:0 0 0 8px;
}

#productContent ul li:first-child{
	margin:0;
}


/*----------------------------------------------

 boxContent 

----------------------------------------------*/

#boxContent{
	padding:0;
	margin:0 auto;
	width:950px;
	text-align:left;
}

/* mainContent */
#mainContent{
	width:690px;
	float:left;
	margin:0 0 30px 0;
}

/* sideContent */
#sideContent{
	width:240px;
	float:right;
	margin:0 0 50px 0;
}

/* pagetop */
p.pagetop{
	clear:both;
	text-align:right;
	margin:10px 0;
}
	
	
/*  mainContent  --------------------------------*/

#mainContent h2{
	margin:0 0 10px 0;
}

/* 新着情報 */
p.news_list{
	position:relative;
	top:-36px;
	left:625px;
	width:55px;
}

dl.news{
	border-bottom:#999 1px dotted;
	margin:0;
	padding:10px 0 15px 0;
}

dl.news dt{
	float:left;
	clear:both;
	width:180px;
	color:#333;
	font-size:0.8em;
}

dl.news dt img{
	margin:0 10px 0 0;
}

dl.news dd{
	margin:0 0 0 180px;
	color:#308fcb;
}


/*  sideContent  --------------------------------*/

/* ピックアップ */
#sideContent .subBox{
	width:222px;
	background-color:#e2e2e2;
	padding:9px;
	margin:0 0 10px 0;
}

#sideContent .subBox dl{
	background-color:#fff;
}

#sideContent .subBox dl dt{
	margin:0 0 15px 0;
}

#sideContent .subBox dl dd{
	padding:0 10px 40px 10px;
	font-size:0.8em;
	line-height:130%;
}

#sideContent .subBox dl dd img{
	margin:0 0 15px 0;
}



/*----------------------------------------------

 footer

----------------------------------------------*/

#footerWrap{
	height:60px;
	background:url(../img/bg_footerWrap.jpg) repeat-x left top;
	padding:0;
}

#footer{
	margin:0 auto;
	*margin:-10px auto 0 auto;
	padding:0px 0 0 0;
	width:950px;
}

#footer ul{
	margin:25px 0 0 0;
}

#footer ul li{
	float:left;
	margin:0 15px 0 0;
	font-size:0.8em;
}

#footer ul li a{
	color:#fff;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#fff;
	text-decoration:underline;
}

p.copyright{
	text-align:right;
	margin:2px 0 0 0;
	color:#fff;
	font-size:0.8em;
}



