/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

#wrap{
margin:0;
}

body {
	font-family:"ＭＳ Ｐゴシック";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	display:block;
	line-height:110%;
	margin: 0px;
	background-color: #fffaf9;
}


#main {
	width: 772px;
	margin: 0px auto 0px auto;	
	background-image: url(../common_images/main_back.jpg);
	background-repeat: repeat-y;
}  /* must be same height as the footer */
	
	
#header {
	padding: 0px;
	width: 772px;
}


#head_in {
	border:0px;
	width:772px;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	line-height:0px;
	font-size:0px; /* for IE's Bug? */
	text-align:left;
	height: 100px;
	background-image: url(../common_images/head_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#contents {
	width:772px;
	padding:0px;
	vertical-align:bottom;
	line-height:0px;
	text-align:left;
}
#navi {
	width: 180px;
	float: left;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 17px;
	line-height: normal;
}

#main_box {
	float: right;
	width: 535px;
	margin-top: 24px;
	margin-right: 17px;
	margin-bottom: 24px;
	line-height: normal;
	margin-left: 0px;
}

#footer {
	width:772px;
	height: 122px;
	clear:both;
	background-image: url(../common_images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #68482a;
	text-align: center;
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
} 


/************　画像＆回り込み処理　**************/
img
{
margin:0px;
padding:0px;
border:0px;
vertical-align:bottom;
}

.clear_all {
	clear: both;
}


.image_fl {
	float:left;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image_fr {
	float:right;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}


/************　タイトル関連及びリンク　**************/
p,form,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	border: 0;
}

a {	outline: none;	color: #336600;	text-decoration: none;}

a:link { color: #336600; }

a:visited { color: #336600; }

a:hover { color: #336600;text-decoration: underline; }

a:active { color: #336600; }



#header h1{
	height:16px;
	color: #666666;
	text-align: left;
	font-size: 10px;
	background-image: url(../common_images/sakura_back.jpg);
	padding: 4px;
}


h4{
	color: #666666;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
}

#footer h5 {
	color: #df2626;
	font-size: 10px;
}
#footer a { text-decoration: none;}
#footer a:link { color: #df2626; }
#footer a:visited { color: #df2626; }
#footer a:hover { color: #df2626;text-decoration: underline; }
#footer a:active { color: #df2626; }


/************テキストボックス**************/
	
.add {
	line-height: 1.3em;
	color: #68482a;
	font-size: 12px;
}

.txt_body00{
	line-height: 1.5em;
	color: #68482a;
	font-size: 12px;
}

.txt_body01{
	line-height: 1.5em;
	color: #68482a;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 15px;
}


.txt_body02{
	line-height: 1.5em;
	color: #68482a;
	font-size: 12px;
	margin: 8px;
}

.txt_body03{
	line-height: 1.5em;
	color: #68482a;
	font-size: 12px;

}




/************Margin**************/

.distance_60{
	margin-bottom:60px;
}
.distance_30{
	margin-bottom:30px;
}
.distance_20{
	margin-bottom:20px;
}
.distance_15{
	margin-bottom:15px;
}
.distance_10{
	margin-bottom:10px;
}
.distance_05{
	margin-bottom:5px;
}


.distance_l_30{
	margin-left:30px;
}
.distance_l_20{
	margin-left:20px;
}
.distance_l_15{
	margin-left:15px;
}
.distance_l_10{
	margin-left:10px;
}
.distance_l_05{
	margin-left:5px;
}


/************フォントスタイル**************/
.theme {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.theme_l {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

.list_00 {
	font-size: 12px;
	line-height: 1.6em;
	margin-top: -10px;
	margin-bottom: 0px;
	color: #68482a;
}
.mini {
	font-size: 10px;
	font-weight: normal;
}
.style_red {
	color: #CC0000;
}
.style_bold {
	font-weight: bold;
}


/************　フォーム　**************/
.style03l {
width: 380px;
height: 3em;
font-size: 12px;
}


.style10l {
width: 380px;
height: 10em;
font-size: 12px;
}

input {
font-size: 12px;
}