@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	}

#wrapper{
	font-family: 'Open Sans', sans-serif;
	width:960px;
	margin-left:auto;
	margin-right:auto;	
	}
	
#header {
	background-image:url(img/bg_day.png);
	background-repeat:no-repeat;
	width:960px;
	height: 187px;
	text-align: center;
}

.box{
	width:960px;
	height:187px;
	}

#header p img {
	height: 30px;
	width: 30px;
	margin-top: 20px;
}

#header #name p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top:10px;
	color:#003366;
}
#header #name h2 {
	font-size: 26px;
	color:#036;
}

#header h1 {
	font-size: 12px;
	margin-top: 57px;
	color:#FFF;
}

#global_navi {
	height: 35px;
	width: 960px;
	overflow: hidden;
}

#global_navi ul li {
	font-size: 14px;
	line-height: 34px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/navi_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	height: 35px;
	width: 192px;
	list-style-type: none;
}

#global_navi ul li a:link {
	color: #FFF;
	text-decoration: none;
}

#global_navi ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#global_navi ul li a:hover {
	color: #F00;
	text-decoration: none;
}

#global_navi ul li a:active {
	color: #F00;
	text-decoration: none;
}

#content {
	background-color: #E7EACC;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#content h2 a:link {
	color: #333;
	text-decoration: none;
}

#content h2 a:visited {
	color: #333;
	text-decoration: none;
}

#content h2 a:hover {
	color: #F00;
	text-decoration: none;
}

#content h2 a:active {
	color: #F00;
	text-decoration: none;
}

#column01 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 80px;
}

#block101 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 20px;
	padding-left: 20px;
	color: #333;
}

#block101 {
	width:200px;
	height:200px;
	background-color:#FFF;
}

#block101 img {
	height: 100px;
	width: 200px;
	margin-top:8px;
}

#block103 {
	width:200px;
	height:100px;
	background-color:#6EB3D9;
	
}

#block103 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 36px;
	padding-left: 20px;
	color: #333;
}

#column02 {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#block201 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 36px;
	padding-left: 20px;
	color: #333;
}

#block201 {
	width:200px;
	height:100px;
	background-color:#99CC99;
}

#block202 img {
	height: 100px;
	width: 200px;
	margin-top:8px;
}

#block202 {
	width:200px;
	height:200px;
	background-color:#EEE;
	
}

#block202 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 20px;
	padding-left: 20px;
	color: #333;
}

#column03 {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#block301 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 40px;
	padding-left: 40px;
	color: #333;
}

#block301 {
	width:200px;
	height:200px;
	background-color:#FFC;
}

#block301 img {
	height: 100px;
	width: 200px;
	margin-top:36px;
}

#block302 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 36px;
	padding-left: 20px;
	color: #333;
}

#block302 {
	width:200px;
	height:100px;
	background-color:#E0912D;
}

/*#block303 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 36px;
	padding-left: 20px;
	color: #333;
}*/

/*#block303 {
	width:200px;
	height:100px;
	background-color:#E4DFD3;
}
*/

#column04 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom:10px;
}

#block401 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 36px;
	padding-left: 20px;
	color: #333;
}

#block401 {
	width:200px;
	height:100px;
	background-color:#428DBD;
}

/*#block402 img {
	height: 100px;
	width: 200px;
	margin-top:36px;
}*/

#block402 {
	width:200px;
	height:200px;
	background-color:#FFF;
	
}

/*#block402 h2 {
	font-size: 20px;
	line-height:24px;
	padding-top: 40px;
	padding-left: 40px;
	color: #333;
}*/

#go {
	font-size: 14px;
	color: #00F;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#footer {
	font-size: small;
	color: #FFFFFF;
	background-color: #111111;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #description {
	width: 800px;
	background-color: #FFF;
	margin-left:80px;
	padding:10px;
	padding-bottom:30px;
}

#description h4 {
	color: #FF0000;
	padding-left: 10px;
	border-bottom-color: #FF0000;
	margin-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	font-size: large;
}

#description h2 {
	font-size: large;
	color: #222222;
	margin-top: 5px;
	padding-left: 10px;
	font-weight: 900;
}

#description p {
	font-size: medium;
	color: #111111;
	line-height: 1.7;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#description h3 {
	width:500px;
	font-size: large;
	background-color:#007;
	color:#FFF;
	margin-top:20px;
	font-weight: bolder;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #007;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.yohaku {
	margin-left: 20px;
}

#description h5 {
	color: #0000FF;
	padding-left: 10px;
	border-bottom-color: #0000ff;
	margin-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	font-size: large;
}

.aisatsu img {
	float: left;
	margin-left: 30px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:20px;
}

.aisatsu p {
	font-size: small;
	color: #111111;
	background-color: #EEE;
	margin-top:10px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.aisatsu {
	overflow: hidden;
	margin-bottom:20px;
}

#description td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}

#description tr .komoku {
	color:#006;
	font-weight:bolder;
}


#description table {
	margin-left: 30px;
	border-collapse:collapse;
}



#charge {
	font-size: small;
	margin-top:20px;
}

#charge th {
	background-color: #DDD;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	border: thin solid #999;
}
#charge td {
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	border: thin solid #999;
}
#charge p {
	font-size: small;
}

.red{
	color:#FF0000;
}

.green{
	color:#060;
}

#description #link {
	color:#006;
	font-weight:bolder;
	margin-right: 15px;
	margin-left: 5px;
}

#description #link_setsumei{
	padding-left:30px;
	/*border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
	margin-right: 15px;
	margin-left: 5px;
}

h3{
	clear:both;
	background-color:#EEEEEE;
	width:792px;
	margin-left:80px;
	padding-left:10px;
	font-size:16px;
	}
		
#news {
	clear:both;
	background-color: #FFF;
	height: 70px;
	width: 792px;
	margin-left: 80px;
	padding-left:10px;
	overflow-y: scroll;
	font-size:14px;
}

#news p{
	margin-bottom:10px;
	}
	
.aisatsu #seminar_photo {
	float: right;
	height: 148px;
	width: 280px;
	padding: 10px;
	margin-right:70px;
	margin-bottom:20px;
}
