/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#in_wrap {
	background: url(../images/index_bg.jpg) repeat-x;
}
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#in_hd {
	height: 90px;
	position: relative;
	background: url(../images/in_hd_bg.jpg) no-repeat;
}

#hd {
	height: 110px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	width:200px;
	height:338px;
	margin-top:20px;
	float:left;
	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 {}

#main {
	width: 740px;
	float: right;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
	margin-bottom:1.2em;
}
#main ol li, #main ul li {
	padding: 3px 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: 55px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
	font-size: 1.7em;
	font-weight:bold;
	letter-spacing:3px;
	padding: 0.8em 0 1.0em 1.2em;
	margin: 0em 0 0em 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #FFF;
}
h3 {
	font-size: 1.6em;
	font-weight:bold;
	padding: 0.8em 0 0.8em 0.8em;
	margin: 0.8em 0 0.4em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
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 {
}
#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{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
#in_left{
	width:500px;
	float:left;
}
#in_right{
	width:200px;
	min-height:510px;
	float:right;
	padding: 10px;
	background: #FFE0C1;
}


.index_h3{
	padding:0 0 0 0.6em;
	margin:0 0 10px 0;
	background: url(../images/h3_in_bg.jpg) left center no-repeat;
	width:500px;
	height:37px;
}
/*----Other----*/
#japanese {
	float: right;
	margin: 30px 10px 0 0;

}