@charset"utf-8";

@import "thickbox.css";
@import "layout.css";
@import "layout_sys.css";
@import "layout_stg.css";
@import "layout_arr.css";

/*__________________________________________________________
CSS INF

Site URL: http://www.cave.co.jp/gameonline/mushihime2/
Firele name: default.css(http://www.cave.co.jp/gameonline/xbox360/mushihime2/css/default.css)
Summary: all styles
Created: 2009-08-20
Last update: 2009-10-06
Author: u

/ __Default style clear
/ __container (div#container)
/ __Portal (div#Portal)
/ __header (div#header)
/ __Global Navigation (#Gnav)
/ __footer (div#footer)
/ __contents (div#contents)
/ __main (div#main)

___________________________________________________________*/

/*__________________________

 __Default style clear
___________________________*/
 
 *{
 	margin: 0;
 	padding: 0;
 }
 
 body{
 	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #eed999 url(../imgs/backimg.jpg) repeat 0 0;
 	font-size: 62.5%;
 	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color:#330000;
 	line-height: 1.4;
 }
  
 p{
	margin: 0 0 1em;
 	font-size: 0.8em;
 }
 
 li{
 	list-style-type: none;
 	margin: 0;
 }
 
 img{
	border: 0;
 }
 
 a{
	color: #660000;
	text-decoration: underline;
	outline: none;
 }
 
 a:visited{
/*	color: #ff3300;*/
	text-decoration: underline;
}
 
 a:hover{
	color: #ff6600;
	text-decoration: none;
 }

 h1, h2, h3, h4, h5, h6, p, pre, ul, ol, li, dl, dt, dd, adress, blockquotetable, th, tr, td {
	margin:0;
	padding:0;
	vertical-align:baseline;
}
 
 hr{
	display:none;
 }


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

table{
	font-size: 100%;
}

*+html{
/*	overflow: hidden;*/
}

*+html body{
	height: 100%;
	overflow: auto;
}

/*__________________________

 __container
___________________________*/

div#container{
	width: 858px;
	margin: 0 auto;
/*	overflow: hidden;*/
}

/*__________________________

 __header
___________________________*/

#header{
	width: 858px;
	height: 42px;
	maring: 0 auto;
	background: transparent url(../imgs/header.jpg) no-repeat 0 0;
}
 
/*__________________________

 __Global Navigation
___________________________*/

#Gnav{
	width: 196px;
	float: left;
	margin-left: 32px;
}

*html #Gnav{
margin: 0 auto auto 16px;
overflow: hidden;
}

/* Logo */
#Gnav p.Logo{
	background: transparent url(../imgs/menu_logo.jpg) no-repeat 0 0;
	height: 247px;
	text-indent: -9999px;
	font-size: 0;
}

#Gnav p.Logo a{
	display: block;
	width: 196px;
	height: 247px;
}

#Gnav ul,
#Gnav ul li{
	float: left;
}

#Gnav ul{
	width: 196px;
	background: transparent url(../imgs/gnav_bg.jpg) no-repeat 0 0;
}

#Gnav ul a{
	display: block;
	width: 196px;
	height: 37px;
	text-indent: -9999px;
	font-size: 0;
}

*+html #Gnav ul a{
	height: 36px;
}

/* TOPICS */
#Gnav ul li.navi_topics a.active,
#Gnav ul li.navi_topics a:focus,
#Gnav ul li.navi_topics a:hover{
	background: transparent url(../imgs/menu_topics.jpg) no-repeat -196px 0;
}

/* DATA */
#Gnav ul li.navi_data a.active,
#Gnav ul li.navi_data a:focus,
#Gnav ul li.navi_data a:hover{
	background: transparent url(../imgs/menu_data.jpg) no-repeat -196px 0;
}

/* STORY */
#Gnav ul li.navi_story a.active,
#Gnav ul li.navi_story a:focus,
#Gnav ul li.navi_story a:hover{
	background: transparent url(../imgs/menu_story.jpg) no-repeat -196px 0;
}

/* CHARA */
#Gnav ul li.navi_chara a.active,
#Gnav ul li.navi_chara a:focus,
#Gnav ul li.navi_chara a:hover{
	background: transparent url(../imgs/menu_chara.jpg) no-repeat -196px 0;
}

/* STAGE */
#Gnav ul li.navi_stage a.active,
#Gnav ul li.navi_stage a:focus,
#Gnav ul li.navi_stage a:hover{
	background: transparent url(../imgs/menu_stage.jpg) no-repeat -196px 0;
}

/* SYSTEM */
#Gnav ul li.navi_system a.active,
#Gnav ul li.navi_system a:focus,
#Gnav ul li.navi_system a:hover{
	background: transparent url(../imgs/menu_system.jpg) no-repeat -196px 0;
}

/* ARRANGE */
#Gnav ul li.navi_arrange a.active,
#Gnav ul li.navi_arrange a:focus,
#Gnav ul li.navi_arrange a:hover{
	background: transparent url(../imgs/menu_arrange.jpg) no-repeat -196px 0;
}

/* TOP */
#Gnav ul li.navi_top a.active,
#Gnav ul li.navi_top a:focus,
#Gnav ul li.navi_top a:hover{
	background: transparent url(../imgs/menu_top.jpg) no-repeat -196px 0;
}

/*__________________________

 __footer
___________________________*/

/* Copyright */

div#Footer.Btm{
	background: #eed999 url(../imgs/footer_btm.jpg) no-repeat 0 0;
	height: 124px;
	width: 858px;
}

div#Footer.Btm ul{
	width: 700px;
	margin: 0 auto;
	padding-top: 45px;
}

div#PortalBtm ul li,
div#Footer.Btm ul li{
	float: left;
}

div#PortalBtm ul li.Copiright,
div#Footer.Btm ul li.Copiright{
	width: 510px;
	font-size: 10px;
}

/* Logo */
.LogoCave,
.LogoXbox{
	margin-right:10px;
}

.LogoCave a,
.LogoXbox a{
	text-indent: -9999px;
	display: block;
	height: 35px;
}

.LogoCave{
	background: transparent url(../imgs/ico_logo.gif) no-repeat 0 0;
	width: 35px;
	height: 35px;
}

.LogoXbox{
	background: transparent url(../imgs/ico_xbox360.gif) no-repeat 0 0;
	width: 132px;
	height: 29px;
}


/* Reserve */

div#Reserve{
	margin:0 auto 10px auto;
	width:800px;
	padding : 1px;
	background : #6a0021;
}

div#Reserve p{
	width:798px;
	border :solid 1px #911a3f;
}

div#Reserve p a {
	color : #ffffff;
	font-size: 14px;
	width:778px;
	margin: 0 auto;
	padding : 10px;
	text-align: center;
	display  : block;
	text-decoration : none;
}

div#Reserve p a strong {
	font-size: 16px;
}

div#Reserve a:hover {
	text-decoration : underline;
}


/* thickbox */

div#TB_window{
	background : url("../imgs/news_back.gif") repeat;
}

div#TB_title {
	font-size       : 12px;
	font-weight     : bold;
	padding : 5px 10px;
	color : #ffffff;
	display : block;
	background : url("../imgs/news_title.gif") repeat;
}

div#TB_closeAjaxWindow a#TB_closeWindowButton {
	text-align  : center;
	text-indent : -99999px !important;
	width      : 50px;
	height     : 18px;
	background : url("../imgs/btn_close.gif") repeat;
	display : block;
	padding    : 0;
	text-decoration : none !important;
}

div#TB_ajaxContent {
	padding-top : 10px;
}


div#TB_ajaxContent p {
	font-size       : 12px;
	line-height     : 1.5;
}

div#TB_ajaxContent p.title {
	background          : url(../arrange/imgs/point.gif) #dbd5b8 no-repeat 5px 4px;
	padding             : 5px 10px 3px 32px;
	margin-top          : 10px;
	margin-bottom       : 10px;
	border              : solid 1px #cdbb90;
}

div#TB_ajaxContent p.notice{
	color               : #cc0000;
}

div#TB_ajaxContent p.title strong {
}


div#TB_ajaxContent ol,
div#TB_ajaxContent li {
	list-style-type : decimal;
}

div#TB_ajaxContent li {
	margin-left     : 2em;
}

div#TB_ajaxContent li p {
	padding         : 0;
}


/* TopNews */

div#TopNews{
	margin:20px auto 0px auto;
	width:800px;
	padding : 1px;
	background : #6a0021;
}

div#TopNews div.title strong{
	font-size : 14px;
	font-weight     : bold;
	width:780px;
	padding : 5px 10px;
	color : #ffffff;
	display : block;
	background : url("../imgs/news_title.gif") repeat;
}

div#TopNews ul {
	width:798px;
}

div#TopNews li {
	width:798px;
	border :solid 1px #911a3f;
}

div#TopNews li a {
	font-size : 12px;
	color : #000000;
	width:778px;
	margin: 0 auto;
	padding : 10px;
	display  : block;
	text-decoration : none;
	padding : 10px;
	background : url("../imgs/news_back.gif") repeat;
}

div#TopNews li a:hover {
	text-decoration : underline;
}


/* Privacy */

div#Privacy{
	margin:0 auto;
	width:700px;
}

div#Privacy p {
	font-size: 10px;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*__________________________

 __contents
___________________________*/

#contents{
	clear: both;
	width: 858px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}

#conteBg{
	width: 858px;
	background:transparent url(../imgs/conte_bg.jpg) repeat-y scroll 0 0;
}

#conte_btm{
 	width: 858px;
/*	background:transparent url(../imgs/form_stylebtm.gif) no-repeat scroll 0 0;*/
	height: 15px;
	position: relative;
 }

/* H */

h1{
	display: none;
}

h2{
	width: 540px;
	height: 34px;
	margin: 0 auto;
	text-indent: -9999px;
	font-size: 0;
}

h2.Topics{
	background:transparent url(../topics/imgs/topics_midiashi.jpg) no-repeat scroll 0 0;
}

h2.Data{
	background:transparent url(../data/imgs/data_midiashi.jpg) no-repeat scroll 0 0;
}

h2.Story{
	background:transparent url(../story/imgs/story_midashi.jpg) no-repeat scroll 0 0;
}

h2.Chara{
	background:transparent url(../chara/imgs/chara_midashi.jpg) no-repeat scroll 0 0;
}

h2.Stage{
	background:transparent url(../stage/imgs/stage_midashi.jpg) no-repeat scroll 0 0;
}

h2.System{
	background:transparent url(../system/imgs/system_midashi.jpg) no-repeat scroll 0 0;
}

h3{
	width: 540px;
	height: 36px;
	margin: 10px auto;
	padding: 5px 0;
	text-indent: -9999px;
	font-size: 0;
}

h3.charattl{
	background:transparent url(../chara/imgs/chara_midashi_player.jpg) no-repeat scroll 0 0;
}

h3.Enemyttl{
	background:transparent url(../chara/imgs/chara_midashi_enemy.jpg) no-repeat scroll 0 0;
}

h4{
	width: 210px;
	height: 67px;
	margin-left: 15px;
	text-indent: -9999px;
	font-size: 0;
}

h4.Ctrl{
	background:transparent url(../system/imgs/title_operation.jpg) no-repeat scroll 0 0;
}

h4.Mode{
	background:transparent url(../system/imgs/title_mode.jpg) no-repeat scroll 0 0;
}

h4.Shot{
	background:transparent url(../system/imgs/title_shot.jpg) no-repeat scroll 0 0;
}

h4.Item{
	background:transparent url(../system/imgs/title_item.jpg) no-repeat scroll 0 0;
}

.btextR{
	color: #cc0000;
	font-weight: bold;
}

.textR{
	color: #cc0000;
}

.txtStage_boss{
	color: #ffff66;
	padding-right:10px;
}

.btextPi{
	color: #ff0066;
	font-weight: bold;
}

.btxtScore{
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 10px;
}

.btxtSys{
	font-size: 1.5em;
	font-weight: bold;
}

.btxtSys_att{
	font-size: 1.0em;
	color: #cc0000;
	margin-top: 15px;
}

/*__________________________

 __main
___________________________*/

div#Main{
	width: 588px;
	float: right;
	margin-right: 21px;
}

*html div#Main{
	margin-right: 11px;
/*	overflow: hidden;*/
}

*+html div#Main{
	margin-right: 42px;
}

div#Main.head{
	background:transparent url(../imgs/main_header.gif) no-repeat scroll 0 0;
	height: 17px;
}

div#Main.Bg{
	width: 588px;
	background:transparent url(../imgs/main_main.gif) repeat-y scroll 0 0;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

*html .Bg{
	width: 588px;
	background:transparent url(../imgs/main_main.gif) repeat-y scroll 0 0;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	zoom: 1;
}

div#Main.Btm{
	background:transparent url(../imgs/main_footer.gif) no-repeat scroll 0 0;
	height: 32px;
}

*html .Btm{
	background:transparent url(../imgs/main_footer.gif) no-repeat scroll 0 0;
	height: 32px;
}

/* foot Menu */
div#footerMenu,
div#SysfootMenu,
div#StgfootMenu{
	clear: both;
	margin: 20px auto;
	text-align: center;
}

div#footerMenu{
	width: 530px;
}

div#footerMenu ul{
	width: 530px;
	margin:0 auto;
}

div#footerMenu ul li,
div#SysfootMenu ul li,
div#StgfootMenu ul li{
	display: inline;
	border-left: 1px solid #aaa;
	float:left;
}

div#SysfootMenu ul li,
div#StgfootMenu ul li{
	margin-right: 4px;
	padding-left: 4px;
}

div#footerMenu ul li{
	margin-right: 10px;
	padding-left: 10px;
}

div#footerMenu ul li.Data,
div#SysfootMenu ul li.Ctrl,
div#StgfootMenu ul li.stgFir{
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	padding-left:0;
}

div#SysfootMenu,
div#StgfootMenu{
	width: 500px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

div#StgfootMenu{
	width: 430px;
	padding-bottom: 0;
}

*+html div#SysfootMenu,
*+html div#StgfootMenu{
	margin: 20px 0 auto 15px;
}

div#SysfootMenu ul,
div#StgfootMenu ul{
	width: 540px;
	height: 15px;
	margin:0 auto 0 15px;
}

*:first-child+html div#SysfootMenu ul{
	margin:0 auto 0 50px;
	font-size: 0.9em;
}

div#StgfootMenu ul{
	width: 430px;
}

*:first-child+html div#StgfootMenu ul{
	margin:0 auto 0 90px;
	width: 430px;
	font-size: 0.9em;
}


/* clearfix */

.clearfix:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}

.clearfix {
	display        : inline-block;
}

/*\*/
* html .clearfix {
	height         : 1%;
}

.clearfix {
	display        : block;
}

