﻿@charset "utf-8";
/*全体の基本設定*/

/*フォント、書式、色*/
html{
	height: 100%;
	width: 100%;
	background: #ebebeb;
}

body {
	height: 100%;
	color: #555555;
	font-size: 80%;
	font-family: 'メイリオ','平成角ゴシック',Arial, Helvetica, serif;
	text-align: justify;
	background: #ebebeb;
	margin: 0 auto;
	text-align: justify;
	text-justify: distribute;
}

a {
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #3366FF;
	background-color: transparent;
}

/*背景影*/
#stage {
	background: url('../img/bggrad.jpg') repeat-y #FFFFFF 0px 0px;
	width: 921px;
	height: 100%;
	min-height: 100%;
	margin: auto;
}

/* for modern browser */
html>body>#stage {
	height: auto;
}

/*ヘッダー部分*/
#header {
	height: 100px;
	width: 899px;
	margin: 0px auto 20px;
	background: url('../img/headergrad.jpg') repeat-x;
}

#header_image {
	float: left;
}

.header-menu {
	float: right;
	margin: 10px 10px 0px 0px;
	padding-left: 20px;
	background: url('../icon/list-mark.png') no-repeat -1px -9px;
	font-size: 0.8em;
}

#header-navi {
	clear: both;
	width: 895px;
	height: 40px;
	display: list-item;
	background-color: #FFFFFF;
	padding: 0px 2px;
	overflow: hidden;
	margin: auto;
}

#header-navi a {
	float: left;
	color: #000000;
	background: url('../img/headernavibg.jpg') repeat-x;
	width: 178px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	font-size: 1.25em;
	float: left;
	margin-right: 1px;
	white-space: nowrap;
}

#header-navi a:hover {
	background-position: 0 -40px;
	color: #FFFFFF;
}

.header-navi-text {
	background: url('../img/header-navi-mark.png') no-repeat 1px 4px;
	padding-left: 16px;
}

/*左側部分*/
#left {
	width: 210px;
	float: left;
	margin: 10px 25px 20px 50px;
}

#left-navi {
	width: 200px;
	float: left;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#left-menu {
	width: 205px;
	float: left;
	padding-top: 10px;
	background: url('../img/menuline.jpg') no-repeat;
}

#left-menu　 a:link {
	color: #3366FF;
}

#left-menu a:hover {
	background-color: #99CCFF;
	color: #3366FF;
}

#left-menu a:visited {
	color: #3366FF;	
}

#left-menu li {
	list-style-type: none;
	background: url('../icon/list-mark.png') no-repeat 5px -9px;
	width: 170px;
	height: 30px;
	padding-left: 40px;
	font-size: 1em;
}

#mobile_site {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	clear: both;
}

#mobile_site img {
	width: 82px;
	height: 82px;
	margin-top: -10px;
	margin-left: 45px;  
}

/*右側部分*/
#right {
	width: 560px;
	float: right;
	margin: 10px 50px 25px 25px;
}

/*コンテンツ部分*/
#contents {
	width: 560px;
}

#contents p {
	margin: 10px 0px;
	padding: 0px 5px;
}

/*各ページ見出し*/
h1 {
	background: url(../img/h1bg.jpg) repeat-x;
	font-size: 1.5em;
	color: #FFFFFF;
	width: 560px;
	height: 1.6em;
	padding: 4px 0px 0px 5px;
	margin-bottom: 10px;
}

/*info/20100403*/
.h1 {
	background: url(../img/h1bg.jpg) repeat-x;
	font-size: 1.3em;
	color: #FFFFFF;
	width: 560px;
	height: 1.6em;
	padding: 4px 0px 0px 5px;
	margin-bottom: 10px;
}

/*contents中の見出し*/
h3 {
	font-size: 1.2em;
	margin-top: 10px;
}

/*点線見出し*/
h4 {
	 border-bottom: 2px #CCCCCC dotted;
	 font-size: 1.5em;
	 margin-bottom: 10px;
	 padding-bottom: 0px;
}

/*日程フローチャート見出し*/
h6 {
	font-size: 1.2em;
	margin-bottom: 2px;
	height: 0.8em
}

/*右寄せ*/
.floatright {
	float: right;
}

/*左寄せ*/
.floatleft {
	float: left;
}

/*中央揃え*/
.center {
	text-align: center;
	display: block;
}

/*文字サイズ大*/
.font-big {
	font-size: 1.2em;
}

/*文字サイズ小*/
.font-small {
	font-size: 0.85em;
}

/*マークのあるリスト*/
.mark_list {
	list-style-type: none;
	width: 520px;
	margin-left: 10px;
}
.mark_list li {
	padding-left: 15px;
	background: url('../icon/mark_list.png') no-repeat 0px 4px;
	margin-bottom: 5px;
}

/*さんかくリスト*/
.tri_list {
	list-style-type: none;
	margin: 10px 0px;
}
.tri_list li{
	background: url('../icon/tri_list.png') no-repeat 5px 4px;
	padding-left: 20px;
	margin: 5px;
}

/*逆さんかくリスト*/
.tri_list_under {
	list-style-type: none;
	margin: 10px 0px;
}
.tri_list_under li{
	background: url('../icon/tri_list_under.png') no-repeat 8px 5px;
	padding-left: 20px;
}

/*FAQリスト*/
.faq_list {
	list-style-type: none;
	width: 520px;
	margin-left: 10px;
}
.faq_list li.faq_q{
	padding-left: 15px;
	background: url('../icon/faq_q.png') no-repeat 0px 4px;
	margin-bottom: 5px;
}
.faq_list li.faq_a{
	padding-left: 15px;
	background: url('../icon/faq_a.png') no-repeat 0px 4px;
	margin-bottom: 5px;
}

/*RSSアイコン*/
.top_rss {
	float: right;
	margin: -23px 5px 0px 0px;
	font-size: 0.85em;
}

.top_rss img {
	margin: 1px 3px 0px 0px;
}

.rss {
	margin: 2px 0px 0px 2px;
}

/*フッター部分*/
#footer {
	clear: both;
	text-align: center;
	width: 800px;
	border-top: 1px #7777d3 solid;
	padding: 5px;
	margin: 0px auto 0px;
}