@charset "utf-8";
/* CSS Document */

/*基本設定*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #C8C8C8;
	color: #333;
}

#page {
	background-color: #2D4D2F;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}



h1 {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	text-align: right;
	width: 725px;
	float: right;
	font-weight: bold;
	color:#FFF;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

strong {
	font-weight: bold;
	font-size: 14px;
}
p {
	font-size: 11px;
}




/*トップページ*/

#header {
	width: 715px;
	float: right;
}
#header img {
	vertical-align: top;
}

#comment {
	background-image: url(../img/top/header-comment-bg.jpg);
	width: 713px;
	float: right;
	padding-left: 15px;
	padding-top: 30px;
	height: 70px;
	background-repeat: no-repeat;
}

#telop {
	background-image: url(../img/top/telop-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 682px;
	padding-right: 10px;
	padding-left: 10px;
	height: 27px;
	padding-top: 3px;
	margin-top: 10px;
}
marquee {
	font-size: 13px;
}


#rogo {
	position: relative;
	float: left;
}
#navi-area {
	float: left;
	width: 222px;
}

#rogo img {
	position: absolute;
	left: -50px;
	top: 15px;
}




#menu {
	width: 221px;
	min-height:175px;
	height:auto !important;
	height:175px;
	padding-top: 175px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #303346;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menu p {
	color: #FFF;
	padding-left: 30px;
}

#menu ul li a {
	background-color: #303346;
	display: block;
	text-align: left;
	padding-left: 25px;
	text-decoration: none;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height:0;
	zoom:1;
}
#menu ul li a:hover {
	background-color: #E9D4B5;
	color: #333;
}
#navi-area .company{
	background-repeat: no-repeat;
	background-position: bottom;
	width: 201px;
	background-color: #303346;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 20px;
	padding-bottom: 15px;
}




#top-contents {
	margin-top: 10px;
}
#top-contents #right {
	float: right;
	width: 253px;
}




.topics {
	float:right;
	width: 253px;
	position: relative;
	background-image: url(../img/top/coment-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 206px;
	height: 298px;
	margin-bottom: 10px;
}
.topics h2 {
	margin-top: 220px;
}
.topics p {
	width: 245px;
}


.topics #photo {
	position: absolute;
	top: -8px;
	left: -2px;
}
.banner-topics1 {
	background-image: url(../img/top/banner-bg01.jpg);
	float: right;
	width: 253px;
	height: 99px;
	margin-bottom: 9px;
}

.banner-topics1 h2 {
	margin-top: 15px;
	margin-left: 15px;
}

.banner-topics1 p {
	margin-top: 10px;
	margin-left: 20px;
	width: 200px;
}

.banner-topics2 {
	background-image: url(../img/top/banner-bg02.jpg);
	float: right;
	width: 253px;
	height: 99px;
	margin-bottom: 9px;
}
.banner-topics2 h2 {
	margin-top: 15px;
	margin-left: 15px;
}
.banner-topics2 p {
	margin-top: 10px;
	margin-left: 85px;
	width: 160px;
}
#right .company {
	background-image: url(../img/top/coment-bg.jpg);
	float: right;
	width: 253px;
	height: 92px;
}
#right .company p {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}


.list {
	width: 697px;
	float: left;
	background-image: url(../img/top/photo-frame-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
}
.list .frame {
	background-image: url(../img/top/photo-frame.jpg);
	background-repeat: no-repeat;
	width: 198px;
	float: left;
	height: 283px;
	margin-right: 8px;
	padding-top: 15px;
	padding-left: 25px;
}
*html .list .frame {
	background-image: url(../img/top/photo-frame.jpg);
	background-repeat: no-repeat;
	width: 198px;
	float: left;
	height: 283px;
	margin-right: 5px;
	padding-top: 15px;
	padding-left: 25px;
}
.list .frame p {
	width: 180px;
}

/*各コンテンツ*/

#contents {
	float: right;
	width: 715px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 25px;
}
#contents h2{
	color:#FFF;
}
.photo-left {
	float: left;
	padding-right: 15px;
}
.photo-list {
	clear: both;
	padding-top: 10px;
	padding-left: 15px;
}

.photo-style {
	height: 167px;
	width: 220px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
.photo-style img {
	padding-top: 5px;
	padding-left: 5px;
}


table   {
	width: 380px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

th {
	color: #FFF;
	background-color: #303346;
	padding-left: 10px;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
td {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#map {
	padding-top: 25px;
	clear: both;
}
#map small a {
	font-size: 11px;
}


.clear {
	clear: both;
}
