@charset "utf-8";

/* 基本スタイル
--------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:small;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}

p, li, dt, dl, dd, ul {
	margin:0;
	padding:0;
}

p {
	margin:0 0 1em;
}

li {
	list-style-type:none;
}

img {
	border:0;
	vertical-align:top;
}

.clear {
	clear:both;
}

.right {
	float: right;
	padding-right: 10px;
}

.left {
	float: left;
}

.red {
	color: #CC0000;
}

.red2 {
	color: #CC0000;
	font-size: 18px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.f-size16 {
	font-size: 16px;
}

.black {
	font-size: 18px;
	font-weight: normal;
}

.green {
	color: #006600;
}

.green2 {
	color: #006600;
	font-size: 14px;
}


hr {
	color: #666666;
}

.mt_50 {
	margin-top: 50px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_15 {
	margin-top: 15px;
}

.mb_10 {
	margin-bottom: 10px;
}

h3.title {
	font-size: 16px;
	color: #CC0000;
	line-height: 20px;
}

h3.title2 {
	font-size: 14px;
	color: #CC0000;
	line-height: 14px;
	padding-bottom: 5px;
	font-weight: normal;
}


/* clearfix code
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 全体スタイル
----------------------------------------------------------- */

#wrap {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}

/* トップナビ部分
----------------------------------------------------------- */

#top_navi {
	float: right;
}

#top_navi ul {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 40px;
}

#top_navi ul li {
	float: left;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

/* ヘッダー（メイン画像部分）
----------------------------------------------------------- */

#head {
	clear: both;
}

/* グローバルナヴィゲーション
----------------------------------------------------------- */

#g-navi {
	background-image: url(images/g-navi-bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#g-navi a {
	color: #FFFFFF;
	text-decoration: none;
}

#g-navi ul {
}

#g-navi ul li {
	float: left;
	padding-top: 25px;
	font-size: 16px;
	color: #FFFFFF;
	width: 151px;
	display: block;
	text-align: center;
}

#g-navi ul li.inquiry {
	float: left;
	padding-top: 25px;
	font-size: 16px;
	color: #FFFFFF;
	width: 205px;
	display: block;
	text-align: center;
}

/* メイン部分
----------------------------------------------------------- */

.contents_zero {
	width: 900px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}

.contents_one,
.contents_two {
	width: 900px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}

.contents_one ul,
.contents_two ul {
}

.contents_one ul li,
.contents_two ul li {
	background-image: url(images/black_icon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}


.contents_two .box-l {
	float: left;
	width: 410px;
	margin-right: 60px;
}

.contents_two .box-l2 {
	float: left;
	width: 410px;
	margin-right: 0px;
	margin-left: 60px;
}

.contents_two .box-r {
	float: left;
	width: 410px;
}

.contents_two .box-r2 {
	float: left;
	width: 410px;
}


.contents_two .box-l p,
.contents_two .box-l2 p,
.contents_two .box-r p,
.contents_two .box-r2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.contents_two .box-l p.mt_20,
.contents_two .box-l2 p.mt_20,
.contents_two .box-r p.mt_20,
.contents_two .box-r2 p.mt_20 {
	margin-top: 20px;
}

.contents_two .box-l dl,
.contents_two .box-r dl {
}

.contents_two .box-l dt,
.contents_two .box-r dt {
	float: left;
	width: 80px;
}

.contents_two .box-l dd,
.contents_two .box-r dd {
	float: left;
	width: 330px;
}



/* お申し込みフォームスタイル
----------------------------------------------------------- */

.form-box {
	width: 530px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.form-box table{
	width: 530px;
}

.form-box td{
	padding: 10px;
}

.form-box2 {
	width: 270px;
	float: left;
	padding-top: 10px;
}

.form-box2 table{
	width: 241px;
}

