
div.topimg {
	background: url(images/top_titleimg.png) no-repeat  center bottom;
	color: #246eba;
	font-weight: bold;
	padding: 25px 0px 80px 0px;
}

div.topimg h2 {
	padding: 40px 0px 20px 0px;
}

div.menubtn ul {
	text-align: center;
}

div.menubtn ul li {
	display: inline-block;
	padding: 0px 5px;
	vertical-align: bottom;
}

div.menubtn ul li a {
	display: block;
	height: 230px;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
	width: 310px;
}

div.menubtn ul li.info a {
	background-color: #009ddf;
}

div.menubtn ul li.news a {
	background-color: #166da5;
}

div.menubtn ul li.line a {
	background-color: #fff2be;
}

div.menubtn ul li.line a span.detail {
	color: #00b900;
}

div.menubtn ul li a span.detail {
	color: white;
	display: block;
	text-align: center;
}

div.menubtn ul li a span.detail strong {
	display: block;
	font-size: 130%;
	padding-top: 20px;
}

div.menubtn ul li a span.detail em {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
}

div.menubtn ul li a span.detail span.text {
	display: block;
	font-weight: bold;
}

div.info {
	color: #3c7fc2;
	padding-bottom: 25px;
}

div.info div.aboutus {
	background-color: #ecf2f9;
	border: 2px dotted #3c7fc2;
	border-radius: 10px;
	margin: 0px auto;
	-moz-border-radius: 10px;
	padding: 20px 50px;
	-webkit-border-radius: 10px;
	width: 750px;
}

div.info div.address {
	background-color: #dbe8f4;
	border-radius: 10px;
	margin: 0px auto;
	-moz-border-radius: 10px;
	padding: 25px 25px 30px 25px;
	text-align: center;
	-webkit-border-radius: 10px;
	width: 700px;
}

div.info div.address address,
div.info div.address p {
	font-style: normal;
	line-height: 2em;
	margin: 10px 0px;
	padding-top: 5px;
	text-align: center;
}

div.info div.address h3 {
	background-color: #3c7fc2;
	color: white;
	font-size: 18px;
	padding: 6px;
	text-align: center;
}

div.info div.address a {
	font-size: 95%;
	font-weight: bold;
	
}

div.info div.address p.footer-tel {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	text-align: center;
}

div.info div.address p.footer-tel span {
	font-size: 20px;
	margin-left: 5px;
}

p#copyright {
	padding-top: 10px;
}