@charset "UTF-8";
/* CSS Document */
/* H E A D E R */
.header {
	width: 1000px;
	height: 590px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
h1 {
	/* LIR */
	display:block;
	background-repeat: no-repeat;
	height: 0 !important;
	background-image: url(../img/top.jpg);
	width: 1000px;
	padding-bottom: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
	padding-left: 1000px;
}
ul.headnavi li {
	list-style-type:none;
	float:left;
}
ul.headnavi li a{
	/* LIR */
	display:block;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 0 !important;
	background-image: url(../img/header.gif);
	padding-top:90px;
	outline:none;
}
ul.headnavi li.m1 a{width:230px; background-position:0px 0px;}
ul.headnavi li.m1 a:hover{       background-position:0px -90px;}
ul.headnavi li.m2 a{width:180px; background-position:-230px 0px;}
ul.headnavi li.m2 a:hover{       background-position:-230px -90px;}
ul.headnavi li.m3 a{width:180px; background-position:-410px 0px;}
ul.headnavi li.m3 a:hover{       background-position:-410px -90px;}
ul.headnavi li.m4 a{width:180px; background-position:-590px 0px;}
ul.headnavi li.m4 a:hover{       background-position:-590px -90px;}
ul.headnavi li.m5 a{width:230px; background-position:-770px 0px;}
ul.headnavi li.m5 a:hover{       background-position:-770px -90px;}

.main {
	width: 900px;
}
.text_box {
	width: 500px;
	float: left;
	font-size: 20px;
}
.text_box h2 {
	display:block;
	height: 0 !important;
	width: 500px;
	background-image: url(../img/aisatsu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 71px;
	padding-left: 500px;
}
.text_box h4 {
	font-weight: lighter;
}
.text_box p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
.name {
	margin-bottom: 0px;
}
.photo_box {
	width: 352px;
	height: 535px;
	float: right;
	margin-left: 10px;
}
.photo_box p {
	font-size: 13px;
	font-weight: bold;
}
.photo_box p span {
	color: #00A99D;
	font-size: 18px;
	line-height: 1em;
}
.rss {
	padding-top: 10px;
	border-top:solid 1px #808080;
	color: #666;
	clear: both;
}
.top_banner {
	height: 500px;
}