@charset "utf-8";
/**********riset cssここから**********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
fieldset,img{ border:0; }
li { list-style:none; }
/**********font color**********/
.white{color: #FFF;}
.whiteB{color: #FFF;font-weight: bold;}
/**********font size**********/
.px8{font-size: 8px;}
.px10{font-size: 10px;}
.px12{font-size: 12px;}
.px14{font-size: 14px;}
.px16{font-size: 16px;}
.px18{font-size: 18px;}

/********** Margin Style **********/

.ma05	{	margin:5px;	}
.ma10	{	margin:10px;	}
.ma15	{	margin:15px;	}
.ma20	{	margin:20px;	}
.ma30	{	margin:30px;	}

.mt05	{	margin-top:5px;	}
.mt10	{	margin-top:10px;	}
.mt15	{	margin-top:15px;	}
.mt20	{	margin-top:20px;	}
.mt50	{	margin-top:50px;	}
.mt80	{	margin-top:80px;	}

.mr05	{	margin-right:5px;	}
.mr10	{	margin-right:10px;	}
.mr15	{	margin-right:15px;	}
.mr20	{	margin-right:20px;	}

.mb05	{	margin-bottom:5px;	}
.mb10	{	margin-bottom:10px;	}
.mb15	{	margin-bottom:15px;	}
.mb20	{	margin-bottom:20px;	}
.mb50	{	margin-bottom:50px;	}

.ml05	{	margin-left:5px;	}
.ml10	{	margin-left:10px;	}
.ml15	{	margin-left:15px;	}
.ml20	{	margin-left:20px;	}
.ml40	{	margin-left:40px;	}
.ml60	{	margin-left:60px;	}

/********** padding Style **********/

.pa05	{	padding:5px;	}
.pa10	{	padding:10px;	}
.pa15	{	padding:15px;	}
.pa20	{	padding:20px;	}

.pt05	{	padding-top:5px;	}
.pt10	{	padding-top:10px;	}
.pt15	{	padding-top:15px;	}
.pt20	{	padding-top:20px;	}

.pr05	{	padding-right:5px;	}
.pr10	{	padding-right:10px;	}
.pr15	{	padding-right:15px;	}
.pr20	{	padding-right:20px;	}

.pb05	{	padding-bottom:5px;	}
.pb10	{	padding-bottom:10px;	}
.pb15	{	padding-bottom:15px;	}
.pb20	{	padding-bottom:20px;	}
.pb50	{	padding-bottom:50px;	}

.pl05	{	padding-left:5px;	}
.pl10	{	padding-left:10px;	}
.pl15	{	padding-left:15px;	}
.pl20	{	padding-left:20px;	}
.pl25	{	padding-left:25px;	}
.pl30	{	padding-left:30px;	}
.pl50	{	padding-left:50px;	}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align:center;
}
.clearBoth {
	clear: both;
}
.imgR {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.imgL {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	font-size: small;
	color: #F90;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #F90;
	font-size: small;
	font-weight:bold;
}
a:hover {
	font-size: small;
	color: #111111;
	font-weight:bold;
}

#footer address a {
	font-size: x-small;
	color: #111111;
	text-decoration: none;
	font-weight: normal;
}
#footer address a:visited {
	color: #111111;
	text-decoration: none;
}
#footer address a:hover {
	color: #F90;
	text-decoration: none;
	font-size: x-small;
}

/* topへボタンここから */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;/*left:10pxだと右下へ*/
}
#page-top a {
	font-size: x-small;
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #333;
}
/* topへボタンここまで */
/********** コンテンツここから **********/
/*共通項目*/

body {
	background-color: #FC0;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: small;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg_body.jpg);
}
#header {
	position:relative;
	background-image: url(../img/bg_header.jpg);
	height: 90px;
	background-repeat: repeat-x;
	box-shadow: 0px 1px 5px #16160E;/*横ずれ、下ずれ、ぼかし、色*/
	z-index: 10;/*0よりおおきければ大丈夫。指定しないとサイドのTEL部分が上に重なってしまう*/
}
#header960 {
	position:relative;
	width:960px;
	height:90px;
	margin:0 auto;
}
#header960 h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
	height: 68px;
	width: 510px;
}
#header960 p {
	position: absolute;
	left: 12px;
	top: 70px;
	font-size: 12px;
	font-weight: bold;
	width: 426px;
}
#headerLogo {
	position: absolute;
	top: 40px;
	right: -5px;
}
#headerTel {
	position: absolute;
	top: 40px;
	right: 5px;
}
#headerMail {
	position: absolute;
	top: 40px;
	right: 150px;
}

/*TOP*/
#content{
	width: 960px;
	padding: 10px 0px 0px;
	overflow:hidden;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 1px 0px 5px #16160E;/*横ずれ、下ずれ、ぼかし、色*/
}
#content h3 {
	margin-top: 10px;
	margin-left: 60px;
	color: #F90;
	font-size: 18px;
}

.docTable{
	width:850px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0px 20px 60px;
}
#lastBtnBg {
	background-image: url(../img/lp_btn03_bg.jpg);
	background-repeat: no-repeat;
	height: 390px;
	width: 960px;
	margin: 10px 0px;
	position: relative;
}
#lastBtn {
	height: 110px;
	width: 550px;
	position: absolute;
	right: 40px;
	top: 110px;
}

.docTable th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.docTable td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#footer {
	clear: both;
	height: 50px;
	width: 960px;
	background-image: url(../img/bg_footer.jpg);
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat;
}
#footer li {
	display:inline;
	margin-right:6px;/*margin-leftとpadding-rightの組み合わせを使わないのは、IEのmargin2倍のバグ対策*/
	padding-left:10px;
}
#footer li+li {/*リストで囲まれた所にのみボーダー挿入*/
	border-left:1px solid #999;
}
#footer address {
	font-size: x-small;
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
}

#main002{
	width : 960px;
	float : left;
	padding-left:50px;
	padding-bottom:50px;
	padding-top:20px;
}


/*----テーブル表組みの枠線--------*/
.waku{
width: 860px;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.waku th{
	width: 25%;
	height: 50px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #444;
	background-color: #E9E9E9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
.waku td{
	width:75%;
	padding: 10px;
	background-color: #ffffff;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.rule01 {
	letter-spacing: 0em;
	font-weight: bold;
}
