@charset "UTF-8";



body {
	background: #f2f2f2;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
p {
	line-height: 1.3em;
	margin: 0;
	padding: 2px 0;
	}

h1,h2,h3,h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color:  #000;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: underline;
	}
	
.img_border {
	border: 1px solid #635B8A;
	}
	
	
dl {
	clear: both;
	line-height: 2em;
	}
	
dt {
	clear: both;
	float: left;
	width: 6em;
	}
	
dd {
	margin-left: 6em;
	}
	
.dl_bottom {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	}
	
	
.clear_both {
	clear: both;
	}




/*　========== テキスト ===========　*/
/*　▼オレンジ文字　*/
.text_1_1 {
	color: #AB461A;
	font-size: 12px;
	}
	
/*　▼グリーン文字　*/
.text_2_1 {
	color: #003300;
	font-size: 12px;
	}
	
.text_2_2 {
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	}
	
.text_2_3 {
	color: #003300;
	font-size: 18px;
	font-weight: bold;
	}
	
.text_2_4 {
	color: #003300;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	}


/*　▼パープル文字　*/
.text_3_1 {
	color: #300030;
	font-size: 12px;
	}
	
.text_3_2 {
	color: #300030;
	font-size: 14px;
	font-weight: bold;
	}

.text_3_3 {
	color: #300030;
	font-size: 18px;
	font-weight: bold;
	}

	
.text_3_3 {
	color: #300030;
	font-size: 18px;
	font-weight: bold;
	}

.text_3_4 {
	color: #300030;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	}


/*　▼ブルー文字　*/
.text_4_1 {
	color: #000066;
	font-size: 12px;
	}
	
.text_4_2 {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	}
	
.text_4_3 {
	color: #000066;
	font-size: 18px;
	font-weight: bold;
	}

.text_4_4 {
	color: #000066;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	}

/*　▼レッド文字　*/
.text_5_0 {
	color: #990000;
	}
	
.text_5_1 {
	color: #990000;
	font-size: 12px;
	}
	
.text_5_2 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	}
	
.text_5_3 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	}

.text_5_4 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	}




/*　▼ページ幅　*/

#wrapper {
	margin: 0 auto;
	width: 900px;
	}

#content_wrap {
	background: url(img_components/content_bg.gif) repeat-y;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

/*　========== ヘッダー ===========　*/
	
#header {
	height: 186px;
	text-align: right;
	padding-right: 20px;
	background-image: url(img_components/header_bg.jpg);
	background-repeat: no-repeat;
	}
	

/*　▼画像　*/
#header img {
	float: left;
	padding-left: 30px;
	padding-top: 55px;
	}

/*　▼キャッチコピー　*/
#header h1 {
	font-size: 12px;
	color: #003333;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 10px;
	line-height: 1.3em;
	}

/*　▼フリーダイヤル　*/
#header h2 {
	font-size: 33px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 10px;
	}

#header div {
	margin: 25px 0 0;
	}

/*　▼メニューバー　*/
#menubar {
	background:url(img_components/menubar_bg.gif) no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
#menubar a {
	background: url(img_components/btn_bg.gif) no-repeat;
	color: #345140;
	float: left;
	font-size: 11px;
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 2px;
	width: 125px;
	margin-bottom: 5px;
	}
	
#menubar a:hover {
	background-position: 0 -50px;
	text-decoration: none;
	color: #4E2237;
	}
	
#menubar h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1px;
	}

.menu_a {
	width: 156px;
	}
	
.menu_b {
	width: 158px;
	}
/*　=====================　*/



/*　========== パンくずリスト ===========　*/

#bread	{
	font-size: 10px;
	padding-left: 20px;
	color: #070620;
	background-image: url(img_components/bread_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#bread	a	{
	color: #162E20;
}

#bread	a:visited	{
	color: #0D2D75;
}

#bread	a:hover	{
	color: #782840;
}

#bread	a:focus	{
	color: #B5ACA7;
}

#bread	a:active	{
	color: #4D1521;
}



/*　=====================　*/
	
/*　========== コンテンツ ===========　*/

#content {
	padding-bottom: 5px;
	margin-right: 10px;
	width: 880px;
	margin-left: 10px;
	}
	
/*　=====================　*/

/*　========== 左メニュー ===========　*/

	
#cont_left {
	float: left;
	width: 220px;
	}

/*　▼タイトル　*/	

#cont_left h2 {
	font-size: 13px;
	height: 28px;
	color: #092328;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(img_components/navi_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 33px;
	margin: 0;
	}

/*　▼メニュー　*/	
	
#cont_left ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#cont_left li {
	margin: 0;
	background-image: url(img_components/navi_li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #356189;
	}


/*　▼インフォメーション　*/	
	
#contact_box {
	background-color: #7FB358;
	margin: 10px;
	border: thin solid #006E3C;
	padding: 5px;
	text-align: center;
	}
	
#contact_box h3 {
	color: #003333;
	text-align: center;
	background-color: #BFFF9C;
	padding: 5px;
	}
	


/*　▼インフォメーション2　*/	
	
#contact_box2 {
	margin: 10px;
	border: thin solid #486A78;
	padding: 5px;
	background-image: url(img_components/contact_bg.jpg);
	font-size: 14px;
	background-repeat: no-repeat;
	}
	
#contact_box2 h3 {
	color: #0C253A;
	text-align: center;
	padding: 5px;
	margin-bottom: 50px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1395B3;
	border-left-color: #1395B3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1395B3;
	border-bottom-color: #1395B3;
	background-color: #C0D8F4;
	}
	

/*　=====================　*/

/*　========== 連絡先 ===========　*/
#address {
	padding-right: 22px;
	width: 600px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 10px;
	float: right;
	}
	
/*　=====================　*/	

/*　========== フッター ===========　*/

#footer {
	color: #FFF;
	background:url(img_components/footer_bg.gif) no-repeat;
	height: 32px;
	text-align: center;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	clear: both;
	}


	
/*　=====================　*/



/*　========== メインコンテンツ ===========　*/


#cont_right {
	float: right;
	width: 645px;
	}

#cont_main {
	}


#content_main {
	}


#content_main h3 {
	background: url(img_components/h_bg_01.gif) no-repeat;
	color: #1A2B43;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-bottom: 5px;
	}
	

	
#content_main h4 {
	color: #FFFFFF;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding: 10px 10px 0 0;
	}


#content_main p {
	color: #333333;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
	}

#content_main strong {
	background-color: #ffff00;
	}

	
#content_main ul {	list-style-type: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 15px 10px;
	}
	

#content_title h3 {
	background: url(img_components/title_02_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 15px;
	padding: 15px 0 0 15px;
	}

#content_title h4 {
	color: #635b8a;
	font-size: 10px;
	font-weight: normal;
	margin-top: -53px;
	margin-bottom: 40px;
	padding: 15px 10px 0 0;
	text-align: right;
	}
	
/*　=====================　*/


/*　========= 画像 ============　*/

.img_a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.img_b {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	padding-right: 30px;
	}



/*　=====================　*/


/*　========= TOP ============　*/

/* ============ メインコンテンツ内インフォメーション ============= */

.campaign_ttl {
	background:url(img_components/title_01_bg.gif) no-repeat;
	color: #06533C;
	font-size: 20px;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	}

.info {
	margin-bottom: 15px;
	padding-bottom: 10px;
	}

.info  div{
	display:table-cell;
	vertical-align:bottom;
	}
	
.info_text {
	padding-left: 30px;
	font-size: 14px;
	}


.info img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

/* ============ 特徴 ============= */

/* ============ ボックスAタイプ ============= */

#content_main div.box_a {
	background-color: #F1DDFF;
	width: 600px;
	border: medium double #786C87;
	margin-bottom: 15px;
	margin-right: 22px;
	margin-left: 22px;
		}

	
#content_main div.box_a h3 {
	color: #000033;
	font-size: 16px;
	background-image: url(img_components/box_a_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	text-align: center;
	}

#content_main div.box_a p{
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	}

				
/* ========================= */

/* ============ ボックスBタイプ ============= */

#content_main div.box_b {
	background-color: #E1F9F7;
	width: 600px;
	margin-left: 22px;
	border: medium double #7498A4;
	margin-right: 22px;
	margin-left: 22px;
	margin-bottom: 15px;
		}

#content_main div.box_b h3 {
	color: #003333;
	font-size: 16px;
	background-image: url(img_components/box_b_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	text-align: center;
	}

#content_main div.box_b p{
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	}

#content_main div.box_b img{
	}
				
/* ========================= */



/* ============ ボックスCタイプ ============= */
.box_c {
	width: 400px;
	background-color: #DEF4C8;
	padding: 10px;
	margin-left: 100px;
	margin-bottom: 20px;
	border: thin solid #1D7618;
	margin-top: 20px;
	}

.box_c p {
	font-size: 14px;
	font-weight: bold;
}


/* ======================= */



/* ============ ボックスdタイプ ============= */
.box_d {
	width: 580px;
	background-color: #DEF4C8;
	border: 1px solid #1D7618;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: center;
	}

/* ======================= */

/* ============ セット ============= */

#content_main div.set {
	background-color: #E6E8F5;
	width: 600px;
	margin-left: 22px;
	border: 2px solid #A4CAC4;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

	
#content_main div.set h3 {
	color: #000033;
	font-weight: bold;
	font-size: 18px;
	background-image: url(img_components/point_set_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	padding-left: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}


#content_main div.set img {
	}

#content_main div.set h5 {
	color: #006666;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#content_main div.set strong {
	margin-left: 22px;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7E3130;
	padding-bottom: 1px;
	line-height: 35px;
	}


#content_main div.set p{
	margin-left: 22px;
	padding-left: 18px;
	padding-top: 6px;
	color: #00004F;
	padding-bottom: 0px;
	}
	
/* ======================= */

/* ============ 料金表 ============= */

#content_main div.price_list {
	width: 600px;
	margin-left: 22px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	margin-top: 10px;
	}
	
#content_main div.price_list table {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
	}
		
#content_main div.price_list table td {
	background-color: #E3F8F8;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	}

#content_main div.price_list table td.td_no {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #3B7BA7;
	}
		
#content_main div.price_list table td.td_title {
	background-color: #1E56B9;
	padding: 5px;
	color: #FFFFFF;
	}
	
#content_main div.price_list table td.td_2 {
	background-color: #CDD8F8;
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-indent: 6px;
	color: #000033;
	}
	
/* ======================= */

/* ============ 料金表2 ============= */

#content_main div.price_list2 {
	width: 600px;
	margin-left: 22px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	margin-top: 10px;
	}
	
#content_main div.price_list2 table {
	background-color: #BDBEFF;
	padding: 0px;
	text-align: center;
	}
		
#content_main div.price_list2 table td {
	background-color: #EDFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	}

#content_main div.price_list2 table td.td_no {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #B4D8F2;
	}
		
#content_main div.price_list2 table td.td_title {
	background-color: #3E9342;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	}
	
#content_main div.price_list2 table td.td_2 {
	background-color: #D0ECFB;
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	
/* ======================= */


/* ============ ページタイトルコメント ============= */
#cont_main_pagetitle {
	background-image: url(img_components/h_bg_02.gif);
	border: thin solid #386F9A;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}

#cont_main_pagetitle h3 {
	text-indent: 28px;
	font-size: 18px;
	color: #000033;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1E41D2;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(img_components/ic_01.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-top: 8px;
	}

#cont_main_pagetitle h4 {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #442E08;
	padding-right: 10px;
	padding-bottom: 5px;
	}

/* ======================= */


/* ============ エリア ============= */

.area {
	width: 600px;
	padding-left: 20px;
	}	


.area img {
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 15px;
	}	

.area h3 {
	color: #2A0152;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-bottom: 5px;
	background-image: url(img_components/area_bg.gif);
	background-repeat: no-repeat;
	}	

.area p {
	margin-right: 5px;
	margin-left: 20px;
}	


.area a {
	color:  #990000;
	text-decoration: none;
	}
	
.area ul {
	width: 260px;
	float: right;
	background-color: #ECE7F6;
	border: thin solid #B5B9F6;
	list-style-type: none;
	line-height: 1.8em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-right: 20px;
	}


.area li {
	display: inline;
	float: left;
	width: 65px;
	}
	
	
/* ======================= */

/*　==========会社概要===========　*/

#company {
	padding-bottom: 10px;
}



#company dl {
	width: 590px;
	border: 2px solid #356189;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	padding-top: 3px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#company dt {
	border-bottom-width: 1px;
	border-bottom-color: #3B7BA7;
	padding-left: 0.5em;
	width: 15em;
	border-bottom-style: solid;
	}
	
#company dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B7BA7;
	margin-left: 16em;
	padding-left: 0.5em;
	}

#company img {
	border: 1px solid #72A6E3;
	}

#company p {
	padding-left: 50px;
	font-size: 14px;
	padding-bottom: 3px;
}


/* ======================= */


/*　========== 手順説明 ===========　*/


#content_main .process {
	width: 600px;
	padding-left: 22px;
	height: 150px;
	padding-top: 10px;
}

#content_main .process h5 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content_main .process img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



/*　=====================　*/



/*　==========質問===========　*/

#qanda {
	width: 580px;
	margin-left: 30px;
	padding: 10px;
	border: thin solid #356189;
	margin-bottom: 20px;
}


#qanda h4 {
	background-image: url(img_new/faq/q_bg.gif);
	height: 45px;
	padding-top: 13px;
	background-repeat: no-repeat;
	padding-left: 60px;
}

#qanda h5 {
	background-image: url(img_new/faq/a_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	padding-left: 60px;
	width: 480px;
	margin-left: 20px;
	margin-top: 0px;
	background-color: #E4FDF8;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 7px 2px;
	margin-bottom: 30px;
	border: 1px solid #89C3D3;
}

#qanda p {
	text-align: center;
	background-color: #ACD7EE;
}


/* ======================= */

/* ============ お問い合わせフォームA ============= */
#form_a {
	font-size: 11px;
	width: 610px;
	margin-left: 25px;
	text-align: center;
	margin-bottom: 20px;
	}

#form_a table {
	border: thin solid #486A78;
	margin-bottom: 15px;
	}
	
#form_a table td {
	background-color: #EDEDFF;
	padding: 10px;
	text-align: left;
	}

#form_a table td.item {
	background-color: #ABC1CA;
	padding: 10px;
	text-align: center;
	color: #000033;
	}
			
/* ======================= */

/* ============ お問い合わせフォームB ============= */
#form_b {
	font-size: 11px;
	width: 610px;
	margin-left: 25px;
	text-align: center;
	margin-bottom: 20px;
	}

#form_b table {
	border: thin solid #197578;
	margin-bottom: 15px;
	}
	
#form_b table td {
	background-color: #ECFFEA;
	padding: 10px;
	text-align: left;
	}

#form_b table td.item {
	background-color: #A0CAAA;
	padding: 10px;
	text-align: center;
	color: #003333;
	}

#form_b p {
	font-size: 14px;
	text-align: left;
	color: #3B7BA7;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #3B7BA7;
	margin-bottom: 10px;
	}

/* ======================= */

/* ============ リンク ============= */

#link {
	width: 580px;
	margin-left: 30px;
	padding: 10px;
	margin-bottom: 20px;
}

#link p {
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73849C;
	padding-left: 15px;
	padding-right: 12px;
}


#link a {
	color: #003366;
	text-decoration: underline;
	padding-left: 3px;
}

#link a:visited {
	color: #660033;
}
		
/* ======================= */

/* ============ サブメニュー ============= */

ul#sabumenu {
	text-align: center;
}

ul#sabumenu li	{
	list-style-type: none;
	display: inline}

ul#sabumenu li a	{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003356;
	padding-left: 6px;
	padding-right: 6px;
}

ul#sabumenu li.sabumenulast a	{
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003356;
}

ul#sabumenu li a:hover	{}


/* ======================= */
