
/* reset
--------------------------------------------------*/
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll; /* firefox 回避用 */
}


html,body {
	height: 100%;
}

body,h1,h2,h3,h4,h5,h6,p,
hr,li,ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.cleafix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cleafix {
	background-color: #09F;
	display: inline-table;
}
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }

/* base
--------------------------------------------------*/
body {
	font-size: small;
	line-height: 1.3em;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

h1 {
	float: left;
	height: 88px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h3 {
	border-bottom: dashed 1px #999;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: medium;
	font-weight: bold;
}

#header {
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	height: 100px;
}

#header-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
	background-color: #FFF;
}

#fast {
	width: 663px;
	float: left;
}

#second {
	width: 326px;
	float: right;
}

#second h3 {
	border: none;
}

#footer {
	clear: both;
	text-align: center;
	border-top: solid 1px #ccc;
	padding: 30px;
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
}





/* base
--------------------------------------------------*/
#topImg {
	margin-bottom: 10px;
	width: 1000px;
	height: 500px;
	position:relative;
}

#topImg img { position:absolute; left:0; top:0; }



.columnBox {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
}

#specBox {
	height: 150px;
	margin-bottom: 20px;
}

#specBox div {
	height: 130px;
	width: 306px;
	padding: 10px;
	background-color: #DCDCDC;
	border-radius: 9px;
	float: left;
}

.specOtoku {
/*	background-image: url(../img/pop_1300yen.png); */
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

.specGap {
	margin-right: 11px;
	position: relative;
}

.specGap p {
	margin-bottom: 3px;
}

.cap5{
	text-indent: -5em;
	padding-left: 5em;	
	
}

.cap{
	text-indent: -1em;
	padding-left: 1em;	
	
}

#newsBox p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #CCC;
}

.soundBox {
	position: relative;
	height: 150px;
	width: 306px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #DCDCDC;
	border-radius: 9px;
}



/* story
--------------------------------------------------*/
.storyBox {
	background-image: url(../img/chara/story.jpg);
	background-repeat: no-repeat;
}
.sNo {
	font-weight: bold;
	font-size: large;
	line-height: 1.3em;
}
.charaBox {
	width: 333px;
	height: 400px;
	float: left;
}

.charaBoxIn {
	padding: 230px 30px 0px 30px;
}

.cName {
	font-weight: bold;
	font-size: large;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.cCast {
	font-size: small;
}

.c00 {
	background: url(../img/chara/c00.jpg) no-repeat center top;
}

.c01 {
	background: url(../img/chara/c01.jpg) no-repeat center top;
}

.c02 {
	background: url(../img/chara/c02.jpg) no-repeat center top;
}

.c03 {
	background: url(../img/chara/c03.jpg) no-repeat center top;
}

.c04 {
	background: url(../img/chara/c04.jpg) no-repeat center top;
}

.c05 {
	background: url(../img/chara/c05.jpg) no-repeat center top;
}

.c06 {
	background: url(../img/chara/c06.jpg) no-repeat center top;
}

.c07 {
	background: url(../img/chara/c07.jpg) no-repeat center top;
}

.c08 {
	background: url(../img/chara/c08.jpg) no-repeat center top;
}

.c09 {
	background: url(../img/chara/c09.jpg) no-repeat center top;
}

.c10 {
	background: url(../img/chara/c10.jpg) no-repeat center top;
}

.c11 {
	background: url(../img/chara/c11.jpg) no-repeat center top;
}

.c12 {
	background: url(../img/chara/c12.jpg) no-repeat center top;
}

.c13 {
	background: url(../img/chara/c13.jpg) no-repeat center top;
}

.c14 {
	background: url(../img/chara/c14.jpg) no-repeat center top;
}

.c15 {
	background: url(../img/chara/c15.jpg) no-repeat center top;
}


.charaSpace {
	margin-right: 26px;
}



/* play
--------------------------------------------------*/

.playBox {

}

.playBoxImg {
}

.playBoxImg img {
	border: solid 1px #000;
	margin-right: 15px;
	margin-bottom: 15px;
}

.float {
	float: left
}

.playBoxTxt {
	font-size: medium;
	line-height: 1.6em;
}

.playKoumoku01 {
	color: #F60;
	font-size: medium;
	font-weight: bold;
}

.playKoumoku02 {
	color: #690;
	font-size: medium;
	font-weight: bold;
}



/* help
--------------------------------------------------*/

.question {
	background-color: #EFF5DC;
	background-position: 3px center;
	background-image: url(../img/help/icon_q.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-color: #94C62A;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.answer {
	background-position: 3px 5px;
	background-image: url(../img/help/icon_a.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: none;
}




/* float背景下まで表示用 */
.Box {
	overflow : hidden;
}
/*\*/
	* html div.Box {overflow: visible;}
/**/
