html
{
	height :100%;
}

body
{
	color: #f8e0e0;
	text-align : left;
	font-size : 13px;
	padding : 0px;
	margin : 0px;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	word-break: break-all;
	
	min-height:100%;
	width:100%;
	position: relative;
	
	background: url(../image/css_bg/top_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: auto 100%;
	background-color: #fff;
}

table,div,form,textarea
{
	margin: 0px auto;
	padding: 0px;
	font-size : 13px;
	float: none;
}
	
img
{
	vertical-align:bottom;
}

a img
{
	border:none;
}

a img:hover
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

td
{
	vertical-align : top;
	margin: 0px auto;
	padding: 0px;
	font-size : 13px;
}
	
table
{
	border-collapse: collapse;
}

textarea
{
	resize: none;
	vertical-align:bottom;
}

div.float_end
{
	clear:both;
}

div.wordBreak
{
	word-break: break-all;
}

a {					color : #eef;}
a:link {		color : #eef;}
a:visited {	color : #dcf;}
a:hover {		color : #eef;}
a:active {	color : #eef;}

/* ---- common-main -------------------------------- */

div#head
{
	width: 100%;
	min-width: 800px;
	padding: 3px 0px;
	position: absolute;
	color: #700042;
	background-color : #711;
	background-color : rgba(255,77,193,0.50);
	vertical-align: middle;
	text-align: center;
}

div#body
{
    padding-top: 30px;
    padding-bottom: 110px;
}

div#foot
{
	width: 100%;
	min-width: 800px;
	height: 110px;
	position: absolute;
	color: #700042;
	bottom: 0px;
	background-color : #711;
	background-color : rgba(255,77,193,0.50);
}

div#foot td#logo
{
	text-align: center;
	padding-right:10px;
}

div#foot td#logo a
{
	color: #ccc;
}

div#foot table
{
	margin: 15px auto;
	height: 80px;
}

div#foot table td
{
	vertical-align: middle;
}

div.view
{
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}

div.basicframe
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	/*border: solid 1px #aa3333;*/
	
	box-shadow: 0px 0px 5px 2px rgba(255,77,193,0.50);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,77,193,0.50);
	-moz-box-shadow: 0px 0px 5px 2px #771010;
	background-color: #000;
	background-color : rgba(203,0,157,0.64);
}

div.vspacer5
{
	height: 5px;
	overflow: hidden;
}

div.vspacer10
{
	height: 10px;
	overflow: hidden;
}

div.padding5
{
	padding:5px;
}

div.basic_padding
{
	padding:10px 10px;
}

table.basic
{
	border-spacing: 1px;
	border-collapse: separate;
}

table.basic td
{
	background-color : #711;
	background-color : rgba(102,16,16,0.15);
	padding: 2px 10px;
	/*border: solid 1px #000;*/
	text-align: left;
}

table.basic td.head
{
	color: #f8e0e0;
	background-color : #711;
	background-color : rgba(102,16,16,0.5);
	font-weight: bold;
}

/* ---- common-menu_area -------------------------------- */

div#menu_area
{
	margin: 0 auto;
	width: 1200px;
	text-align: left;
	height: 50px;
	position: relative;
}

div#menu_area div#logo
{
	position: absolute;
	top: 0px;
}

div#menu_area div#counter
{
	position: absolute;
	right: 5px;
	top: 0px;
	width: 1200px;
	text-align: right;
}

div#menu_area div#menu
{
	position: absolute;
	top: 0px;
	left: 200px;
}

div#menu_area div#menu div.menuslotbg
{
	float: left;
	position: relative;
	height:50px;
	width:120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#menu_area div#menu div.menuslot
{
	position: absolute;
	height:50px;
	width:120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#menu_area div#menu div.menuslot_light
{
	position: absolute;
	height:50px;
	width:120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#menu_area div#menu div.menuslot a
{
	display:block;
	height:50px;
}

img.tag
{
	padding-bottom:5px;
}

/* ---- top -------------------------------- */

div#top_visual
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

div#top_visual2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

div#top_middle
{
}

div#top_left
{
	float: left;
	width:400px;
	padding-right:-500px;
}

div#top_right
{
	float: right;
	width: 780px;
}

div#information
{
}

div#information div.slot
{
}

div#information div.day
{
	font-weight: bold;
}

div#information div.line
{
	border-bottom: solid 1px #f8e0e0;
	margin:3px 0px;
}

div#information_log_btn
{
	text-align: center;
}

div#publish
{
}

div#publish div.slot
{
}

div#publish div.day
{
	font-weight: bold;
}

div#publish div.line
{
	border-bottom: solid 1px #f8e0e0;
	margin:3px 0px;
}

div#news
{
	margin-bottom: 20px;
}

div#topics
{
	margin-bottom: 5px;
}

div#topics img
{
	margin-bottom: 5px;
}

div#spec
{
}

/* ---- story -------------------------------- */

div#story_area
{
	text-align:center;
	margin:10px 0;
}

/* ---- gallery -------------------------------- */

div#gallery_area
{
}

div#gallery_area div.slot
{
	width: 154px;
	padding: 3px 0px;
	text-align:center;
	float: left;
}

/* ---- gallery -------------------------------- */

div#gallery_area2
{
}

div#gallery_area2 div.slot2
{
	width: 154px;
	padding: 3px 0px;
	text-align:center;
	float: left;
}

/* ---- chara -------------------------------- */

div#chara_area
{
}

div#charachange 
{
	margin:0 auto;
	height: 100px;
}
div#charachange div.slot
{
	position: relative;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	overflow:hidden;
	float:left;
}

div#charachange div#charachange div.slot a
{
	display:block;
	width: 100px;
	height:100px;
}

div#charachange div.slot_img
{
	position: absolute;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}

div#charachange div.slot_text
{
	position: absolute;
	top:25px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}

div#charachange div.slot_frame
{
	position: absolute;
	width: 100px;
	height: 45px;
	background-image:url("../image/character/charachange_frame.png");
}
div#charachange div.slot_img_chara1
{
	background-image:url("../image/character/charachange1.png");
}

div#charachange div.slot_text_chara1
{
	background-image:url("../image/character/charachange1_name.png");
}

div#charachange div.slot_img_chara2
{
	background-image:url("../image/character/charachange2.png");
}

div#charachange div.slot_text_chara2
{
	background-image:url("../image/character/charachange2_name.png");
}

div#charachange div.slot_img_chara3
{
	background-image:url("../image/character/charachange3.png");
}

div#charachange div.slot_text_chara3
{
	background-image:url("../image/character/charachange3_name.png");
}

div#charachange div.slot_img_chara4
{
	background-image:url("../image/character/charachange4.png");
}

div#charachange div.slot_text_chara4
{
	background-image:url("../image/character/charachange4_name.png");
}

div#charachange div.slot_img_chara5
{
	background-image:url("../image/character/charachange5.png");
}

div#charachange div.slot_text_chara5
{
	background-image:url("../image/character/charachange5_name.png");
}

div#charachange div.slot_img_chara6
{
	background-image:url("../image/character/charachange6.png");
}

div#charachange div.slot_text_chara6
{
	background-image:url("../image/character/charachange6_name.png");
}

div#charachange div.slot_img_chara7
{
	background-image:url("../image/character/charachange7.png");
}

div#charachange div.slot_text_chara7
{
	background-image:url("../image/character/charachange7_name.png");
}

div#charachange div.slot_img_chara8
{
	background-image:url("../image/character/charachange8.png");
}

div#charachange div.slot_text_chara8
{
	background-image:url("../image/character/charachange8_name.png");
}

div#charachange div.slot_img_chara9
{
	background-image:url("../image/character/charachange9.png");
}

div#charachange div.slot_text_chara9
{
	background-image:url("../image/character/charachange9_name.png");
}

div#charachange div.slot_img_chara10
{
	background-image:url("../image/character/charachange10.png");
}

div#charachange div.slot_text_chara10
{
	background-image:url("../image/character/charachange10_name.png");
}

div#chara_area div.charapanel
{
	width: 1200px;
	height: 700px;
	position: relative;
}

/* ---- download -------------------------------- */

div#download_area
{
	text-align:center;
	margin:10px 0;
}

div#banner_area
{
	margin: 10px 0;
	text-align: center;
}

/* ---- shop-AD (0416-add) -------------------------------- */

div#shop-AD_gallery_area
{
}

div#shop-AD_gallery_area div.shop-AD_slot
{
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
}


/* ---- telephone card2 (0425-add) -------------------------------- */

div#card_gallery_area
{
}

div#card_gallery_area div.card_slot2
{
	width: 1170px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 3px;
	float: left;
	text-align: center;
}

div#card_gallery_area div.card_slot4
{
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
	text-align: center;
}


/* ---- downloadbutton (0723-add) -------------------------------- */

.btn {
	background-color: #00528A;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

div#card_gallery_area div.move_button
{
	width: 760px;
	padding: 3px 0px;
	text-align: center;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}

div#card_gallery_area div.move_button2
{
	width: 760px;
	padding: 3px 0px;
	text-align: center;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}
