/*------------------------------------------------------------------*/
/*       中紀バスＫＡＮＳＡＩ　ＷＥＢサイト用スタイルシート         */
/*       　　　　　　 　　トップページレイアウト                    */
/*------------------------------------------------------------------*/
/*　body　*/
* {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background-color: #ffffff;
	color: #333333;
}
/*-------------------------------------------------------------------*/
/* 段組 */
/*--------------------------------------------------------------------*/
/* 外枠 */
#wrapper_waku {
	width: 1000px; /* ボックスの幅を変更 */
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/web_back001.gif);
}
/* コンテンツ全体 */
#wrapper {
	width: 850px; /* ボックスの幅を変更 */
	margin: 0 auto;
	text-align: left;
}
/*　ヘッダー部　*/
#header {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	left: 0;
	width: 850px;
}
#header li {
	display: inline;
	height: 31px;
}
/*　メニュー（カテゴリ）部　*/
#menu_top {
	margin: 0;
	padding: 0;
	left: 0;
	width: 850px;
}
#menu_top01 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
}
#menu_top01 li {
	display: inline;
	height: 40px;
}
#menu_top02 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
}
#menu_top02 li {
	display: inline;
	height: 149px;
}
/*　イメージ部　*/
#top-img {
	margin: 0;
	padding: 0;
}
#top-img table td {
	margin: 0;
	padding: 0;
	border-style: none;
	border: 0px;
}
/*　メニュー（カテゴリ以外、モデルプラン）　*/
#menu_bottom {
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
	width: 850px;
}
#menu_bottom li {
	display: inline;
	height: 125px;
}
/*　コンテンツ部　*/
#content {
	margin: 0;
	padding: 0px 2px 0px 3px;
	background-image: url(../img/content_back.jpg);
}
#primary {
	margin: 0;
	padding: 10px 38px 10px 37px;
	font-size: 90%;
	line-height: 130%;
}
/*　フッター部　*/
#footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
	width: 850px;
}
#footer li {
	display: inline;
	height: 45px;
}
