/* CSS Document */

body{
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #005a7a;
	font-family:Arial, 'MS P????', Osaka, sans-serif;
	font-size:12px;
	line-height:160%;
	background-image: url(img/bg.gif);
}

a { 
	text-decoration: none; 
	}
a:link { 
	text-decoration: none; 
	color:#993333; 
	}
a:visited { 
	text-decoration: none; 
	color:#993333; 
	}
a:hover { 
	text-decoration: underline; 
	color:#993333;
	}
a:active { 
	text-decoration: none; 
	color:#993333;
	}
	
#container{
	width:740px;
	text-align:center;
	margin:auto;
	background-image: url(img/bg_container.jpg);
	background-repeat: repeat-y;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	padding:0;

}

#header{
	width:740px;
	margin:0;
	padding:0;
	text-align:left;
	clear:both;
}

#logo{
	float:left;
}

#eng{
	float:right;
	margin-top:52px;
	margin-right:5px;
}

#mainmenu{
	background-color:#00384c;
	border-bottom:1px #4d7482 solid;
	border-top:1px #4d7482 solid;
	margin-bottom:0;
	clear:both;
	text-align:left;
	height:24px;
}

#mainmenu ul{
	margin:6px 0 6px 0;
	padding:0;
	list-style-type: none;	
}

#mainmenu li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;	
}


#maincontents{
	background-color:#FFFFFF;
	width:740px;
	margin:0;
	padding:0;
	float:left;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
	text-align:left;
}

#left_top{
	width:450px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}

#left{
	width:190px;
	background-color:#c2cfd4;
	margin:0;
	padding:0;
	float:left;
	background-image: url(img/bg_left.gif);
	background-repeat: repeat-x;
	text-align:left;
}

#top_photo{
	margin:0;
	padding:0;
}

#right_top{
	width:740px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	background-image: url(img/bg_right.gif);
	background-repeat: repeat-x;
	text-align:left;
}

#right{
	width:550px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	float:right;
	background-image: url(img/bg_right.gif);
	background-repeat: repeat-x;
	text-align:left;
}

.contents_top{
	padding:15px 15px 15px 15px;
	overflow:auto;

}

.contents{
	margin:25px 15px 15px 15px;
	overflow:auto;
}

p{
	margin-top:0;
}

h1{
	margin-top:0;
	margin-bottom:24px;
}

h2{
	border-bottom:1px #CCCCCC solid;
	border-left:5px #005a7a solid;
	margin-bottom:20px;
	margin-top:0;
	font-size:14px;
	color: #666666;
	padding-left:5px;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#CC3300;
	margin-top:0;
	margin-bottom:5px;

}

.s{
	font-size:10px;
}

.l{
	font-size:14px;
	font-weight:bold;
	color:#CC3300;
}

.top{
	text-align:center;
	font-size:10px;
	clear:both;
	margin-top:15px;
}

.naka_left{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#FFFFFF;
	width:320px;
}

.naka_right{
	width:184px;
	background-color:#ffffff;
	float:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


.photo{
	margin:0 0 5px 0;
	border:1px solid #999999;
	padding:1px;
	background-color:#ffffff;
	clear:both;
}
#footer{
	clear:both;
	text-align:center;
	padding:10px 0 10px 0;
	width:740px;
	color:#FFFFFF;
	font-size:10px;
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
}
#footer a { 
	text-decoration: none; 
	}
#footer a:link { 
	text-decoration: none; 
	color:#ffffff; 
	}
#footer a:visited { 
	text-decoration: none; 
	color:#ffffff; 
	}
#footer a:hover { 
	text-decoration: underline; 
	color:#ffffff;
	}
#footer a:active { 
	text-decoration: none; 
	color:#ffffff;
	}

#sidemenu{
	clear:both;
	width: 190px;
	font-size: 12px;
	margin-top:20px;
}

#sidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidemenu li {
	border-bottom: 1px solid #ffffff;
	display: block;
}

#sidemenu li a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	color: #993333;
	padding-bottom: 5px;
	padding-top: 5px;
	width:175px;
}

.subsub{
	padding-left:15px;
	color:#CC6600;
}

#sidemenu li a:hover {
	font-weight: bold;
}

#sidemenu li a#this {
	color:#993333;
	font-weight: bold;
	background-color: #FFFFFF;
}

.inyou{
	color:#666666;
	border:1px #cccccc solid;
	padding:10px;
	
}

#about_table table { 
	border-collapse:collapse;
	/*border: 1px #999999 solid;*/
	clear:both;
}
 
#about_table th {
	border-collapse:collapse;
	empty-cells:show;
	padding:12px;
	text-align:center;
} 

#about_table td { 
	border-collapse:collapse;
	empty-cells:show;
	padding:8px 10px 8px 10px;
	line-height:150%;
	border-top: 1px #999999 dotted;
	border-bottom: 1px #999999 dotted;
}

#calendar_table table { 
	border-collapse:collapse;
	/*border: 1px #999999 solid;*/
	clear:both;
}
 
#calendar_table th {
	border-collapse:collapse;
	empty-cells:show;
	padding:12px;
	text-align:center;
} 

#calendar_table td { 
	border-collapse:collapse;
	empty-cells:show;
	padding:8px 5px 8px 5px;
	line-height:150%;
	border-top: 1px #999999 dotted;
	border-bottom: 1px #999999 dotted;
}

#nomal_table table { 
	border-collapse:collapse;
	border: 1px #999999 solid;
	clear:both;
}
 
#nomal_table th {
	border-collapse:collapse;
	empty-cells:show;
	padding:5px;
	text-align:center;
	border: 1px #999999 solid;
} 

#nomal_table td { 
	border-collapse:collapse;
	empty-cells:show;
	padding:5px;
	line-height:150%;
	border: 1px #999999 solid;
}

.contents ul{
	list-style-image: url(img/arrow01.gif);
	list-style-type: none;
	margin-top:0;
	margin-left:25px;
}

.contents_top ul{
	list-style-image: url(img/arrow01.gif);
	list-style-type: none;
	margin-top:0;
	margin-left:25px;
}

.contents ol{
	margin-top:0;

	margin-left:30px;
}

.column{
	border:1px #cccccc solid;
	padding:5px;
	background-color:#bad9e3;
}