@charset "utf-8";
/* CSS Document */
#container{
	width: 600px;
	margin: auto;
	position: relative;
	float: left;
	background-position: left;
	}
#header{
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/600x439.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.full{
	position: absolute;
	width:200px;
	top:300px;
	left:30px;
}
#logo {
	position:absolute;
	left:20px;
	top:20px;
	z-index:3;
}
#title01 {
	width:400px;
	position: absolute;
	z-index: 1;
	left:-5px;
	top:120px;
}
#title01 img {
	width:90%;
	}
#title02 {
	position: absolute;
	z-index: 1;
	left:5px;
	top: 215px;
}
#title02 img{
	width:90%;
	}
#title_full {
	
	display: none;
}
#title_full img{
	width:50px;
	height:50px;}	
#nav{
	text-align: center;
	padding-top: 12px;
	position: relative;
	
}
#nav ul{
	margin: 0;
	display: inline;
	padding: 0;
	margin-left: 0;
	}
#nav  li{
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	}
#nav  a{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	
	}
#nav  a:hover{
	color: #FFCC33;
	text-decoration: none;
	}
#nav li:last-child {
	border:none;
	}
#fb {
	position: absolute;
	right: 10px;
	top: -50px;
	z-index: 2;
}
#footer{
	width: 600px;
}
#content{
	background-image: url(../images/center_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-size: 600px 425px;}

#content p{
	line-height: 24px;
	display: block;
	margin: 20px;
}
#content-pic{
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}
#content-pic img{
	width:500px;
	height:332px;
	margin-bottom: 20px;
}
#content h2{
	
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #1990a0;
	display: block;
}
#content h3{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #993300;
	display: block;
	font-size: 18px;
	font-weight: bolder;
}
#content h4{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #006633;
	display: block;
	font-size: 16px;
	font-weight: bolder;
}
#content-pic2 img{
	
	margin-bottom: 15px;
	}
#submenu {
	width: 600px;

}	
#submenu a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	}
small{
	font-weight: normal;
	font-size: 18px;
	display: block;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	}
#footer p{
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#content #news{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	
}
#content li{
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 30px;
}
