@charset "UTF-8";

a{/*リンクされた文字*/
	color:#09C;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#09C;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#0CC;
	text-decoration: underline;
}
body {
	background-image: url(yamuni_image/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#footer {/*マウスをのせたとき*/
	color:#09C;
	font-style:normal;
	text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#wrap {
	font-size: 12px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#wrap .head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#chirashi {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.titleback {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(yamuni_image/titleback600s.png);
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
h2 {
	float: left;
	height: 150px;
	width: 100px;
	margin-right: 65px;
}
.bordermain {
	width: 700px;
	min-height: 40px;
	margin-top: 100px;
	margin-left: 160px;
	padding: 18px;
	/*	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
*/	background-image: url(yamuni_image/alpha70.png);
}
.border {
	width: 700px;
	margin-top: 100px;
	border-top-width: 1px;
	/*border-top-color: #e7208f;*/
	border-top-color: #FFF;
	min-height: 40px;
	margin-left: 160px;
	padding: 20px;
	background-image: url(yamuni_image/alpha50.png);/*	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
*/
}
.bordermargin {
	height: 40px;
	width: 700px;
	margin-left: 200px;
}
#footer {
	width: 900px;
	margin-top: 30px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(yamuni_image/house.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 320px;
}
.fontbig {
	font-size: 24px;
	line-height: 30px;
}
.house {
	background-image: url(yamuni_image/house.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
.red {
	color: #F00;
}
.small {
	font-size: 70%;
	line-height: 70%;
}
.kyouchou {
	color: #e4007f;
}
.kakomi {
	border: 1px solid #999;
	padding: 20px;
	background-color: #FFF;
}
.name {
	font-size: 14px;
	line-height: 18px;
}
