﻿* { margin: 0; padding: 0;}
body {
	text-align: center;
	color: #666666;
	font-family:"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", Osaka, san-serif;
	font-size: 90%;
	line-height: 1.5em;
	background-image: url(../img/body_bg.gif);
}
img {
	border: 0;
	vertical-align: bottom;
}
h1   {
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	position: absolute;
	top: 7px;
	text-align: right;
	z-index: 500;
	left: 0px;
	}
h2 {
	font-size: 130%;
	line-height: 1.8em;
}

a {
	color: #0175AD;
	text-decoration: underline;
	font-weight: bold;
}
li { list-style-type: none; }

a:hover {
	color: #0270A4;
	text-decoration: none;
}





/* --------------------------------------------------------------------------------------- */

html,body{ 
    height:100%; 
		width: 100%;
} 
html{ 
    overflow-y:scroll; 
} 
 

#HeadlineAll {
	/*	position: fixed;
	top: 0px; */
	width: 100%;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
	height: 140px;
}

#Headline {
	margin:0 auto;
	width: 900px;
	position: relative;
	z-index: 100;
	color: #FFFFFF;
}



#WrapperAll {
	width: 100%;
	min-height:100%;
	height:100%;
	margin: 0 auto;
}


#Wrapper {
	width: 900px;
	margin: 8px auto 0;
}

/* IE6  
 
* html,
* html body{ 
    overflow-y:hidden; 
} 
* html #WrapperAll { 
    height:100%; 
    overflow-y:scroll; 
		padding-left: 9px;
} 
body > #WrapperAll{ 
    height:auto; 
}

* html #  { 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); 
}
*/

/* --------------------------------------------------------------------------------------- */





#logo {
	position: absolute;
	left: 0px;
	top: 25px;
}
#HOME {
	position: absolute;
	top: 0px;
	right: 20px;
	display: none;
}

#HOME a {
	color: #407FD2;
	font-size: 9pt;
}
#globalNavigation   {
	list-style-type: none;
	width: 100%;
	position: absolute;
	top: 69px;
	right: 0px;
	color: #444;
}

#cover {
	position: absolute;
	text-align: right;
	top: 23px;
	right: 0px;
	width: 500px;
}
#cover p {
	font-family:  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: normal;
	font-size: 10pt;
}


#ContentsAll {
	float: left;
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.main-inner { margin: 8px 4px 10px 0; }


#contents {
	float: left;
	width: 690px;
	text-align: left;
}
#contents  h2 {
	font-size: 16pt;
	line-height: 22pt;
	color: #578200;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: 3px solid #669900;
	margin: 5px 0 10px 5px;
	text-align: center;
}

#contents p {
	text-align: justify;
	padding: 5px 10px;
}


#pan {
	font-size: 80%;
	line-height: normal;
}
.table_tpl {
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 5px;
}

.foo, x:-moz-any-link, x:default { } /* FireFox 3 */
html>/**/body #table_tpl, x:-moz-any-link, x:default {/*padding-top: 0px*/ } /* Only FireFox 3 */


#sidebar {
	width: 200px;
	float: right;
	color: #333333;
}

#sidebar a { text-indent: 5px; 
}

#sidebar h3 {
	font-size: 13pt;
	line-height: 30px;
	text-align: center;
	color: #669900;
	width: 195px;
	margin: 0 0 0 2px;
	}
#sidebar ul {
	list-style: none;
	text-align: left;
	}
#sidebar ul li { 
}
#sidebar ul li a {
	font-size: 90%;
	text-decoration: none;
}
#sidebar  ul  li  a:hover { text-decoration: underline; 
}

#v-menu { background-repeat: repeat-y; 
}


#v-menu ul {
	background-image: url(../img/side_mid.gif);
	background-repeat: repeat-y;
}

#v-menu li {
	padding: 0;
	margin: 0;
	height: 23px;
}

#v-menu li.firstChild {
	background: url(../img/side_top.gif) no-repeat 0 top;
	padding: 5px 0 0;
}
#v-menu li.lastChild {
	padding: 0 0 10px;
	background: url(../img/side_btm.gif) no-repeat 0 bottom;
}

#v-menu ul li a {
	text-indent: 2em;
	display: block;
	line-height: 23px;
	margin: 0 7px 3px;
	height: 23px;
	text-decoration: underline;
}

#v-menu ul a:hover, #v-menu ul a.current { background-color: #FEEDB1; 

}




#toTop {
	position: relative;
	height: 30px;
}

#toTop a {
	position: absolute;
	right: 0px;
	bottom: 0px;
}





#footer {
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
	clear: both;
	font-size: 80%;
	line-height: 1.4em;
	height: auto;
	background-color: #FFFFFF;
}
#footer td {
	vertical-align: top;
	width: 160px;
	text-align: left;
	border: 1px solid #fff;
}

#footer  a {
	padding: 0 4px;
	font-weight: normal;
}

#footer a:hover, #footer a.current { }
#footer a:visited { color:#663399;}
#FootBottom {
	background-color: #AB2315;
	height: 4px;
	width: 100%;
}

address {
	font-size: 9pt;
	font-style: normal;
	text-align: right;
	padding: 0 43px 8px 0;
	margin: 5px 0 0;
}

#adsence01 {
	text-align: center !important;
	height: 20px;
	line-height: 20px;
	width: 100%;
}


#adsence02 {
	text-align: center !important;
	padding: 10px 0;
}

#adsence03 {
	text-align: center !important;
	padding: 10px 0;
 }
.cont-box {
	width: 95%;
	margin: 10px auto 0;
	border: 1px solid #cccccc;
	font-size: 95%;
	border-collapse: collapse;
}



.pr {
	margin: 0 0 5px;
	border: 1px solid #ddd;
	}
#links { font-size: 90%; }

#links ul { padding: 0 0 0 5px; }

#links a { font-weight: normal;}



.pr h3 {
	font-size: 75%;
	color: #fff;
	text-indent: 20px;
	line-height: 25px;
	margin: 5px 5px 0;
	background: #89a140 url(../img/pr_hd.gif) no-repeat 0 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
.pr h3 a { color: #fff;}
.pr h3 a:hover { color: #fff; text-decoration: none;}
.pr ul {
	font-size: 80%;
	line-height: 23px;
	margin: 0 5px 5px;
	list-style: none;
	}
.pr ul li {
	height: 23px;
	text-indent: 12px;
	border-top: 1px solid #e5e5e5;
	}
.pr ul li strong { color: #555;}
.pr ul li em { font-size: 70%; font-style: normal; font-weight: normal; margin: 0 3px;}
.pr ul li a {}

.clear { clear: both;}
.hidden { display: none;}
.right { float: right; margin-left: 10px;}
.left { float: left; margin-right: 10px;}
.center { text-align: center; margin: 0 auto;}
.right img,
.left img,
.center img {
	margin: 0 0 2px;
	display: block;
	}
.font01 { font-size: 15pt; }

strong { color: #19499D; 
}

em {
	font-size: 9pt;
	font-style: normal;
	color: #FFFFFF;
}
