/* レイアウト基本設定 
----------------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-style: normal;
	list-style-type: none;
}

img {border:none;}

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

/*基本文字リンクカラーの設定
----------------------------------------------------- */

#calendar {font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #000000
	text-decoration: none;
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #CCFF00;
}
#container {
	margin-right: 4%;
	margin-left: 6%;
}

#grid-content {
	overflow: hidden;
}

#grid-content div {
	width: 230px;
}

#grid-content div.wn {
	width: 470px;
	height: 290px;
	margin: 5px;
	border: 5px solid #000000;	
}
#grid-content div.hn {
	height: 290px;
	margin: 5px;
	border: 5px solid #000000;	
}
#grid-content div.wn2 {
	width: 470px;
	margin: 5px;
	border: 5px solid #000000;
	background-color: #000000;
}
#grid-content div.ss {
	height: 140px;
	width: 140px;
	margin: 5px;
	background-color: #CCCC99;
	border: 5px solid #000000;	
}
#grid-content div.ss2 {
	width: 140px;
	margin: 5px;
	background-color: #CCCC99;
	border: 5px solid #000000;
	height: 290px;
}
#grid-content div.seo {
	margin: 5px;
	background-image: url(../img/bd_06.gif);
	background-repeat: no-repeat;
	border: 5px solid #000000;	
}
#grid-content div.comachi {
	margin: 5px;
	background-image: url(../img/bd_05.gif);
	background-repeat: no-repeat;
	border: 5px solid #000000;	
}

#grid-content .newsbox {
	width: 230px;
	height: 290px;
	background-color: #000000;
	margin: 5px;
	border: 5px solid #000000;	
}

#grid-content div.access {
	width: 470px;
	height: 290px;
	margin: 5px;
	background-image: url(../img/bd_10.gif);
	background-repeat: no-repeat;
	position: relative;
	border: 5px solid #000000;	
}

#grid-content div.tel-fax {
	margin: 5px;
	height: 140px;
	width: 140px;	
	background-image: url(../img/bd_11.gif);
	background-repeat: no-repeat;	
	border: 5px solid #000000;	
}
#grid-content div.profile {
	margin: 5px;
	background-image: url(../img/bd_08.gif);
	background-repeat: no-repeat;
	height: 290px;
	width: 230px;	
	border: 5px solid #000000;	
}
#grid-content div.rinen {
	margin: 5px;
	background-image: url(../img/bd_07.gif);
	background-repeat: no-repeat;
	height: 290px;
	width: 230px;	
	border: 5px solid #000000;	
}

#grid-content div.mail-box {
	background-image: url(../img/bd_09.gif);
	background-repeat: no-repeat;
	height: 290px;
	width: 140px;
	margin: 5px;
	border: 5px solid #000000;	
}

#footer {
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;	
	filter: alpha(Opacity=80);/*IE透過設定*/
	-moz-opacity:0.8;/*firefox透過設定*/
	opacity:0.8;/*safari、opera透過設定*/	
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 10px;
}




 /* ニュース */
 
.news {
	color: #FFFFFF;
	width: 100%;
}

.news h3 {
	background-image: url(../img/title_info.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 30px;
	width: 150px;
	margin-top: 12px;
	margin-left: 12px;
}

.news dl {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 12px;
	margin-left: 12px;
	padding: 3px;
	margin-bottom: 3px;
}
.news dl dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
.news dl dd {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 5px;
}	
.nonborder {
	border-style: none!important;
}




/* clearfix */
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	line-height:0;
}

.clearfix {
	_height:1px;
	min-height:1px;
	/*￥*//*/
	height:auto;
	overflow:hidden;
	/**/
}





/*レイアウト下部余白
----------------------------------------------------- */
.bottom005px {margin-bottom: 5px!important;}
.bottom010px {margin-bottom: 10px!important;}
.bottom015px {margin-bottom: 15px!important;}
.bottom020px {margin-bottom: 20px!important;}
.bottom030px {margin-bottom: 30px!important;}
.bottom040px {margin-bottom: 40px!important;}
.bottom050px {margin-bottom: 50px!important;}
.bottom100px {margin-bottom: 100px!important;}
.bottom200px {margin-bottom: 200px!important;}
.bottom300px {margin-bottom: 300px!important;}
.bottom400px {margin-bottom: 400px!important;}
.bottom500px {margin-bottom: 500px!important;}
