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


/* font
--------------------------------------------------------------------*/
dl,
#sitemap_productline ul li{
	font-family:"Times New Roman", "游明朝", Yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


/*titleimage
--------------------------------------------------------------------*/
#titleimage{
	margin:0 auto;
	width:100%;
	height:150px;
	text-align:center;

}


/*sitemap_box
--------------------------------------------------------------------*/
#sitemap_box{
	width:900px;
	height:460px;
	margin:60px auto 120px;
}

#sitemap_top{
	width:130px;
	float:left;
	margin:0 49px 0 0;
}


/*sitemap_productline
--------------------------------------------------------------------*/
#sitemap_productline{
	width:230px;
	float:left;
	padding-right:45px;
}

#sitemap_pruductline ul{
	width:230px;
	clear:left;
	font-size:18px;
}

#sitemap_productline ul li{
	list-style:none;
	margin:0 0 0 0px;
	padding:20px 0 0 0;
}

.left{
	width:115px;
	float:left;
	clear:left;
}

#sitemap_productline ul li a{
	text-decoration:none;
}


/*sitemap_kaitoribox
--------------------------------------------------------------------*/
#sitemap_kaitoribox{
	width:200px;
	float:left;
	padding-right:46px;
}

#sitemap_kaitoribox h2{
	width:200px;
	height:30px;
	margin-bottom:20px;
}


/*sitemap_otherbox
--------------------------------------------------------------------*/
#sitemap_otherbox{
	width:200px;
	float:left;
}

#sitemap_otherbox h2{
	margin-bottom:20px;
}


/*clear
--------------------------------------------------------------------*/
#clear{
	clear:left;
}



















