@charset "EUC-JP";
@import"common.css";

/* Base 
------------------------------------------ */
div#MainContents {
	width: 575px;
}
div#MainContents .BgLine {
	background: url(../img/bg_line_side.gif) repeat-y;
}
/* ヘッダー 
------------------------------------------ */
/* ヘッダー無料*/ 
div#MainContents #Header.Free {
	clear: both;
	background: url(../img/bg_header_free.jpg) no-repeat;
}
div#MainContents #Header.Free .Campaign {
	margin: 0 85px 0 86px;
}
div#MainContents #Header.Free h2 {
	float: left;
	width: 419px;
	margin: 11px 0 0 0;
	text-align: right;
}
div#MainContents #Header.Free h3 {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0;
}
/* ヘッダー 通常*/ 
div#MainContents #Header {
	clear: both;
	background: url(../img/bg_header.jpg) no-repeat;
}
div#MainContents #Header h2 {
	float: left;
	width: 419px;
	margin: 38px 0 0 0;
	text-align: right;
}
div#MainContents #Header h3 {
	float: left;
	width: 140px;
	text-align: right;
	margin: 32px 0 0 0;
}

div#MainContents #Header h4 {
	text-align: center;
}
div#MainContents #Header .Description {
	clear: both;
	background: url(../img/bg_description.gif) no-repeat bottom #6e471f;
	padding: 0 9px 0;
}
div#MainContents #Header .Description .Img {
	float: left;
	width: 130px;
	text-align: left;
}
div#MainContents #Header .Description p {
	font-size: 12px;
	color: #fff;
	line-height: 1.7em;
	width: 427px;
	float: right;
}
/* キャラクター紹介 
------------------------------------------ */
div#MainContents #Chara {
	clear: both;
	background: url(../img/bg_chara_btm.gif) bottom no-repeat;
	padding-bottom: 11px;
}
div#MainContents #Chara h4 {
	margin-bottom: 4px;
}
div#MainContents #Chara .lCon {
	clear: both;
	width: 288px;
	float: left;
}
div#MainContents #Chara .rCon {
	width: 287px;
	float: right;
}
/* 作品情報 
------------------------------------------ */
div#MainContents #Info {
	clear: both;
	background: #f1f1f1;
	margin: 10px 0 0;
	border: solid 1px #2f2f2f;
	margin-bottom: 10px;
}
div#MainContents #Info .Ttl {
	padding: 7px 0 5px 5px;
}
div#MainContents #Info .Txt {
	color: #4d4d4d;
	font-size: 10px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
div#MainContents #Info .Border {
	background: url(../img/border_dot_info.gif) repeat-y;
}
