@charset "UTF-8"; 
/* ウェブページCSS */

/* レイアウトボックス要素 */ 

#webpage {
	width: 950px;
	height: auto;
 	position: relative;
 	background-image: url(../images/bg_webpage.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}


#webpage_bg {
	width: 830px;
	height: auto;
 	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

#contents_wp {
 	font-size: 90%;
	width: 830px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
/* 	background-image: url(../images/bg_contents_top.gif);
	background-repeat: repeat-y;
	background-position: center top; */
}

/* contents内 */

#contents_wp p {
 	margin-left: 28px;
 	margin-right: 28px;
 	margin-bottom: 20px;
 	line-height: 150%;
 	letter-spacing: 1px;
 	text-indent: 1em;
}

#contents_wp p img{
 	text-indent: -0.3em;

}


html[xmlns] #contents_wp p img{
	margin-left: -17px;
 	text-indent: -0.8em;

}

*:first-child+html #contents_wp p img{
	margin-left: 10px;
	margin-right: auto;
}


#contents_wp h2 {
	color: #FFFFFF;
	margin-bottom: 32px;
}

#contents_wp .ttl_h3 {
	width: 780px;
 	background-image: url(../images/bg_ttl_wp_01.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 28px;
	margin-bottom: 20px;
}

#contents_wp h3 {
	color: #666666;
	/*margin-bottom: 5px;*/
	margin-bottom: 0px;
	padding: 7px;
	font-size: 110%;
 	background-image: url(../images/bg_ttl_wp_01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#contents_wp h4 {
	color: #666666;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
 	background-image: url(../images/bg_ttl_wp_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#contents_wp p.under_h3{
	padding-left: 14px;
	padding-right: 14px;
}

#contents_wp p.under_h4{
	padding-left: 28px;
	padding-right: 28px;
}

/* 左寄せボタン*/
#contents_wp p.righter{
	margin-right: 28px;
	font-size: 12px;
	text-align: right;
	line-height: normal;
	text-decoration: none;
}

#contents_wp p.righter img{
	margin-right: 5px;
}





/* ページトップ */
#webpage p.pagetop{
	padding-right: 60px;
	font-size: 13px;
	text-align: right;
	vertical-align: middle;
}

#webpage p.pagetop img{
	margin-right: 5px;
	margin-bottom: 0px
}
 
/* テーブルパターン１ */
#webpage table.wp_01 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#webpage table.wp_01 tr{
	border-bottom: dashed 1px #BFBFBF;
}


#webpage table.wp_01 td{
	border-bottom: dashed 1px #BFBFBF;
}

#webpage table.wp_01 td.no_line{
	border-style:none;
}

#webpage table.wp_01 td.bg_green{
	background-color: #DFF1F1;
	border-style:none;
	padding: 20px 20px;
	line-height: 150%;
}

#webpage table.wp_01 td.padding13{
	padding: 13px 20px;
}

/* テーブルパターン2 */
#webpage table.wp_02 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6D9ACF;
	border-left-color: #6D9ACF;
	border-collapse: collapse;
	background-color: #ffffff;

}

#webpage table.wp_02 th.th_wp_01 {
	padding: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	background: #DAE7EF;
	font-weight: normal;
}

#webpage table.wp_02 th.th_wp_02 {
	padding: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	background: #EBF0F6;
	font-weight: normal;
}

#webpage table.wp_02 th.th_wp_03 {
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	background: #DAE7EF;
	font-weight: bold;
	color: #666666;
	text-align: left;
}


#webpage table.wp_02 td {
	padding: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	font-weight: normal;
}



#webpage table.wp_02 caption {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #676767;
	padding: 5px 0px;
}



/* テーブルパターン3 */
#webpage table.wp_03 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: solid 1px #BFBFBF;
	border-collapse: collapse;
	background-color: #ffffff;
	clear: both;
}

#webpage table.wp_03 td {
	padding: 20px 20px;
	line-height: 150%;

}

/* テーブルパターン4 */
#webpage table.wp_04 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-left-color: #BFBFBF;
	border-collapse: collapse;
	background-color: #ffffff;	
}

#webpage table.wp_04 th {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #BFBFBF;
	border-right-color: #BFBFBF;
	background-color: #F2F2F2;
	font-weight: normal;
	text-align: left;
	padding: 6px 6px 6px 10px;
}

#webpage table.wp_04 td {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #BFBFBF;
	border-right-color: #BFBFBF;
	padding: 6px 6px 6px 10px;	
}

#webpage table.wp_04 caption {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #676767;
	margin-right: auto;
	margin-left: 0px;
}

/* テーブルパターン7 */
#webpage table.wp_07 {
	margin-right: auto;
	margin-left: auto;
	border: none;
	
}
#webpage table.wp_07 th .border{
	border-bottom: 1px solid #000;	
}

/* 
html[xmlns] #webpage table.wp_04 caption {
	margin-left: 40px;
}  */


#webpage table.wp_04 th.th_wp_01 {
	text-align: center;
}

#webpage table.wp_04 td.th_wp_01 img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}


/* テーブルパターン5 */
#webpage table.wp_05 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #6D9ACF;
	border-collapse: collapse;
	background-color: #ffffff;

}

#webpage table.wp_05 th.th_wp_01 {
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	background: #DAE7EF;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

#webpage table.wp_05 td {
	padding: 3px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	
}
#webpage table.wp_05 td.td_wp_01{
	border-style:none;
	text-align: center;
}


/* テーブルパターン6 */

#webpage table.wp_06 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #6D9ACF;
	border-collapse: collapse;
	background-color: #ffffff;

}

#webpage table.wp_06 td{
	padding: 10px 10px 5px 10px;
	border: 0;
}

#webpage table.wp_06 th.th_wp_03 {
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #6D9ACF;
	border-right-color: #6D9ACF;
	background: #DAE7EF;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

/* テーブルパターン７ */
#webpage table.wp_07 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#webpage table.wp_07 th{
/* 	padding: 4px 8px 1px 8px; */
	padding: 7px 10px 7px 12px;
	text-align: left;
}


#webpage table.wp_07 td{
/*	padding: 1px 8px 4px 18px; */
	padding: 0px 10px 15px 20px;
	text-align: left;
}

#webpage table.wp_07 td.empty{
	padding: 0;
	line-height: 1em;
}

/* テーブルパターン8 */
#webpage table.wp_08 {
	margin: 10px auto 30px auto;
	text-align: left;
}


/* 背景パターングレー*/
#webpage table.bg_grey {
	background-color: #F1F1F1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#webpage table.bg_grey td {
	padding: 20px 20px;
	line-height: 150%;
}



/* 背景パターングリーン*/
#webpage table.bg_green {
	background-color: #DFF1F1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#webpage table.bg_green td {
	padding: 20px 20px;
	line-height: 150%;

}

/* 背景パターングリーン2*/
.bg_green2 {
	background-color: #DFF1F1;
	padding: 10px;
}

/* ボーダー*/
.border_01 {
	border: 1px solid #ccc;
}

/* 背景パターンブルー*/
#webpage table th.bg_blue{
	background-color: #E0EBF1;
}

#webpage table td.bg_blue{
	background-color: #E0EBF1;

}

/*マージン指定*/
.margin-top30{
	margin-top: 30px;
}

.margin-top25{
	margin-top: 25px;
}

/* リストパターン1 */
#webpage ul.wp_01 {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
	list-style: none;
}

#webpage ul.wp_01 li{
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
	background: url(../images/ic_01.gif) no-repeat left 7px;
}



#webpage ul.wp_02 {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
	list-style: none;
}

#webpage ul.wp_02 li{
	border: 0px;
	margin: 0px;
	vertical-align: middle;
text-indent: -20px;
padding-left: 10px;
}

/*テキストの太字*/
.bold{
	font-weight: bold;
}

/*テキストの中央添え*/
.center_02{
	text-align: center;
}



/* テキスト回り込み */
#contents_wp .float_lefter {
	float: left;
	margin: 0px 7px 7px 0px;
}


#contents_wp .float_righter {
	float: right;
	margin: 0px 0px 7px 7px;
}


html[xmlns] #contents_wp .float_righter {
	float: right;
	margin: 0px 0px 7px 10px;
}


/* 個人情報保護方針 */
#contents_wp p.signature{
	margin-right: 40px;
	margin-top: 12px;
	margin-bottom: 21px;
	font-size: 12px;
	text-align: right;
	line-height: 1.6em;
	text-decoration: none;
}

/* ?l?j?o */
#contents_wp .entry{
	font-size: 110%;
}


/* フォーム用 */
#contents_wp table.form_btn{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


/* フォーム用　テキストアイコン */
#contents_wp .formsub_01{
	background-image: url(../images/ic_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	font-weight: bold;
}


.imgborder {
	border: 1px solid #999999;
}
.verticalalign-top {
	vertical-align: top;
}

.verticalalign-middle {
	vertical-align: middle;
}

.verticalalign-middle img {
	width: 149px;
	margin: auto 20px;
}

#contents_wp .float-left {
	float: left;
	padding: auto auto auto 18px;
}


.ttlsub_02 {
	background-image: url(../images/ic_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0066CB;
	font-weight: bold;
	padding-left: 10px;
}

.ttlsub_03 {
	background-image: url(../images/ic_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}


.detail{
	padding-left: 10px;
}
