@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#CCCC99;
	color:#485E6E;
	font-size:small;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Comic Sans MS,Helvetica,sans-serif;
	}

img {
	border:none;
	}

li {
	list-style-type:none;
	}

hr {
	display:none;
	}

/* リンク　色設定--------------------------------------------------------- */
a {
	color:#999999;
	text-decoration:none;
	}
a:visited {
	color:#333333;
	}
a:active {
	color:#CCCCCC;
	}
a:hover {
	color:#000000;
	}

/* メイン--------------------------------------------------------- */
#main {
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}

/* リード文--------------------------------------------------------- */
h1 {
	background:url(../img/all/top.gif) no-repeat;
	width:730px;
	height:20px;
	padding:3px 10px 0px;
	margin:0 auto;
	font:12px nomal;
	color:#fff;
	}

/* ヘッダ--------------------------------------------------------- */
#head {
	width:730px;
	margin:-20px auto 5px;
	border-right:#000 1px solid;
	/* clearfix */
	_height: 1px; 
	min-height: 1px; 
	}
#head:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	} /* clearfix */
#head a {
	color:#fff;
	}
#head li {
	width:100px;
	float:right;
	text-align:center;
	border-left:#000 1px solid;
	font-size:12px;
	}

/* ロゴ--------------------------------------------------------- */
#rogo {
	width:730px;
	margin:0 auto;
	/* clearfix */
	_height: 1px; 
	min-height: 1px; 
	}
#rogo:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	} /* clearfix */
#rogo1 {
	float:left;
	}
#rogo2 {
	float:right;
	}

/* メイン画像--------------------------------------------------------- */
#main_img {
	width:730px;
	margin:0 auto 5px;
	}

/* ボタン--------------------------------------------------------- */
#button {
	width:730px;
	margin:0 auto 5px;
	/* clearfix */
	_height: 1px; 
	min-height: 1px; 
	}
#button:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	} /* clearfix */
#button li {
	float:left;
	}
#b_1 {
	width:182;
	height:60;
	background:url(../img/all/menu_over_01.gif) no-repeat;
	display:block;
	}
a:hover#b_1 img {
	visibility:hidden;
	}
#b_2 {
	width:183;
	height:60;
	background:url(../img/all/menu_over_02.gif) no-repeat;
	display:block;
	}
a:hover#b_2 img {
	visibility:hidden;
	}
#b_3 {
	width:182;
	height:60;
	background:url(../img/all/menu_over_03.gif) no-repeat;
	display:block;
	}
a:hover#b_3 img {
	visibility:hidden;
	}
#b_4 {
	width:183;
	height:60;
	background:url(../img/all/menu_over_04.gif) no-repeat;
	display:block;
	}
a:hover#b_4 img {
	visibility:hidden;
	}

/* コンテンツ--------------------------------------------------------- */
#con {
	width:730px;
	margin:0 auto;
	/* clearfix */
	_height: 1px; 
	min-height: 1px; 
	}
#con:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	} /* clearfix */

/* アンダーナビ--------------------------------------------------------- */
#under_navi {
	width:700px;
	margin:10px auto;
	border-right:#000 1px solid;
	font-size:12px;
	/* clearfix */
	_height: 1px; 
	min-height: 1px; 
	}
#under_navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	} /* clearfix */
#under_navi li {
	width:99px;
	float:left;
	text-align:center;
	border-left:#000 1px solid;
	}

/* フッター--------------------------------------------------------- */
#foot {
	width:800px;
	background:url(../img/all/under.gif);
	color:#fff;
	text-align:center;
	padding:5px 0;
	}