@charset "UTF-8";

/*---------------------------
- Author: http://dragon-i.jp/

- Modified by: Dragon-i Inc.
- Last modify: 2010.0116
---------------------------*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body.home {
	margin: 0;
	text-align: center;
	background:  #fff url(image/top-bg.png) left bottom repeat-x;
}

body.main {
	margin: 0;
	background: #eee;
}

img{
	vertical-align: middle;
	margin-right: 5px;
}

a img{
	border: 0;
	border-bottom: 3px solid #fff;
	margin-bottom: 3px;
}

a:hover img{
	border-bottom: 3px solid #f06;
}

div#header {
	width: 850px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff url(image/mainmenu-bg.png) no-repeat right bottom;
}

div#content{
	width: 100%;
	height: 500px;
	margin: 20px 0 0;
	padding: 10px;
	position: relative;
	background: url(image/top-logo.png) center center no-repeat;
	color: #666;
	text-align: left;
}

div#main, div#footer-main{
	width: 830px;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	clear: both;
}

div#footer{
	width: 100%;
	height: 214px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

div#footer{
	padding: 10px 20px 0 10px;
	text-align: center;
}

.copyright{
	margin: 30px 0 0;
	text-align: center;
	font-size: small;
}

h1{
	margin: 0;
	padding: 12px 0 0 20px;
	float: left;
}

h2{
	background: url(image/title-bg.png) no-repeat top left;
	height: 30px;
	width: 778px;
	border: 1px solid #ccc;
	padding: 12px 0 0 50px;
	color: #666;
}

h3{
	background: url(image/title-icon.png) no-repeat top left;
	height: 22px;
	width: 768px;
	border-bottom: 1px solid #99f;
	margin-left: 30px;
	padding: 5px 0 0 30px;
	color: #666;
}

.discription{
	float: right;
	height: 30px;
	text-align: right;
	margin: 10px 10px 0 0;
}

div#footer .menu{
	position: relative;
	overflow: hidden;
}

div#footer .menu ul{
	position: relative;
	left: 50%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#footer .menu li{
	position: relative;
	left: -50%;
	float: left;
	width: 100px;
	color: #f06;
}

div#footer .menu li a{
	text-decoration: none;
	color: #fff;
	height: 30px;
	font-weight: bold;
	display: block;
}

div#footer .menu li a:hover{
	color: #f06
}

div#header .menu {
	float: right;
	margin-top: 30px;
}

div#header .menu ul{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header .menu li{
	float: left;
	width: 115px;
	height: 27px;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #f36;
}

div#header .menu li a{
	text-decoration: none;
	height: 27px;
	display: block;
	color: #fff;
	font-weight: bold;
}

div#header .menu li a:hover{
	color: #f36
}

div#footer-main .link ul{
	float: right;
	list-style-type: none;
}

div#footer-main .link li{
	float: left;
}


address{
	font-size: x-small;
	text-align: right;
	margin-right: 10px;
	clear: left;
}

p{
	margin-left: 30px;
}

table{
	margin-left: 50px;
	border: 1px solid #ccc;
}

td{
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
}

.copyright{
	color: #666;
}

.copyright a{
	color: #666;
}

