/* CSS Document */

/*###############################################################*/
/*共通項目*/
/*###############################################################*/
@import url("inner_common.css");
/*----------------------------------------------------------
    共通 
-----------------------------------------------------------*/
div#contents_size{
	width:759px;
	margin-left:-1px;
	padding-bottom:25px;
	padding-left:1px;
	float:right;
	background:url(../images/common/bg_contents_main.gif) repeat-y #FFFFFF;
}
/*ページヘッダー*/
h3.mainimg{
	margin:0;
	padding:0;
	border-bottom:1px solid #999999;
}
/*パンクズリスト*/
div.pkuzu{
	width:750px;
	margin:5px auto 0 auto;
	text-align:right;
	font-size:11px;
}
div.pkuzu a{
	color:#000088;
	text-decoration:none;
}
div.pkuzu a:hover{
	color:#000088;
	text-decoration:underline;
}

/*サブサブタイトル*/
h5{
	width:720px;
	margin:5px auto 0 auto;
}
/*コピー*/
div.copy{
	width:740px;
	margin:0 auto 15px auto;
}
/*段落*/
p.p720{
	width:720px;
	margin:0 auto;
}
p.p700{
	width:700px;
	margin:0 auto;
}
p.p650{
	width:650px;
	margin:0 auto 10px auto;
}
p.pright{
	width:730px;
	text-align:right;
	margin:15px auto 0 auto;
}
/*スパン*/
span.fontb{
	font-weight:bold;
}
/*----------------------------------------------------------
    INDEX（サイズ）
-----------------------------------------------------------*/
/*基本ボックス*/
div.sizebox{
	width:740px;
	margin:25px auto 20px auto;
}
/*01構成要素*/
h4.h4img{
	width:300px;
	float:left;
}
div.sizetablebox{
	width:420px;
	float:right;
}
/*02*/
div.zumenbox{
	text-align:center;
}
/*03*/
table.sizetable{
	width:740px;
	margin:25px auto 20px auto;
	text-align:center;
}
div.hrborder{
	width:740px;
	height:1px;
	margin:0 auto;
	border-bottom:1px #999999 solid;
}


