/* ---- basic settings ---- */

/*body {
	margin: 0;
	padding: 0;
}*/

p {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ---- main settings ---- */


div#container{
	background-image: url(/images/common/bg_all.jpg);
	background-repeat: repeat-y;
	width:800px;
	margin:0 auto;
	padding: 0;
/*	background-image: url(/images/common/c_right_r_bg.jpg);*/
	background-position: center;
	text-align:center;
}

div#wrapper{
	float:left;
	width:100%;
	width:800px;
	margin: 0;
	padding:0;
	background-image: url(/images/common/c_right_r_bg.jpg);
	background-repeat: repeat-y;
}




/* main content */
	
div#content{
/*	margin: 0 50px 0 235px;*/
/*	margin: 0 50px 0 0;*/
	margin: 0 65PX 0 0;
	text-align: center;
/*	width:100%;*/
	width: 500px;
	float: right;
	padding: 0px;
}



/*-- left menu --*/

div#navigation{
	float:left;
	width:185px;
	margin: 0 0 0 50px;
/*	margin-left:-750px;*/
}




/*-- footer --*/

#c_footer{
	clear:left;
	width:100%;
	background-image: url(/images/common/c_bottom.jpg);
	text-align: center;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

div#footer-wrap{
	clear:both;
	margin: 0;
	padding: 0;
	height: 55px;
	background-image: url(/images/common/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#footer{
	height: 55px;
	width:100%;
	padding-top: 10px;
}



#footer p {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}







/*-- header --*/

#header-wrap {
	background-image: url(/images/common/bg_header.jpg);
	background-repeat: no-repeat;
	height:55px;
	background-position: center;
	display: block;
}

#header {
/*	font-size: 10px;*/
	color: #FF9900;
/*	background-image: url(/images/common/bg_header.jpg);*/
/*	background-repeat: no-repeat;*/
/*	height:55px;*/
/*	text-align: center;*/
/*	padding: 7px 0 0 0;*/
/*	background-position: center;*/
	margin: 0 0 0 0;
/*	display: block;*/
}

#header p {
	margin-top: 7px;
	font-size: 10px;
	text-align: center;
}

/*-- header --*/


#c_e_head{height: 45px;text-align: left;margin:0;padding:0 50px 0 50px;background-image: url(/images/common/bg_yellow.jpg);}
div#c_e_head .toppage {padding: 0 0 0 221px;margin:0;}
#c_e_head img {vertical-align: bottom;}

#c_head{height: 45px;text-align: left;margin:0;padding:0 50px 0 50px;background-image: url(/images/common/bg_yellow.jpg);}
div#c_head .toppage {padding: 0 0 0 110px;margin:0;}
#c_head img {vertical-align: bottom;}



#index_head{bottom;height: 45px;text-align: left;margin:0;padding:0 50px 0 50px;background-image: url(/images/common/bg_yellow.jpg); display: block;}
div#index_head .toppage {padding: 0 0 0 218px;margin:0;}
//#index_head img {vertical-align: bottom;}
#index_head img {vertical-align: 0;}

#index_e_head{height: 45px;text-align: left;margin:0;padding:0 50px 0 50px;background-image: url(/images/common/bg_yellow.jpg);}
div#index_e_head .toppage {padding: 0 0 0 218px;margin:0;}
#index_e_head img {vertical-align: bottom;}







#left_category{
	width:185px;
	font-size:12px;
	text-align: left;
	background-image: url(/images/common/c_left_bg01.jpg);
	background-repeat: no-repeat;
}

#left_category ul{
	width:165px;
/*	margin:0 10px 10px 10px;*/
	margin:0 10px 10px 10px;
	padding: 0;
}
	
#left_category li{
	list-style-position: inside;
	list-style-image: url(/images/common/c_left_category_arrow.gif);
	background-image: url(/images/common/c_left_category_hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 0 5px 0px;
	margin:0px 0 0px 0px;
	font-size:12px;/* dai */
	text-align: left;/* dai */
}

#left_category a:link { color: #333333; text-decoration: none; } 
#left_category a:visited { color: #333333; text-decoration: none; } 
#left_category a:hover { color: #cc3300; text-decoration: underline; } 
#left_category a:active { color: #cc3300;  text-decoration: underline; } 




#left_news{
	width:185px;
	font-size:10px;
	text-align: left;
	background-image: url(/images/common/c_left_bg02.jpg);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	line-height: 15px;
}
	
#left_news .news_title{
	margin:0 15px 0px 15px;
	font-weight: bold;
	color:#666666;
	letter-spacing: 0.1em;
}
	
#left_news .news_body{
	background-image: url(/images/common/c_left_category_hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 0 7px 0;
	margin:0 15px 10px 15px;
	color:#333333;
}

#left_news .news_body img{ visibility: hidden;width:0px;height:0px;}

#left_news a:link { color: #cc3300; } 
#left_news a:visited { color: #cc3300;  } 
#left_news a:hover { color: #cc3300; } 
#left_news a:active { color: #cc3300; } 

#left_banner{
	width:185px;
	font-size:12px;
	background-image: url(/images/common/c_left_bg02.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}


#entry_header{/* スペルミスはかっこわるい */
	background-image: url(/images/common/c_right_r_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width:515px;
	margin: 0px;
	padding: 0px;
}

#entry_body {
	width: 430px;
	margin: 0 auto;
}


.entry-asset asset{}

.asset-header{}
.asset-header h2 {
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px 8px 3px 10px;
	letter-spacing: 0.1em;
	color: #776D46;
	background-image: url(/images/common/entry_hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

.asset-content h2{
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px 8px 3px 10px;
	letter-spacing: 0.1em;
	color: #776D46;
	background-image: url(/images/common/entry_hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-left: -15px;
	margin-top:30px;
}

.asset-content{
	text-align:left;
	font-size:12px;
	line-height: 160%;
	margin-bottom:30px;
	padding: 0 0 0 15px;
	color: #333333;
	font-size: 12px;
}

.asset-content h3{
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0px;
	padding: 5px 8px 5px 15px;
	letter-spacing: 0.1em;
	color: #333333;
	background-image: url(/images/common/entry_arrow_h3.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.asset-content a:link {	color: #333333;	text-decoration: underline;} 
.asset-content a:visited {	color: #666666;	text-decoration: underline;} 
.asset-content a:hover {	color: #cc3300;	text-decoration: underline;} 
.asset-content a:active { color: #cc3300;	text-decoration: underline; } 

.orageleft{
	margin:10px 0 0 0 ;
	background-color: #F3EFE2;
	background-image: url(/images/common/ol_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding: 0px;
}


.orageleft dt{
	margin: 0 10px 0 10px;
	padding:3px 15px 0px 0px;
	font-weight: bold;
	background-image: url(/images/common/c_dt_hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.orageleft dd{margin: 3px 10px 3px 10px;	padding:3px 10px 5px 0px;	line-height: 140%;}


.ten dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 0px;
}

.ten dt {
	float:left;
	width:70px;
	padding:0px 0 0px 10px;
	clear:both;
	font-weight:bold;
}

.ten dd {
	margin-left:70px;
	padding:0px 5px 0px 10px;
	border-left:1px solid #999;
}



.asset-content ol{
	letter-spacing: 0em;
	margin: 0;
	padding:8px 10px 8px 25px;
}

.asset-content li{
	margin:0 0 0px;
	padding:0;
	list-style-position: outside;
	list-style-type: decimal;
}



.entry_body{
	width: 430px;
/*	margin-top:10px;*/
	margin: 10px auto 0;
}

.npoadress {
	background-color: #F3EFE2;
	padding:10px 10px 10px 20px;
	margin-top:10px;
	line-height: 120%;
	border: 1px solid #D3C694;
}

.adobe{
	font-size:10px;line-height: 120%;margin:5px 0 5px 0;
}

.mousikomi {
	line-height:120%;
	margin:10px 0 10px 0;
	background-color: #D3C694;
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-top-color: #F3EFE2;
	border-right-color: #AC9846;
	border-bottom-color: #AC9846;
	border-left-color: #F3EFE2;
	text-align: center;
	font-weight: bold;
}

.mousikomi img{
	vertical-align: middle; 
}

.mousikomi a:link {	line-height:120%;color: #000000;	text-decoration: underline;} 
.mousikomi a:visited {	line-height:120%;color: #000000;	text-decoration: underline;} 
.mousikomi a:hover {	line-height:120%;color: #cc3300;	text-decoration: underline;} 
.mousikomi a:active { line-height:120%;color: #cc3300;	text-decoration: underline; } 

.kessantable{}
.kessantable table{
	border-spacing:10px;
	padding:5px;
	font-size:10px;
	border:1px solid #D3C694;
}

.kessantable th{
	border-spacing:10px;
	border-top: 1px none #D3C694;
	border-right: 1px none #D3C694;
	border-bottom: 1px solid #D3C694;
	border-left: 1px none #D3C694;
	background-color: #D3C694;
	text-align: left;
}

.kessantable tr{
	border-spacing:10px;
	border-top: 1px none #D3C694;
	border-right: 1px none #D3C694;
	border-bottom: 1px solid #D3C694;
	border-left: 1px none #D3C694;
}

.kessantable td{
	border-spacing:10px;
	border-top: 1px none #D3C694;
	border-right: 1px none #D3C694;
	border-bottom: 1px solid #D3C694;
	border-left: 1px none #D3C694;
}

.contentsmidasi{
	font-size:12px;
	color: #776D46;
	text-align: left;
	width:430px;
	line-height:140%;
	border-top-width: 1px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7E754F;
	border-right-color: #7E754F;
	border-bottom-color: #7E754F;
	border-left-color: #7E754F;
	margin-left:-15px;
}

.contentsmidasi h1{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #776D46;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7E754F;
	border-right-color: #7E754F;
	border-bottom-color: #7E754F;
	border-left-color: #7E754F;
	margin-bottom:10px;
	padding-bottom: 3px;
	padding-top:2px;
}

.contentsmidasi img{
	float: left;margin-right:10px;
}

