@charset "UTF-8";

html {  
    background: #270901;  
}

body {
	background-color: #FBF7F2;
	background-image: url(../img/bg_top2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS P Gothic, sans-serif";
	color: #000000;
	text-align: center;
}

p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

img { 
	border:0; 
}

a:link {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:visited {
	color: #0066CC;
}

html, body, #wrap {
	width: 854px auto;
	clear: both;
	text-align: center;
}

#header {
	width: 864px auto;
	margin-bottom: 24px;
	text-align: center;
}

#header2 {
	width: 864px auto;
	margin: 0px;
	text-align: center;
}

#contents {
	width: 854px auto;
	overflow: auto;
	text-align: center;
}

#entry {
	width: 840px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

#entry2 {
	width: 854px ;
	background-image: url(../img/bg_sub_center.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.entry-body {
	padding: 14px 0px 30px 0px;
	font-size: 12px;
	line-height: 26px;
	text-align: left;
}

.entry-charabox {
	padding: 14px 20px 40px 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.entry-charabox2 {
	padding: 14px 50px 30px 50px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.chara_photo {
	width: 280px;
	height: 200px;
	padding-left: 30px;
	float: left;
}

.chara_txt {
	width: 440px;
	float: left;
	margin-left: 25px;
	margin-right: auto;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.chara_txt2 {
	width: 600px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.chara_message {
	width: 500px;
	margin-left: 100px;
	margin-right: auto;
	padding-top: 2px;
	text-align: left;
}


.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

.entry-logo {
	width: 854px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 35px 0px 35px;
	font-size: 12px;
	text-align: right;
}

#footer {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/bg_footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center ;
	vertical-align: bottom ;
	bottom: 0;
}


#footer2 {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/bg_footer2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center ;
	vertical-align: bottom ;
	bottom: 0;
}