@charset "Shift-JIS";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p,ul,li,form{
	margin:0px;
	padding:0px;
	font-size:small;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
}

#scon{
	width:970px;
}

#con{
	float:left;
	width:817px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#top{
	background-image:url(img/top-card.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:817px;
	height:440px;
	position:absolute;
}

#sub{
	position:absolute;
	top:450px;
	clear:both;
	width:817px;
	padding-left:20px;
	padding-right:20px;
}
#about{
	width:285px;
	margin-right:10px;
	float:left;
}

#blog{
	width:500px;
	float:right;
}


#foot{
	clear:both;
	margin-top:30px;
	background-color:#01ad4e;
	text-align:center;
	color:#FFFFFF;
}

#sub_news{
	width:150px;
	float:right;
	text-align:left;	
}


/*トップのカード内レイアウト*/

#title-bar{
	margin:20px 30px 0 25px;
}
#title-bar h1{
	font-size:large;
	color:#FFFFFF;
	float:left;
}
#title-bar p{
	font-size:xx-small;
	color:#FFFFFF;
	float:right;
}


#name{
	position:absolute;
	top:100px;
	left:240px;
}
#name h2{
	font-size:40px;
	color:#FFFFFF;
}

#contents{
	position:absolute;
	top:170px;
	left:0px;
}
#contents .imgL{
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:310px;
}
#contents .naiyo{
	float:right;
	width:470px;
	margin-right:15px;
}

#contents .imgS{
	
}
#contents .msg{
	margin-top:10px;
	background-image:url(img/msg-box-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:8px;
	width:453px;
}
#contents .msg p{
	background-color:#ffffff;
	background-image:url(img/msg-box-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height:150%;
	font-size:small;
	height:130px;
	overflow:auto;
}

/*ブログ部*/
#blog .eBox{
	margin-top:30px;
}
#blog .eDate{

}
#blog .entry{
	background-image:url(img/blog-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#blog .eTitle{
	margin-top:5px;
	padding-left:30px;
	font-size:1em;
	color:#0079bd;
}
#blog .eText{
	padding-left:35px;
}
#blog .eText p{
	margin-top:15px;
	margin-right:70px;
}

#blog a:link{
	color:#0079bd;
}
#blog a:visited{
	color:#0079bd;
}
#blog a:hover{
	color:#0079bd;
}


/*サブコンテナ　ニュース部*/
#sub_news{
	padding-top:20px;
}
#sub_news .blog_box{
	border:2px solid #cccccc;
	padding:3px;
}
#sub_news .blog_box h2{
	padding:3px;
}
#sub_news .blog_box li{
	border-bottom:1px solid #cccccc;
	margin-top:3px;
}



/*紹介その他部*/
#about ul.prf{
	list-style-type:none;
	list-style-position:outside;
	padding-right:30px;
	padding-left:-20px;
	text-align:left;
}
#about ul.prf li{
	font-size:medium;
	margin:5px 10px 5px 5px;
	border-bottom:1px solid #01ad4e;
	border-right:2px solid #01ad4e;
	line-height:150%;
	padding-left:10px;
	background-image:url(img/holl-gry.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.item{
	font-size:xx-small;
	line-height:100%
}

#menu{
	width:180px;
	border:3px double #01ad4e;
	margin-left:35px;
	margin-top:50px;
}
#menu .banner{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#menu h3{
	background-color:#ff9900;
	color:#FFFFFF;
	padding-left:20px;
}
#menu ul{
	list-style-type:none;
	list-style-position:outside;
	padding-left:20px;
}
#menu li{
	line-height:130%;
}

