@charset "shift_jis";


/*-------------------------------------------------
  LAYOUT
-------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5ff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
	text-align: center;
}

A {text-decoration: none;}
a:link {color: #0000ff;}
a:visited {color: #0000ff;}
a:hover {color: #0000ff; text-decoration:underline;}
a:active {color: #0000ff;}


/*-------------------------------------------------
  WRAPPER
-------------------------------------------------*/
#wrapper {
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/wallpaper.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#mainwrapper {
	margin: 0px 5px;
	border-top: 5px solid #99cc33;
	border-bottom: 5px solid #99cc33;
	text-align: center;
}

/*-------------------------------------------------
  HEADER
-------------------------------------------------*/
#header {
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*-------------------------------------------------
  CONTENT
-------------------------------------------------*/
#content {
	clear: both;
	padding: 0px;
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#service {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
.service_title {
	margin: 3px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height: 27px;
	font-size: 17px;
	font-weight: bold;
	background-color:#82B1DF;
	color:white;
	background: url("images/bg_ho.gif") ;
}
.service_sub_title {
	margin: 3px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	background-color:#00A300;
	color:white;
}
.ok {
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	background-color:#9999ff;
	color:white;
}

.service_body {
	font-size: 15px;
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.kome1 {
	margin: 5px;
	color: #ff0000;
}

table.kiki {
	font-size: 10px;
	text-align: center;
}
table.kiki td {
	padding: 0px 8px 15px 8px;
	vertical-align: top;
}
table.kiki td img {
	margin: 0px 0px 5px 0px;
}
table.merit {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
table.merit td.merit1 {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
table.merit td.merit2 {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

table.faq {
	font-size: 12px;
}
table.faq td.faq_q {
	padding: 5px 0px 2px 5px;
	font-weight: bold;
}
table.faq td.faq_a {
	padding: 0px 0px 5px 5px;
	vertical-align: top;
}


/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
#footer {
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pagetop {
	margin: 0px 10px 0px 0px;
	text-align: right;
}





/*-------------------------------------------------
  LP
-------------------------------------------------*/

.lp_title {
	padding: 0px;
	height: 46px;
	font-size: 17px;
	font-weight: bold;
	background-color:#82B1DF;
	color:white;
	background: url("images/bg_ho.gif");
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 675px;
}


.lp_body {
	margin: 0px;
	padding: 0px;
	background-color: #99ccff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
	text-align: center;
}

