@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/kagura2_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: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underlin;
}
a:hover {
	color: #FF0000;
	text-decoration: underlin;
}
a:active {
	text-decoration: underlin;
}
/* 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: 150px;
	width: 840px;
	background-image: url(../images/header.png);
}
#container #contents #spec hr {
	background-image: url(../images/product_hr.gif);
}
#header #kagura2 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#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: #333333;
	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: #333333;
	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: #CC66FF;
	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: 520px;
	color: #666666;
}
/* トップページ
------------------------------------------*/
#contents #spec h2 {
	clear: both;
}
#header #globalNavi {
	width: 800px;
	height: 40px;
	margin-left: 20px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 110px;
}
#header #globalNavi li {
	float: left;
	list-style-type: none;
}
#header #globalNavi li.index img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.index a:hover {
	background-image: url(../images/btn_navi_index.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.battle img {
	height: 40px;
	width: 100px;
}
#header #globalNavi li.battle a {
	background-image: url(../images/btn_navi_battle.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 100px;
}
#header #globalNavi li.battle a:hover {
	background-image: url(../images/btn_navi_battle.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.story img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.story a:hover {
	background-image: url(../images/btn_navi_story.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.character img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.character a:hover {
	background-image: url(../images/btn_navi_character.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.gallery img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.gallery a:hover {
	background-image: url(../images/btn_navi_gallery.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.campaign img {
	height: 40px;
	width: 100px;
}
#header #globalNavi li.campaign a {
	background-image: url(../images/btn_navi_campaign.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 100px;
}
#header #globalNavi li.campaign a:hover {
	background-image: url(../images/btn_navi_campaign.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.download img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.download a:hover {
	background-image: url(../images/btn_navi_download.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.special img {
	height: 40px;
	width: 100px;
}
#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: 40px;
	width: 100px;
}
#header #globalNavi li.special a:hover {
	background-image: url(../images/btn_navi_special.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.ranking img {
	height: 40px;
	width: 140px;
}
#header #globalNavi li.ranking a {
	background-image: url(../images/btn_navi_ranking.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 140px;
}
#header #globalNavi li.ranking a:hover {
	background-image: url(../images/btn_navi_ranking.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.rescue img {
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rescue a {
	background-image: url(../images/btn_navi_rescue.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rescue a:hover {
	background-image: url(../images/btn_navi_rescue.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.rec_rescue img {
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rec_rescue a {
	background-image: url(../images/btn_navi_rec_rescue.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rec_rescue a:hover {
	background-image: url(../images/btn_navi_rec_rescue.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#header #globalNavi li.rec_maze img {
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rec_maze a {
	background-image: url(../images/btn_navi_rec_maze.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 40px;
	width: 140px;
}
#header #globalNavi li.rec_maze a:hover {
	background-image: url(../images/btn_navi_rec_maze.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#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 {
	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;
	background-image: url(../images/character_bg.gif);
	height: 84px;
}
#characterlNavi li {
	float: left;
	list-style-type: none;
}
#characterlNavi li.yayoi a {
	background-image: url(../images/bnr_ch_yayoi.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.yayoi a:hover {
	background-image: url(../images/bnr_ch_yayoi.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.azusa a {
	background-image: url(../images/bnr_ch_azusa.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.azusa a:hover {
	background-image: url(../images/bnr_ch_azusa.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.shizuru a {
	background-image: url(../images/bnr_ch_shizuru.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.shizuru a:hover {
	background-image: url(../images/bnr_ch_shizuru.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.sakura a {
	background-image: url(../images/bnr_ch_sakura.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.sakura a:hover {
	background-image: url(../images/bnr_ch_sakura.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.seiichirou a {
	background-image: url(../images/bnr_ch_seiichirou.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.seiichirou a:hover {
	background-image: url(../images/bnr_ch_seiichirou.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.misato img {
	height: 84px;
	width: 84px;
}
#characterlNavi li.misato a {
	background-image: url(../images/bnr_ch_misato.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.misato a:hover {
	background-image: url(../images/bnr_ch_misato.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.akira img {
	height: 84px;
	width: 84px;
}
#characterlNavi li.akira a {
	background-image: url(../images/bnr_ch_akira.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.akira a:hover {
	background-image: url(../images/bnr_ch_akira.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.kanade img {
	height: 84px;
	width: 84px;
}
#characterlNavi li.kanade a {
	background-image: url(../images/bnr_ch_kanade.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.kanade a:hover {
	background-image: url(../images/bnr_ch_kanade.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.makoto img {
	height: 84px;
	width: 84px;
}
#characterlNavi li.makoto a {
	background-image: url(../images/bnr_ch_makoto.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.makoto a:hover {
	background-image: url(../images/bnr_ch_makoto.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#characterlNavi li.kyoka img {
	height: 84px;
	width: 84px;
}
#characterlNavi li.kyoka a {
	background-image: url(../images/bnr_ch_kyoka.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 84px;
}
#characterlNavi li.kyoka a:hover {
	background-image: url(../images/bnr_ch_kyoka.png);
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
#shizuru {
	background-image: url(../images/character_shizuru.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#sakura {
	background-image: url(../images/character_sakura.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#seiichirou {
	background-image: url(../images/character_seiichirou.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#misato {
	background-image: url(../images/character_misato.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#akira {
	background-image: url(../images/character_akira.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#kanade {
	background-image: url(../images/character_kanade.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#makoto {
	background-image: url(../images/character_makoto.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#kyoka {
	background-image: url(../images/character_kyoka.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;
}
.minichara {
	padding-top: 280px;
	padding-left: 560px;
}
.minichara2 {
	padding-top: 260px;
	padding-left: 560px;
}
/* 画廊
------------------------------------------*/

#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: 840px;
}
#battle h2 {
	margin: 0px;
	padding: 0px;
}
#battle2 {
	padding: 20px 20px 30px;
}
#battle2 img {
	float: right;
}
#battle2 p {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	float: left;
	width: 350px;
	padding: 15px;
}
#product_hr2 {
	clear: both;
	margin-top: 30px;
}
h4 {
	font-size: 30px;
	color: #FF0000;
	margin-top: 10px;
	margin-left: 20px;
}
#battle3 {
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#battle3 img {
	float: right;
}
#battle3 p {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	float: left;
	width: 460px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* デジタル特典
------------------------------------------*/
#digital {
	width: 840px;
}
#digital h2 {
	margin-top: 10px;
}
#digital #digital2 {
	padding: 20px 20px 10px;
}
#digital #digital2 img {
	float: right;
	padding-bottom: 30px;
	padding-left: 0px;
}
#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;
}
#digitalcontent #digital2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#digitalcontent #digital2 img {
	float: left;
	border: 2px solid #FFFFFF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
}
#digitalcontent #digital2 p {
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
#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: 24px;
	font-weight: bold;
	clear: none;
	margin-left: 10px;
}
#digitalcontent #digital2 table {
	background-color: #333333;
}
#flash {
	padding-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 10px;
	padding-right: 10px;
}
/* ダウンロード
------------------------------------------*/
#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: 500px;
}
#demo #demoDownload {
	width: 840px;
	height: 65px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 68px;
}
#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: 60px;
	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: 75px;
	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: 400px;
	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 {
	width: 700px;
	border: 1px solid #999999;
	margin-left: 30px;
	margin-bottom: 20px;
}
#banner2 #bnrM img {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#banner2 #bnrM p {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
#banner2 #bnrM textarea {
	float: left;
	height: 100px;
	width: 400px;
	font-size: 14px;
	clear: none;
}
#banner2 #bnrL {
	width: 700px;
	border: 1px solid #999999;
	margin-left: 30px;
	margin-bottom: 10px;
}
#banner2 #bnrL img {
	margin-left: 50px;
	margin-bottom: 10px;
}
#banner2 #bnrL p {
	margin-left: 65px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#banner2 #bnrL textarea {
	height: 60px;
	width: 600px;
	font-size: 14px;
	margin-left: 50px;
	margin-bottom: 20px;
}
/* バナー
------------------------------------------*/


#shopteleca {
	width: 778px;
	background-color: #333333;
	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: 24px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.shopTelecatext2 {
	list-style: none;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 20px;
}
#originalTelecatext {
	list-style: none;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
}
.bnr140500 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 650px;
	width: 170px;
	float: left;
	list-style: none;
	margin-left: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.bnr140500 p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bnr140500 img {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.bnr140500 textarea {
	height: 70px;
	width: 150px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.shopTeleca02 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 210px;
	width: 250px;
	list-style: none;
	margin-left: auto;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #000000;
	clear: both;
	margin-right: auto;
}
.shopTeleca02 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.shopTeleca02 p a {
	color: #33CCFF;
	text-decoration: underline;
}
.shopTeleca02 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca02 img {
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}
#shopTele #clear {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
/* 予約キャンペーン
------------------------------------------*/

#tableShop {
	padding: 0;
	width: 700px;
	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: #33CCFF;
	text-decoration: none;
}
#tableShop td a:hover {
	color: #FF0000;
	text-decoration: none;
}
#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: #333333;
	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: 24px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.shopTelecatext2 {
	list-style: none;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 20px;
}
#originalTelecatext {
	list-style: none;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
}
.shopTeleca01 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 300px;
	width: 170px;
	float: left;
	list-style: none;
	margin-left: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #000000;
}
.shopTeleca01 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.shopTeleca01 p a {
	color: #33CCFF;
	text-decoration: underline;
}
.shopTeleca01 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca01 img {
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}
.shopTeleca02 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 210px;
	width: 250px;
	list-style: none;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #000000;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
.shopTeleca02 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.shopTeleca02 p a {
	color: #33CCFF;
	text-decoration: underline;
}
.shopTeleca02 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca02 img {
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}
.shopTeleca03 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 210px;
	width: 230px;
	float: left;
	list-style: none;
	margin-left: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #000000;
}
.shopTeleca03 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.shopTeleca03 p a {
	color: #33CCFF;
	text-decoration: underline;
}
.shopTeleca03 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca03 img {
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}
.shopTeleca04 {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 280px;
	width: 170px;
	list-style: none;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #000000;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
.shopTeleca04 p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 17px;
}
.shopTeleca04 p a {
	color: #33CCFF;
	text-decoration: underline;
}
.shopTeleca04 p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shopTeleca04 img {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}
#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;
}
/*#rec_maze {
	margin-left: 50px;
}
#rec_maze #form #table_rec_maze01 {
	border: 1px solid #333333;
	margin-top: 20px;
}
#table_rec_maze01 td {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#rec_maze h2 {
	margin-left: -50px;
}
*//* 戦績履歴　ここから */
#contents #rec_maze h2 {
	clear: both;
	margin-left: -30px;
}
#rec_maze {
	padding-left: 30px;
}
#rec_maze #table_rec_maze01 {
	margin-top: 20px;
	border: 1px solid #666666;
}
#rec_maze #table_rec_maze01 th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFCC33;
	padding-left: 10px;
		padding-right: 10px;

	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: 600;
}
#rec_maze #table_rec_maze01 td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
#rec_maze table {
	margin-top: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
#rec_maze table th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFCC33;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: 600;
}
#rec_maze table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	padding-left: 5px;
	font-size: 16px;

}
/* 戦績履歴　ここまで */

/* 救助履歴　ここから */
#contents #rec_rescue h2 {
	clear: both;
	margin-left: -30px;
}
#rec_rescue {
	padding-left: 30px;
}

#rec_rescue table {
	margin-top: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
#rec_rescue table th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFCC33;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: 600;
}
#rec_rescue table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;

}

/* 救助履歴　ここまで */

/* レスキュー　ここから */
#contents #rescue h2 {
	clear: both;
}

#rescue table {
	margin-left: 30px;
	margin-top: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
#rescue table th {
	height: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFCC33;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: 600;
}
#rescue table td {
	height: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
}
/* レスキュー　ここまで */


#contents #wallpaperleft {
	float: left;
	background-image: url(../images/wallpaperbg01.jpg);
	padding-top: 115px;
	padding-left: 15px;
	height: 25px;
	width: 405px;
}
#contents #wallpaperleft a {
	font-size: 14px;
}


#contents #wallpaperright {
	float: left;
	padding-top: 115px;
	padding-left: 15px;
	height: 25px;
	width: 405px;
	background-image: url(../images/wallpaperbg02.jpg);
}
#contents #wallpaperright a {
	font-size: 14px;
}
