@charset "utf-8";
/* formatting style
------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku 04 Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/dragon_wall.gif);
	font-size: 75%;
	line-height: 1.6;
	padding-bottom: 0px;
	background-repeat: repeat;
}
br {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.style2 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 22px;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
/* link styles
------------------------------------------*/


a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout
------------------------------------------*/


#container {
	width: 840px;
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#header {
	position: relative;
	height: 60px;
	width: 840px;
}
#container #contents #spec hr {
	background-image: url(../images/product_hr.gif);
}
#header #dragon {
	position: absolute;
	top: 0px;
	left: 10px;
}

#header #debonosu {
	position: absolute;
	top: 0px;
	left: 730px;
}
#contents #spec #product_hr {
	margin-left: 20px;
}
#container #pagetop {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #pagetop a:link {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container #pagetop a:visited {
	color: #666666;
	text-decoration: none;
	background-image:url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container #pagetop a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image:url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container #pagetop a:active {
	color: #333333;
	text-decoration: none;
	background-image:url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#contents {
	width: 840px;
}

#footer {
	color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#footer address {
	line-height: 40px;
	margin-left: 300px;
}
/* トップページ
------------------------------------------*/
#contents #spec h2 {
	clear: both;
}
#header #globalNavi {
	width: 550px;
	height: 50px;
	margin-left: 170px;
	list-style-type: none;
	margin-top: 0px;
}
#header #globalNavi li {
	float: left;
	list-style-type: none;
}
#header #globalNavi li.index img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.index a {
	background-image: url(../images/btn_navi_index.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.index a:hover {
	background-image: url(../images/btn_navi_index.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.story img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.story a {
	background-image: url(../images/btn_navi_story.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.story a:hover {
	background-image: url(../images/btn_navi_story.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.character img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.character a {
	background-image: url(../images/btn_navi_character.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.character a:hover {
	background-image: url(../images/btn_navi_character.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.gallery img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.gallery a {
	background-image: url(../images/btn_navi_gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.gallery a:hover {
	background-image: url(../images/btn_navi_gallery.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.world img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.world a {
	background-image: url(../images/btn_navi_world.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.world a:hover {
	background-image: url(../images/btn_navi_world.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.download img {
	height: 50px;
	width: 90px;
	margin-right: 2px;
}


#header #globalNavi li.download a {
	background-image: url(../images/btn_navi_download.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
	margin-right: 2px;
}
#header #globalNavi li.download a:hover {
	background-image: url(../images/btn_navi_download.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#header #globalNavi li.special img {
	height: 50px;
	width: 90px;
}
#header #globalNavi li.special a {
	background-image: url(../images/btn_navi_special.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 90px;
}
#header #globalNavi li.special a:hover {
	background-image: url(../images/btn_navi_special.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#spec #tableSpec, #spec #tableSpec2 {
	width: 600px;
	border-collapse: collapse;
	border-top: #FCFCFD;
	border-right: #FCFCFD;
	border-bottom: #FCFCFD;
	border-left: #FCFCFD;
	margin-left: 70px;
}
#spec #tableSpec th, #spec #tableSpec2 th {
	width: 100px;
	padding: 5px;
	line-height: 120%;
	text-align: left;
	white-space: normal;
	color: #666666;
	border-top: #FCFCFE;
	border-right: #FCFCFE;
	border-bottom: #FCFCFE;
	border-left: #FCFCFE;
}
#spec #tableSpec td, #spec #tableSpec2 td {
	width: 500px;
	padding: 5px;
	text-align: left;
	white-space: normal;
	border-top: #333333;
	border-right: #333333;
	border-bottom: #333333;
	border-left: #333333;
}
#spec #tableSpec td a, #spec #tableSpec2 td a {
	color: #3399FF;
	text-decoration: underline;
}
#spec #tableSpec td a:hover, #spec #tableSpec2 td a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#spec th, #spec td {
	font-size: 13px;
}
/* 物語
------------------------------------------*/
#contents #story h2 {
	margin-top: 10px;
	clear: both;
}
#contents #story p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}
#contents #story img {
	padding-top: -20px;
	padding-bottom: -30px;
}
/* 人物
------------------------------------------*/
#contents #character h2 {
	margin-top: 10px;
	clear: both;
}
#contents #character p {
	text-align: center;
	margin-bottom: 10px;
}
#characterlNavi {
	width: 840px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	height: 100px;
}
#characterlNavi li {
	float: left;
	list-style-type: none;
}
#characterlNavi li.ibuki img {
	height: 90px;
	width: 420px;
	margin-right: 15px;
}
#characterlNavi li.mint01 a {
	background-image: url(../images/bnr_ch_mint01.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.mint01 a:hover {
	background-image: url(../images/bnr_ch_mint01.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.nazuna img {
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
#characterlNavi li.mint02 a {
	background-image: url(../images/bnr_ch_mint02.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.mint02 a:hover {
	background-image: url(../images/bnr_ch_mint02.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#characterlNavi li.mint03 a {
	background-image: url(../images/bnr_ch_mint03.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.mint03 a:hover {
	background-image: url(../images/bnr_ch_mint03.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#characterlNavi li.minase img {
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
#characterlNavi li.mint04 a {
	background-image: url(../images/bnr_ch_mint04.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.mint04 a:hover {
	background-image: url(../images/bnr_ch_mint04.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.machiko img {
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
#characterlNavi li.mint05 a {
	background-image: url(../images/bnr_ch_mint05.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.mint05 a:hover {
	background-image: url(../images/bnr_ch_mint05.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.anzu img {
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
#characterlNavi li.adonis a {
	background-image: url(../images/bnr_ch_adonis.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.adonis a:hover {
	background-image: url(../images/bnr_ch_adonis.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.misuzu img {
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
#characterlNavi li.danang a {
	background-image: url(../images/bnr_ch_danang.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.danang a:hover {
	background-image: url(../images/bnr_ch_danang.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.akira img {
	height: 30px;
	width: 50px;
	margin-right: 10px;
}
#characterlNavi li.laurier a {
	background-image: url(../images/bnr_ch_laurier.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.laurier a:hover {
	background-image: url(../images/bnr_ch_laurier.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.willow a {
	background-image: url(../images/bnr_ch_willow.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.willow a:hover {
	background-image: url(../images/bnr_ch_willow.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.sorrel a {
	background-image: url(../images/bnr_ch_sorrel.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.sorrel a:hover {
	background-image: url(../images/bnr_ch_sorrel.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.iris a {
	background-image: url(../images/bnr_ch_iris.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.iris a:hover {
	background-image: url(../images/bnr_ch_iris.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.angelica a {
	background-image: url(../images/bnr_ch_angelica.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.angelica a:hover {
	background-image: url(../images/bnr_ch_angelica.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#characterlNavi li.thuya a {
	background-image: url(../images/bnr_ch_thuya.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.thuya a:hover {
	background-image: url(../images/bnr_ch_thuya.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.bordeaux a {
	background-image: url(../images/bnr_ch_bordeaux.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.bordeaux a:hover {
	background-image: url(../images/bnr_ch_bordeaux.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.elder a {
	background-image: url(../images/bnr_ch_elder.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.elder a:hover {
	background-image: url(../images/bnr_ch_elder.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#characterlNavi li.flux a {
	background-image: url(../images/bnr_ch_flux.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 50px;
	width: 105px;
}
#characterlNavi li.flux a:hover {
	background-image: url(../images/bnr_ch_flux.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}







#mint01 {
	background-image: url(../images/character_mint01_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#mint02 {
	background-image: url(../images/character_mint02_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#mint03 {
	background-image: url(../images/character_mint03_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#mint04 {
	background-image: url(../images/character_mint04_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#mint05 {
	background-image: url(../images/character_mint05_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#laurier {
	background-image: url(../images/character_laurier_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#sorrel {
	background-image: url(../images/character_sorrel_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#thuya {
	background-image: url(../images/character_thuya_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#angelica {
	background-image: url(../images/character_angelica_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#iris {
	background-image: url(../images/character_iris_v.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}

#samplevice {
	padding-top: 210px;
	padding-left: 750px;
}
#samplevice li {
	list-style: none;
}
.samplevoice01 a {
	background-image: url(../images/samplevoice01.png);
	background-position: left top;
	display: block;
	height: 50px;
	width: 60px;
	background-repeat: no-repeat;
}
.samplevoice01 a:hover {
	background-image: url(../images/samplevoice01.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.samplevoice02 a {
	background-image: url(../images/samplevoice02.png);
	background-position: left top;
	display: block;
	height: 50px;
	width: 60px;
	background-repeat: no-repeat;
}
.samplevoice02 a:hover {
	background-image: url(../images/samplevoice02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.samplevoice03 a {
	background-image: url(../images/samplevoice03.png);
	background-position: left top;
	display: block;
	height: 50px;
	width: 60px;
	background-repeat: no-repeat;
}
.samplevoice03 a:hover {
	background-image: url(../images/samplevoice03.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* 画廊
------------------------------------------*/

#gallery {
	width: 840px;
	clear: both;
	padding-bottom: 10px;
}
#gallery h2 {
	margin-top: 10px;
	clear: both;
}
#gallery01 {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
}
#gallery01 li {
	border: 0;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
}
#gallery01 img {
	border-width: 0px;
}
#clear {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
/* 戦闘システム
------------------------------------------*/
#battle {
	width: 760px;
	padding-bottom: 10px;
}
#battle h2 {
	margin-top: 10px;
}
#battle2 {
	padding: 20px 20px 30px;
}

#battle2 img {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#battle2 p {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
}
#battle2 b {
	font-size: 11px;
	font-weight: lighter;
	line-height: normal;
}
#battle h2 {
	margin-top: 10px;
}
#battle3 {
	padding: 0px 0px 20px;
	height: 260px;
}
#battle3 p {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
}
#battle4 {
	padding: 20px 20px 10px 50px;
	height: 20px;
	font-size: 16px;
}
#battle5 {
	padding: 20px 0px 20px;
	height: 260px;
}
#battle5 p {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;

}
#battle01 {
	float: right;
	margin: 0px;
	padding: 0px 20px;
	width: 300px;
}
#battle02 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
}

/* デジタル特典
------------------------------------------*/
#digital {
	width: 840px;
}
#digital h2 {
	margin-top: 10px;
}
#digital #digital2 {
	padding: 20px 20px 10px;
}
#digital #digital2 img {
	float: right;
	padding-bottom: 30px;
	padding-left: 10px;
}
#digital #digital2 p {
	font-size: 15px;
	font-weight: normal;
	margin-left: 160px;
}
#digital #digital2 b {
	font-size: 15px;
	font-weight: lighter;
	margin-left: 160px;
}
#digital #digital2 a {
	color: #00CCFF;
}
#digital #digital2 a:hover {
	color: #FF0000;
}
#digital #digital2 #diditaltext {
	font-size: 18px;
	font-weight: bold;
	margin-left: 150px;
}


#digitalcontent #digital2 {
	padding: 20px 20px 10px;
}
#digitalcontent #digital2 img {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#digitalcontent #digital2 p {
	font-size: 15px;
	font-weight: normal;
}
#digitalcontent #digital2 b {
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
}
#digitalcontent #digital2 a {
	color: #00CCFF;
}
#digitalcontent #digital2 a:hover {
	color: #FF0000;
}
#digitalcontent #digital2 #diditaltext {
	font-size: 18px;
	font-weight: bold;
	clear: none;
}
#flash {
	padding-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 150px;
}
/* ダウンロード
------------------------------------------*/
#download {

}
#themeSong {
	background-image: url(../images/themesong_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 500px;
}
#themeSong #songDownload {
	height: 45px;
	width: 840px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#themeSong #songDownload a {
	color: #33CCFF;
	text-decoration: none;
}
#themeSong #songDownload a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#themeSong #song2 {
	width: 390px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maintheme #song2 p {
	margin: 0px;
	padding: 0px;
}
#themeSong #themeSong2 {
	width: 305px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 470px;
	height: 290px;
}
#themeSong #themeSong2 ul {
	list-style: none;
}
#themeSong #themeSong2 li a {
	color: #33CCFF;
	text-decoration: none;
}
#themeSong #themeSong2 li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#demo {
	background-image: url(../images/demo_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 501px;
}
#demo #demoDownload {
	width: 840px;
	height: 75px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#demo #demoDownload a {
	color: #33CCFF;
	text-decoration: none;
}
#demo #demoDownload a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#demo #demo2 {
	width: 355px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#demo #demo2 ul {
	list-style: none;
}
#demo #demo2 li a {
	color: #33CCFF;
	text-decoration: none;
}
#demo #demo2 li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#demo_4movie {
	background-image: url(../images/demo_4movie_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 560px;
}
#demo_4movie #demoDownload {
	width: 840px;
	height: 135px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#demo_4movie #demoDownload a {
	color: #33CCFF;
	text-decoration: none;
}
#demo_4movie #demoDownload a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#demo_4movie #demo2 {
	width: 355px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#demo_4movie #demo2 ul {
	list-style: none;
}
#demo_4movie #demo2 li a {
	color: #33CCFF;
	text-decoration: none;
}
#demo_4movie #demo2 li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#trial {
	background-image: url(../images/trial_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 500px;
}
#trial #trialgamedownload {
	width: 840px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 67px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#trial #trialgamedownload a {
	color: #33CCFF;
	text-decoration: none;
	font-size: 20px;
}
#trial #trialgamedownload a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#trial #trialGame {
	width: 420px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#trial #trialGame2 {
	width: 305px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	clear: none;
	line-height: 20px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 300px;
}
#trial #trialGame2 ul {
	list-style: none;
}
#trial #trialGame2 li a {
	color: #33CCFF;
	text-decoration: none;
}
#trial #trialGame2 li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#trial #trialGame a {
	color: #33CCFF;
	text-decoration: none;
}
#trial #trialGame a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#contents #campaign h2 {
	clear: both;
}
#banner1 {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 350px;
	margin-bottom: 10px;
}
#banner2 {
	width: 800px;
	padding-left: 20px;
}

#banner2 #bnrS img {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#banner2 #bnrS p {
	float: left;
	margin-bottom: 10px;
}
#banner2 #bnrS textarea {
	float: left;
	height: 80px;
	width: 560px;
	font-size: 14px;
}
#banner2 #bnrM img {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#banner2 #bnrM p {
	float: left;
	margin-bottom: 10px;
}
#banner2 #bnrM textarea {
	float: left;
	height: 100px;
	width: 480px;
	font-size: 14px;
}
#banner2 #bnrL img {
	margin-left: 40px;

	margin-right: 20px;
	margin-bottom: 10px;
}
#banner2 #bnrL p {
	margin-left: 40px;

	margin-bottom: 10px;
}
#banner2 #bnrL textarea {
	height: 70px;
	width: 700px;
	font-size: 14px;
	margin-left: 40px;
	margin-bottom: 20px;
}
/* 予約キャンペーン
------------------------------------------*/

#tableShop {
	padding: 0;
	width: 600px;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-left: 60px;
	margin-top: 10px;
}
#campaign #tableShop th {
	border: #333333 solid;
	border-width: 0px 0px 1px 1px;
	line-height: 120%;
	background-color: #FF99CC;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	color: #666666;
	padding-top: 0.5em;
	width: 100px;
}
#tableShop td {
	border: #333333 solid;
	border-width: 0px 0px 1px 1px;
	text-align: left;
	white-space: normal;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#tableShop td a {
	color: #0099FF;
}
#tableShop td a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#container #contents #campaign img {
	margin: 0px;
	padding: 0px;
}
/* ショップテレカ


#shopteleca {
	margin-left: 30px;
}

.shopTeleca01 {
	background-image: url(../images/teleca_bg1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 230px;
	width: 160px;
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shopTeleca01 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.shopTeleca01 img {
	margin-top: 15px;
	margin-left: 25px;
}
#shopTele #clear {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.shopTeleca02 {
	background-image: url(../images/teleca_bg2.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 160px;
	width: 230px;
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shopTeleca02 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.shopTeleca02 img {
	margin-top: 15px;
	margin-left: 25px;
}
------------------------------------------*/

/* テレカ
------------------------------------------*/


#shopteleca {
	width: 778px;
	background-color: #FFFF99;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #666666;
}
.shopTelecatext1 {
	list-style: none;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
}
.shopTelecatext2 {
	list-style: none;
	clear: both;
	text-align: center;
	color: #666666;
	margin-bottom: 25px;
	margin-top: 20px;
}
#originalTelecatext {
	list-style: none;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
}
.shopTeleca01 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 270px;
	width: 170px;
	float: left;
	list-style: none;
	margin-left: 15px;
}
.shopTeleca01 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shopTeleca01 p a {
	color: #0099FF;
	text-decoration: underline;
}
.shopTeleca01 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca01 img {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.shopTeleca02 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 200px;
	width: 230px;
	float: left;
	list-style: none;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.shopTeleca02 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.shopTeleca02 p a {
	color: #0099FF;
	text-decoration: underline;
}
.shopTeleca02 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca02 img {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	border: 1px solid #666666;
	padding: 0px;
}
#shopTele #clear {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
/* 看板
------------------------------------------*/


#signboard1 {
	margin-left: 20px;
	width: 680px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#signboard h2 {
	margin-top: 30px;
}
.signboardtext1 {
	list-style: url(../css/none) none;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
.signboardtext2 {
	list-style: none;
	clear: both;
	color: #666666;
	margin: 10px 20px 15px;
}
.signboardtext3 {
	list-style: none;
	clear: both;
	text-align: center;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 10px;
}
.signboard01 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 400px;
	width: 300px;
	float: left;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.signboard01 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.signboard01 p a {
	color: #00CCFF;
	text-decoration: underline;
}
.signboard01 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.signboard01 img {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#signboard2 {
	margin-left: 20px;
	width: 680px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.signboard02 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 675px;
	width: 500px;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.signboard02 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.signboard02 p a {
	color: #00CCFF;
	text-decoration: underline;
}
.signboard02 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.signboard02 img {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.signboard03 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 400px;
	width: 500px;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.signboard03 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.signboard03 p a {
	color: #00CCFF;
	text-decoration: underline;
}
.signboard03 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.signboard03 img {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#banner2 #product_hr {
	clear: left;
}
#container #contents #campaign script {
	margin-right: auto;
	margin-left: auto;
}
