* {
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: lighter;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
img{
	border:none;
}
div{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
input{
	margin: 0px;
	padding: 0px;
}
h1{
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color:#FFFFFF;
	font-weight:lighter;
	font-size:11px;
}
h2{
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h3{
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4{
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
hr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 0px;
	font-size:0px;
	border-top: none;
	border-bottom: 1px dotted #666666;
	height: 0px;
}
table {
	border-collapse: collapse;
}
ul li{
	list-style-type: none;
	list-style-position: outside;
}


/* SEOの設定
-------------------------------------------------------	*/
.seo {
	width:100%;
	padding:0;
	font-size:8pt;
	font-weight:normal;
	margin:0 50% 0 0;
	display:none;
}

.seo * {
	font-style:normal;
	font-weight:normal;
	display:none;
}

/* コンテナーの設定
-------------------------------------------------------	*/
#container {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* ラッパーの設定
-------------------------------------------------------	*/
#wrapper {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../img/bk.gif);
	background-repeat: repeat-y;
	padding: 0px 5px;
	float:left;
}


#wrapper h2 {
	width:790px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFEFD0;
	color:#000;
	font-weight:lighter;
	font-size:11px;
}
/* ヘッダーの設定
-------------------------------------------------------	*/
#header {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	width:800px;
	height: 55px;
	margin: 0px auto;
	font-size: 10px;
	color: #3B6BCF;
	text-align: left;

}

#header .index{
	background-image: url(../img/top_banner.jpg); 
	background-repeat: no-repeat;
	height:290px;
}


#header a {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

#header .contents {
	float: right;
	padding-top: 35px;
	padding-right: 30px;
	width: 80px;
	text-align: right;
}


/* メインコンテンツの設定
-------------------------------------------------------	*/
#maincontent {
	width:790px;
	background-color:#FFFFFF;
}

#maincontent strong {
	font-weight:normal;
}

#maincontent .index{
	background-image: url(../img/top_banner.jpg); 
	background-repeat: no-repeat;
	height:265px;
}

#maincontent .remedial{
	background-image: url(../img/frame_remedial.jpg); 
	background-repeat: no-repeat;
	height:370px;
	margin-top:10px;
}

#maincontent .remedial_text {
	float:right;
	width:370px;
	height:200px;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
}

#maincontent .remedial p {
	font-size:14px;
	line-height:25px;
}


#returntop a {
	display: block;
	width: 100px;
	height: 20px;
	border: solid #6A91D7 1px;	
	margin: 20px auto 15px;
	text-align: center;
	line-height: 20px;
	clear: both;
}



/* メニューリストの設定
-------------------------------------------------------	*/
#menulist{
	background-image: url(../img/menu_frame.gif); 
	background-repeat: no-repeat;
	float:left;
	width:370px;
	height:175px;
	text-align: left;
/*	clear:both; */
	margin:10px 0px 0px 10px;
	padding:40px 0px 0px 15px;
}

#menulist ul li{
	list-style-type: disc;
	list-style-position: outside;
}
#menulist ul li{
	line-height:25px;
	font-size:16px;
	font-weight:bold;
}
#menulist ul li.aa{
	list-style-type: none;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
}

#menulist2{
	background-image: url(../img/menu_frame2.gif); 
	background-repeat: no-repeat;
	float:right;
	width:370px;
	height:175px;
	text-align: left;
/*	clear:both; */
	margin:10px 0px 0px 0px;
	padding:40px 0px 0px 15px;
}

#menulist2 ul li{
	list-style-type: disc;
	list-style-position: outside;
}
#menulist2 ul li{
	line-height:25px;
	font-size:16px;
	font-weight:bold;
}
#menulist2 ul li.aa{
	list-style-type: none;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
}

/* トピックスの設定
-------------------------------------------------------	*/
#topics {
	float:right;
	width:385px;
	height:200px;
	margin:10px 30px 0px 0px;
	padding:10px 0px 0px 0px;
}

#topics p {
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}


/* テーブルの設定
-------------------------------------------------------	*/
table.Fee {
}
table.Fee tr td {
border:1px solid gray;
padding: 2px;
color:#666666;
}



/* フッターの設定
-------------------------------------------------------	*/
#copy{
	text-align: center;
	width: 840px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 10px;
	background-image: url(../img/bk2.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 30px;
	color:#000000;
	float:left;
}
#copy .text1 {
	text-align: center;
	color: #000000;
}

.height_05{
	height: 5px;
	line-height: 0px;
	font-size:0px;
	clear: both;
}
