/*----------------------------------------------------------------------------
******************************************************************************
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-x;
}
#i_wrap {
	background: url(../images/i_wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 192px;
	height: auto;
	padding: 8px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 10px 13px;
	font-size: 12px;
	color: #333333;
	border-bottom:#CCC dotted 1px;
}

#main {
	width: 720px;
	float: right;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#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 {
	margin-top:20px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 10px;
}
h2 {
	font-size: 2.3em;
	font-weight:normal;
	padding: 0.5em 0 0.4em 0.4em;
	margin: 0em 0 0.8em 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #8DBDD3;
}
h3 {
	font-size: 1.4em;
	padding: 0.3em 0 0.2em 1.2em;
	margin: 1.0em 0 0.6em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.2em;
	font-weight:normal;
	padding: 0.2em 0 0.1em 0.6em;
	margin: 0.4em 0 0.2em 0;
	color: #8DBDD3;
	border-bottom:2px solid #8DBDD3;
	}
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: 7px auto;
	overflow: hidden;
	width:960px;
	height:280px;
	-moz-box-shadow: 0 3px 6px #666;
	-webkit-box-shadow: 0 3px 6px #666;
	box-shadow: 0 3px 6px #666;
	
}
#i_news {
}
#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;
}

#i_bnr{
	width:220px;
	float:right;
	margin-left:20px;
	margin-top:20px;
}

/*----Other----*/
.member_box{
	float:left;
	width:30%;
	margin-right: 20px;
	margin-bottom:10px;
}