@charset "Shift_JIS";
/* ===================================================================
CSS information

 File Name  : default.css
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{ border-collapse: collapse;	border-spacing: 0; }
caption, th	{ text-align: left; }
q:before ,q:after	{ content: ''; }
object, embed	{ vertical-align: top; }
hr, legend	{ display: none; }
h1, h2, h3, h4, h5, h6	{ font-size: 100%; }
img, abbr, acronym, fieldset	{ border: 0; }
img { -ms-interpolation-mode: bicubic; vertical-align: top; }
li	{ list-style-type: none; }
textarea { overflow:auto; }

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	background: url(../images/bg/bg_body.jpg) ;
	color: #333;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ===================================================================
CSS information

 Style Info : 共通要素の基本設定
=================================================================== */

/* wrapper要素
----------------------------------------------------------- */
#wrapper	{
	width: 949px;
	background: #FFF;
	padding: 0 0 40px 0;
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid #d36a6a;
}

/* header要素
----------------------------------------------------------- */
#header {

}

/* contents要素
----------------------------------------------------------- */
#contents {
	padding: 20px 68px;
}

.table_p01 {
	background: #fcf1de;
	
}

.table_p01 td {
	vertical-align:top;
	
}
.cap_01 {
	color:#666666;
	font-size: 116.6%;
}
.cap_02 {
	color:#666666;
	font-size: 100%;
}


.table_p02 {
	background: #f5f4e4;
	margin-bottom: 40px;
}

.table_p02 td {
	vertical-align:top;
	
}
.table_p02 td .p11 {
	margin-top: 115px;
	
}



.table_p03 {
	background: url(../images/table_03bg.gif) no-repeat;
	width: 804px;
	height: 331px;
}
.table_p03 td.td_031 {
	padding: 105px 0 0 0;
	height: 265px;
}
.table_p03 td.td_031 {
	padding: 105px 0 0 0;
	width: 265px;
	text-align: center;
}

p.toiawase {
	text-align: center;
	margin: 50px 0;
}

.table_p03 td {
	_position: relative;
	_margin-top: -20px;
	_z-index: 1;
	_padding-bottom: 20px;
}




.table_p04 {
	background: #faf4c4;
	margin-bottom: 40px;
}

.table_p04 td {
	vertical-align:top;
	
}

.table_p05 {
	border: 1px solid #fcd9c5;
	margin: 5px 0 40px 0;
	background: url(../images/bg_table_01.jpg) repeat-x bottom;
}
.table_p06 {
	background: #fdfde3 ;
	border: 1px solid #a1d1a9;
	margin-bottom: 40px;
}
.table_p06 td.td06 {
	width: 190px;
}

/*追加*/

.table_read {
margin: 10px 40px 20px 40px;
font-size: 14px;
color: #333333;
}

.table_read td { padding: 3px 5px;}

.table_read td a { color: #338b3d;}

td.table_img { padding: 50px 30px 50px 20px; width: 247px;}

/* footer要素
----------------------------------------------------------- */
#footer	{
	width: 835px;
	background: url(../images/bg/bg_m.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	font-size: 116.6%;
	font-weight: bold;
}
#footer .inner	{
	background: url(../images/bg/bg_b.jpg) no-repeat left bottom;
	padding: 0 0 35px;
}
#footer .boxL	{
	width: 430px;
	float: left;
	padding: 0 0 0 50px;
}
#footer .boxL .bnr	{ 
	border-bottom:1px solid #60a744; 
	text-align: center; 
	padding: 60px 0 30px; 
	margin-bottom:15px; 
	line-height: 200%;
}
#footer address	{
	margin-bottom: 10px;
}
#footer .time	{
	background: #f8fad6;
	border: 1px solid #60a744;
	border-left: 10px solid #60a744;
	padding: 10px 15px;
	margin-bottom: 10px;
}

#footer .imgR	{ float: right; padding: 20px 50px 0 0; }
#footer span	{ color: #60a744; }

#footer a	{
	text-decoration: none;
	color: #60a744;
}
#footer a:hover	{
	text-decoration: underline;
	color: #60a744;
}

.column	{ width: 100%; }
/* clearfix */
.column:after,
clearfix:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
.clear { clear: both; }

.bold { font-weight: bold;}

h3.h3_txt {
background: url(../images/h3_bg.gif) no-repeat left;
padding: 8px 0 5px 10px;
color: #FFFFFF;
font-weight: bold;
}