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

*{
	padding: 0;
	margin:0;
}

img{
	border: 0;
	text-align: right;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	color: #6c6459;
	background-color:#004EA2;

}

a {
	color: #443e38;
	text-decoration:none;
}

a:hover{
	color:#F6818A;
}


h1{
}






.container {
	width: 950px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-color: #231815;
}




#header {
	padding: 0px 0 0px;
	
}

#header .container {
	padding-bottom:0px;
}



#subtitle {
	background-image:url(../images/subtitle.jpg);
	height:53px;
	padding-top:22px;
}



#main-nav {
	position: relative;
	width: 950px;
	height: 40px;
	margin-top: 0px;
	list-style: none;
	border-width: 0px;
	border-style: solid;
	border-color: #F6818A;
	
}

#main-nav li {
	position:absolute;
	top:0;
	height:40px;
	background-image:url(../images/menu2.jpg);
	background-repeat: no-repeat;
}

#main-nav li a {
	display: block;
	height: 0;	
	padding-top: 40px;
	overflow:hidden;
	background-image:url(../images/menu2.jpg);
	background-repeat: no-repeat;
}






#nav-start {
	left:0;
}

#nav-start{
	width:100px;
}

#nav-start  {
	background-position: 0 0;
}

#nav-start.current a,
#nav-start a:hover {
	background-position: 0 -40px;
}



#nav-top {
	left:100px;
}

#nav-top,
#nav-top a {
	width:150px;
}

#nav-top a {
	background-position: -100px 0;
}

#nav-top.current a,
#nav-top a:hover {
	background-position: -100px -40px;
}



#nav-gaiyou {
	left:250px;
}

#nav-gaiyou,
#nav-gaitou a {
	width:150px;
}

#nav-gaiyou a {
	background-position: -250px 0;
}

#nav-gaiyou.current a,
#nav-gaiyou a:hover {
	background-position: -250px -40px;
}


#nav-gyoumu {
	left:400px;
}

#nav-gyoumu,
#nav-gyoumu a {
	width:150px;
}

#nav-gyoumu a {
	background-position: -400px 0;
}

#nav-gyoumu.current a,
#nav-gyoumu a:hover {
	background-position: -400px -40px;
}



#nav-saiyou {
	left:550px;
}

#nav-saiyou,
#nav-gaiyou a {
	width:150px;
}

#nav-saiyou a {
	background-position: -550px 0;
}

#nav-saiyou.current a,
#nav-saiyou a:hover {
	background-position: -550px -40px;
}



#nav-contact {
	left:700px;
}

#nav-contact,
#nav-contact a {
	width:150px;
}

#nav-contact a {
	background-position: -700px 0;
}

#nav-contact.current a,
#nav-contact a:hover {
	background-position: -700px -40px;
}


#nav-end {
	left:850px;
	width:100px;
}











#contents {
	background-color:#FFFFFF;
	
}

#contents .container {
	width: 950px;
	background-color:#FFFFFF;
	padding:0px 0px;
	
	overflow:hidden;
}



#contents-main {
	width:730px;
	word-wrap: break-word;
	margin: 0pt auto;
	padding:0px 10px;
}



#info {
	text-align: center;
	
}




#comment {
	width:650px;
	background-color:#feece8;
	padding:15px 15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	
	float:left;
	overflow:hidden;
	
	border-width: 1px;
	border-style: solid;
	border-color:#F6818A;
	
	box-shadow: 2px 2px 5px 0px #333333;
	border-radius:10px;
}


/*---*/

div#banner {
    width: 950px;
    height: 160px;
    background-color: #EEECE1;
    margin-bottom: 10px;
}

img.banner2 {
    margin-top: 35px;
}





#footer {
	clear: both;
	text-align: center;
}

#footer .container {
	position: relative;
	padding: 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#return {
	position:absolute;
	right: 0;
	top: -23px;
}

#footer-nav {
	float:left;
	list-style: none;
}

#footer-nav li {
	float: left;
	padding-left:12px;
	margin-right: 12px;
	font-size: 12px;
	line-height:18px;
	background-image:url(../../image/top/footerimg.png);
	background-repeat:no-repeat;
	background-position: 0 center;
}

#copyright {
	font-size: 10px;
	line-height:18px;
	
}

#aoki {
	margin-top:25px;
	text-align:center;
}
