@charset "utf-8";
/* CSS Document */

/*base*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg_gradation.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
	text-align: center;
}
h1 {
	font-size: 13px;
	line-height: 100%;
	color: #666666;
	width:600px;
	text-align:left;
	display:block;
	position: absolute;
	left: 10px;
	top: 8px;
}
.h_title {
	margin: 0px;
	position: absolute;
	top: 40px;
	left: 0px;
}
p {
	font-size: 13px;
	margin: 2px;
}
.frame {
	border: 1px solid #f0f0f0;
	margin: 5px; padding: 8px;
}

.o_frame {
	margin: 5px;
	margin-left: 25px;
	padding: 0px;
	width: 145px;
}
.official {
	font-size: 11px;
	color: #999999;
	width: 130px;
}

.menu {
	font-size: 13px;
	margin: 2px;
}
.tapj {
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 5px;
}
#gototop {
	margin:4px 0px;
}

.address {
	font-size: 13px;
	margin: 0px 0px 4px 0px;
}
.address span img {
	vertical-align: bottom;
}


/* link */
a:link{
	color: #3366cc;
	text-decoration: none;
}
a:visited {
	color: #3366cc;
	TEXT-DECORATION: none;
}
a:hover {
	color: #3366cc;
	text-decoration: underline;
}
li {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* layout */
#wrapper {
	width: 800px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
		/*header*/
		#header {
			width: 800px;
			height: 100px;
			background-color: #ffffff;
			text-align: center;
			margin: 0px;
			padding: 0px;
			background-image: url(../image/headerback.jpg);
			background-repeat: no-repeat;
			position: relative;
			
		}
		/*presentpage*/
		#presentpage {
			clear: both;
			width: 800px;
			height: 20px;
			margin: 0px ;
			padding: 5px 0px 0px 0px;
			border-top: 1px solid #f0f0f0;
			border-bottom: 1px solid #f0f0f0;
			color: #000000;
			text-align: right;
		}
		/*pagebody */
		#pagebody {
			width: 800px;
			background-color: #ffffff;
			position: relative;
			margin: 0px;
			padding: 0px;
		}
				/*navigation */
				#navigation {
					width: 210px;
					background-color: #ffffff;
					top: 5px;
					left: 5px;
					margin: 3px;
					margin-top: 12px;
					text-align: center;
					position: absolute;
				}
				#navigation ul {
					margin: 0 0 1em;
					padding: 0;
					list-style: none;
				}
				#navigation li {
					margin: 0;
					padding: 0;
					width: 195px;
					height: 33px;
					text-indent: -9999px;
					padding-bottom: 6px;
				}
				#navigation li a {
					text-decoration: none;
					display: block;
					width: 195px;
					height: 33px;
				}
				
				#navigation li#organization {
					background: url(../common/nav_01_off.gif) no-repeat;
				}
				#navigation li#activeContents {
					background: url(../common/nav_06_off.gif) no-repeat;
				}
				#navigation li#activity {
					background: url(../common/nav_02_off.gif) no-repeat;
				}
				#navigation li#newsletter {
					background: url(../common/nav_03_off.gif) no-repeat;
				}
				#navigation li#memberList {
					background: url(../common/nav_07_off.gif) no-repeat;
				}
				#navigation li#admission {
					background: url(../common/nav_04_off.gif) no-repeat;
				}
				#navigation li#book {
					background: url(../common/nav_05_off.gif) no-repeat;
				}
				
				/*navigation mouseover*/
				#navigation li#organization a:hover {
					background: url(../common/nav_01_on.gif) no-repeat;
				}
				#navigation li#activeContents a:hover {
					background: url(../common/nav_06_on.gif) no-repeat;
				}
				#navigation li#activity a:hover {
					background: url(../common/nav_02_on.gif) no-repeat;
				}
				#navigation li#newsletter a:hover {
					background: url(../common/nav_03_on.gif) no-repeat;
				}
				#navigation li#memberList a:hover {
					background: url(../common/nav_07_on.gif) no-repeat;
				}
				#navigation li#admission a:hover {
					background: url(../common/nav_04_on.gif) no-repeat;
				}
				#navigation li#book a:hover {
					background: url(../common/nav_05_on.gif) no-repeat;
				}
				
				/* contents */
				#contents {
					width: 565px;
					background-color: #ffffff;
					margin-left: 220px;
					/*text-align: center;*/
				}
		
		/* footer */
		#footer {
			width: 800px;
			background-color: #ffffff;
			margin: 0px;
			padding-bottom: 7px;
		}
		/* copyright */
		#copyright {
	width: 760px;
	background-color: #E1E1E1;
	height: 15px;
	margin: 0px auto 0px auto;
	padding:5px 0px;
	margin-bottom: 10px;
		}
	#copyright p {
		font-size: 12px;
		color: #999999;
		margin: 0px;
		}


/* update */
dl#update {
	font-size: 15px;
	width: 500px;
	height: 220px;
	overflow: auto;
	margin: 0px 0 20px 20px;
	padding: 0px 5px 0 10px;
	border: 1px solid #91C2F9;
	line-height: 1.5em;
}
dl#update dt {
 	margin-top: 0.5em;
 	font-weight: bold;
	color: #91C2F9;
 	padding:0 0 0 0;
 	text-align: left;
}
dl#update dd {
	margin-left: 1em;
    padding:0 0 0 0;
	text-align: left;
}
dl#update dd.mgb5 {
	margin-bottom: 5px;
}

table.align-center{
	text-align: center;
}


.grey {
	color: #666;
}

.grey1 {
	color: #579;
}

.red {
	color:#F00;
}

.small {
	font-size:12px;
}
