@charset "utf-8";
/*　---　ページ全体　---　*/
body{
	background: #F4ECCC url(../img/bag.jpg) repeat-y center;
	color: #333333;
	text-decoration: none;
	font: 90%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*　---　外側　---　*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 0px;
	padding: 0px;
	height: 10%;
}
/*　---　ヘッダー　---　*/
.headder {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	height: 50px;
}
/*　---　ヘッダー右　---　*/
#migi {
	float: right;
	width: 270px;
	height: 45px;
	z-index: 2;
	font-size: 13px;
	line-height:19px;
}
.sikaku {
	font-size: 13px;
	height: 20px;
	width: 20px;
	padding: 5px;
	background: url(../img/sikaku.jpg) no-repeat center center;
}
/*　---　メニュー　---　*/

#menu {
	width: 760px;
	margin-bottom: 20px;
	height: 30px;
}

/*　---　ページのＴＯＰ画像　---　*/

#float {
	font-size: 11px;
	margin-bottom: 10px;

}

/*　---　ＢＯＸ類　---　*/
#cbox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#newsbox {
	width: 760px;
	margin-top: 50px;
}

#bla {
	float: left;
	height: 300px;
	width: 190px;
	display: inline;
}
#blb {
	float: right;
	width: 560px;
}

#blc {
	width: 200px;
	float: left;
}
#bld {
	width: 540px;
	float: right;
}

/*　---　フッター　---　*/
.footer {
	width: 760px;
	background: #AB917C;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 100%;
	margin-top: 20px;
}
.footer  a:link { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:visited { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:active { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:hover {
	text-decoration:none;
	color:#FF9933;
	border-bottom: 0px ;}

/*　---　リンク色　---　*/
.rink {
}
.rink a:link { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.rink a:visited { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.rink a:active { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.rink a:hover {
	text-decoration:none;
	color:#FF9933;
	border-bottom: 0px ;} 

/*　---　リンク色　---　*/
A:link { text-decoration:none; color:#000000; }
A:visited { text-decoration:none; color:#000000; }
A:active { text-decoration:none; color:#000000; }
A:hover {
	text-decoration:none;
	color:#FF9933;} 

/*　---　くりあ　---　*/
.clr {
	clear: both;
}
.yohaku {
	margin-bottom: 10px;
}
.top {
	font-size: 10px;
	color: #666666;
	float: right;
	margin-top: 30px;
}
h2 {
	font-size: 12px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	vertical-align: top;
	text-align: justify;
	line-height: 100%;
}
.red {
	color: #FF0000;
}
.photo {
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.yohaku2 {
	margin-bottom: 30px;
}
