@charset "utf-8";
/* CSS Document */
/*-------------------------
	プライバシーポリシー
-------------------------*/
#policy {
	width: 490px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/* ----- サブタイトル ----- */
#policy h3{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}
#policy dl{
	width: 470px;
	margin: 10px 10px 0px 10px;
}
#policy dt{
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
	color: #FF6600;
}
#policy dd{
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 10px 0px;
}
#policy p{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 120%;
}
#policy ul{
	margin: 10px 0px 0px 0px;
}
#policy li{
	margin: 0px 0px 0px 40px;
	line-height: 120%;
}
/*-------------------------
	アクセス
-------------------------*/
#access {
	width: 490px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#access #map {
	width: 470px;
	height: 360px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
#access #map p {
	font-size: small;
	text-align: right;
	margin: 3px 0px 0px 0px;
}
#access #route dl{
	width: 470px;
	height: auto;
	margin: 10px 10px 0px 10px;
}
#access #route dt{
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
	color: #FF6600;
}
#access #route dd{
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0px 10px 0px;
}
#access #detail {
	margin: 10px 0px 50px 0px;
	padding: 0px;
	font-size:12px;
}
#access table{
	margin: 12px 0px 0px 50px;
	padding: 0px;
}
#access th{
	vertical-align: bottom;
	padding: 15px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
}
#access td{
	vertical-align: bottom;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 0px;
	border-bottom: 1px dotted #cccccc;
}
#access td.mark{
	width: 15px;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
}
#access td.item{
	width: 135px;
	margin: 0px;
	padding-left: 10px;
}
#access td.detail{
	width: 220px;
	margin: 0px;
	padding-left: 0px;
}
#access th.bottom{
	vertical-align: middle;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
	font-weight: normal;
}
/*-------------------------
	お問い合せ
-------------------------*/
#mail {
	width: 490px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mail table#mailform{
	width: 470px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
#mail table#mailform td{
	margin: 0px;
	padding: 10px 0px 3px 0px;
	border-bottom: 1px dotted #cccccc;
}
#mail table#mailform .mark{
	width: 18px;
	padding: 10px 0px 3px 3px;
}
#mail table#mailform .msg{
	padding: 20px 0px 3px 3px;
}
/* IE6 */
* html #mail table#mailform .ipitem{
	width: 150px;
}
/* IE7 */
*:first-child+html #mail table#mailform .ipitem{
	width: 150px;
}
#mail table#mailform .ipitem{
	width: 120px;
}
#mail table#mailform .spacer{
	width: 10px;
}
/*-------------------------
	サイトマップ
-------------------------*/
#sitemap {
	width: 490px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#sitemap #map {
	width: 400px;
	height: auto;
	margin: 20px 45px 20px 45px;
	padding: 0px;
	font-size: 12px;
}
#sitemap #map table{
	margin: 0px;
	padding: 0px;
}
#sitemap #map th{
	vertical-align: bottom;
	padding: 15px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
}
#sitemap #map td{
	vertical-align: bottom;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 0px;
	border-bottom: 1px dotted #cccccc;
}
#sitemap #map td.mark{
	width: 15px;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
}
#sitemap #map td.item{
	width: 135px;
	margin: 0px;
	padding-left: 10px;
}
#sitemap #map td.detail{
	width: 220px;
	margin: 0px;
	padding-left: 0px;
}
