* {margin: 0;padding: 0;}
a {text-decoration:none;color:blue;}
a:hover {text-decoration:underline;}

body { 
	background-image: url("../images/back.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 85% 90%;
	text-align:center;
	font-size:12pt;
	font-family: arial, Helvetica, "ＭＳ ゴシック", "ＭＳＰ ゴシック", "Osaka-等幅", Osaka, sans-serif;
	line-height:1.5em;

}
#top {width:750px;margin: 50px auto 20px auto;height:160px;
	background-image: url("../../images/logo.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top h1 {text-align: right;}

#body {width:750px; margin:0 auto;}

.menu {float:left;width:250px;text-align:left;padding-top:20px;}

.menu_list {list-style-type:none;}
.menu_list li {
	margin-bottom:15px;
	margin-left:-1em;
	padding:5px 0 1px 0;
	width:210px;
	text-align:center;
	font-weight:bold;
	border-width: 1px ;
	border-style: solid;
	border-radius: 5px;}
.menu_list li.main{	
	border-color: #a2a8ff #393981 #393981 #a2a8ff;
	border-bottom:1px #393981 solid;
	border-right:1px #393981 solid ;
	background-color: #6f70ff;
	box-shadow:#434395 1px 2px 3px;
}
.menu_list li.sub {
	border-color: #cccccc #5f5f5f #5f5f5f #cccccc;
	border-bottom:1px #5f5f5f solid;
	border-right:1px #5f5f5f solid ;
	background-color: #a1a1a1;
	box-shadow:#646464 1px 2px 3px;
}
.menu_list a	 { color: #ffffff; text-decoration:none ;display:block;width:100%;} 
.menu_list .main a {text-shadow:#393981 1px 1px 2px}
.menu_list .sub a {text-shadow:#505050 1px 1px 2px}
.menu_list a:visited { color:#ffffff; } 
.menu_list a:active { text-decoration: none ;} 
.menu_list a:hover	 { color: #ffff00; position:relative; top:1px; left:0px;text-decoration:none;}


.news {margin-left:251px;padding:10px 0 0 10px;text-align:left;}

.whats {
	border-top:3px #ccc double;
	border-bottom:3px #ccc double;
	margin-bottom: 1em;	
	padding: 1em 0;
}
.whats ul {margin: 0.5em;}
.whats li {	font-size: 10pt;
	list-style-type:none;
	margin-left:1em;
	padding-left:15px;
	background-image:url(../images/list_mark.gif);
	background-repeat:no-repeat;
	background-position:0 10px;}



.small li { 
	font-size: 10pt;
	list-style-type:none;
	margin-left:-1em;
	padding-left:15px;
	background-image:url(../images/arrow_2.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}


.small2 li { 
	font-size: 10pt;
	list-style-type:none;
	margin-left:-1em;
	padding-left:15px;
	background-image:url(../images/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}


h4.middle {color:#009999;margin:0;font-size: 11pt; padding-left: 1em;}
h4.middle:before {content:"＊"}
h4.middle:after {content:"＊"}

span {font-size: 10pt; color:#454545;}

.calender {margin: 2em;width:340px;}
.calender h4 {color: #0080c0;font-size:11pt}
.calender h4:before {content:"＊"}
.calender ul {list-style-type: none;margin:0;}
.calender li {font-size:12px;color:#454545;}
.calender li:before {content:"*";padding-right:8px ;}

.bottom {clear:both;font-size:10pt; color:#666666}

