/* CSS Document */

/*###############################################################*/
/*共通項目*/
/*###############################################################*/
@import url("inner_common.css");
/*----------------------------------------------------------
    共通 
-----------------------------------------------------------*/
div#contents_service{
	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;
}

/*サブタイトル*/
h4{
	width:740px;
	margin:25px auto 20px auto;
}
/*サブサブタイトル*/
h5{
	width:720px;
	margin:5px auto 5px auto;
}

/*コピー*/
div.copy{
	width:740px;
	margin:0 auto 15px auto;
}
/*段落*/
p.p720{
	width:720px;
	margin:0 auto;
}
p.p700{
	width:700px;
	margin:0 auto 15px;
}
p.p650{
	width:650px;
	margin:0 auto 10px auto;
}
p.pright{
	width:730px;
	text-align:right;
	margin:15px auto 0 auto;
}
p.qapright{
	width:759px;
	text-align:right;
	margin:15px auto 0 auto;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

p.pcenter{
	width:730px;
	text-align:center;
	margin:25px auto 70px auto;
}

/*スパン*/
span.fontb{
	font-weight:bold;
}
span.fontred{
	color:#FF0000;
}
/**/
div.tyouseibox{
	
}
/*----------------------------------------------------------
    INDEX 
-----------------------------------------------------------*/
div.attentionbox{
	width:680px;
	margin:10px auto;
	padding:30px 10px 15px 10px;
	border:#999999 solid 1px;
	background:url(../06service/images/index/icon_attention.gif) no-repeat left top;
}

/*----------------------------------------------------------
    qa 
-----------------------------------------------------------*/
div.qe{
	width:700px;
	margin:0 auto 5px auto;
	padding-left:25px;
	padding-bottom:5px;
	background:url(../06service/images/qa/icon_q.gif) no-repeat;
	border-bottom:#999999 dotted 1px;
}
div.an{
	width:700px;
	margin:5px auto 25px auto;
	padding-left:25px;
	background:url(../06service/images/qa/icon_a.gif) no-repeat;
}
div.hrborder{
	width:759px;
	height:1px;
	margin:0 auto 0 auto;
	border-bottom:1px #999999 solid;
}
/*ページトップ*/
div.pagetopin{
	width:100px;
	height:40px;
	margin:0 0 0 659px;
	padding:0;
}
/*カテゴリ選択テーブル*/
div#contents_service table{
	width:740px;
	margin:25px auto 0 auto;
	background:#999999;
}
div#contents_service table td{
	background:#FFFFFF;
}



