﻿@import url("default.css");

/*　■■■■　テンプレートスタイルシート　■■■■　*/

body {
	color: #000000;
	background: #E6F2FF;
	}

html, body, #index {
	height: 100%;
	}
body > #index{
	height: auto;
	min-height: 100%;
	}
		
a:link, a:visited {
     text-decoration: none;
	 color: #04202F;
     }

a:active, a:hover {
     text-decoration: none;
	 color: #2B69A3;
	}

/* ------------------------------------------------------------------------------------ */

/*　■■■■　ベース　■■■■　*/
#index {
	width: 1000px;
	display: block;
	margin: 0 auto;
	background: #E6F2FF url(../img/back01.jpg) center top repeat-y;
	}

/*　■■■■　ヘッダーと見出し　■■■■　*/

#header {
	width: 900px;
	height: 36px;
	margin: 0 auto;
	display: block;
	}

#header h1 {
	font-weight: bold;
	text-align: right;
	color: #fff;
	background: url(../img/back02.gif);	
	}
	
/*　■■■■　コンテンツ　■■■■　*/
	
#content {
	display: block;
	width: 100%;
 	}

/*　■■■■　ナビゲーション　■■■■　*/

#sidebar {
	display: block;
	float: left;
	width: 25
	%;
	background: #008080;
	}

#nav {
	color: #000000;
	}

#nav a {
	display: block;
	overflow: hidden;
	width: 220px;
	color: #fff;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	}
	
#nav a:hover{
	color: #ccc;
	}

#nav ul {
	list-style: outside none;
	}

#nav li {
	margin : 15px 0;
	padding-left: 10px;
	}
	
#gaiyou{
	padding :15px 0;
	padding-left: 10px;
	background: #ff8c00;
	color: #000000;
    text-decoration:dotted underline yellow;
	}
	
#gaiyou strong {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	}

#mobile{
	padding :10px 0;
	padding-left: 10px;
	background: #6495ED;
	color: #000000;
}
	
#mobile strong {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	}

.nav_li01 a {
	background: url(../img/nav/li01.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li01 a:hover {
	background: url(../img/nav/li02.jpg) no-repeat;
	}
	
.nav_li02 a {
	background: url(../img/nav/li03.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li02 a:hover {
	background: url(../img/nav/li04.jpg) no-repeat;
	}
	
.nav_li03 a {
	background: url(../img/nav/li05.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li03 a:hover {
	background: url(../img/nav/li06.jpg) no-repeat;
	}
	
.nav_li04 a {
	background: url(../img/nav/li07.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li04 a:hover {
	background: url(../img/nav/li08.jpg) no-repeat;
	}
	
.nav_li05 a {
	background: url(../img/nav/li09.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li05 a:hover {
	background: url(../img/nav/li10.jpg) no-repeat;
	}
	
.nav_li06 a {
	background: url(../img/nav/li11.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li06 a:hover {
	background: url(../img/nav/li12.jpg) no-repeat;
	}

.nav_li07 a {
	background: url(../img/nav/li13.jpg) no-repeat;
	height: 40px;
	line-height: 10em;
	}
.nav_li07 a:hover {
	background: url(../img/nav/li14.jpg) no-repeat;
	}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/	
	
.nav_li08 a {
	height: 100px;
	background: url(../img/info.png) no-repeat;
	}

.nav_li08 a:hover {
	color: black;
	
	}
	
.nav_li08 h3 {
	font-weight: bold;
	font-size: 1.7em;
	padding: 15px 0 0 10px;
	}

.nav_li08 strong {
	font-weight: bold;
	font-size: 1.3em;
	color: red;
	padding-left: 10px;
	}
	
/*　■■■■　メイン　■■■■　*/

#main {
	width: 75%;
	display: block;
	float: left;
	padding-top: 10px;
	min-height: 800px;
	}
	
/*　■■■■　フッター　■■■■　*/

#footer {
	position: relative;
	clear: both;
	text-align: center;
	margin-top: -100px;
	}

#bottom {
	clear: both;
	margin: 10px auto;
	margin-bottom: 0;
	display: block;	
	height: 50px;
	}

#bottom ul {
	padding-top: 20px;
	display: block;
	margin: 0 auto ;
	text-align:center;
	}
	
#bottom li {
	display : inline;
	}

#bottom li a {
	padding: 0 5px;
	margin: 0 5px;
	}
	
#copy {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	background: #483d8b;
	}
	
#copy span {
	display: block;
	padding-top: 15px;
	}

/* ------------------------------------------------------------------------------------ */

/*　■■■■　ボックス　■■■■　*/

#pan {
	padding: 5px;
	}

	
.box {
	display: block;
	padding: 5px 0 5px 20px;
	margin-bottom: 20px;
	width: 650px;
	}

.box h2 {
	background: url(../img/index_h2.jpg) no-repeat;
	height: 40px;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	}
	
.box h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
	border-left: 10px solid #498ecf;
	}

.box h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
	font-weight: bold;
	background: #ddd;
	}

.box strong {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	}

.box ul {
	list-style: url(../img/p01.jpg) inside;
	font-size: 1.4em;
	font-weight: bold;
	}

.box ol {
	list-style: url(../img/li01.jpg) inside;
	font-size: 1.2em;
	}
	
.box ol ol {
	list-style: url(../img/li01.jpg) inside;
	padding-left: 100px;
	font-size: 1em;
	}

.box li {
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 20px;
	}
	

.box table, td , th {
	 border: 1px solid #999;
	 width: 650px;
	}

.box td, th {
	padding: 3px;
	}

.box th {
	background: #eeeeee;
	text-align: center;
	width: 20%;
	font-size: 12px;
	color: #000;
	}
	
.box td {
	text-align: right;
	}

.box p {
	margin: 10px 0;
	padding: 5px;
	display: block;
	border: 1px solid #79B3E3;
	background: #eee;
	}
	
.box em {
	color: red;
	}

.box span {
	color: #2164b7;
	font-weight: bold;
	}
	
/* ------------------------------------------------------------------------------------ */

/*　■■■■　type　■■■■　*/

.boxtype {
	display: block;
	width: 650px;
	}

.type_left {
	float: left;
	width: 390px;
	display: block;
	text-indent:1em;
	padding: 3px;
	}

.type_right {
	float: right;
	width: 250px;
	display: block;
	}
	
.appeal {
	margin: 0px 0 10px 0;
	width: 650px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
	background: #add827 url(../img/appeal.jpg);
	padding: 16px 0
	}


.click  a{
	margin: 30px 0 10px 0;
	width: 650px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	background: #add827 url(../img/click.jpg);
	padding: 16px 0;
	}

.click a:hover {
	}
	
.pick {
	font-weight: bold;
	padding: 5px;
	margin: 5px 0;
	border-bottom :1px solid #999;
	width: 400px;
	}
/* ------------------------------------------------------------------------------------ */

/*　■■■■　FAXDMとは　■■■■　*/

.width {
	padding: 10px;
	}

.plan {
	border : 1px solid #ddd;
	margin: 5px 0;
	}

/* ------------------------------------------------------------------------------------ */

/*　■■■■　F&Q　■■■■　*/

.fq {
	margin-left: 50px ;
	display: block;
	width: 550px;
	margin-bottom: 50px;

	}
	
.fq h3 {
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px dotted #333;
	font-size: 15px;
	color: #336099;
	}

.fq h3:first-letter{
  font-weight:bold;
  font-size:25px;
}

.fq  p {
	padding: 3px;
	}
	
.fg p:first-letter{
  font-weight:bold;
  font-size:20px;
  }
  
 .border {
	background: #fff999;
	}
	
/* ------------------------------------------------------------------------------------ */

/*　■■■■　フォーム　■■■■　*/

.form input {
	padding: 2px;
	margin: 5px;
	}
.form textarea {
	padding: 2px;
	margin: 5px;
	}