/*-----------------全体------------------------*/

body,td,th,h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}
body {
	background-color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	background-repeat: repeat-x;
	background-image: url(../image/templates/bg_main.jpg);
}

a:link {
	color: #649340;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #649340;
}
a:hover {
	text-decoration: none;
	color: #BD6350;
}
a:active {
	text-decoration: none;
	color: #BD6350;
}


p {
	margin-bottom: 15px;
	margin-top: 0px;
}

ol {
	margin: 0px;
	padding-left: 25px;
}

li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img {  
    border:0; 
}




#both {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	line-height: 0px;
}





/*-----------------装飾------------------------*/


#gray_dot {
	margin: 0px;
	padding: 0px;
	position: static;

}
#gray_dot li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background: url(../image/common/dot_gray.gif) no-repeat 0px 0.4em;
}

#orange_dot {
	margin: 0px;
	padding: 0px;
	position: static;

}
#orange_dot li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background: url(../image/common/dot_orange.gif) no-repeat 0px 0.4em;
}


#dashedline {
	border-top: dashed #CCCCCC 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	width: 100%;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bg_E4EDEC {
	background-color: #E4EDEC;
}
.bg_F5F5F5 {
	background-color: #F5F5F5;
}
.bg_FFD9BF {
	background-color: #FFD9BF;
}

.bg_F7F3EF {
	background-color: #F7F3EF;
}


/*-----------------テキスト------------------------*/


h1 {
	padding: 0;
	margin: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 27px;
	padding-bottom: 0px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
	color: #6C1213;
	background-image: url(../image/common/img_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;	

}

h3 {
	font-size: 14px;
    line-height: 18px;
	color: #B05800;
	font-weight: bold;	
	padding: 0px;	
	margin: 0px;
}

h4 {
	font-size: 14px;
    line-height: 18px;
	color: #EA6240;
	font-weight: bold;	
	padding: 0px;	
	margin: 0px;
}
h5 {
	font-size: 14px;
    line-height: 18px;
	color: #4F7B6C;
	font-weight: bold;	
	padding: 0px;	
	margin: 0px;
}



.size_10px {
	font-size: 10px;
    line-height: 14px;
}

.size_12px {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;	
}

.size_13px {
	font-size: 13px;
    line-height: 18px;
}

.size_14px {
	font-size: 14px;
    line-height: 20px;
}
.color_990000 {
	color: #990000;
}

.color_D37A50 {
	color: #D37A50;
}
.color_6C1213 {
	color: #6C1213;
}
.color_DB3F19 {
	color: #DB3F19;
}
.color_A2121C {
	color: #A2121C;
}
.color_4F7B6C {
	color: #4F7B6C;
}
.color_3E80C1 {
	color: #3E80C1;
}

.size_14px_3E80C1 {
	font-size: 14px;
    line-height: 18px;
	color: #3E80C1;
}

.size_14px_6C1213 {
	font-size: 14px;
    line-height: 18px;
	color: #6C1213;
}
.size_14px_DB3F19 {
	font-size: 14px;
    line-height: 18px;
	color: #DB3F19;
}
.size_14px_A2121C {
	font-size: 14px;
    line-height: 18px;
	color: #A2121C;
}
.size_14px_4F7B6C {
	font-size: 14px;
    line-height: 18px;
	color: #4F7B6C;
}
.size_16px_DB3F19 {
	font-size: 16px;
    line-height: 20px;
	color: #DB3F19;
}
.size_12px {
	font-size: 12px;
    line-height: 14px;
}

.font_v-align_super {
	font-size: 75%;
	vertical-align: super;	
}




/*----------------- 余白 ------------------------*/

.mt_5px {
	margin-top: 5px;
}
.mt_10px {
	margin-top: 10px;
}
.mt_20px {
	margin-top: 20px;
}
.mt_30px {
	margin-top: 30px;
}
.mt_40px {
	margin-top: 40px;
}
.mt_50px {
	margin-top: 50px;
}
.mb_5px {
	margin-bottom: 5px;
}
.mb_10px {
	margin-bottom: 10px;
}
.mb_15px {
	margin-bottom: 15px;
}
.mb_20px {
	margin-bottom: 20px;
}
.mb_25px {
	margin-bottom: 25px;
}
.mb_30px {
	margin-bottom: 30px;
}

.mt_10mb_10px {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mt_10mb_20px {
	margin-top: 10px;
	margin-bottom: 20px;
}
.mt_30mb_20px {
	margin-top: 30px;
	margin-bottom: 20px;
}
.mt_10mb_30px {
	margin-top: 10px;
	margin-bottom: 30px;
}
.ml_10px {
	margin-left: 10px;
}
.ml_10mb_10px {
	margin-left: 10px;
	margin-bottom: 10px;	
}




#border_cccccc_mt30_mb20 {
	border-top: dashed #CCCCCC 1px;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;		
}
#border_cccccc_mt20_mb20 {
	border-top: dashed #CCCCCC 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;		
}
#border_cccccc_mt20_mb40 {
	border-top: dashed #CCCCCC 1px;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;		
}

#border_999999_mt20_mb20 {
	border-top: dashed #999999 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;		
}
#border_666666_mt20_mb20 {
	border-top: dashed #666666 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;		
}



