@charset "utf-8";

/*  INDEX
--------------------
1.基本設定(初期化)
2.基本レイアウト
3.テキスト基本
4.スペース
5.写真関連
6.トップページ
7.中ページ
--------------------
*/


/* 1. 基本設定(初期化)
----------------------------------------------- */
*{
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
html{
	height:100%;
}
body{
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background: #FFF;
	font-size:12px;
	line-height:1.5;
	letter-spacing:1px;
	color:#333;
}

a:link, a:visited{
	color:#027ABB;
	text-decoration:none;
}
a:hover{
	color:#027ABB;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p, pre,form,
blockquote, ul, ol, dl, dd, dt{
	margin: 0;
	padding: 0;
}
li {list-style-type:none;}
img {border:none;}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0;font-size:inherit;font:100%; }
address{
	font-style: normal;
	font-weight: normal;
}
.clear {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 2. 基本レイアウト
----------------------------------------------- */
#header {
	width: 100%;
	min-width:900px;
	margin: 0 auto;
	padding: 0;
	border-top:solid 7px #0057B9;
	background: #FFF;
	text-align:center;
}
	#header .title,
	#header .navi
	#header .image {
		width: 100%;
		min-width:900px;
		margin: 0 auto;
		padding: 0;
	}
	#header .navi {
		background: url(../gifs/header_navi_bg.jpg) 0 0 repeat-x;
	}
	#header .title .main,
	#header .navi .main {
		margin: auto;
		width:900px;
		text-align: left;
		position:relative;
	}
	#header .navi .main {
		position:relative;
	}
	#header .navi .main .contact {
		position: absolute;
		top: -35px;
		left: 787px;
	}
	#header .navi .main a.contact {width:113px;height:113px;display:block;}
	#header .navi .main a.contact:link {		background:url(../gifs/header_navi_contact.png);}
	#header .navi .main a.contact:visited {		background:url(../gifs/header_navi_contact.png);}
	#header .navi .main a.contact:hover {		background:url(../gifs/header_navi_contact_on.png);}
	#header .navi .main a.contact:active {		background:url(../gifs/header_navi_contact_on.png);}
	#header .image {			background: #E9F3F5 url(../gifs/header_img.jpg) center top no-repeat;}
	#header .image.news {		background-image: url(../gifs/header_img-news.jpg)}
	#header .image.error{		background-image: url(../gifs/header_img-error.jpg)}
	#header .image.about {		background-image: url(../gifs/header_img-about.jpg)}
	#header .image.works {		background-image: url(../gifs/header_img-works.jpg)}
	#header .image.report {		background-image: url(../gifs/header_img-report.jpg)}
	#header .image.diary {		background-image: url(../gifs/header_img-diary.jpg)}
	#header .image.place {		background-image: url(../gifs/header_img-place.jpg)}
	#header .image.contact {	background-image: url(../gifs/header_img-contact.jpg)}
	#header .image.com {		background-image: url(../gifs/header_img-com.jpg)}
	#header .image.link {		background-image: url(../gifs/header_img-link.jpg)}
	#header .image.sitemap {	background-image: url(../gifs/header_img-sitemap.jpg)}
	#header .image.rules {		background-image: url(../gifs/header_img-rules.jpg)}
	#header .image .main {
		margin: auto;
		width:900px;
		height:100px;
		text-align: left;
	}

	#header li {
		float:left;
		margin: 0;
	}
	#header li.logo {
		padding: 0 20px 0 0;
	}
	#header li.sub {
		padding: 35px 0 0 0;
	}
	#header li.tel {
		float:right;
		padding: 0 140px 0 0;
	}
	#header li.title {
		padding: 30px 0 0 0;
	}
	#header li img {
		vertical-align:top;
	}



#container {
	width: 100%;
	margin: auto;
	margin: 0;
	padding: 0;
	background: #FFF url(../gifs/container_bg.gif) left top repeat-x;
}
	#container .main {
		width:900px;
		margin:0 auto;
		text-align:left;
	}

#topicpath {
	margin: 0;
	padding: 8px 0;
	font-size: 10px;
	border-bottom:solid 1px #EEE;
}
	#topicpath li {
		float:left;
	}
	#topicpath li a {
		padding:0 8px 0 0;
		margin: 0 8px 0 0;
		float:left;
		background: url(../gifs/topicpath.gif) right no-repeat;
	}

#container .main #contents-bg {
	background: url(../gifs/bg_border.gif) 699px 0 repeat-y;
}
#container .main #contents {
	float:left;
	width:650px;
	text-align:left;
}
	#container .main #contents .main {
		width:650px;
		overflow:hidden;
		padding:20px 0 100px 0;
	}



#container #sidenavi {
	width:200px;
	float:right;
	text-align:left;
}
	#container #sidenavi img {
		vertical-align:top;
	}
	#container #sidenavi .navi {
		width:200px;
		margin:0 0 40px;
		font-size:12px;
		line-height:14px;
		letter-spacing:1px;
	}

	#container #sidenavi .navi ul{
		margin:0;
		padding:0;
		vertical-align:top;
	}

	#container #sidenavi .navi li {
		margin:0;
		padding:0;
		border-bottom:solid 1px #EEE;
		vertical-align:top;
	}
	#container #sidenavi .navi li.head {
		border-bottom:solid 3px #0057B9;
	}
	#container #sidenavi .navi li.banner {
		margin:5px 0 0 10px;
		border:none;
	}
	#container #sidenavi .navi li.banner .edge {
		margin:5px 0 0 0;
	}

	#container #sidenavi .navi li.space {
		height: 2px;
		margin: 0;
		padding: 0;
		border:none;
		background: #666;
	}

	#container #sidenavi .navi li a {
		padding: 12px 8px 14px 25px;
		background: #FFF url(../gifs/linkdot.gif) 10px 14px no-repeat;
		display:block;
		text-decoration:none;
	}
	#container #sidenavi .navi li a:link,
	#container #sidenavi .navi li a:visited{
		color:#333;
	}
	#container #sidenavi .navi li a:hover{
		background-color: #EEE;
	}
	#container #sidenavi .navi li.head a,
	#container #sidenavi .navi li.banner a {
		padding: 0;
		display:inline;
		background:none;
	}
	#container #sidenavi .navi li.head a:hover,
	#container #sidenavi .navi li.banner a:hover{
		background:none;
	}


	/* ---CMS用--- */
	#container #sidenavi .navi li.cms-tag {
		margin:10px 0 0 0;
		padding:2px 8px;
		border:none;
		background: #0057B9;
		font-weight:bold;
		color:#FFF;
	}
	* html #container #sidenavi .navi li.cms-tag {
		padding:2px 8px 6px;
	}
	#container #sidenavi .navi li.cms {
		margin:0;
		padding:0;
		border:none;
		_zoom: 1; // IE6用
	}
	#container #sidenavi .navi li.cms ul{
		margin:5px 0 0 0;
		padding:0;
	}
	#container #sidenavi .navi li.cms li {
		margin:0;
		padding:0;
		border:none;
		_line-height:0; // IE6用
	}

	#container #sidenavi .navi li.cms li a {
		padding: 4px 8px 4px 25px;
		background: #FFF url(../gifs/linkdot.gif) 10px 6px no-repeat;
		display:block;
		text-decoration:none;
		_line-height:normal; // IE6用
	}
	* html #container #sidenavi .navi li.cms li a {
		background: #FFF url(../gifs/linkdot.gif) 10px 8px no-repeat;
	}

	#container #sidenavi .navi li.cms td a {
		padding: 0;
		background: none;
		display:block;
		text-decoration:none;
	}
	#container #sidenavi .navi li.cms td a:link,
	#container #sidenavi .navi li.cms td a:visited,
	#container #sidenavi .navi li.cms li a:link,
	#container #sidenavi .navi li.cms li a:visited{
		color:#027ABB;
		text-decoration:none;
	}
	#container #sidenavi .navi li.cms td a:hover,
	#container #sidenavi .navi li.cms li a:hover{
		color:#027ABB;
		text-decoration:underline;
		background-color: #FFF;
	}

	#container #sidenavi .navi li.cms caption {
		text-align:center;
		border-top:solid 1px #CCC;
		border-left:solid 1px #CCC;
		border-right:solid 1px #CCC;
		padding:3px 0px;
	}
	#container #sidenavi .navi li.cms table {
		width:180px;
		margin: 5px auto 0;
		border-collapse:collapse;
	}
	#container #sidenavi .navi li.cms th,
	#container #sidenavi .navi li.cms td,
	#container #sidenavi .navi li.cms td.pad {
		text-align: center;
		vertical-align: top;
		padding: 2px 4px;
		border:solid 1px #CCC;
	}
	#container #sidenavi .navi li.cms th {
		font-weight: normal;
		white-space: nowrap;
	}
	#container #sidenavi .navi li.cms tfoot td.pad{
		border:none;
		text-align: center;
	}
	#container #sidenavi .navi li.cms td#prev {
		border:none;
		text-align: left;
	}
	#container #sidenavi .navi li.cms td#next {
		border:none;
		text-align: right;
	}


#footer {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
	text-align:center;
	background: #FFF;
	font-size:10px;
}

	#footer .navi {
		margin: 0;
		background: #0057B9;
	}
	#footer .navi img {
		vertical-align:top;
	}
	#footer .navi ul {
		margin: auto;
		width:900px;
		text-align: left;
	}
	#footer .navi li {
		margin: 0 20px 0 0;
		float:left;
	}
	#footer .navi li.back,
	#footer .navi li.gotop {
		margin: 0 0 0 20px;
		float:right;
	}

	#footer .main {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width:900px;
		text-align: left;
	}
	#footer .main address {
		width: 500px;
		margin: 10px 0 0 0;
		float:left;
	}
	#footer .main address p {
		margin: 5px 0 0 0;
	}
	#footer .main .sitemap {
		width: 400px;
		float:right;
	}
	#footer .main .sitemap ul {
		float:right;
		width: 120px;
		margin: 0 0 0 10px;
		line-height:12px;
	}
	#footer .main .sitemap li {
		padding:0 0 4px 10px;
		background: url(../gifs/footer_linkdot.gif) 0 4px no-repeat;
	}
	#footer .main .sitemap li.min {
		letter-spacing:-1px;
	}
	#footer .main .sitemap a:link,
	#footer .main .sitemap a:visited{
		color:#333;
		text-decoration:none;
	}
	#footer .main .sitemap a:hover{
		color:#333;
		text-decoration:underline;
	}

	#footer #copylight {
		margin: 5px 0 0 0;
	}
	#footer #copylight ul {
		margin: auto;
		width:900px;
		text-align: left;
	}
	#footer #copylight li {
		font-family:Verdana, Geneva, sans-serif;
		letter-spacing:0;
		color: #4C95DE;
	}





/* 3.テキスト基本
----------------------------------------------- */
.fs14{font-size:14px; line-height:20px; letter-spacing:1px}		/* 見出し */
.fs12{font-size:12px; line-height:18px; letter-spacing:1px}		/* 本文 */
.fs11{font-size:11px; line-height:13px}						/* 注釈 */
.fs10{font-size:10px; line-height:14px}						/* キャプション */

.fse16{font-size:16px; line-height:18px}						/* 英見出し */
.fse14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fse12{font-size:12px; line-height:14px}						/* 英注釈 */
.fse11{font-size:11px; line-height:12px}						/* 英キャプション*/
.blue{color:#0057B9;}
.red{color:#C00;}

h3 {
	margin-bottom:30px;
}
h4 {
	margin-bottom:20px;
	padding: 4px 10px;
	background: #0057B9;
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	line-height:18px;
	text-align: left;
}
h5 {
	margin-bottom:10px;
	padding: 0 0 0 8px;
	line-height:1;
	border-left:solid 3px #0057B9;
}
h6 {
	margin-bottom:10px;
}

.linkdot {
	background-image: url(../gifs/linkdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	margin: 0;
}
.note {
	font-size:10px;
	line-height:14px;
	margin-top:5px;
}

sup {
	font-size:10px;
	line-height:14px;
}


/* 4. スペース
----------------------------------------------- */
.vsp-top10 {		margin-top:10px;}
.vsp-top20 {		margin-top:20px;}
.vsp-top40 {		margin-top:40px;}
.vsp-top60 {		margin-top:60px;}
.vsp-bottom10 {	margin-bottom:10px;}
.vsp-bottom20 {	margin-bottom:20px;}



/* 5.写真関連
----------------------------------------------- */
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }


/* 6.トップページ
----------------------------------------------- */
/* ---レイアウト--- */
#top #header .image .main {
	width:100%;
	height:285px;
}
	#top #header .image {
		background-color:#E9F3F5;
		background-image: none;
	}

#flashcontent {
	text-align:center;
}


#top #container {
	padding:0;
}
	#top #container .main {
		position:relative;
	}
	#top #container .main #contents {
		width:610px;
	}
	#top #container #sidenavi {
		width:260px;
	}
	#top #container #sidenavi .banner li {
		margin:0 0 5px 0;
	}


#top #container .main .navi {
	z-index:1;
	position: absolute;
	top: -100px;
	left: 0;
}
	#top .main .navi li {
		float:left;
		margin: 0 0 0 27px;
	}
	#top .main .navi li.edge {
		margin: 0;
	}

	#top .main #box {
		padding:20px 0 0 0;
	}


#top #latest a:link,
#top #latest a:visited{
	color:#333;
	text-decoration:none;
}
#top #latest a:hover{
	color:#027ABB;
	text-decoration:underline;
}

#top #latest dl {
	margin: 0;
	font-size:12px;
}
#top #latest dt {
	width:6em;
	float:left;
	clear:both;
	background: url(../gifs/linkdot.gif) 0px 7px no-repeat;
	padding: 2px 0 4px 15px;
	color:#75808D;
}
#top #latest dd {
	margin-left: 8em;
	padding: 2px 0 4px 0;
	_height:1%; /* IE用 */
}

#top h2 {
	margin: 0 0 15px 0;
}

#top #work-repo {
	width:900px;
	overflow: hidden; 
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0 ;
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
}
	#top #work-repo ul {
		width:940px;
	}
	#top #work-repo li {
		float:left;
		width:430px;
		margin: 0 40px 0 0;
	}


#top #under-banner {
	width:900px;
	overflow: hidden; 
	margin: 30px 0 40px 0;
}
	#top #under-banner ul {
		width:975px;
	}
	#top #under-banner li {
		float:left;
		width:180px;
		margin: 0 15px 0 0;
	}





/* 7.中ページ
----------------------------------------------- */
/* ---news--- */
#news #index dl {
	margin: 0;
	font-size:12px;
}
	#news #index dt {
		width:6em;
		float:left;
		clear:both;
		background: url(../gifs/linkdot.gif) 0px 7px no-repeat;
		padding: 2px 0 4px 15px;
		color:#75808D;
	}
	#news #index dd {
		margin-left: 8em;
		padding: 2px 0 4px 0;
		_height:1%; /* IE用 */
	}




#news h4 {
	margin-bottom:0;
}
#news .date {
	text-align:right;
	margin: 0 0 5px 0;
}
#news p{
	margin: 0  0 10px 0;
}

#news ul{
	margin:5px 0px 5px 25px;
}

#news ul li{
	list-style-type:disc;
	margin:3px 0px;
}

#news ol{
	margin:5px 0px 5px 29px;
}

* html #news ol{
	margin:5px 0px 5px 33px;
}

#news ol li{
	list-style-type:decimal;
	margin:3px 0px;
}




/* ---about--- */
#about #index {
	width:650px;
	overflow: hidden;
}
	#about #index .mainimg {
		margin: 0 0 4px 0;
	}
	#about #index ul {
		width:664px;
	}
	#about #index li {
		float:left;
		width:162px;
		margin: 0 4px 0 0;
	}
	#about #index li img {
		vertical-align: top;
	}



#about #koho p {
	margin: 0 0 20px 0;
}

#about .column {
	margin: 20px 0 0 0;
}
	#about #safety .column,
	#about #quality .column {
		border-bottom:solid 1px #CCC;
	}
	#about .column a.linkdot {
		padding:0 0 4px 10px;
		background: url(../gifs/footer_linkdot.gif) 0 4px no-repeat;
	}

#about #quality .column #point {
	width:650px;
	overflow: hidden; 
}
	#about #quality .column #point ul {
		width:660px;
		margin: 0 0 10px 0;
	}
	#about #quality .column #point li {
		float:left;
		width:320px;
		margin: 0 10px 0 0;
		background: #FEDCC2;
	}
	#about #quality .column #point li.maker {
		float:left;
		width:320px;
		margin: 0 10px 0 0;
		background: #D4E8F2;
	}
	#about #quality .column #point dl {
		margin: 10px;
	}
	#about #quality .column #point dt {
		margin: 0 0 5px 0;
		font-weight: bold;
		color:#D06822;
	}
	#about #quality .column #point .maker dt {
		color:#2295D0;
	}


#about #quality .column #pfwood dt {
	float:right;
	clear:both;
	width:230px;
	padding: 0;
	text-align:right;
}
	#about #quality .column #pfwood dd {
		_height:1%; /* IE用 */
		margin: 0 230px 0 0;
	}

#about #quality .column #pfwood li {
	margin: 10px 0 0 0;
}
	#about #quality .column #pfwood li.edge {
		border:none;
		margin: 0;
		padding: 0;
	}
	#about #quality .column #pfwood li strong {
		display:block;
		margin: 0 0 5px 0;
		font-weight:bold;
		color:#0057B9;
	}


#about #frame p {
	margin: 0 0 20px 0;
}
#about #frame .column dt {
	float:right;
	clear:both;
	width:220px;
	padding: 0;
	text-align:right;
}
	#about #frame .column dd {
		_height:1%; /* IE用 */
		margin: 0 220px 0 0;
	}

#about #frame .column li {
	margin: 10px 0 0 0;
}
	#about #frame .column li.edge {
		border:none;
		margin: 0;
		padding: 0;
	}
	#about #frame .column li strong {
		display:block;
		margin: 0 0 5px 0;
		font-weight:bold;
		color:#0057B9;
	}


#about #safety p {
	margin: 0 0 20px 0;
}
#about #safety .column dt {
	float:left;
	clear:both;
	width:180px;
	padding: 0;
}
	#about #safety .column dd {
		_height:1%; /* IE用 */
		margin: 0 0 0 180px;
	}

#about #safety .column li {
	border-top:solid 1px #CCC;
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
}
	#about #safety .column li.edge {
		border:none;
		margin: 0;
		padding: 0;
	}
	#about #safety .column li strong {
		display:block;
		margin: 0 0 5px 0;
		font-weight:bold;
		color:#0057B9;
	}


#about #step h3 {
	margin-bottom:10px;
}
#about #step p.lead {
	margin-bottom:30px;
}

#about #step .flow {
		margin:5px 0 0 0;
		padding: 15px;
		background: #F8F3E4;
}
	#about #step .flow dt {
		margin-bottom:15px;
		padding: 0 0 0 8px;
		border-left:solid 2px #AC8614;
	}
	#about #step .flow dd p {
		margin: 5px 0 0 0;
	}




/* ---place--- */

#place #index dt {
	padding: 0 0 5px 0;
	font-size:16px;
	line-height:1;
	font-weight:bold;
}
	#place #index dd {
		margin: 0 0 20px 0;
		padding: 15px;
		background: #F6F6F6;
	}
	#place #index dd strong {
		display:block;
		margin-bottom:15px;
		padding: 0 0 0 8px;
		font-size:16px;
		line-height:1;
		border-left:solid 3px #0057B9;
	}

	#place #index dd p {
		margin: 5px 0;
		padding: 0 0 5px 4px;
		border-bottom:solid 1px #EEE;
	}

#place h6 {
	color:#0057B9;
}
#place .kukaku {
	margin: 20px 0 0 0;
}

#place .column {
	margin: 40px 0 0 0;
}
	#place .column p {
		margin: 5px 0;
		padding: 0 0 5px 0;
		border-bottom:solid 1px #EEE;
	}

#place .proviso {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #EEE;
}
	#place .proviso strong {
		font-weight: normal;
		color:#CC0000;
	}

#place table {
	width:100%;
	margin: 20px 0 0 0;
	border-collapse:collapse;
	border:solid 1px #999;
}
	#place caption {
		text-align: right;
		margin: 0 0 2px 0;
		font-size:10px;
		line-height:14px;
	}
	#place th,
	#place td {
		text-align: center;
		vertical-align: top;
		padding: 2px 4px;
		border:solid 1px #999;
	}
	#place th {
		font-weight: normal;
		white-space: nowrap;
	}
	#place thead th {
		padding: 1px;
		vertical-align: middle;
		background: #999;
		border-left:solid 1px #FFF;
		border-right:solid 1px #FFF;
		color:#FFF;
	}
	#place thead th.left {
		border-left:solid 1px #999;
	}
	#place thead th.right {
		border-left:solid 1px #999;
	}
	#place tbody th {
		background: #FDF9B8;
	}
	#place tbody th.provision {
		background: #FDB8E4;
	}
	#place td.price {
		text-align: right;
	}
	#place td.price-lot {
		color:#CC0000;
		text-align: right;
		font-weight:bold;
	}
	#place td.done {
		color:#CC0000;
	}

#place .map {
	margin: 40px 0 0 0;
}



#place .mizuho {
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: center;
}
	#place .mizuho img {
		margin: 0 0 5px 0;
	}
	#place .mizuho strong {
		color:#CC0000;
	}



/* ---works--- */

#works #index {
	overflow:hidden;
	width: 650px;
	padding:20px 0;
}
	#works #index ul{
		width: 660px;
		margin: 0  0 20px 0;
	}
	#works #index li {
		width: 155px;
		margin: 0 10px 0 0;
		float:left;
	}

	#works #index dt {
		float:left;
		clear:both;
		width:60px;
		padding: 0;
	}
	#works #index dd {
		_height:1%; /* IE用 */
		margin-left: 60px;
		padding: 0;
	}
	#works #index dd strong {
		display:block;
	}
	#works #index #topics{
		margin: 0  0 40px 0;
	}
	#works #index #topics ul{
		width: 660px;
	}
	#works #index #topics li{
		width: 320px;
		margin: 0 10px 0 0;
	}
	#works #index #topics dt {
		float:none;
		width:320px;
		padding: 0;
		margin: 0 0 5px 0;
	}
	#works #index #topics dt span {
		display:block;
		margin: 0 0 5px 0;
		font-weight:bold;
		color:#0057B9;
	}
	#works #index #topics dd {
		margin: 0;
		padding: 0;
	}



	#works #index a:link,
	#works #index a:visited {
		text-decoration:none;color:#333;
	}
	#works #index a:hover {	text-decoration:underline;color:#027ABB;}


#works h4 {
	margin:0;
	padding: 0;
	background: none;
}
#works #title {
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #CCC;
}
	#works #title img {
		display:block;
		margin:0 0 10px 0;
	}
#works .column {
	overflow:hidden;
	width: 650px;
	margin: 20px 0 0 0;
}
	#works .column .data{
		width: 660px;
		padding:0 0 20px 0;
		border-bottom:solid 1px #CCC;
	}
	#works .column .data ul{
		float:left;
		width: 320px;
		margin: 0 10px 0 0;
	}
	#works .column .data sup{
		font-size:10px; 
		line-height:10px;
	}

#works #photo {
	overflow:hidden;
	width: 650px;
}
	#works #photo ul{
		width: 660px;
		margin: 20px 0 0 0;
	}
	#works #photo li {
		width: 320px;
		margin: 0 10px 0 0;
		float:left;
	}
	#works #photo li img {
		vertical-align:top;
	}
	#works #photo li strong {
		display:block;
		margin: 5px 0 0 0;
	}






/* ---com--- */
#com p.greeting {
	line-height:22px;
}

#com #outline {
	margin: 40px 0 0 0;
}
	#com table {
		width:100%;
		margin: 0;
		border-collapse:collapse;
	}
	#com th,
	#com td {
		text-align: left;
		vertical-align: top;
		padding: 10px 4px;
		border-top:solid 1px #CCC;
		border-bottom:solid 1px #CCC;
	}
	#com th {
		font-weight: normal;
		white-space: nowrap;
	}

#com #map {
	margin: 40px 0 0 0;
}


/* ---link--- */
#link dl {
	margin: 0 0 30px 0;
}
	#link dt {
		margin: 0 0 10px 0;
		font-weight:bold;
		color:#666;
	}

	#link li {
		background: url(../gifs/linkdot.gif) 0px 7px no-repeat;
		padding: 2px 0 8px 15px;
		color:#75808D;
	}


/* ---sitemap--- */
#sitemap li {
	background: url(../gifs/linkdot.gif) 0px 7px no-repeat;
	margin: 8px 0 0 0;
	padding: 2px 0 8px 15px;
	border-bottom:solid 1px #EEE;
	color:#75808D;
}



/* ---contact--- */
#contact p{
	margin-bottom:25px;
}

#contact p img{
	float:left;
	margin:0 20px 5px 0;
}

#contact p em{
	color:#ff5c00;
	font-style:normal;
	font-size:120%;
}

#contact #form-container{
	background-color:#fff;
}

#contact #form-container form fieldset{
	margin:10px 0;
	padding:10px;
	border:#ddd 1px solid;
}

#contact #form-container form fieldset legend{
	font-weight:bold;
	color:#333;
}

#contact #form-container form fieldset div{
	padding:0.25em 0;
}

#contact #form-container form fieldset div label{
	margin-right:10px;
	padding-right:10px;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	position:relative;
	background:#fff;
}

#contact #form-container form fieldset div label em{
	position:absolute;
	right:0;
	font-size:120%;
	font-style:normal;
	color:#ff5c00;
}

#contact #form-container form #buttonrow{
	text-align:center;
}

#contact #form-container form fieldset div span input,
#contact #form-container form fieldset div span select,
#contact #form-container form fieldset div span textarea{
	background:#fff;
	border:1px solid #ddd;
}

#contact #form-container form fieldset div span input:hover,
#contact #form-container form fieldset div span select:hover,
#contact #form-container form fieldset div span textarea:hover{
	background:#f9f9f9;
}

#contact #form-container form fieldset div span input#address{
	width:400px;
}

#contact #form-container form fieldset div span textarea{
	width:400px;
}

#contact #form-container form fieldset div span input#jikietc{
	width:200px;
}

#contact #form-container form fieldset div span input#city{
	width:100px;
}

#contact #form-container form fieldset div span input#tubo{
	width:50px;
}

#contact #form-container form fieldset div span .wpcf7-list-item{
	margin-right:15px;
}

#contact #form-container form fieldset div span .wpcf7-list-item input{
	border:none;
	vertical-align:top;
}





/* ---rules--- */
#rules p {
	margin: 0 0 20px 0;
}
	#rules span.list {
		display:block;
		padding-left:1em;
		text-indent:-1em;
	}

#rules dl {
	margin: 0 0 20px 0;
}
#rules dt {
	width:100px;
	float:left;
	clear:both;
	padding:  0 0 5px 0;
	color:#75808D;
}
#rules dd {
	margin-left: 100px;
	padding:  0 0 5px 0;
	_height:1%; /* IE用 */
}


/* ---report--- */
#report h3 {
	margin:40px 0 20px 0;
}

#report #photo {
	overflow:hidden;
	width: 650px;
	font-size:10px;
	line-height:14px;
}
	#report #photo ul{
		width: 660px;
		margin: 20px 0 0 0;
	}
	#report #photo li {
		width: 155px;
		margin: 0 10px 0 0;
		float:left;
	}
	#report #photo li img {
		vertical-align:top;
		margin: 0 0 5px 0;
	}

#report #room {
	margin: 40px 0 0 0;
	font-size:10px;
	line-height:14px;
}
	#report #room img {
		margin: 0 0 15px 0;
	}

#report #staff {
	margin: 40px 0 0 0;
	padding: 10px;
	border:solid 1px #EEE;
}
	#report #staff p.name {
		margin: 0 0 10px 0;
	}


/* ---diary--- */
#diary h3 {
	margin-bottom:10px;
}
#diary p.lead {
	margin-bottom:30px;
}

#diary .column {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
	#diary .column img {
		margin:5px 5px 5px 0;
	}

#diary .column h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size:18px;
	line-height:22px;
	border-bottom:solid 1px #CCC;
}
#diary .column .date {
	text-align:right;
	margin: 0 0 5px 0;
}


#diary .column ul{
	margin:5px 0px 5px 25px;
}

#diary .column ul li{
	list-style-type:disc;
	margin:3px 0px;
}

#diary .column ol{
	margin:5px 0px 5px 29px;
}

* html #diary .column ol{
	margin:5px 0px 5px 33px;
}

#diary .column ol li{
	list-style-type:decimal;
	margin:3px 0px;
}
