@charset "utf-8";

/*##################### 
	rule reset
#######################*/
h1,h2,h3 {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute; left: 0; top: 32px;
	font-size:100%;
	font-weight:normal;
}

.style1 {

	color: #000;
	
	font-size: 16px;

	font-style: normal;

	font-weight: normal;

}

.style2 {

	color: #F00;
	
	font-size: 10px;

	font-style: normal;

	font-weight: normal;

}

.style3 {

	color: #000;
	
	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}

.style4 {

	color: #F60;
	
	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}

.style5 {

	color: #F00;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;

}

.style6 {

	color: #666;
	
	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.style7 {

	color: #000;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;
	
}

.style8 {

	color: #666;
	
	font-size: 13px;

	font-style: normal;

	font-weight: normal;

}

.style9 {

	color: #F00;
	
	font-size: 11px;

	font-style: normal;

	font-weight: normal;

}

.style10 {

	color: #05f5da;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;

}

.style11 {

	color: #05f5da;
	
	font-size: 15px;

	font-style: normal;

	font-weight: bold;

}



td,th {
	line-height: 150%;

}

a:link {

	color: #214600;
	text-decoration:none;	

}

a:visited {
	
	color: #214600;
	text-decoration:none;
}

a:hover {

	color: #214600;
	text-decoration:underline;

}

a:active {

	color: #214600;
	text-decoration:none;
}

a img {
	border-style: none;
}


.img_right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 20px;
}

.img_right2 {
	float: right;
	padding-bottom: 40px;
	padding-left: 20px;
}

.img_right3 {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}

.img_left {
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}

.img_left2 {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

/*##################### 
	layout style
#######################*/
html, body, div, span, iframe{

	margin:0;
	
	padding:0;
	
	border:0;
	
	outline:0;

}

body {
	
	color: #000000;
	
	background-color:#ebd096;
	
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	/* background-attachment:fixed; */
	/* background-repeat: repeat; */
	
}

body#index {
	
	background: #f9e9c5 url(../images/bg/indexbg.gif) repeat-x;

}

body#index div.wrap {

}

/* Wrap */
body div.wrap {
	
	background-position: center 204px;
	
	background-repeat: no-repeat;

}

/* #outergroup */
#outergroup {
	
	text-align: left;
	
	width: 950px;
	
	margin-top: 0px;
	
	margin-right: auto;
	
	margin-bottom: 0px;
	
	margin-left: auto;
	
	padding: 0px;

}

/* header */
#outergroup #header {
		
	height: 120px;
	
	text-indent: 1px;
	
	padding: 0;
	
	margin: 0;
	
	background-image: url(../images/bg/headerbg1.png);
	
	background-repeat: no-repeat;
}

	/* headercontent */
	#outergroup #header #headercontent{
		
		height:18px;
		
		font-size: 14px;
		
		text-align: left;
		
		color: #FFF;
		
		padding-top: 2px;
	}

	/* headerlogo */
	#outergroup #header #headerlogo{
		
		width: 100%;
		
		font-size: 11px;
		
		text-align: center;

		padding-top: 10px;		
	}
		
	
/* btngroup */ 
#outergroup #btngroup {
	
	height: 55px;
	
	text-align: center;
	
	clear:both;

}

/* titletop */
#outergroup #titletop {
	
	text-align: center;

	height: 398px;
	
	border-top-style: none;
	
	border-right-style: none;
	
	border-bottom-style: none;
	
	border-left-style: none;
	
	margin-bottom: 2px;

}

/* contentgroup */ 
#outergroup #contentgroup {
	
	font-size:14px;
	
	text-align: center;
	
	margin-top: 35px;
	
	margin-bottom: 15px;

}

/* left_content*/ 
#outergroup #contentgroup #left_content {
	
	float: left;
	
	width: 240px;
	
	text-align: left;
	
}

	/* left_info*/ 
	#outergroup #contentgroup #left_info {
		
		text-align: left;
		
		margin-bottom: 20px;

	}	
	
	/* left_profile*/ 
	#outergroup #contentgroup #left_profile {
		
		font-size: 12px;
		
		padding: 1px;
		
		color:#666;
		
		text-align: left;
		
		margin-bottom: 20px;
		
		border: 1px solid #214600;			
	
		line-height: 150%;
		
		background-color: #FFF;

	}	
	
		/* left_profilemenu*/ 
		#outergroup #contentgroup #left_profile .left_profilemenu{
			
			font-size: 13px;
			
			text-align: left;
			
			height: 15px;
			
			background-image: url(../images/bg/leftmenubg1.gif);
			
			background-repeat: no-repeat;
			
			background-position: 5px 6px;
			
			padding-left: 20px;
			
			padding-top: 7px;
			
			padding-bottom: 1px;
	
		}		
		
		/* left_profilemenu2*/ 
		#outergroup #contentgroup #left_profile .left_profilemenu2{
			
			height:15px;
			
			color: #FFF;
			
			font-size: 11px;
			
			background-color: #214600;	
			
			margin-top: 13px;
			
			text-align: right;
			
			padding-right: 2px;
	
		}	
		
			#outergroup #contentgroup #left_profile .left_profilemenu2 a:link {
				color: #FFF;
			}
			
			
			#outergroup #contentgroup #left_profile .left_profilemenu2 a:visited {
				color: #FFF;
			}
			
			#outergroup #contentgroup #left_profile .left_profilemenu2 a:hover {
				color: #FFF;
				text-decoration:underline;
			}
			
			#outergroup #contentgroup #left_profile .left_profilemenu2 a:active {
				color: #FFF;
			}					
	
		
	
/* main_content */ 
#outergroup #contentgroup #main_content {
	
	float: right;
	
	width: 680px;
	
	margin-left: 1px;	
	
	text-align: left;

	border: 0;
	
}

	/* contentbox */ 
	#outergroup #contentgroup #main_content .contentbox{
		
		text-align: left;
	
		margin-bottom: 20px;	

		
	}	
	
	/* content_news_box */ 
	#outergroup #contentgroup #main_content #content_news_box{
		
		text-align:left;
		
		padding: 1px;
		
		font-size: 13px;
		
	}	
	
	/* news */ 
	#newsbox{
		
		font-size: 13px;	
		
	}
	
		/* news */ 
		#newsbox ul{
			
			list-style: none;
			
			margin: 0;
			
			padding: 0;
			
		}			

		#newsbox .newsdate{
			
			font-weight:bold;	
			
		}	
		
		#newsbox .newstitle{
			
			font-weight:bold;	
			
		}	
		
		.newstext{
			
			font-size: 13px;	
			margin-bottom: 10px;
			
		}					
	
	
	/* content_navi */ 
	#outergroup #contentgroup #main_content #content_navi{
		
		text-align:left;
		
		margin-top: 20px;
		
	}		
	
	/* content_navi2 */ 
	#outergroup #contentgroup #main_content #content_navi2{
		
		text-align:left;
		
		margin-top: 20px;
		
		margin-bottom: 20px;		
		
	}		
	
		/* content_navilist */ 
		#outergroup #contentgroup #main_content .content_navilist{
			
			width: 200px;
			
			float: left;
			
			margin-left: 15px;
			
			border: solid #003300 5px;	
		}
		
		/*img*/ 
		#outergroup #contentgroup #main_content .content_navilist .listimg{
			
			width: 200px;
			
			height: 180px;
		
		}
		
		/*listmessage*/ 
		#outergroup #contentgroup #main_content .content_navilist .listmessage{
			
			text-align: left;
			
			color: #666;
			
			font-size: 0.8em;
			
			line-height: 150%;
			
			padding: 5px;
		
		}
		
			#outergroup #contentgroup #main_content .content_navilist .listmessage  a:link {
				color: #006600;
			}
			
			
			#outergroup #contentgroup #main_content .content_navilist .listmessage  a:visited {
				color: #006600;
			}
			
			#outergroup #contentgroup #main_content .content_navilist .listmessage  a:hover {
				color: #006600;
				text-decoration:underline;
			}
			
			#outergroup #contentgroup #main_content .content_navilist .listmessage  a:active {
				color: #006600;
			}		
			
	/* pagetop */ 
	#outergroup #contentgroup #main_content .pagetop{
		
		text-align: right;
		
	}		

.clear{
	
	clear: both;

	}

#footer {
	
	height: 200px;
	
	padding: 0px;

	line-height: 120%;
	
	padding-top: 10px;
	
	border-top: 5px solid #142a00;
	
	background-image: url(../images/bg/footerbg.gif);
	
	background-repeat: repeat-x;	

}

#footer #footergroup {
	
	width: 950px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	padding: 0px;

}

/* footer_link */
#footer #footergroup #footer_link {
	
	color: #999999;
	
	text-align: left;
	
	vertical-align:top;
	
	font-size: 0.7em;

	font-style: normal;

	font-weight: normal;
	
	float: left;

}

			#footer #footergroup #footer_link  a:link {
				color: #FFF;
			}
			
			
			#footer #footergroup #footer_link  a:visited {
				color: #FFF;
			}
			
			#footer #footergroup #footer_link  a:hover {
				color: #FFF;
				text-decoration:underline;
			}
			
			#footer #footergroup #footer_link a:active {
				color: #FFF;
			}		
	
	/* footer_copyright */
	#footer #footergroup  #footer_copyright{
		
		width: 300px;
		
		color: #000;
		
		margin: 0;
		
		text-align: right;
		
		font-size: 13px;
		
		font-style: normal;
		
		font-weight: normal;
		
		float:right;
	}

/* footer_copyright address */
#footer #footergroup #footer_copyright address{
	
	color: #FFF;
	
	font-size: 10px;
	
	font-style: normal;
	
	text-align: right;
	
}
