﻿@charset "utf-8";

/* 共通CSS */

body, h1, h2, h3, h4, h5, p, ol, ul, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}	

td, th {
	text-align: left;
	font-weight: normal;
}

.clearfix {
	overflow: hidden;
	position: relative;
}

* html .clearfix {
	height: 1px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}




body {
	background: url(../images/bg_body.jpg) repeat-x;
	color: #555;
	font-size: 12px;
	line-height: 150%;
}

#contents {
	margin-left: 50px;
	width: 760px;
	min-height:630px;
	height: auto !important;
	height: 630px;
	background: #FFF;
}

#head {
	width: 700px;
	height: 109px;
	margin-left: 30px;
}

#logo {
	margin: 19px 0;
	float: left;
}

#submenu {
	margin-top: 53px;
	float: right;
	text-align: right;
}

#submenu a {
	display: block;
	margin-bottom: 9px;
}

#main {
	width: 700px;
	padding: 30px;
	clear: both;
	border-top: 1px solid #264D91;
}

#left {
	width: 120px;
	float: left;
}

#left ul {
	margin: 0;
}

#left li {
	list-style-type: none;
	margin-bottom: 9px;
}

#left li img {
	vertical-align: bottom;
}

#contact {
	margin-top: 40px;
}

#right {
	width: 520px;
	float: right;
}

#right p {
	margin-bottom: 14px;
}

#toPagetop {
	margin-top: 50px;
	text-align: right;
	clear: both;
}

#foot {
	width: 760px;
	padding-bottom: 20px;
	text-align: right;
	clear: both;
}

a:link {
	color: #305596;
}

a:hover {
	color: #5D78A9;
}





