@charset "utf-8";

div#mainContents{
	width: 840px;
	margin: 0 auto;
	padding:20px 30px 0 30px;
	text-align: left;
	background-color:#FFFFFF;
	opacity:0.9;
}

div#mainContents h2 {
	text-align:center;
	margin-bottom:20px;
}

div#mainContents h3 {
	text-align:center;
	margin-bottom:30px;
}

/*
	カスタム
*/
div#toppage_header {
	height:416px;
	background:url(../img/top_main.jpg) no-repeat top left;
}

div#toppage_header h1{
	float: left;
	width: 432px;
	height:90px;
	padding: 5px 0 0 30px;
}

div#toppage_header ul {
	padding-left:200px;
	padding-top:5px;
	overflow:hidden;
}

div#toppage_header ul li {
	background:url(../../share/img/arrow.gif) no-repeat center left;
	padding-right:18px;
	padding-left:15px;
	color:#FFFFFF;
	float:left;
}

div#top_gnavi {
	margin-top:10px;
}

div#top_gnavi ul {
	overflow:hidden;
}

div#top_gnavi ul li a {
	width:191px;
	height:25px;
	float:left;
	text-align:center;
	border-right:solid 1px #FFFFFF;
	display:block;
	padding-top:45px;
}

div#top_gnavi ul li a:hover {
	opacity:0.7;
	text-decoration:none;
}

div#top_gnavi ul li a.t_menu01 {
	background:url(../../share/img/menu01.png) no-repeat 80px 10px #4a6c98;
	
}

div#top_gnavi ul li a.t_menu02 {
	background:url(../../share/img/menu02.png) no-repeat 80px 7px #4a6c98;
	
}

div#top_gnavi ul li a.t_menu03 {
	background:url(../../share/img/menu03.png) no-repeat 55px 7px #4a6c98;
	
}

div#top_gnavi ul li a.t_menu04 {
	background:url(../../share/img/menu04.png) no-repeat 75px 6px #4a6c98;
	
}

div#top_gnavi ul li a.t_menu05 {
	background:url(../../share/img/menu05.png) no-repeat 70px 6px #4a6c98;
	border-right:none;
}

.scale img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
	border-radius: 10px;
	box-shadow: 0 0 4px #999;
}

.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	opacity:0.8;
}

div#top_about {
	width:520px;
	margin:30px 30px 50px 0;
	float:left;
}

div#top_about h3 {
	width:520px;
	text-align:left;
	padding-bottom:5px;
	border-bottom:solid 1px #008f89;
	margin-bottom:5px;
}

div#top_about.about {
	color:#333333;
}

div#top_about table.about th {
	border-bottom:dotted 1px #333333;
	white-space:nowrap;
	padding:5px 10px 5px 5px;
	font-weight:bold;
}

div#top_about table.about td {
	border-bottom:dotted 1px #333333;
	padding:5px 0 5px 0;
}

div#top_about dt {
	font-weight:bold;
}

div#top_about dd.border {
	border-bottom:dotted 1px #333333;
	margin-bottom:5px;
}

div#contact_bnr {
	text-align:right;
	margin-top:290px;
}

