@charset "UTF-8";
body {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	margin-top: 0px;
	background-image: url(../index/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#sub_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#sub_navi {
	float: right;
	width: 375px;
}
#sub_navi li {
	float: left;
}

#footer {
	float: right;
	width: 770px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#page {
}
#contents {
	float: left;
	width: 100%;
}
#navi {
	float: left;
	background-image: url(../index/navi.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 770px;
}
#navi em {
	visibility: hidden;
}
#navi li {
	float: left;
	list-style-type: none;
}
#navi a {
	display: block;
	height: 30px;
	width: 150px;
	margin-left: 1px;
	text-decoration: none;
}
#navi ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}




/* サムネイル付き　news　*/ 


.news {
	width: 370px;
	border: solid 1px #f2cf54;
	border-bottom: none;
	font-size: 85%;
	margin-left: 10px;
}

.news h2 {
	border-bottom: solid 1px #f2cf54;
	background: url(../images/head.png) repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}



.news ul{
	margin: 0px;
	padding: 0px;	
}

.news li {
	height: 80px;
	padding: 10px;
	border-bottom: solid 1px #f2cf54;
	list-style-type: none;
	overflow: hidden;
}

.news li h3 {
	position: relative;
	padding-left: 120px;
	font-size: 0.95em;
	margin: 0px;
}

.news li h3 a {
	color: #3daef5;
}

.news li h3 a:hover {
	text-decoration: none;
}

.news li h3 img {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	height: 70px;
	width: 100px;
	overflow: hidden;
}

.news li p {
	padding-left:120px;
	font-size:0.9em;
	margin: 0px;
	padding-bottom: 0px;
}

*{
	zoom: 1;
}

