@charaset "Shift_JIS";


/*汎用設定*/

body, table
{
	color: #222222;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
body
{
	background: #FCB011;
	padding: 0px;
	margin: 0px;
}
table
{
	border: none;
	border-collapse: collapse;
}
td
{
	margin: 0px;
	border: none;
	vertical-align: top;
}
td.VAlignMiddle
{
	margin: 0px;
	border: none;
	vertical-align: middle;
}
td.VAlignBottom
{
	margin: 0px;
	border: none;
	vertical-align: bottom;
}
a:link
{
	text-decoration: none;
	color:#E1541F;
}
a:visited
{
	text-decoration: none;
	color:#E1541F;
}
a:hover
{
	text-decoration: underline;
	color:#E90A15;
}
img
{
	border: none;
}

/*文字設定*/

.font10
{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}
#m-midashi
{
	font-size: 14px;
	border-bottom: #271F0A 1px solid;
	padding-bottom: 8px;
	margin-bottom: 11px;
	font-weight:bold;
	color:#271F0A;
}
.color-change01
{
	color: #E90A15;
	padding-right: 5px;
}

/*エリア設定*/

.main-area-bg
{
	background: url(images/bg.gif) repeat-y;
}
.main-area
{
	padding: 0px 20px;
}
#footer
{
	text-align:center;
	background: #FFFE1D;
	padding: 15px 0px 10px 0px;
	border-top: #FCB011 1px solid;
	margin-top: 20px;
}
.prolouge
{
	border-left: 1px solid #ffffff;
	padding-left: 15px;
	background:#FCB011;
	width: 510px;
	color: #ffffff;
}
td.chara-text
{
	background: url(images/chara_text_bg.gif) repeat-y;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 10px 15px;
	width: 203px;
	height:160px;
}
td.clumn-box
{
	padding: 10px;
	background: url(images/clumn_bg.gif);
	border: #271F0A 1px solid;

}

/*余白設定*/

.mb20px
{
	margin-bottom: 20px;
}
.mb18px
{
	margin-bottom: 18px;
}

/*photo回り込み*/

.photo-float-left
{
	float:left;
	margin-right: 10px;	
}
.photo-float-right
{
	float:right;
	margin-left: 10px;	
}



