@charset "Shift_JIS";


/* INFORMATION =======================================================

	Regu.Ver.		: v1.3
	First-Author	: C Kato
	Last-Author	: Y Hatano
	Last-Update	: 2007/02/06
	About-This	: C21　メインエリアの設定

----------------------------------------------------------------------

	共通設定
	トップページ
	利用規約（confirmation）
	利用規約（kiyaku.html）
	
======================================================= INFORMATION */






/* 共通設定
---------------------------------------*/

#main-area {
	width: 560px;
	margin: 0 auto;
}

#main td {
	vertical-align: top;
}



/* トップページ 
---------------------------------------*/

div.bg_cms {
	width: 540px;
	background: #9a9a9e;
	padding: 7px 10px;
}

div#gamediary table td a {
	color: #fff;
	text-align: left;
}


/* 日記を書くボタン */

#main-area p.diarybtn{
position: relative;
top: 80px;
left: 105px;
}

#main-area p.diarybtn a{
display: block;
position: absolute;
text-indent: -9999px;
width:129px;
height: 40px;
background: url(//images.hange.jp/hangame/core/c21/home/btn_gamediary.jpg) no-repeat 0 0;
}

#main-area p.diarybtn a:hover{
background-position:left bottom;
}


/* 利用規約（confirmation） 
---------------------------------------*/

#bg_confir-body {
	background: #000 url(//images.hange.jp/_images/game/c21/support/bg_confir-body.jpg) repeat-y 0 0;
}
body#bg_confir-body #container {
	background: url(//images.hange.jp/_images/game/c21/support/bg_confir-container.jpg) no-repeat 0 235px;
}
body#bg_confir-body #wrapper {
	background: none;
}

/*↓20090409まで使用したid*/
body#bg_confir-body #game_header {
	background: url(//images.hange.jp/_images/game/c21/support/bg_confir-header.jpg) no-repeat 0 0;
}
/*↑20090409まで使用したid*/

/*↓20090410から使用するid*/
body#bg_confir-body #game_header_new {
	background: url(//images.hange.jp/_images/game/c21/support/bg_confir-header_new.jpg) no-repeat 0 0;
}
/*↑20090410から使用するid*/

body#bg_confir-body #contents {
	width: 790px;
	margin-left: 10px;
}
#confirm_main {
	width: 710px;
	margin: 10px auto 0;
	padding: 0;
}
#confirm_main ul {
	width: 470px;
	margin: 60px auto 0;
}
#confirm_main ul li {
	display: inline;
	float: left;
	text-indent: -99em
}
#confirm_main ul li a {
	display: block;
	width: 220px;
	height: 80px;
}
#confirm_main ul li.btn_agree a {
	margin-right: 30px;
	background: url(//images.hange.jp/_images/game/c21/support/btn_agree.gif) no-repeat 0 0;	
}
#confirm_main ul li.btn_agree a:hover {
	background: url(//images.hange.jp/_images/game/c21/support/btn_agree.gif) no-repeat 0 -80px;	
}
#confirm_main ul li.btn_no-agree a {
	background: url(//images.hange.jp/_images/game/c21/support/btn_no-agree.gif) no-repeat 0 0;
}
#confirm_main ul li.btn_no-agree a:hover {
	background: url(//images.hange.jp/_images/game/c21/support/btn_no-agree.gif) no-repeat 0 -80px;
}

/* 利用規約（kiyaku.html）*/
body#kiyaku {
	background: #fff;
	padding: 10px;
	color: #444;
	font-size: 12px;
	line-height: 18px;
}
body#kiyaku h1 , body#kiyaku h2 {
	font-size: 12px;
	font-weight: bold;
}
#kiyaku h1 {
	margin-bottom: 20px;
}
#kiyaku h2 {
	margin-top: 20px;
	margin-bottom: 2px;
}
#kiyaku ul li {
	list-style: none;
	padding-left: 1.7em;
	text-indent: -1.7em;
	line-height: 18px;
}
#kiyaku ul.left1 li {
	list-style: none;
	margin-left: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#kiyaku ul.left1.3 li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#kiyaku ul li ul li{
	list-style: none;
	margin-left: 1em;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#kiyaku ul li ul.left0 li{
	list-style: none;
	margin-left: 0;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#kiyaku p.husoku {
	margin-top: 30px;
}
