@charset "UTF-8";
/* CSS Document */

* {
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}

.clearfix {
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }

.f_left {
	float: left;
}

.f_right {
	float: right;
}

p.text_c {
	text-align: center;
}

.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mB30 {
	margin-bottom: 30px !important;
}

.mB50 {
	margin-bottom: 50px !important;
}

.mL20 {
	margin-left: 20px;
}

.pR9 {
	padding-right: 9px;
}

/*header*/
#header {
	background: url(../img/header_bg.gif) top left repeat-x;
	height: 75px;
	border-top: 5px solid #2f5ec7;
}

#header .headerBox {
	width: 980px;
	margin: 0 auto;
}

/*menu*/
.menu {
	width: 100%;
	background: url(../img/menu_bg.gif) top left repeat-x;
	height: 40px;
}

.menu ul {
	list-style: none;
	width: 976px;
	background: url(../img/menu_bg.gif) top left repeat-x;
	height: 40px;
	margin: 0 auto;
}

.menu ul li {
	float: left;
}

/*mainimg*/
#mainimg {
	width: 100%;
	text-align: center;
	padding-top: 18px;
	background: url(../img/mainimg_bg.gif) top left repeat-x;
	height: 382px;
}

#contents {
	width: 980px;
	margin: 0 auto;
	padding: 28px 0 0;
}

.main {
	width: 722px;
	float: left;
}

.h1Box {
	width: 100%;
	background: url(../img/mainimg_bg.gif) bottom left repeat-x;
	height: 75px;
}

h1 {
	width: 980px;
	color: #0d54c0;
	margin: 0 auto;
	padding: 24px 0 25px;
}

h2 {
	margin-bottom: 16px;
}

p {
	font-size: 14px;
	color: #000;
	line-height: 150%;
}

.rightBox {
	width: 235px;
	float: right;
	text-align: center;
	margin-top: -6px;
}

.rightBox img {
	margin-bottom: 5px;
}

p#toTop {
	width: 980px;
	margin: 0;
	text-align: right;
}

p#toTop a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

p#toTop a:hover {
	color: #2f5ec7;
	text-decoration: underline;
}

#footer {
	background-color: #2f5ec7;
	margin: 5px 0 0;
	padding: 20px 0;
}

#footer p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#footer p a {
	text-decoration: none;
	color: #fff;
}

#footer p a:hover {
	text-decoration: none;
	color: #ddd;
}

#copyright {
	background-color: #ddd;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 5px 0;
}

/*index*/
table.top {
	width: 720px;
	margin-bottom: 110px;
}

table.top th a:hover img {
	/*
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	*/
	opacity:0.7;
}

table.top td {
	padding-top: 5px;
	vertical-align: top !important
}

table.top td p a {
	text-decoration: none;
	color: #000;
}

table.top td p a:hover {
	text-decoration: underline;
}

/*company*/
h3 {
	color: #0042bd;
}

table.company {
	width: 722px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	color: #000;
	margin-bottom: 40px;
}

table.company th {
	background-color: #eaeaf6;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 14px;
	padding: 10px;
}

table.company td {
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 10px;
	line-height: 150%;
}

table.map {
	width: 722px;
	color: #000;
	margin-bottom: 40px;
}

table.map th {
	text-align: left;
	font-size: 13px;
	padding: 10px;
	 width: 450px;
}

table.map td {
	font-size: 12px;
	padding: 10px;
	padding-top: 25px;
}

table.map th p {
	margin-top: 5px;
	font-weight: normal;
}

table.map th p a {
	color: #0042bd;
	text-decoration: none;
}

table.map th p a:hover {
	color: #bfbfbf;
	text-decoration: none;
}

table.history {
	width: 722px;
	border-top: 1px solid #bfbfbf;
	color: #000;
	margin-bottom: 40px;
}

table.history th {
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 13px;
	padding: 10px;
}

table.history td {
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 10px;
}

/*contact*/
table.contact {
	width: 722px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	color: #000;
	margin-top: 5px;
	margin-bottom: 40px;
}

table.contact th {
	background-color: #eaeaf6;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 13px;
	padding: 10px;
}

table.contact td {
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 10px;
}

table.contact td input {
	width: 230px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 5px;
}

table.contact td input.telsize {
	width: 60px;
}

table.contact td input.post01 {
	width: 50px;
}

table.contact td input.post02 {
	width: 60px;
}

table.contact td input.long {
	width: 480px;
}

table.contact td textarea {
	width: 480px;
	height: 200px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 5px;
}

/*products*/
.imgBox {
	float: left;
	width: 233px;
	margin-top: 10px;
}

.imgBox img {
	margin-bottom: 20px;
}

.imgBox p {
	font-size: 12px;
	color: #000;
}

.textBox {
	float: right;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 50px;

}

.textBox p {
	margin-bottom: 20px;
}

.textBox h3 {
	color: #0042bd;
	font-size: 14px;
}

.textBox table.products {
	width: 458px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	margin-top: 5px;
	color: #000;
	margin-bottom: 5px;
}

.textBox table.products th {
	background-color: #eaeaf6;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: normal;
}

.textBox table.products th strong {
	color: #0043bc;
	font-size: 14px;
	font-weight: normal;
}

.textBox table.products th.num {
	background-color: #5b7cd0;
	color: #fff;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: normal;
	width: 25px;
}

.textBox table.products th.num strong {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.textBox table.products td {
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 150%;
	width: 280px;
}

.textBox table.products td p {
	font-size: 12px;
}

p.caution {
	font-size: 12px;
	margin-bottom: 40px;
}

.b3 {
	border-top: 2px solid #bfbfbf !important;
}