@charset "UTF-8";
/* CSS Document */

/*ページの基本設定*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,


del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
}
.floatclear {
	clear: both;
}
ul {
    list-style-type: none;
}
li img {
    vertical-align: bottom;
}


.t_link a{
	
	text-decoration: none;
}
.t_link a:link{
	color:#000000;
}
.t_link a:visited{
	color:#000000;
}

.t_link a:hover{
	color:#F2831F;
}
.t_link a:active{
	color:#F2831F;
}
.style01{
	font-size: 14px;
	padding-left: 24px;
	line-height: 12px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
}

.style02{
	font-size: 14px;
	padding-left: 24px;
	line-height: 12px;
	background-image: url(../img/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}



/*大まかなレイアウト*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
	background: #FFEDDB;
	min-width:980px;
}

/*header*/
#header_out{
	text-align: center;
	background-color: #FFD3A6;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header_in{
	width: 980px;
	height: 194px;
	margin: 0px auto;
	text-align: left;
}


/*navi*/
#nav{
	width: 980px;
	height: 42px;
	text-align: left;
	clear: both;
	padding-top: 20px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}

#nav li {
	float: left;
}

/*contents*/
#contents_out{
	clear: both;
	background-image: url(../img/contents_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFEDDB;
	text-align: center;
	padding-bottom: 40px;
	overflow:auto;
}

/*\*/
　* html div#contents_out{overflow: visible;}
/**/

#contents_in{
	width: 980px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}


#content_left{
	width: 720px;
	float: left;
	padding-top: 17px;
	padding-right: 40px;
}

#content_right{
	width: 220px;
	padding-top: 17px;
	float: right;
	overflow:hidden;
}

/*footer*/
#pagetop_out{
	clear: both;
	text-align: center;
}

#pagetop_in{
	width: 980px;
	height: 27px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: right;
}


#footer_out{
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	background-position: center top;
}

#footer_in{
	width: 980px;
	height: 185px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}
.float_clear{
	clear:both;
}

#footer_in  ul li{
	padding-bottom: 17px;
}

/*共通のスタイル*/
/*header*/

h1{
	font-weight: normal;	
}
#header_left{
	width: 500px;
	height: 80px;
	float: left;
	padding-top: 20px;
}
#header_in h1{
	font-size: 11px;
	color: #000;
	padding-top: 10px;
}

#header_right{
	width: 480px;
	height: 100px;
	float: right;
}

#h_r_top{
	height: 20px;
}
#h_r_top ul{
	float: right;
}
#h_r_top li{
	float: left;
	margin-left: 10px;
}
#h_r_bottom{
	height: 80px;
}

#h_r_bottom ul {
	float: right;
}
#h_r_bottom li {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}





/*content_right*/
#box05{
	width: 220px;
}
#box05_in{
	height: 160px;
	background-image: url(../img/box05_bg.jpg);
	background-repeat: no-repeat;
	padding:10px 20px;
	padding-bottom:0px;
	text-align: left;
	font-size:14px;
}


#box05_in dt{
	font-size:12px;
	color:#F2831F;
	padding-top:10px;
}

#box05_in dd{
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
}



#box06{
	width: 220px;
	padding-top: 20px;
}
#box06_in{
	height: px;
	background-image: url(../img/box06_bg.jpg);
	background-repeat: repeat-y;
	padding:5px 0px;
	padding-bottom:0px;
	text-align: left;
}

#box07{
	width: 220px;
	padding-top: 20px;
}

#box08{
	width: 220px;
	padding-top: 20px;
}

#box09{
	width: 220px;
	padding-top: 20px;
}

#box10{
	width: 220px;
	padding-top: 20px;
}
#box11{
	width: 220px;
	padding-top: 20px;
}



/*float_clear*/
#float_clear{
	clear:both;
}



/*footer*/
.footer_line{
	height: 3px;
	background-image: url(../img/footer_line.jpg);
	background-repeat: repeat-x;
}

#footer_in01{
	float: left;
	padding: 40px 0px;
	padding-right: 20px;
}
#footer_in01 li{
	padding-bottom: 5px;
}

#footer_in02{
	float: left;
	padding: 40px 20px;
}
#footer_in02 li{
	padding-bottom: 5px;
}

#footer_in03{
	float: left;
	padding: 40px 20px;
}
#footer_in03 li{
	padding-bottom: 5px;
}

#footer_in04{
	float: left;
	padding: 40px 20px;
}
#footer_in04 li{
	padding-bottom: 5px;
}

#footer_in05{
	float: right;
	padding: 40px 0px;
}

.footer_n-line{
	float: left;
	width: 1px;
	padding: 25px 0px;
}

#copy{
	width: 980px;
	height: 20px;
	font-size: 14px;
	margin: 5px auto;
	text-align: right;
}
.text_box {
	padding-bottom: 30px;
}
