@charset "utf-8";

/* ooedokazuko */
*{
	margin: 0;
	padding: 0;
}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
body { 
	color: #362E2B;
	font-size: 80%; 
	font-family: "Hiragino Maru Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 170%;
	background-color: #D75A33;
	text-align:center;
}
h1,h2,h3,h4 { font-weight: normal; font-size: 100%;}
h4 { font-weight: bold; font-size: 100%;}
ul li, ol li,dt,dd { line-height: 140%; list-style: none;}
img { border: 0px;}
address,em { font-style: normal;}
p { line-height: 140%;}
hr { clear: both; display: none;}
a { text-decoration: none; color: #660000; }
a:visited { color: #660000; }
a:active { color: #660000; }
a:hover { color: #006600; text-decoration: underline;}

.clear { clear: both; height:0}
.center { text-align: center;}

/* container */
#container {
	width: 758px;
	text-align: left;
	margin: 0 auto;
	background-color: #F6E9D5;
}

/* header */
#header {
	background: url(../images/headerbg.gif) no-repeat;
	height: 78px;
}
h1 {
	float: left;
	margin: 18px 0 0 35px;
}
#header p {
	float: left;
	margin-top: 14px;
	margin-left: 32px;
	display: inline;
}

/* menu */
#menu {
	background: url(../images/mainbg_top.gif) no-repeat;
	height: 54px;
	padding: 2px 0 0 6px;
}
#menu li {
	float: left;
	text-indent: -9999em;
}
#menu li#menu01 { background: url(../images/menu01.gif) no-repeat;}
#menu li#menu01 a:link,#menu li#menu01 a:active,#menu li#menu01 a:visited {
	width: 112px;
	height: 54px;
	display: block;
	background: url(../images/menu01.gif) no-repeat;
	outline: none;
}
#menu li#menu01 a:hover { background: url(../images/menu01_on.gif) no-repeat;}
#menu li#menu02 { background: url(../images/menu02.gif) no-repeat;}
#menu li#menu02 a:link,#menu li#menu02 a:active,#menu li#menu02 a:visited {
	width: 95px;
	height: 54px;
	display: block;
	background: url(../images/menu02.gif) no-repeat;
	outline: none;
}
#menu li#menu02 a:hover { background: url(../images/menu02_on.gif) no-repeat;}
#menu li#menu03 { background: url(../images/menu03.gif) no-repeat;}
#menu li#menu03 a:link,#menu li#menu03 a:active,#menu li#menu03 a:visited {
	width: 94px;
	height: 54px;
	display: block;
	background: url(../images/menu03.gif) no-repeat;
	outline: none;
}
#menu li#menu03 a:hover { background: url(../images/menu03_on.gif) no-repeat;}
#menu li#menu04 { background: url(../images/menu04.gif) no-repeat;}
#menu li#menu04 a:link,#menu li#menu04 a:active,#menu li#menu04 a:visited {
	width: 123px;
	height: 54px;
	display: block;
	background: url(../images/menu04.gif) no-repeat;
	outline: none;
}
#menu li#menu04 a:hover { background: url(../images/menu04_on.gif) no-repeat;}
#menu li#menu05 { background: url(../images/menu05.gif) no-repeat;}
#menu li#menu05 a:link,#menu li#menu05 a:active,#menu li#menu05 a:visited {
	width: 142px;
	height: 54px;
	display: block;
	background: url(../images/menu05.gif) no-repeat;
	outline: none;
}
#menu li#menu05 a:hover { background: url(../images/menu05_on.gif) no-repeat;}
#menu li#menu06 { background: url(../images/menu06.gif) no-repeat;}
#menu li#menu06 a:link,#menu li#menu06 a:active,#menu li#menu06 a:visited {
	width: 85px;
	height: 54px;
	display: block;
	background: url(../images/menu06.gif) no-repeat;
	outline: none;
}
#menu li#menu06 a:hover { background: url(../images/menu06_on.gif) no-repeat;}
#menu li#menu07 { background: url(../images/menu07.gif) no-repeat;}
#menu li#menu07 a:link,#menu li#menu07 a:active,#menu li#menu07 a:visited {
	width: 95px;
	height: 54px;
	display: block;
	background: url(../images/menu07.gif) no-repeat;
	outline: none;
}
#menu li#menu07 a:hover { background: url(../images/menu07_on.gif) no-repeat;}

/* content */
#content {
	background: url(../images/mainbg_middle.gif) repeat-y;
	padding-top: 5px;
}

/* topimage */
#topimage {
	height: 242px;
	width: 758px;
	background: url(../images/topimg.jpg) no-repeat;
	background-position: center;
	text-indent: -9999em;
}

/* top_block */
#top_block {
	width: 750px;
}

/* topmain */
#topmain {
	width: 446px;
	float: left;
	margin-left: 14px;
	margin-top: 10px;
	display: inline;
}
#topmain h3 {
	margin-left: 5px;
	margin-bottom: 5px;
}
#topmain p {
	margin-left: 5px;
}
#news {
	background: url(../images/news_bg.gif) no-repeat;
	height: 181px;
	width: 446px;	
	margin-top: 5px;
	padding-top: 20px;
	overflow: auto;
	scrollbar-face-color:#f8e0d0; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #deb6b6; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #deb6b6; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #F6E9D5; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #deb6b6; /*矢印の色*/
	scrollbar-track-color: #F6E9D5; /*背面の色*/
	scrollbar-darkshadow-color: #F6E9D5;/*スクロールバー右側（下）の影*/
}
#news ul {
	border-top: 1px dotted #1B1B1B;
	width: 395px;
	margin: 0 0px 30px 25px;
}
#news ul li {
	border-bottom: 1px dotted #1B1B1B;
	padding: 5px 0;
	background: url(../images/list01.gif) no-repeat;
	background-position: 7px 8px;
	text-indent: 20px;
}

/* topsub */
#topsub {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

#topsub p {
	margin-bottom: 5px;
}

/* footer */
#footer {
	clear: both;
	background: url(../images/footerbg01.gif) no-repeat;
	height: 95px;
}
#footer ul#f_navi {
	margin-left: 14px;
	padding-top: 20px;
}
#footer ul#f_navi li {
	float: left;
	height: 12px;
	background: url(../images/navi_line.gif) no-repeat;
	background-position: right;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-left: 5px;
	display: inline;
}
#footer ul#f_navi li#f_bgno {
	background-image: none;
}
#copy {
	clear: both;
	text-indent: -9999em;
}
#footer ul#grouplink {
	margin-left: 20px;
	margin-top: 5px;
	padding: 0;
}
#footer ul#grouplink li {
	background: url(../images/list02.gif) no-repeat;
	background-position: 0px 2px;
	text-indent: 13px;
	font-size: 11px;
}

/* font */
.red { color: #CC0000;}
.bold { font-weight: bold;}

