@charset "euc-jp";

*{
 margin:0px;
 padding:0px;
}

body{
	font-size:100%;
	text-align: center;
	margin:0px;
	padding:0px;
	background-color: #CCCCCC;
	font-weight: normal;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}


a:link {
color: #009966;
}

a:visited {
color: #009966;
}

a:hover {
text-decoration: underline;
color: #ff9900;
}

a:active {
color: #;
}

img {
	border: none;
	text-decoration: none;
}

ul{
list-style-type: none;
}

.l{
float: left;
margin-right: 10px;
margin-bottom:10px;
}

.r{
float: right;
margin-left: 10px;
margin-bottom:10px;
}

.tRight{text-align:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}

.tsmall{
	font-size: small;
}
.txsmall{
	font-size: x-small;
}
.txxsmall{
	font-size: xx-small;
}

/********************mainLayer******************/
#body{
	text-align:left;
	margin:0px auto;
	padding:0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 770px;
	position: relative;
}

#header{
	height:100px;
	position:relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}


#content{
	clear:both;
	padding:0px;
	margin: 0px auto;
	width: 750px;
	position: relative;
	background-image: url(images/contens_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#maincolumn{
	float: left;
	width: 530px;
	padding: 5px 10px 10px;
	margin: 0px;
}

#sidecolumn{
	width: 180px;
	padding: 5px 10px 10px;
	background-image: url(images/sidecolumn_bg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

#topSidemenu{
float: right;
width: 201px;
}

#footer{
	clear: both;
	background-color: #000000;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCCCCC;
	padding: 10px;
}

/********************Header******************/

#header h1{
	text-align: left;
}
#header img{
	vertical-align: bottom;
}
#header h1 a{
	display: block;
	height: 100px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
}
#header h1 a:hover {
	text-decoration: none;
}



#menu{
	width: 740px;
	margin: 0px auto;
	padding-left: 10px;
	height: 30px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
}
#menu img{
	vertical-align: bottom;
}
#menu ul{
	list-style-type: none;
}
#menu li{
	padding: 0px;
	line-height: 100%;
	margin: 0px;
	list-style-type: none;
	float: left;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
	text-align: left;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
.topimage{
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 750px;
}
/********************Main******************/

#maincolumn h3{
	color:#FFFFCC;
	font-size:18px;
	line-height:150%;
	margin-bottom:15px;
	clear:both;
	background:url(images/h2_bg.gif) no-repeat left bottom;
	font-weight: bold;
	border: 1px none #000000;
	padding-bottom: 1px;
	padding-left: 50px;
	height: 34px;
}

#maincolumn h4{
	clear:both;
	font-size:16px;
	margin-bottom:15px;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
	padding-left: 40px;
	padding-top: 7px;
}

#maincolumn h5{
font-size:100%;
margin-bottom:15px;
padding:0.3em;
}

#maincolumn p{
	line-height:170%;
	margin-bottom:1.2em;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

#maincolumn ul{
clear: both;
margin-bottom:1.2em;
}
#maincolumn ul li{
background:url(images/list01.gif) no-repeat 0px 3px;
margin-bottom:0.3em;
padding-left:15px;
line-height:130%;
}


#maincolumn dl{
margin-bottom:10px;
}

table.typeA{
	font-size:1em;
	margin-bottom: 15px;
	border-collapse : collapse;
}
table.typeA,table.typeA th,table.typeA td{
	border: 1px solid #999999;
}

table.typeA caption{
font-weight: bold;
background-color: #ccc;
padding: 0.3em;
border-bottom:1px solid #fff;
}

table.typeA th{
padding: 0.3em;
background-color: #e4e4e4;
text-align:left;
vertical-align:top;
}

table.typeA td{
padding: 0.3em;
}

table.typeP{
	font-size:0.8em;
	margin-bottom: 15px;
	border-collapse : collapse;
	width: 500px;
}
table.typeP,table.typeP th,table.typeP td{
	border: 1px solid #999999;
}

table.typeP caption{
font-weight: bold;
background-color: #ccc;
padding: 0.3em;
border-bottom:1px solid #fff;
}
table.typeP thead th{
padding: 0.3em;
background-color: #ccc;
text-align:left;
vertical-align:top;}

table.typeP th{
padding: 0.3em;
background-color: #e4e4e4;
text-align:left;
vertical-align:top;
}

table.typeP td{
padding: 0.3em;
}

table.typeP th.photo{
	width: 90px;
	text-align: center;
}
table.typeP strong{
	font-size: 120%;
	font-weight: bold;
}
table.typeP p{
	font-size: 80%;
}

.staff_list{
	width: 100px;
	float: left;
} 
.staff_list dt{
	text-align: center;
	padding: 3px;
}
.staff_list dd{
	text-align: center;
	padding: 0px 3px 5px;
}
#maincolumn fieldset{
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
}
#maincolumn fieldset legend{
	font-size: 1.2em;
	line-height: 150%;
}
p.pageTop{
	clear: both;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 50px;
}
p.pageTop a{
	width: 500px;
	background-image: url(images/gototop.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	height: 20px;
	padding-right: 30px;
	padding-left: 0px;
	background-position: left bottom;
	line-height: 20px;
	}
p.pageTop a:hover{
	background-image: url(images/gototop_a.gif);
	}
p.moreinfo{
	clear: both;
	text-align: right;
	vertical-align: middle;
}
p.moreinfo a{
	width: 500px;
	background-image: url(images/moreinfo.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	height: 20px;
	padding-right: 30px;
	padding-left: 0px;
	background-position: left bottom;
	line-height: 20px;
	}
p.moreinfo a:hover{
	background-image: url(images/moreinfo_a.gif);
	}
#maincolumn p.cap{
	text-align: right;
	font-size: 10px;
	line-height: 1.2em;
}

/********************Sidemenu******************/

#sidecolumn ul{
	padding-top:5px;
	border:1px solid #9FFF96;
	background-color:#E3FFED;
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidecolumn ul li{
padding:0.2em 0;
padding-left:0.8em;
line-height:130%;
margin-bottom:0.2em;
border-bottom:1px solid #fff;
border-right:2px solid #fff;
}

#sidecolumn ul li a{
	padding:0.3em 0.8em;
	display:block;
	padding-left:0.5em;
	text-decoration: none;
}
#sidecolumn ul li a:hover{
}

#sidecolumn p{
margin-bottom:5px;
}

#sidecolumn p span{
display:block;
color:#666;
font-size:0.9em;
padding-top:0.2em;
}


/********************footer******************/
#footer{
	clear: both;
}
#footer h3{
	top: 35px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer a{
color:#fff;
}
#footer p{
	font-size: 9px;
}

#footer p.copyright{
	clear:both;
	text-align:right;
	padding:9px;
}

ul#footerMenu{
	font-size: 0.9em;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 730px;
}

ul#footerMenu li{
	padding:0.2em 0.8em;
	border-right:1px solid #ccc;
	line-height:130%;
	display: inline;
}

ul#footerMenu li a{
color: #FF9900;
}

.mgn_b_10px{
	margin-bottom: 10px;
}
