@charset "utf-8";
body {
	margin: 0px;
	padding:0px;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper {
	width: 931px;
	margin:0 auto;
	text-align:left;
}
#wrapper:after {
	display:block;
	content:"";
	clear:both;
}

#gallery {
	width:800px;
	margin:0 auto;
	font-size:13px;
	text-align:left;
	line-height:1.5em;
}

#gallery  h1{
	margin-top:30px;
	padding-bottom:10px;
	font-size:15px;
	text-align:left;
	line-height:1.5em;
	color:#4D371E;
}
#gallery p{
	font-size:13px;
	color:#4D371E;
	text-align:left;
	line-height:1.5em;
}
#gallery a:link, a:visited, a:active {
	color:#4D371E; 	font-weight: bold;

	text-decoration: none;
} 
#gallery a:hover {
	color:#C01F0B; 
	text-decoration: underline;
}
#flashcontent {
	width: 100%;
	height:400px;
	margin:0 auto;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	color:#4D371E;
	font-weight: bold;
	font-size:13px;
	text-align:left;
	line-height:1.5em;
}

#flashcontent a:link, a:visited, a:active {
	color:#4D371E;
	font-weight: bold;
	text-decoration: underline;
} 
#flashcontent a:hover {
	color:#C01F0B; 
	text-decoration: none;
}
/*---------------------------footer-------------------*/

#footer {
	margin: 0 auto; 
	padding: 5px 0;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	text-align:center;
	color:#5A523F;
} 

#footer a {
	color:#333227; font-weight:bold; text-decoration:none;
}
#footer a:hover{
	color:#C01F0B;  text-decoration:underline; 
}

.cleaner {
	clear:both;
	height:0px;
}

