@charset "UTF-8";

* {
	margin:0;
	font-weight: normal;
	line-height:20px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
}


body {
	margin:0 auto;
	font-size:12px;
	padding:0;
	text-align: left;
	line-height:15px;
	color: #333;
	-webkit-text-size-adjust: none;
}

h1 {
	font-size: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	}

h2 {
	font-size:11px;
	}


h3 {
	font-size: 10px;

	}

strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}

a {
	color: #3F2C26;
	text-decoration:none;
	border:none;
}

a:link {
	color: #F49947;
	text-decoration:none;
	border:none;
}

a:visited {
	color: #F49947;
	text-decoration:none;
}

a:hover {
	color: #F49947;
	text-decoration:none;
}


/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

img {
	border:none;
	text-align: center;
	}
	
#c_both {
	clear:both;
	}
	

#mail_outbox {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
}

/* ------------------------------------------------------------
	3. TEXT ドラック時背景指定
------------------------------------------------------------ */

::selection {
    background:#EAE188; /* Safari */
}

::-moz-selection {
    background:#EAE188; /* Firefox */
}

	
			/* ------------------------------------------------------------
				テキスト
			------------------------------------------------------------ */
	.text_red {
		color: #E0041B;
		font-weight: bold;
	}
	.text_blue {
		color: #1f1e7b;
	}
	.text_blue2 {
	color: #1f1e7b;
	font-weight: bold;		
	}
	.text_blue3 {
	font-size:15px;
	color: #1f1e7b;
	font-weight: bold;
	line-height: 28px;
	}
	.text_green {
		color: #3D9C55;
	}
	.text_green2 {
	color: #3D9C55;
	font-weight: bold;		
	}
	.text_green3 {
	font-size:15px;
	color: #3D9C55;
	font-weight: bold;
	line-height: 28px;
	}
	.text_lb {
		color: #938580;
	}
	.text_orange {
		color: #F49947;
		font-weight: bold;
	}
	.text_w {
		color: #FFF;
		font-weight: bold;
	}
	.text13 {
	font-weight: bold;
	font-size: 13px;
	}
	.text_min {
	font-size: 10px;
	}
	
	.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 50px;
    width: 12em;
}
	
			
			/* ------------------------------------------------------------
				ヘッダー
			------------------------------------------------------------ */
	
	#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 18px;
	}
	#header_right {
	float: right;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
}
	
	
	
	
			/* ------------------------------------------------------------
				ナビゲーション
			------------------------------------------------------------ */
	
		#navigationBox	{
	width: 980px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
				}

	
	/* ------------------------------------------------------------
				ページタイトル
	------------------------------------------------------------ */
	
	
	
	/* ------------------------------------------------------------
				トップページ
	------------------------------------------------------------ */
	#top_img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2E2E2;
	}

#navi_uline {
	background-image: url(../img/header_ul.png);
	height: 14px;
	width: 100%;
}
#hearde_ul {
	width: 100%;
	background-color: #005F93;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004259;
}


/* ------------------------------------------------------------
	1. footerarea
------------------------------------------------------------ */

#footer {
	width: 100%;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 12px;
}

#footer2 {
	text-align: center;
	width: 100%;
	font-size: 11px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #333;
	padding-bottom: 8px;
	color: #FFFFFF;
}

#footer2 a {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}
#footer2 a:hover {
	color: #BCB811;
	text-decoration:underline;
}
#footer3 {
	width: 100%;
	text-align: center;
	color: #FFF;
	height: 30px;
	font-size: 12px;
	padding-top: 14px;
	background-color: #005F93;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004259;
}
#footer3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
}
#footer3 a:hover {
	color: #BCB811;
	text-decoration:underline;
}
#footer4 {
	width: 100%;
	font-size: 10px;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
#outbox {
	width: 100%;
}

#logo {
	float: left;
	width: 504px;
}
#navi_bg {
	width: 100%;
	background-color: #1B1C80;
}
#main_box {
	width: 960px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#serbox_area {
	background-color: #E2E2E2;
	padding-bottom: 22px;
	overflow: hidden;
	padding-top: 7px;
}

#left_area {
	float: left;
	width: 650px;
	font-size: 13px;
	line-height: 23px;
}
#right_area {
	float: right;
	width: 250px;
	margin-left: 60px;
}
#pagetopbtn a {
	float: right;
	margin-top: 25px;
	color: #1B1C80;
	background-image: url(../img/pagetop_btn.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 60px;
	padding-top: 3px;
	height: 27px;
}
#pagetopbtn a:hover {
	background-image: url(../img/pagetop_btn2.png);

}
#news_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 650px;
}
.news_date {
	float: left;
	width: 135px;
	color: #1f1e7b;
}
.news_text {
	float: left;
	width: 515px;
}
.news_text a {
	color:#333;
}
.news_text a:hover {
	color: #F49947;
	text-decoration:underline;
}
#copyright {
	float: right;
	width: 300px;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	padding-top: 50px;
	font-size: 10px;
}
#footer_info {
	float: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9999c3;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 310px;
}
#footer_c {
	float: left;
	margin-left: 42px;
	width: 321px;
}
#page_title {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.page_info_text {
	font-size: 15px;
	line-height: 28px;
}
.page_info_text2 {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#blue18 {
	font-size: 18px;
	color: #1B1C80;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 3px;
	margin-top: 53px;
}
#ms_img {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 30px;
	margin-top: 50px;
}
#sub_title {
	background-image: url(../img/sub_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 635px;
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 24px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 15px;
}
#sub_title2 {
	background-image: url(../img/sub_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 635px;
	margin-top: 50px;
	font-size: 24px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 15px;
}
#sub_title_g {
	background-image: url(../img/sub_title_g_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 635px;
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 24px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 15px;
}
#sub_title_g2 {
	background-image: url(../img/sub_title_g_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 635px;
	margin-top: 50px;
	font-size: 24px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 15px;
}
#box310 {
	float: left;
	width: 310px;
	margin-top: 30px;
}
#box310r {
	float: left;
	width: 310px;
	margin-left:30px;
	margin-top: 30px;
}
.works_add {
	font-size: 15px;
	float: left;
	margin-top: 10px;
	width: 150px;
	margin-right: 10px;
	font-weight: bold;
}
.works_kw {
	font-size: 14px;
	float: right;
	margin-top: 10px;
	width: 150px;
	color: #1B1C80;
	text-align: right;
}
#works_text {
	width: 310px;
	margin-top: 10px;
	float: left;
}
#tg12 {
	background-image: url(../img/tg01_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 650px;
	margin-top: 30px;
	font-size: 19px;
	line-height: 34px;
	color: #1B1C80;
	padding-top: 45px;
	padding-bottom: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
#tg01_title {
	background-image: url(../img/tg01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 19px;
	color: #1B1C80;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-top: 30px;
	margin-bottom: 25px;
}
#tg02_title {
	background-image: url(../img/tg02.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 19px;
	color: #1B1C80;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-top: 30px;
	margin-bottom: 25px;
}
.font14 {
	font-size: 14px;
	line-height: 27px;
}
.font14b {
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
}


#co_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 650px;
	font-size: 14px;
}
.co_date {
	float: left;
	width: 135px;
	color: #1f1e7b;
	font-weight: bold;
}
.co_text {
	float: left;
	width: 515px;
	line-height: 28px;
}
.conline {
	margin-bottom: 12px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
#contact_box {
	float: left;
	width: 650px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#contact_koumoku {
	font-size: 14px;
	color: #1B1C80;
	float: left;
	width: 200px;
	padding-top: 10px;
}
#contact_kinyu {
	float: left;
	width: 450px;
}

input#c_text {
	background-color: #EEEEEE;
    border-style: none;
	padding:8px;
}
#c_text {
	background-color: #EEEEEE;
    border-style: none;
	padding:8px;
}


#submit_button {
	font-size: 16px;
	background-color: #1B1C80;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	float: left;
	text-align: center;
	width: 78px;
	margin-left: 200px;
	margin-top: 13px;
    border-style: none;
}
#wp_box {
	float: left;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.wp01 {
	font-size: 15px;
	font-weight: bold;
	float: left;
}
.wp02 {
	font-size: 14px;
	float: right;
	width: 150px;
	color: #1B1C80;
	text-align: right;
}

#sobox_kanbai {
	float: left;
	margin-bottom: 40px;
	width: 650px;
	background-image: url(../img/kanbai_huda.jpg);
	background-repeat: no-repeat;
	background-position: 550px top;
	font-size: 14px;
	line-height: 24px;
}
#kanbai120 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/so_bg_kanbai.png);
	text-align: center;
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	line-height: 27px;
	padding-top: 20px;
	float: left;
	margin-right: 30px;
}
#kanbai120_b {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/so_bg_kanbai_b.png);
	text-align: center;
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	line-height: 27px;
	padding-top: 20px;
	float: left;
	margin-right: 30px;
}
#sobox_moushikomi {
	float: left;
	margin-bottom: 40px;so_to
	width: 650px;
	font-size: 14px;
	line-height: 24px;
}
#moushikomi120 {
	font-size: 17px;
	font-weight: bold;
	background-image: url(../img/so_bg_moushikomi.png);
	text-align: center;
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	line-height: 27px;
	padding-top: 20px;
	float: left;
	margin-right: 30px;
	color: #CC5616;
}
.so_to {
	font-size: 19px;
	color: #CC5616;
	overflow: hidden;
	margin-bottom: 13px;
}
.so_to2 {
	font-size: 19px;
	color: #1f1e7b;
	overflow: hidden;
	margin-bottom: 13px;
}
.text_green {
	color: #3D9C55;
}
.text_green_b {
	color: #3D9C55;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}
.text_blue_b {
	color: #1f1e7b;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}
#more_btn {
	margin-top: 35px;
	font-size: 14px;
}

#more_btn a {
	background-color: #005F93;
	width: 350px;
	color: #FFF;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-left:10px;
}
#more_btn a:hover {
	background-color: #666;
}
#sale_simg {
	float: left;
	height: 200px;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 12px;
	border: solid 4px #DDD;
 outline: solid 1px #AAA;
}
#contact_btn {
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 65px;
}

#contact_btn a {
	background-color: #F93;
	color: #FFF;
	letter-spacing: 0.1em;
	padding-top: 22px;
	padding-right: 130px;
	padding-bottom: 21px;
	padding-left: 130px;
	border: solid 4px #ee7821;
	outline: solid 1px #d41616;
}
#contact_btn a:hover {
	background-color: #fbaf62;
}
#sale_btn01 {
	float: left;
	width: 293px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999;
}
#sale_btn02 {
	float: left;
	width: 293px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999;
	margin-left:19px;
}
#sale_btn01 a {
	color:#333;
	text-decoration: underline;
}
#sale_btn01 a:hover {
	color:#F49947;
}
#sale_btn02 a {
	color:#333;
	text-decoration: underline;
}
#sale_btn02 a:hover {
	color:#F49947;
}