@charset "utf-8";

@import "reset.css";

/*基本のスタイル-----------------------------------------------------------------------------*/
body {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	background-image: url(../img/bgMain.jpg);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 150%;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	display: none;
}
hr {
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.clear {
	clear: both;
}
/*---------------------------------------------------------------------基本のスタイルここまで*/



/*メインのスタイル---------------------------------------------------------------------------*/
.main {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #993366;
	text-align: left;
	clear: both;
	float: none;
}
/*-------------------------------------------------------------------メインのスタイルここまで*/



/*ヘッダー-----------------------------------------------------------------------------------*/
.head {
	height: 100px;
	width: 800px;
	background-image: url(../img/bgHead.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	text-align: right;
}
.head a:link {
	color: #993366;
	text-decoration: none;
}
.head a:visited {
	color: #996666;
	text-decoration: none;
}
.head a:hover {
	color: #FF0066;
	text-decoration: underline;
}
.head a:active {
	color: #FF0066;
	text-decoration: underline;
}
.pass {
	margin-left: auto;
	height: auto;
	width: 23em;
	color: #FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
}
.pass a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.pass a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.pass a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.pass a:active {
	color: #FFFFCC;
	text-decoration: underline;
}
.active {
	color: #FF0066;
}
.cMenu {
	height: 20px;
	width: auto;
	text-align: left;
	padding-right: 1em;
}
.cMenu ul {
	list-style-type: none;
	margin-top: 2.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	float: right;
}
.cMenu ul li {
	float: left;
	margin-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993366;
	padding-right: 1em;
}
/*---------------------------------------------------------------------------ヘッダーここまで*/


/*フッター-------------------------------------------------------------------------------------------*/
.foot {
	height: 15px;
	width: 800px;
	background-color: #993366;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	float: none;
	clear: both;
}
/*-----------------------------------------------------------------------------------フッターここまで*/



/*メインコンテンツ---------------------------------------------------------------------------*/
.content {
	height: auto;
	width: 800px;
	clear: both;
	float: none;
}
.topImg {
	height: auto;
	width: auto;
	text-align: center;
	margin: 7px;
	clear: none;
	float: none;
}
.topImg img {
	float: none;
	clear: none;
}
.text {
	width: 800px;
	height: 250px;
}
.text div {
	color: #993366;
	margin: 1em;
	text-align: center;
	height: 226px;
	width: auto;
	background-image: url(../img/bgText.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: center top;
}
.sell {
	width: 800px;
	height: 250px;
}
.sell div {
	color: #993366;
	margin: 1em;
	text-align: center;
	height: 226px;
	width: auto;
	font-size: 12px;
	background-position: center top;
}
.bannerTable {
	margin-right: auto;
	margin-left: auto;
}

.bannerTable td {
	padding: 0.5em;
}

.bannerTable td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link {
	width: 800px;
	height: auto;
}
.link div {
	color: #993366;
	text-align: left;
	height: auto;
	width: auto;
	font-size: 12px;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
.link img {
	float: none;
}
.URI {
	background-color: #CC6699;
	width: 17em;
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
	border: 1px solid #990066;
}
.bannerURI {
	background-color: #CC6699;
	width: 25em;
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
	border: 1px solid #990066;
}
.HTMLsouce {
	background-color: #CC6699;
	width: 25em;
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
	border: 1px solid #990066;
}
.midasi img {
	float: none;
	text-align: center;
	clear: none;
	float: none;
	margin-top: 1em;
	margin-right: 7px;
	margin-left: 7px;
}
/*---------------------------------------------------------------------------メインコンテンツここまで*/



/*定義済みリスト-------------------------------------------------------------------------------------*/
dl {
	margin-left: 7px;
	height: auto;
	width: 780px;
	margin-right: 7px;
}
dl dt {
	float: left;
	width: 10em;
	background-color: #993366;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.3em;
	border: 1px solid #FFFFFF;
}
dl dd {
	background-color: #EECCDD;
	color: #993366;
	width: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	padding: 0.3em;
}
/*-----------------------------------------------------------------------------定義済みリストここまで*/



/*物語紹介-------------------------------------------------------------------------------------------*/
#story .text {
	width: 800px;
	height: 450px;
}
#story .text div {
	color: #993366;
	margin: 1em;
	text-align: center;
	height: 450px;
	width: auto;
	background-image: url(../img/bgStory.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: center top;
}
/*-----------------------------------------------------------------------------------物語紹介ここまで*/



/*サンプルCG-----------------------------------------------------------------------------------------*/
.cgTable {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.cgTable td {
	padding: 5px;
}
#cg .text {
	width: 800px;
	height: auto;
}
#cg .text div {
	color: #993366;
	text-align: center;
	height: auto;
	width: auto;
	font-size: 12px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#cg .text div #iframe {
	margin: 0px;
	padding: 0px;
}
#iframe {
	clear: both;
	float: none;
}
/*---------------------------------------------------------------------------------サンプルCGここまで*/



/*キャラクター---------------------------------------------------------------------------------------*/
#chara .text {
	width: 800px;
	height: auto;
}
#chara .text div {
	color: #993366;
	text-align: center;
	height: auto;
	width: auto;
	font-size: 12px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.charaImg img {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	clear: both;
}
/*-------------------------------------------------------------------------------キャラクターここまで*/



/*スペック-------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------スペックここまで*/



/*ボイスドラマ---------------------------------------------------------------------------------------*/
#drama .text {
	width: 800px;
	height: auto;
}
#drama .text div {
	color: #993366;
	margin: 1em;
	text-align: center;
	height: auto;
	width: auto;
	font-size: 12px;
	background-position: center top;
	background-image: none;
}
#drama .text div img {
	clear: none;
	float: none;
}
/*-------------------------------------------------------------------------------ボイスドラマここまで*/



/*インタビュー---------------------------------------------------------------------------------------*/
#interview .text {
	width: 800px;
	height: auto;
}
#interview .text div {
	color: #993366;
	margin: 1em;
	text-align: left;
	height: auto;
	width: auto;
	font-size: 12px;
	background-position: center top;
	background-image: none;
}
#interview h3 {
	color: #6699FF;
}
#interview .answer {
	color: #FF0066;
	font-size: 12px;
}
#interview .answer2 {
	color: #FF0066;
	font-size: 12px;
	padding-left: 3em;
}
/*-------------------------------------------------------------------------------インタビューここまで*/
