/* サブページ用スタイルシート */
/* メインコンテナ */

BODY{
	background: #ebf8ff;
	/* background: #93bbff;  */
	margin: 0;
}

IMG{
	border: 0;
}

HR{
	width: 95%;
	border:#6495ed dotted 1px;
}

TABLE{
	font-size: 10pt;
	margin-left: 30px;
}

.tbgc1{
	background-color: white;
}

.tbgc2{
	background-color:#ccccff;
}

#sub_maincontainer{
	width: 800px;
	margin:0 auto 0 auto;
}

#sub_header{
	border: solid 0px black;
	width: 800px;
	height: 82px;
	margin: 0;
}

#sub_back{
	margin: 0;
	/* background: url(./web_material/subpage/subpage_wall.gif); */
	border: solid 0px black;
	width: 800px;
}



/* 新デザイン 170705  */

#sub_header2{
	border: solid 0px black;
	background: url(./web_material/subpage/header_nami.png) no-repeat;
	width: 100%;
	height: 120px;
	margin: 0;
}

#sub_maincontainer2{
	width: 90%;
	background: #fff;
	margin:0 auto 0 auto;
	border: solid 5px #fff;
}

#sub_footer2{
	margin: 0;
	background: url(./web_material/subpage/subpage_footer.gif) no-repeat;
	border: solid 0px black;
	width: 800px;
	height: 53px;
}


#back-home{
	width: 400px;
	height: 27px;
	margin: 0;
	text-align: right;
	border: solid 0px black;
	padding: 7px 15px 10px 0px;
	float: right;
}

#box_left{
	margin: 0;
	padding: 10px 0px 0px 15px;
	width: 370px;
	font-size: 10pt;
	border:2px #6495ed;
	border-style: none dotted none none;
	float: left;
}

#box_right{
	margin: 0;
	padding: 10px 0px 0px 15px;
	width: 370px;
	font-size: 10pt;
	border:none 0px black;
	float: left;
}

#box_single{
	margin: 0;
	padding: 10px 0px 0px 25px;
	font-size: 10pt;
	width: 760px;
	border: solid 0px black;
}

/* コンテンツ スペーサー */
.spacer{
	color: white;
	padding: 50px 0px;
}

.sp1{
	color: white;
	margin: 24px;
}

.sp2{
	color: white;
	margin: 12px;
}

.clear{
	clear: both;
}

/* 全部角丸 */
.border_radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* 上部角丸 */
.border_top_radius {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
	
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
	
}

/* 下部角丸 */
.border_bottom_radius {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
	
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
	
}

/* H3見出し用ボックス1 */ 
.box1 {
	margin:10px auto 0 auto;
	background-color: #9dc4fe;
	width:90%;
	height: 30px;
	padding: 10px 0 0 10px;
}

/* H3フッタ用ボックス1 */ 
.box2 {
	margin:0 auto 10px auto;
	background-color: #9dc4fe;
	width:90%;
	height: 60px;
	padding: 10px 0 0 10px;
}


P.em_all{
margin-top: 0;
line-height: 1.5em;
width: 88%;
}
