﻿@charset "UTF-8";

/******************************************************************************/
/*** 共通設定                                                               ***/
/******************************************************************************/
a:visited {
}
a:hover {
	color: #CC0000;
}
a{
	color: #006699;
}
blockquote {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
h1,h2,h3,h4,h5,h6,p,div,form,dl,dt,dd {
	margin : 0;
	padding : 0;
	list-style: none;
}
input, select, textarea, optgroup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
legend {
	color: #000000;
	font-weight: bold;
	background-color: #f9f8f8;
}

fieldset {
	border: none;
	border-top: 1px solid #D0D0D0;
}


body {
	background-color: #b2b2b2;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

#container{
}

#contents {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url("../img/frame_base8.gif") repeat-x;
	width: 760px;
}

#header {
	margin-left: 10px;
	margin-right: 10px;
}

#mainbox {
	margin-left: 10px;
	margin-right: 10px;
}

#mainbox h1 {
	width: 690px;
	padding: 0 0 2px 5px;
	margin: 20px 20px 20px 20px;
	font-size: 16px;

	border-bottom: 1px dotted #3b75b5;
	border-left: 4px solid #3b75b5;
	line-height: 21px;
	font-weight: bold;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}


#mainbox h2 {
	padding: 0 0 2px 5px;
	margin: 0px 0px 8px 28px;
	width: 680px;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

#mainbox h3 {
	padding: 5px;
	margin: 0px 0px 5px 28px;
	width: 90%;
	font-size: 13px;
	border-left: 4px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	background-color: #f8f8f8;
}
#contents h3 {
	font-size: 10px;
	font-weight: normal;
}


#mainbox h4 {
	text-align: left;
	margin: 0px 0px 5px 28px;
	font-size: 13px;
	font-weight: normal;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted #cccccc;
}

#footer ul {
	padding: 3px;
	margin: 0px;
	text-align: center;
	border: 1px solid #e0e0e0;
}
#footer li {
	list-style-type: none;
	background: url("../img/ico_point.gif") no-repeat center left;
	padding-left: 9px;
	display: inline;
}

.chapter {
	margin-bottom: 10px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/* -------------------------------------------------------------------------- */
/* 以下個別設定                                                               */
/* -------------------------------------------------------------------------- */
#menu {
	width: 740px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#step {
	margin-top: 5px;
	margin-bottom: 10px;
}


.line-bottom {
	background:url('../img/tab_bg.gif') no-repeat center center;
}

.faq-title {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.faq {
	margin-left: 25px;
	cursor: pointer;
	color: #0066CC;
}

.answer {
	margin-left: 60px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 10px;
	display: none;
}


.man-title {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}


/* -------------------------------------------------------------------------- */
/* 2008/03/06　追加分成田                                                     */
/* -------------------------------------------------------------------------- */

.text_white {
	color: #FFFFFF;
}
#hcoment h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
}
h5 {
	font-weight: normal;
	text-align: left;
}

