/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-y center;
	padding: 0 0 20px 0;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	background: url(../images/nav_bg.jpg) no-repeat;
	width: 200px;
	float: left;
	margin: 20px 0 0 20px;
	padding: 64px 0 20px 0;
}
#nav ul {
}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}
/* ==== Content === */
#con {
}
#sidenav {
	width: 200px;
	float: left;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 162px;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.gif) no-repeat left top;
	font-size: 12px;
	color: #333333;
}
#main {
	width: 700px;
	float: right;
	margin: 20px 20px 0 0;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ol {
	margin-left: 1em;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
	color: #FFF;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	width: 234px;
	height: 56px;
	position: absolute;
	top: 12px;
	left: 20px;
}
h2 {
	font-size: 1.7em;
	height: 46px;
	padding: 0.6em 0 0.1em 1.0em;
	margin: 0em 0 0.6em 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #199640;
}
h3 {
	font-size: 1.5em;
	color: #fff;
	padding: 0.2em 0 0.1em 1.8em;
	margin: 0.6em 0 0.4em 0;
	border: 1px solid #bcffba;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* Webkit */
	background:
	url(../images/h3_ico.png),
	-webkit-gradient(linear, center top, center bottom, from(#90cea3), to(#1d903f));
	background-position:
	center left 5px,
	0 0;
	background-repeat:no-repeat;
	/* IE */
	background:
	url(../images/h3_ico.png),
　　-ms-linear-gradient(top,#90cea3,#1d903f);
	background-position:
	center left 5px,
	0 0;
	background-repeat:no-repeat;
	/* Mozilla */ 
	background:
	url(../images/h3_ico.png),
	-moz-linear-gradient(top,#90cea3,#1d903f);
	background-position:
	center left 5px,
	0 0;
	background-repeat:no-repeat;

}
h4 {
	font-size: 1.2em;
	padding: 0.1em 0 0.2em 0.8em;
	margin: 0.1em 0 0.0em 0;
	background: url(../images/h4_bg.jpg) left 10px no-repeat;
	color: #1A9641;
	font-weight: normal;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin: 0 0 20px 0;
}
#i_news {
	height: 300px;
	overflow: auto;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
}
#i_news div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}

	
/*----Other----*/
.under {
  border-bottom: double 4px #000;
}