﻿@charset "UTF-8";
/*==================================================================*/
/*TOP以外のページ用*/
/*==================================================================*/
/* パンくず */
#pankuzubox{
	margin-top:32px;
	width: 738px;
	height:28px;
	float:left;
	clear:both;
}
#pankuzu {
	width: 742px;
	height:23px;
	background:url(../images/other/pankuzu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:5px;			
	padding-right: 28px;
	padding-left: 28px;
	text-align: left;
	line-height:18px;
	float:left;
}
#imgbox{
	width:798px;
	height:108px;
	clear:both;
}
#img {
	width:798px;
	height:108px;
	background-image:url(../images/other/img.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
/* main_body カラム
------------------------------------------------------------------ */
/*サイトマップ*/
#sitemap {
	width:521px;
 clear:both;
}
#sitemap_left{
 float:left;
	width:255px;
}
#sitemap_right{
 float:right;
	width:255px;
}
#sitemap dl {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: bold;
	line-height:250%;	
}
#sitemap dt{
	width:155px;
	margin-left:60px;
	padding-left:20px;
	background-image: url(../images/ico/ico_li.gif);	
	background-repeat: no-repeat;
	background-position:0.7em 0.8em;
}
#sitemap dt.home {
	margin-left:40px;
	padding-left:20px;
}	
#sitemap dt.nashi {
	background-image:none;
}
#sitemap dd{
	width:155px;
	margin-left:80px;
	padding-left:20px;
	background-image: url(../images/ico/ico_li.gif);	
	background-repeat: no-repeat;
	background-position:0.7em 0.8em;
	font-weight:normal;
}
