@charset "utf-8";

/*基本スタイル===========================================================================================*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	background-image: url(../img/bgBody.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	text-align: center;
}
h1 {
	display: none;
}
h2 {
	margin-bottom: 1em;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	color: #FF0066;
	font-size: 12px;
	height: auto;
	width: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2.5em;
	list-style-type: none;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
li {
	float: left;
	width: 6em;
	height: auto;
	margin-right: 1.7em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FF0066;
	border-bottom-color: #FF0066;
	list-style-type: none;
}
hr {
	color: #FF6699;
	width: 90%;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.banner {
	margin-right: auto;
	margin-left: auto;
}
.banner img {
	margin: 0.5em;
}

.main {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../img/bgMain.jpg);
	background-repeat: repeat-y;
}
/*===================================================================================基本スタイルここまで*/



/*フォントスタイル=======================================================================================*/
.fontPink {
	font-weight: bold;
	color: #FF6699;
	font-size: 14px;
}
.fontPink_s {
	font-weight: bold;
	color: #FF6699;
}
.fontBrue {
	font-size: 14px;
	color: #3399FF;
	font-weight: bold;
}

.fontBrue_s {
	font-weight: bold;
	color: #3399FF;
}
.fontGreen {
	font-size: 14px;
	font-weight: bold;
	color: #00CC99;
}
.fontRed {
	font-weight: bold;
	color: #FF0000;
}
.fontPink2 {
	font-weight: bold;
	color: #FF0066;
}
/*===============================================================================フォントスタイルここまで*/



/*リンクスタイル=========================================================================================*/
h2 a:link {
	color: #FF0066;
	text-decoration: underline;
}
h2 a:visited {
	color: #CC0066;
	text-decoration: underline;
}
h2 a:hover {
	color: #FF0066;
	text-decoration: underline;
}
h2 a:active {
	color: #FF0066;
	text-decoration: underline;
}
.close {
	color: #CC0066;
	text-decoration: line-through;
}
.active {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	color: #FFFFCC;
}
/*=================================================================================リンクスタイルここまで*/



/*ヘッダー関連===========================================================================================*/
.head {
	background-image: url(../img/head.jpg);
	height: 152px;
	width: auto;
	background-repeat: no-repeat;
}
.pass {
	height: 15px;
	width: auto;
	text-align: right;
	color: #FFFFFF;
	padding-top: 0.5pc;
	padding-right: 3em;
	font-size: 11px;
}
.btn a:link {
	color: #FF0066;
	text-decoration: none;
}
.btn a:visited {
	color: #CC0066;
	text-decoration: none;
}
.btn a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.btn a:active {
	color: #FFFFCC;
	text-decoration: none;
}
.pass a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
.pass a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.pass a:hover {
	color: #FF6699;
	text-decoration: underline;
}
.pass a:active {
	color: #FF6699;
	text-decoration: underline;
}
#kouza .pass a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
#kouza .pass a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#kouza .pass a:hover {
	color: #FF6699;
	text-decoration: underline;
}
#kouza .pass a:active {
	color: #FF6699;
	text-decoration: underline;
}
#kansatu .pass a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
#kansatu .pass a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#kansatu .pass a:hover {
	color: #FF6699;
	text-decoration: underline;
}
#kansatu .pass a:active {
	color: #FF6699;
	text-decoration: underline;
}
.headText {
	color: #FFFFFF;
	height: 13ex;
	width: auto;
	padding-left: 32em;
	padding-top: 0.5em;
	text-align: left;
}
.btn {
	height: auto;
	width: 720px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.TOP {
	padding-top: 1ex;
	padding-left: 0em;
	padding-right: 0.6em;
	padding-bottom: 1ex;
}
/*===================================================================================ヘッダー関連ここまで*/



/*メインコンテンツ=======================================================================================*/
.content {
	width: auto;
	height: auto;
}
.content div {
	background-image: url(../img/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: 550px bottom;
	height: auto;
	width: auto;
}
.contentText {
	height: auto;
	width: auto;
	padding-left: 1.5em;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
.contentText table {
	margin-right: auto;
	margin-left: auto;
}
/*ページごとのスタイル*/
#story .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#chara .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#spec .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#kansatu .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#kouza .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#goroku .content {
	width: auto;
	height: auto;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#kansatu table {
	margin-top: 1em;
}
#kansatu table td {
	padding: 0.5em;
}
/*===============================================================================メインコンテンツここまで*/


/*インデックスページスタッフ紹介=========================================================================*/
.staff {
	padding-top: 2ex;
	padding-bottom: 2ex;
}
.staff dl {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 692px;
}
.staff dt {
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 10em;
	float: left;
	padding: 0.5em;
	border: 1px solid #FFFFFF;
}
.staff dd {
	padding: 0.5em;
	text-align: left;
	background-color: #FFCCCC;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
.staff .visble {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.staff .visble span {
	font-weight: bold;
	color: #FF6699;
}
/*=================================================================インデックスページスタッフ紹介ここまで*/



/*インデックスページ製品概要=============================================================================*/
.spec {
	padding-top: 2ex;
	padding-bottom: 2ex;
}
.spec dl {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 692px;
}
.spec dt {
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 10em;
	float: left;
	padding: 0.5em;
	border: 1px solid #FFFFFF;
}
.spec dd {
	padding: 0.5em;
	text-align: left;
	background-color: #FFCCCC;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
.spec .visble {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.spec .visble span {
	font-weight: bold;
	color: #FF6699;
}
/*=====================================================================インデックスページ製品概要ここまで*/



/*製品概要ページ=========================================================================================*/
#spec dl {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 692px;
}
#spec dt {
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 10em;
	float: left;
	padding: 0.5em;
	border: 1px solid #FFFFFF;
}
#spec dd {
	padding: 0.5em;
	text-align: left;
	background-color: #FFCCCC;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
/*=================================================================================製品概要ページここまで*/



/*キャラ紹介=============================================================================================*/
.sumpleVoice {
	text-align: center;
	height: 41px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
}
.sumpleVoice table {
	margin-right: auto;
	margin-left: auto;
}

.sumpleVoice img {
	float: left;
	padding-left: 3em;
}
/*=====================================================================================キャラ紹介ここまで*/



/*妹講座=====================＝==========================================================================*/
#kouza h2 {
	font-size: 36px;
	font-weight: normal;
	color: #FF6699;
}
#kouza .windowYumemi {
	background-color: #FFE8E8;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
	border: 3px double #FF6699;
	text-align: left;
	margin-top: 1em;
}
#kouza .windowNew {
	background-color: #DDEEFF;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
	border: 3px double #3399FF;
	text-align: left;
	margin-top: 1em;
}
#kouza .left {
	float: left;
}
#kouza .right {
	float: right;
}
#kouza .windowYumemi img {
	margin: 1em;
}
#kouza .windowNew img {
	margin: 1em;
}
#kouza .nameYumemi {
	font-weight: bold;
	color: #FF6699;
	margin-top: 1em;
}
#kouza .nameNew {
	font-weight: bold;
	color: #3399FF;
	margin-top: 1em;
	margin-left: 1em;
}
#kouza .textNew {
	margin-left: 1em;
}


/*=====================＝==================================================================妹講座ここまで*/



/*ボイス=====================＝==========================================================================*/
#voice h2 {
	font-size: 36px;
	font-weight: normal;
	color: #FF6699;
}
#voice .windowYumemi {
	background-color: #FFE8E8;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
	border: 3px double #FF6699;
	text-align: left;
	margin-top: 1em;
}
#voice .windowNew {
	background-color: #DDEEFF;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
	border: 3px double #3399FF;
	text-align: left;
	margin-top: 1em;
}


/*=====================＝==================================================================ボイスここまで*/



/*フッター関連=====================＝====================================================================*/
.foot {
	height: 50px;
	width: auto;
	background-color: #FFCCCC;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/foot.jpg);
	padding-top: 1ex;
	background-repeat: no-repeat;
	clear: both;
}
/*=====================＝============================================================フッター関連ここまで*/

