@charset "Shift_JIS";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


*{
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	_line-height:1.2em;
	color:#333333;
	background:#F0F0F0;
}
img{
	border-width:0;
}


/*---------------------------------------------------------------------------------------------
font size CSS。フォントサイズを変えるときは下記classをブロックごとに追加していけばＯＫ。
---------------------------------------------------------------------------------------------*/

	
/*---------------------------------------------------------------------------------------------
リンクの編集
---------------------------------------------------------------------------------------------*/
a{
	color:#0000FF;
	outline:0;
	text-decoration:underline;
	}

a:hover{
	color:#990000;
	text-decoration:underline;
	}
	
table {
	border-spacing:0;
	border-width:0;
}
	
/*---------------------------------------------------------------------------------------------
共通ＣＳＳの編集
---------------------------------------------------------------------------------------------*/
ul li{
	list-style-type:none;
	}

/*--------------------------------------------------------------------
ページ共通部分
container・body
--------------------------------------------------------------------*/

/*containerのスタイル*/
#wrap {
	background:#fff url(img/bg.jpg) repeat-y;
	width:900px;
	margin:0 auto;
}
#container {
	width:858px;
	margin:0 auto;
}
.content-inner {
	padding:0 10px;
}
.tbl {
	margin-bottom:20px;
}
.tbl2 {
	margin-bottom:0px;
}
#header{
}

.btn-account {
	width:674px;
	height:77px;
	margin:5px auto 10px auto;
	clear: both;
}
.btn-account a{
	background:url(img/btn_account.gif) left top no-repeat;
	width:674px;
	height:77px;
	margin:0 auto;
	text-indent:-9999px;
	display:block;
}
.btn-account a:hover{
	background:url(img/btn_account.gif) left bottom no-repeat;
}
.h-border {
	background:url(img/bg_h_border.gif) top left repeat-x;
	height:26px;
	margin-bottom: 5px;
	font-weight:bold;
	color:#6c0002;
	vertical-align:middle;
	line-height:26px;
	padding-left:10px;
}
.tbl-a01 {
	width:100%;
}
#b01 {
	margin-bottom:10px;
}
#b02 {
	background:url(img/h_b02.gif) left top no-repeat;
	height:26px;
	margin-bottom:10px;
	position:relative;
}
#b02 span {
	position:absolute;
	right:5px;
	top:5px;
}
.tbl-rank {
	border-collapse:collapse;
	width: 100%;
}
.tbl-rank th {
	border:1px solid #cccccc;
	background-color:#f0f0f0;
	text-align:center;
	padding:7px;
}
.tbl-rank td {
	border:1px solid #cccccc;
	text-align:center;
	padding:5px;
}
.tbl-l {
	width:412px;
	height:146px;
	background:url(img/h_ct01box.gif) left top no-repeat;
}
.tbl-r {
	width:426px;
	height:146px;
	background:url(img/h_ct02box.gif) left top no-repeat;
}
#tbl-db {
	background:url(img/h_d02.gif) left top no-repeat;
	width:838px;
	height:108px;
}
#tbl-db p{
	padding:0 21px;
}
#ebox1 {
	background:url(img/h_e02box.gif) left top no-repeat;
	width:419px;
	height:123px;
}
#ebox2 {
	background:url(img/h_e03box.gif) left top no-repeat;
	width:419px;
	height:123px;
}
#ebox1 p, #ebox2 p{
	width:260px;
	margin-left:26px;
	margin-top:5px;
}

.block-rectool {
	width:820px;
	margin:0 auto;
}
.block-rectool:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.block-rectool-l {
	width:464px;
	float:left;
}
.block-rectool-r {
	width:344px;
	float:right;
}
.block-suptool {
	position:relative;
	height:146px;
}
.block-suptool p{
	padding-right:5px;
}
.block-suptool-l {
	width:163px;
	height:121px;
	position:absolute;
	left:26px;
	top:10px;
}
.block-suptool-r {
	width:212px;
	height:121px;
	position:absolute;
	right:11px;
	top:10px;
}
.block-suptool-l02 {
	width:163px;
	height:121px;
	position:absolute;
	left:26px;
	top:10px;
}
.block-suptool-r02 {
	width:212px;
	height:121px;
	position:absolute;
	right:25px;
	top:10px;
}
.block-flow {
	margin-bottom:15px;
}
#steps {
	background:url(img/h_f02.gif) left top no-repeat;
	width:838px;
	height:124px;
	display:block;
	position:relative;
}
#steps h3 {
	text-indent:-9999px;
}
#steps-detail {
	width:150px;
	right:28px;
	bottom:0px;
	position:absolute;
}
.block-footer {
	width:698px;
	margin:0 auto 15px auto;
	border:1px solid #ccc;
	padding:15px;
}
#footer-inner {
	background-color:#000;
	color:#fff;
	height:55px;
}
#footer-inner p{
	text-align:center;
	margin-top:18px;
}
#chui p{
	font-size:12px;
	color:#000000;
	line-height:1.3;
}
.block-footer {
	clear:both;
}
.block-footer:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
#logo {
	width:262px;
	height:91px;
	float:left;
}
#c-profile {
	width:400px;
	float:right;
}
.tsmall {
	font-size:10px;
	line-height: 12px;
}
