@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #333333;
	letter-spacing: 1px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1A1A1A;
	background-color: #FAF8EC;
}
h2{
	font-weight: normal;
}
p, dt, dd{
	font-size: 13px;
	line-height: 200%;
}
li{
	font-size: 13px;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=70);
	opacity:0.7;
}

article, aside, footer, header, nav, section {
	display: block;
}
img {
	border: none;
	vertical-align:bottom
}

header {
	margin: 0 auto;
	width: 1000px;
	height: 65px;
	/height: 95px;
	padding: 15px 10px 0 10px;
} 
header #logo {
	float: left;
	margin: 0px;
	padding: 0px;
}

nav:not(:target) {
	margin: 0¥9; /* IE9 and below */
}

#g_menu{
	float: right;
	padding-top: 30px;
}
#g_menu li {
	float: left;
	height: 23px;
	padding-left: 40px;
	list-style-type: none;
}
#topinfo {
	width :1000px;
}
#topinfo li {
	float: left;
	list-style-type: none;
}
#topinfo li.mg {
	padding-left: 50px;
}


footer {
	clear: both;
	width: 1000px;
	padding: 40px 10px;
	margin: 0 auto;
	text-align:center;
}
footer #copyright {
	font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#content{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 10px;
	padding: 0 0 30px 0¥9; /* IE8 and below */
	*margin: 0 auto;
	*padding: 0 0 30px 0;
	_margin: 0 auto;
	_padding: 0 0 30px 0;

}
.content:not(:target) {
	margin: 0 auto¥9; /* IE9 and below */
	padding: 0¥9; /* IE9 and below */
}

#about_box {
	background-image: url(../../img/about/img.jpg);
	background-repeat: no-repeat;
	background-position: right 60px;
	padding: 0 280px 40px 0;
}
#concept_box {
	background-image: url(../../img/about/concept2.jpg);
	background-repeat: no-repeat;
	height: 318px;
	margin-bottom: 60px;
}

#service_box {
	background-image: url(../../img/service/img.jpg);
	background-repeat: no-repeat;
	background-position: right 90px;
}
#service_box p{
	padding-right: 280px;
}
#checklist_box {
	background-image: url(../../img/service/checklist2.jpg);
	background-repeat: no-repeat;
	height: 295px;
}

#faq_box dl dd {
	margin-bottom: 45px;
}
#profile dt {
	float: left;
	clear: both;
	width: 150px;
	padding: 9px 10px 8px 0;
}
#profile dd {
	padding: 9px 10px 8px 120px;
}
#priv_box ul li {
	margin-left: 20px;
	line-height: 200%;
}


#contact_box {
	background-image: url(../img/corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #1A1A1A;
	padding: 20px 0 20px 35px;
	height: 105px;
	background-color: #FFF;
}
#contact_box ul{
	list-style: none;
}
.midashi {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1A1A1A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 16px;
}

.icon a{
	background-image: url(/img/common/midashi.gif);
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	padding-left: 20px;
	color: #000;
	font-size: 80%;
	background-position: 0px 7px;
}
.noicon {
	color: #000;
	font-size: 80%;
}
.icon a:hover{
	color: #53B8CA;
	text-decoration: underline;
}
.link a{
	float: left;
	text-decoration: none;
	color: #463319;

}
.link a:hover{
	color: #53B8CA;
	text-decoration: underline;
}

.text_hide{
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	text-indent: -9999px¥9; /* IE8 and below */
    *text-indent: -9999px; /* IE7 and below */
    _text-indent: -9999px; /* IE6 */
}
.text_hide:not(:target) {
    text-indent: -9999px¥9; /* IE9 */
}
.brownbox {
	clear:both;
	margin: 0 0 20px 0;
	width: 960px;
	background-color: #443724;
	padding: 15px 20px;
	line-height: 140%;
}
.brownbox p, .brownbox b{
	color: #FFF !important;
	letter-spacing: 2px;
}
.dotline {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A1A1A;
	margin-bottom: 30px;
}
.basicTable {
	border-left: 1px dashed #1A1A1A;
	border-top: 1px dashed #1A1A1A;
	font-size: 13px;
	width: 100%;
}
.basicTable tr th  {
	text-align: left;
	padding-left:15px;
	border-right: 1px dashed #1A1A1A;
	border-bottom: 1px dashed #FAF8EC;
	background-color: #454545;
	color: #FAF8EC;
}
.basicTable tr td  {
	border-right: 1px dashed #1A1A1A;
	border-bottom: 1px dashed #1A1A1A;
	line-height: 180%;
	padding: 15px 0 15px 10px;
	background-color: #FFF;
}
.require{
	color: #FAF8EC;
}
input, select, textarea{
	padding: 7px;
	border: 1px solid #CCC
}

#myreset, .button, .message, #submit{
	padding: 7px 15px 7px 16px;
	margin-right: 7px;
}
.wtn_copyright{
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	text-indent: -9999px¥9; /* IE8 and below */
    *text-indent: -9999px; /* IE7 and below */
    _text-indent: -9999px; /* IE6 */
}
.wtn_copyright:not(:target) {
    text-indent: -9999px¥9; /* IE9 */
}
.clr {
	zoom:1;
}
.clr:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clrfix {
	clear: both;
}
.noli {
	list-style-type: none;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}
.mg_t7 {
	margin-top: 7px;
}
.mg_t8 {
	margin-top: 8px;
}
.mg_t10 {
	margin-top: 10px;
}
.mg_t15 {
	margin-top: 15px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t25 {
	margin-top: 25px;
}
.mg_t30 {
	margin-top: 30px;
}
.mg_t50 {
	margin-top: 50px;
}
.mg_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mg_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg_tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mg_tl15 {
	margin-top: 15px;
	margin-left: 15px;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_b7 {
	margin-bottom: 7px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b15 {
	margin-bottom: 15px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b40 {
	margin-bottom: 40px;
}
.mg_b50 {
	margin-bottom: 50px;
}
.mg_b60 {
	margin-bottom: 60px;
}
.mg_b100 {
	margin-bottom: 100px;
}
.mg_l50 {
	margin-left: 50px;
}
.mg_l40 {
	margin-left: 40px;
}
.mg_l30 {
	margin-left: 30px;
}
.mg_l20 {
	margin-left: 20px;
	_margin-left: 15px;
}
.mg_l25 {
	margin-left: 25px;
}
.mg_l15 {
	margin-left: 15px;
}
.mg_l10 {
	margin-left: 10px;
}
.mg_l4 {
	margin-left: 4px;
}
.mg_l5 {
	margin-left: 5px;
}
.mg_l1 {
	margin-left: 1px;
}
.mg_r15 {
	margin-right: 15px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r30 {
	margin-right: 30px;
}

.t_18 {
	font-size: 140%;
	line-height: 220%;
	letter-spacing: 2px;
}
.t_16 {
	font-size: 120%;
	line-height: 220%;
	letter-spacing: 2px;
}
.t_14 {
	font-size: 100%;
	line-height: 200%;
}
.t_12 {
	font-size: 80%;
	letter-spacing: 160%;
}
.t_10 {
	font-size: 75%;
	letter-spacing: 0px;
}
.t_brown {
	color: #443724;
}
.t_red {
	color: #900;
}
.t_blue {
	color: #036;
}
