@charset "utf-8";
/* CSS Document */
/*marginとpadding初期化＆IEのhasLayout対策*/
*{
  margin:0;
  padding:0;
  zoom:1;
} 

/**/
html{
  height:100%;
}

/*縦スクロールバーを常に表示*/
html>/**/body{
	overflow-y:scroll;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

/*IEの余白バグ対策*/
/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}

/*▼全体*/
body {
height:100%;
font-family:sans-serif;
font-family/**/:/**/"MS PGothic";/* IE6専用 */
margin:0px;
color:#333333;
font-size:small;
line-height:130%;
text-align:center;
background-image:url(../image/back.jpg);
background-position:center;
background-repeat:repeat-y;
background-color:#FFFFFF;
}

/*リンク*/
a:link { color:#ff9900;text-decoration: none;}
a:visited { color:#ff9900;text-decoration: none;}
a:active { color:#ff8a66;text-decoration:underline;}
a:hover { color:#ff9900;text-decoration:underline;}
a img { border-color:#ff9900;}

/*clear*/
/*IE7およびMacIE5向け*/
.clearfix{display:inline-block;}
/*IE7以外のモダンブラウザ向け*/
.clearfix:after{
content:" ";
clear:both;
overflow:hidden;
display:block;
visibility:hidden;
margin-bottom:-1px;
height:1px;
font-size:1px;
line-height:1px;
}
/* \*/
.clearfix {
	display:block;
	height:1px;
}
html>body .clearfix {
	height:auto;
}
/* */
/*IE6のリストのバグ対策*/
ol {
margin: 0;
padding-left: 2.5em;
}
ol li {
margin: 1em;
zoom: normal;
}
/*フォントカラー*/
.red{
color:#cc0000;
}
/**/
.caption{
font-size:11px;
color:#333333;
}
/*フォーム*/
/*ボタンのフォーカスをなくす*/
input{
outline: none;
}

#trunk{
	text-align:center;
	width:800px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}
h1{
	width:800px;
	height:117px;
	border-bottom:solid 3px #ffffff; 
}
#mainpic{
	width:800px;
	height:400px;
	border-top:solid 3px #996633;
	border-bottom:solid 3px #996633;
}
#access{
	width:800px;
	height:41px;
}
#right{
	float:right;
	width:490px;
	padding:20px; 
}
h2{
	width:490px;
	text-align:left;
	color:#333333;
	font-size:small;
	line-height:130%;
	padding-left:10px;
}
h3{
	margin:20px auto 0px auto;
}
.titlebn{
	width:490px;
	margin-top:10px;
}
.titletxt{
	width:490px;
	text-align:right;
	color:#333333;
	font-size:small;
	line-height:130%;
	margin-top:5px;
	font-weight:bold;
}
#left{
	text-align:center;
	float:left;
	width:265px;
	padding:20px 0px 20px 5px;
}
#info{
	text-align:left;
	margin-left:25px;
	font-size:12px;
}
#qr{
	margin-bottom:20px;
}
#foot{
	color:#666;
	font-size:12px;
	text-align:left;
	padding-left:290px;	
	padding-bottom:15px;
}
#center{
	width:740px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:726px;
	padding-bottom:100px;
	
}
#coment1{
	width:400px;
	height:580px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	margin-left:200px;
	margin-top:10px;
	color:#333;
	font-size:14px;
	font-weight:bold;

}
#coment2{
	width:400px;
	height:60px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	margin-left:200px;
	margin-top:10px;
	color:#333;
	font-size:14px;
	font-weight:bold;
		background-color:#FFF;
}


	
