@charset "Shift_JIS";

/*下層ページ基本スタイル*/


/*ベース**************************************************/

body {
	color: #333;
	margin:0px;
	padding:0px;
	font-size:83%;
	text-align:center;
	background: url(../../common_img/bg.gif);
	border-top:1px solid #8F8F92;
}
.contentsbox {
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:"Arial","Osaka","ＭＳ Ｐゴシック",sans-serif; 
	width: 801px;
	border-collapse:collapse;
	background-color:white;
	vertical-align:top;
	}	
#headandvisual {
	 background-image: url(../../common_img/bg_head.gif); 
	 background-repeat: repeat-x;
}
.contentsboxwrapper {
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:"Arial","Osaka","ＭＳ Ｐゴシック",sans-serif;
	width:100%;
	border-collapse:collapse;
 	background: url(../../common_img/tmpl_con_bg.gif) repeat-x top;
	}
.wrappershadowleft {
 	width:10px;
	background-image: url(../../common_img/bg_cont_l.gif); 
	background-repeat: repeat-y;
	vertical-align:top;
	}
.wrappershadowleft2 {
 	background-image: url(../../common_img/tmpl_bg_cont_l.gif);
	background-repeat: repeat-y;
	vertical-align:top;
}
.wrappershadowright {
 	background-image: url(../../common_img/bg_cont_r.gif);
	background-repeat: repeat-y;
	vertical-align:top;
}
.wrappershadowright2 {
	background-image: url(../../common_img/tmpl_bg_cont_r.gif);
	background-repeat: repeat-y;
	vertical-align:top;
}
#breadcrumbsarea {
	background: url(../../common_img/tmpl_wrapper_shadow_rtbc.jpg) repeat-y right;
	height: 41px;
	vertical-align:top;
	}
#breadcrumbs {
	text-align:left;
	font-size: 70%;
	vertical-align:top;
	margin:10px 10px;
}
	
h1 {
	text-align:left;
	margin:0px;
	padding-left:20px;
	}
h2 {
	text-align:left;
	margin: 5px 0px;
	padding-left:20px;
}
h3 {
	font-size:1.2em;
	border-bottom:1px dotted #666;
	margin-top:1.5em;
}
h4 {
	font-size:1em;
	border-left:3px solid #666;
	border-bottom:1px dotted #666;
	padding:0em 0.3em 0.2em 0.3em;
	margin-top:2em;
	display:inline;
	clear:both;
}
h5 {
	font-size:1em;
	border:1px dotted #333;
	line-height:200%;
	padding:0.5em;
	margin-top:2em;
	display:inline;
	clear:both;
}


/*ヘッダ****************************************************/

#hdrlogobox {
	vertical-align:middle;
	text-align:left;
}
#hdrsmappp {
	float:right;
	margin-top:10px;
	}
#hdrbgleft {
	background: url(../../common_img/bg_head_l.gif) repeat-y top;
	vertical-align:top;
	}
#hdrbgright {
	background: url(../../common_img/bg_head_r.gif) repeat-y;
	vertical-align:top;
	}

/*コンテンツ部分********************************************/

#conbase {
	width:696px;
	padding:0px 39px 13px;
	font-family:"Arial","Osaka","ＭＳ Ｐゴシック",sans-serif; 
	line-height:150%;
	vertical-align:top;
	text-align:left;
}
	
/*フッタ****************************************************/

#ftrbox {
	text-align:right;
	background: url(../../common_img/ftr_bg_bird.gif) no-repeat right top;
	height:61px;
	vertical-align:top;
	}


/*汎用******************************************************/

/*リンク***********/

a:link {
	color: #006A25;
	text-decoration: underline;
}
a:visited {
	color: #006A25;
	text-decoration: underline;
}
a:hover {
	color:#6B1200;
	text-decoration: underline;
}
a:active {
	color:#6B1200;
	text-decoration: underline;
}
a.special:link {
	color: #006A25;
	text-decoration: underline;
	font-weight:bold;
}
a.special:visited {
	color: #006A25;
	text-decoration: underline;
	font-weight:bold;
}
a.special:hover {
	color:#6B1200;
	text-decoration: underline;
	font-weight:bold;
}
a.special:active {
	color:#6B1200;
	text-decoration: underline;
	font-weight:bold;
}


/*表***********/

.basictable {
	border-collapse:collapse;
	border:1px solid #999;
	}
.basictable td {
	padding:5px;
	border:1px solid #999;
}
.basictable th {
	padding:0.2em;
	border:1px solid #999;
	text-align:center;
}

.nobordertable td {
	padding:5px;
}

.valigntoptable td {
	vertical-align:top;
}

/*リスト***********/

dt {
	font-weight:bold;
}
ol .abc {
	list-style: lower-alpha;
}

/*テキスト***********/

/*注意（赤字）*/
.attention {
	color:#f00;
}

/*キャプション*/
.captionbox {
	width:200px;
}
.caption {
	font-size:x-small;
}

/*太字*/
.bold {
	font-weight:bold;
}

/*小さい字*/
.textsmall {
	font-size:95%;
	}


/*位置***********/

.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}

#conbase .alignleft {
	/*text-align:left;*/
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#conbase .alignright {
	/*text-align:right;*/
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.aligncenter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*margin:0px auto;*/
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.valigntop {
	vertical-align:top;
}
.valigntopalignleft {
	text-align:left;
	vertical-align:top;
}
.valignmdl {
	vertical-align:middle;
}
.valignbtm {
	vertical-align:bottom;
} 

/*余白***********/

.bottom0 {
	margin-bottom:0px;
}
.paddingzero {
	padding:0px;
	}
.marginzero {
	margin:0px;
}
.indent20 {
	margin-left:20px;
	}
.indent50 {
	margin-left:20px;
	}
.indent50valid {
	margin-left:50px;
	}
.indent80 {
	margin-left:80px;
	}
.indent90 {
	margin-left:90px;
	}
.indent100 {
	margin-left:100px;
	}


/*装飾***********/

/*囲み*/

.boxed {
	border:1px solid #666;
	background-color: #F9F9F9;
	padding:1em;
}
.boxedGreen {
	border:1px solid #339900;
	background-color: #E0F8E0;
	padding:1em;
}
.boxedBlue {
	border:1px solid #6699CC;
	background-color: #D1E0EF;
	padding:1em;
}

/*その他***********/

.inline {
	display:inline;
	}
.img {
	margin:0px;
	padding:0px;
	border:none;
	}
.imgmarginleft {
	margin-left:10px;
}
.imgmarginright {
	margin-right:10px;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.clearboth {
	clear:both;
}


.custom_list li {
list-style:none;
/*color:#339;*/
background-image:url(../../common_img/list_marker.gif);
background-repeat:no-repeat;
padding-left:12px;
height:20px;
line-height:20px;
}
.custom_list img {
margin:4px 0px;
}
/*.custom_list li:before {
content:"★";
}*/


.button {
	padding:5px 15px;
	border:1px solid #888;
	border-radius:5px;
	background: linear-gradient(#fff, #bbb);
	font-weight:bold;
}
a.button {
	text-decoration:none;
}
.button:hover {
	background: linear-gradient(#bbb, #fff);
}
