/*** index ***/

*{
	margin:0;
	padding:0;
}

body {
	background:#fff url("../img/bg_body.gif") repeat-x left top;
	font-family : Verdana,
	              Helvetica,
	              "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
	              "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
	              Osaka,
	              sans-serif;
 	text-align:center;
	color:#666;
}

#maincontent p{
	line-height:130%;
	margin:0 0 20px 0;
}

img{
	border:none;
	vertical-align:top;
}

address{
	padding:25px 0 0 0;
	font-size:0.8em;
	font-style:normal;
	color:#fff;
	text-align:center;
}

ul{
	list-style-type:none;
}

.identity{
	padding:65px 0 35px 0;
}

div#container{
	text-align:left;
}

#wrapper{
	width:570px;
	margin:0 auto;
}

#maincontent{
	padding:0 0 10px 0;
}

#footer{
	background:#b5b380 url("../img/bg_footer.gif") repeat-x;
	width:100%;
	padding:0 0 15px 0;
}


div#indexImg{
	width:570px;
	height:310px;
	background:url("../img/index_img.jpg") no-repeat;
}

div#indexImg p{
	padding:50px 0 0 230px;
}

div#indexImg ul{
	padding:10px 0 0 310px;
}

div#indexImg ul li{
	display:inline;
	margin:0 10px 0 0;
}

div#indexImg ul li a{
	border-right:1px solid #666;
	padding:0 10px 0 0;
	font-weight:bold;
	text-decoration:none!important;
}

div#indexImg ul li.last a{
	border:none;
}

div#indexImg ul li a:hover{
	text-decoration:underline;
}

a:link,
a:visited{
	color :#b5b380;
	text-decoration :underline;
}

a:hover{
	color :#fb930c;
	text-decoration :underline;
}

