@charset "utf-8";

/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */


/*---------- その他のページ用CSS記述
（お問い合わせ・プライバシーポリシー・サイトマップ） ----------*/

/***** 共通 *****/
/* 内容 */
.other_detail{
	width:635px;
}

/***** お問い合わせ *****/
/* お気軽に～　の文 */
#okigaru{
	font-size:110%;
}

/***** プライバシーポリシー *****/
/* 窓口 */
#madoguchi_box{
	width:380px;
	padding:9px 14px;
	margin-top:10px;
	border:1px solid #E6E6E6;
	background-color:#F9F9F9;
}
	/* タイトル */
	#mado_title{
		width:370px;
		height:20px;
		border-left:4px solid #003399;
		padding-left:6px;
		font-size:110%;
		color:#003399;
		line-height:20px;
	}
	/* 基本情報 */
	#mado_info{
		width:340px;
		padding:5px 20px;
		margin-top:5px;
		border-top:1px solid #999999;
	}

/***** サイトマップ *****/
/* メインメニュー */
#sitemap_main{
	width:630px;
	padding-right:5px;
}
#sitemap_main dl dt{
	width:200px;
	float:left;
	padding:3px 10px 3px 0px;
	font-size:110%;
}
		* html #sitemap_main dl dt{
			padding:4px 10px 4px 0px;
		}
/* 各項目のメニュー */
#sitemap_left{
	width:300px;
	float:left;
}
#sitemap_right{
	width:300px;
	float:right;
}
		/* リスト */
		ul.sitemap_list{
			width:300px;
			margin-top:5px;
			list-style-image:url(../_images/common/list_icon.gif);
		}
		ul.sitemap_list li{
			width:265px;
			margin-left:35px;
		}

