@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #303030;
	font: 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
img {
	border-style: none;
}


#header {
	background: #CC0000 url(../img/header_red_2.gif) repeat-y center top;
}
#header #headerBg {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 93px;
	position: relative;
}
#menu {
	height: 28px;
	background: #3C3C3C url(../img/menu_bg.gif) repeat-x left top;
}
#Contents {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../img/contents_bg.gif) repeat-y center top;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 140%;
}
#Contents #footer {
	background: url(../img/footer_bg.gif);
	height: 75px;
	width: 898px;
	text-align: center;
	line-height: 100%;
	margin-top: 20px;
}
#header #headerBg .logo {
	padding: 7px 0px 0px 7px;
	height: 70px;
	width: 200px;
	margin: 0px;
	float: left;

}
/* Added by ken 20081109 */
#headmsg  {
	height: 70px;
}

#headmsg  p.headp1 {
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;


}
#headmsg  p.headp2 {
	font-family: "Times New Roman", "Times", "serif";
	color: #FFFFFF;
	margin: 2px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;


}
#headmsg  p.headp3 {
	font-family: "Times New Roman", "Times", "serif";
	color: #FFFF00;
	margin: 0px;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;


}



#header #headerBg a.btnHome {
	position: absolute;
	display: block;
	background: url(../img/btn_home.gif) no-repeat;
	height: 22px;
	width: 80px;
	right: 10px;
	top: 71px;
	outline-style:none;
	text-indent: -9999px;
}
#header #headerBg a:hover.btnHome {
	background: url(../img/btn_home.gif) no-repeat 0px -23px;
}
#menu ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 900px;
}
#menu ul li {
	float: left;
}
#menu a {
	display: block;
	height: 28px;
	background-image: url(../img/menu.gif);
	outline-style:none;
	text-indent: -9999px;
}

#menu .menu01 a {
	background-position: 0px 0px;
	width: 105px;
}
#menu .menu02 a {
	background-position: -105px 0px;
	width: 111px;
}
#menu .menu03 a {
	background-position: -216px 0px;
	width: 156px;
}
#menu .menu04 a {	
	background-position: -372px 0px;
	width: 217px;
}
#menu .menu05 a {	
	background-position: -589px 0px;
	width: 122px;
}
#menu .menu06 a {	
	background-position: -711px 0px;
	width: 74px;
}
#menu .menu07 a {	
	background-position: -785px 0px;
	width: 115px;
}
#menu .menu01 a:hover {
	background-position: 0px -28px;
}
#menu .menu02 a:hover {
	background-position: -105px -28px;
}
#menu .menu03 a:hover {
	background-position: -216px -28px;
}
#menu .menu04 a:hover {	
	background-position: -372px -28px;
}
#menu .menu05 a:hover {	
	background-position: -589px -28px;
}
#menu .menu06 a:hover {	
	background-position: -711px -28px;
}
#menu .menu07 a:hover {	
	background-position: -785px -28px;
}

#menu .menu01 a.active {
	background-position: 0px -28px;
}
#menu .menu02 a.active {
	background-position: -105px -28px;
}
#menu .menu03 a.active {
	background-position: -216px -28px;
}
#menu .menu04 a.active {	
	background-position: -372px -28px;
}
#menu .menu05 a.active {	
	background-position: -589px -28px;
}
#menu .menu06 a.active {	
	background-position: -711px -28px;
}
#menu .menu07 a.active {	
	background-position: -785px -28px;
}

#Contents #footer p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 11px;
}
#Contents #footer a {
	color: #CC0000;
	text-decoration: none;
}
#Contents #footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#Contents #footer .copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}


p.telcontact {
	clear: both;
	margin: 10px 200px;
	padding: 10px;
	background-color: #F2F2F2;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.6em;
	border: 1px solid #CC0000;
}

/* Menu Ver.2
--------------------------------------------------------*/
#menuTxt {
	height: 28px;
	background: #3C3C3C url(../img/menu_bg.gif) repeat-x left top;
}
#menuTxt ul {
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
	list-style: none;
	width: 898px;
	background-image: url(../img/menu-line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 28px;
}
#menuTxt ul li {
	height: 28px;
	border-right: 1px solid #CCCCCC;
	display: inline;
	float: left;
}
#menuTxt a {
	display: block;
	height: 21px;
	border-right: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 9px;
	padding-left: 9px;
	text-decoration: none;
	_float: left;

}
#menuTxt a:hover {
	background-image: url(../img/menu_bg_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menuTxt a.active{
	background-image: url(../img/menu_bg_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Menu Ver.3
--------------------------------------------------------*/
DIV#menuTxt{
    z-index:100;/*△*/
}

/*通常時*/
.menumain li.off{
    position:relative;/*×*/
    float:left;/*×*/
    width:180px;/*○*/
    overflow:hidden;/*×*/

}
/*展開時*/
.menumain li.on{
    float:left;/*×*/
    overflow:hidden;/*×*/
    width:180px;/*○*/
}
.menumain>li.on{
overflow:visible;/*×*/
}
/*リンクスタイル*/
.menumain a{
    display:block;/*△*/
    text-decoration:none;/*○*/
}
.menumain a:hover{
    background-color:#FFFFD5;/*○*/
}

/****サブメニュー用スタイル****/
ol.sub{
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    width:100%;/*○*/
    background-color:#FFCCCC;/*○*/
   	background: #3C3C3C url(../img/menu_bg.gif) repeat-x left top;
	border-right: 0px;
    list-style:none;/*△*/
    text-align:left;/*○*/
}
ol.sub li{
    width:100%;/*○*/
   	background: #3C3C3C url(../img/menu_bg.gif) repeat-x left top;

}



