@charset "utf-8";

* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html div{
	height: 1%;
}
/*  
ボディ  
-----------------------------------------------------------
 */
body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/pop_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#top001 {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top002 {
	background-image: url(../images/top002_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top003 {
	background-image: url(../images/top003_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top004 {
	background-image: url(../images/top004_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top005 {
	background-image: url(../images/top005_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top006 {
	background-image: url(../images/top006_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top007 {
	background-image: url(../images/top007_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top008 {
	background-image: url(../images/top008_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top009 {
	background-image: url(../images/top009_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*  
サファリ用  
-----------------------------------------------------------
 */
html:not(:only-child:only-child) body {
	font-size: 12px;
}
img {
	border: 0px;
	vertical-align:bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	text-align:justify;
	text-justify:distribute;
}
dd {
	text-align:justify;
	text-justify:distribute;
}
ul, li {
	list-style:none;
	font-size: 13px;
	text-align: left;
}
/*  
サファリ用  
-----------------------------------------------------------
 */
html:not(:only-child:only-child) ul, li {
	font-size: 12px;
}
th {
	font-weight:normal;
	text-align:left;
}
td {
	text-align:center;
	font-weight:normal;
}
table {
	text-align:center;
	border-collapse:collapse;
}
a {
	cursor:pointer;
	color: #01797e;
	outline: none;
}
a:link {
	color: #333;	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #333;	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #333;	
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:active {
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
address {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 20px;
	float: right;
}

/* ------------------------------------------
Style Name: clearfix.css
Since: 2007-09-01
Modified: 2007-09-30
Version: 1.0
------------------------------------------*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



.right {
	text-align: right;
}
.center {
	text-align: center;
}


#wrapper {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 902px;
}

/*  
ヘッダー  
-----------------------------------------------------------
 */
#header {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}

/*  
フッターエリア  
-----------------------------------------------------------
 */ 
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 80%;
	color: #333;
	clear: both;
	height: 35px;
	width: 906px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#footer_left {
	width: 550px;
	float: left;
}
#footer_left ul li {
	display: inline;
	font-size: 11px;
}
#footer_left ul {

}

/*  
検索  
-----------------------------------------------------------
 */ 
#search {
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 50px;
	height: 59px;
}
input#search_btn {
	position: relative;
	top: 0px;
	vertical-align: middle;
}
#search_btn01 {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 160px;
}
/*  
IE7用  
-----------------------------------------------------------
 */
*:first-child+html #search_btn {
	margin-top: -34px;
}
/*  
IE6用  
-----------------------------------------------------------
 */
* html #search_btn {
	margin-top: -34px;
}

/*  
opera オペラ用  
-----------------------------------------------------------
 */
*+html #search_btn {
	margin-top: -14px;
}

/*  
IE7用  
-----------------------------------------------------------
 */
*:first-child+html #search_btn01 {
	margin-right: -13px;
}
/*  
IE6用  
-----------------------------------------------------------
 */
* html #search_btn01 {
	margin-right: -13px;
}
#search ul li {
	display: inline;
	font-size: 11px;
}
#search ul {
	float: left;
	text-align: right;
	padding-top: 20px;
	padding-left: 30px;
}

/*  
グローバルナビゲーション  
-----------------------------------------------------------
 */ 


#navi {
	clear: both;
	width: 902px;
	float: left;
	text-align: center;
}
#navi ul li {
	float: left;
}


#main_contents {
	width: 675px;
	float: left;
	display: inline;
}
#main {
	width: 906px;
	float: left;
}
#main02 {
	width: 906px;
	padding-top: 120px;
	float: left;
}

#top {
	background-image: url(../images/kyoei_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top01 {
	background-image: url(../images/top01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top02 {
	background-image: url(../images/top02_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top03 {
	background-image: url(../images/top03_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top04 {
	background-image: url(../images/top04_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top05 {
	background-image: url(../images/top05_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top06 {
	background-image: url(../images/top06_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*  
サイドエリア  
-----------------------------------------------------------
 */
#side {
	float: right;
	width: 220px;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}
#side a {
	text-align: center;
}
#side a img {
	text-align: center;
}


/*  
トップニュース  
-----------------------------------------------------------
 */
#top_news {
	width: 675px;
}
#main_contents img {
	vertical-align: top;
}
#top_news dl {
	padding-bottom: 10px;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 10px;
}
#top_news dl dt {
	float: left;
	width: 110px;
	padding-left: 20px;
}
#top_news dl dd {
	margin-left: 130px;
	letter-spacing: 0.1em;
}
#top_news dl hr {
	width: 625px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top_news02 {
	background-image: url(../images/top_news_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 665px;
}


#footer_bg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: none;
}
#footer_left ul {
	padding-left: 20px;
}
#top_news02 ul li {
	padding-top: 20px;
	padding-left: 18px;
}
#top_news02 ul .li_end {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
}
#provision {
	padding: 20px;
	line-height: 3;
}
#provision dl {
	padding-right: 20px;
	padding-left: 20px;
}
#provision02 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:justify;
	text-justify:distribute;
	line-height: 2;
}
#provision02 dt {
	font-weight: bold;
}
.plan01 {
	padding-bottom: 20px;
	padding-left: 20px;
}
.plan01 dt {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #308BCF;
}
.plan01 dd {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contents_ttl {
	width: 675px;
}
table.plan_table {
	width: 625px;
	border: 1px solid #CCC;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
table.plan_table tr {
	border: 1px solid #CCC;
}
table.plan_table th, table.plan_table td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.col04 {
	width: 10%;
}
.col03 {
	width: 65%;
	text-align: left;
	padding-left: 10px;
}
.col02 {
	width: 20%;
}
.table_caption {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: -10px;
}
.plan_ttl {
	border: 1px solid #CCC;
	width: 645px;
	margin-bottom: 20px;
	background-color: #B3B3D9;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.plan_vis {
	text-align: center;
	padding-bottom: 20px;
}
.greeting {
	line-height: 3;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.kiyaku {
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.kiyaku a {
	display: block;
}
#top_news02 h2 {
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
.attention {
	color: #C03;
}
.data {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.data dt {
	font-weight: bold;
	color: #308BCF;
	padding-top: 20px;
}
.data dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
#hozen h1 {
	font-size: 20px;
	color: #933;
	text-align: center;
}
#hozen p {
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C03;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 2;
}
.anshin_vis {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_msg {
	padding: 20px;
}
#enkaku {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 2;
}
#enkaku dt {
	width: 120px;
	float: left;
}
#member p {
	padding: 20px;
}
#member dl {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#member dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #308BCF;
	padding-top: 20px;
}
#contact_tel {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#contact_tel dt {
	font-size: 24px;
	font-weight: bold;
}
.time {
	font-size: 16px;
}
#shiharai {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#shiharai dt {
	font-size: 24px;
	font-weight: bold;
	color: #308BCF;
	letter-spacing: 0.3em;
	padding-bottom: 10px;
}
#shiharai {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
}
dl.news_first {
	margin-top:10px;
	border: none;
}
dl.news_dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: 30px;
	margin-left: 30px;
}

#form_table {
	margin-left: 25px;
	line-height: 1.5;
}
.eng {
	font-size: 10px;
}
.mailform_table {
	width: 625px;
}
.form_left {
	background-color: #E7E7E7;
	border: 1px dotted #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.form_right {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 30px;
}
.form_table_cap {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 2;
}
.form_left p {
	line-height: 1.5;
}
.form_table_cap_end {
	font-size: 12px;
	line-height: 2.5;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.shinjou {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	width: 675px;
}
.shinjou li {
	font-size: 24px;
	padding-bottom: 30px;
	width: 675px;
	text-align: center;
}
.map_data dt {
	font-weight: bold;
	font-size: 14px;
}
.map {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.map_section {
	padding-top: 30px;
}
.msg_list {
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 24px;
}
.msg_list li {
	padding-bottom: 24px;
}
#my_msg {
	width: 675px;
	padding-top: 20px;
	float: left;
}
#my_msg p {
	width: 475px;
	padding-left: 25px;
	line-height: 3;
}

dl.map_data {
	border: 1px solid #000;
}
#contents_navi ul li {
	display: inline;
}
#contents_navi {
	padding-bottom: 30px;
}
#member h2 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 47px;
	padding-top: 30px;
	padding-bottom: 50px;
}
#member h3 {
	padding-left: 47px;
}
#member ul {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#member ul li {
	background-image: url(../images/maru_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 17px;
}
dl#cost {
	padding-left: 30px;
}
dl#cost dt {
	font-size: 24px;
}
dl#cost dd {
	font-size: 16px;
}#member p {
	padding-left: 30px;
}
#member p a {
	text-decoration: underline;
}

.policy_block {
	padding: 30px;
}
.dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
.policy_block h3 {
	font-size: 16px;
	font-weight: normal;
	color: #039;
	padding-top: 15px;
	padding-bottom: 5px;
}
.opinion {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
}
.opinion ul {
	padding-left: 20px;
}
.coment {
	padding-top: 8px;
}
.opinion ul li {
	padding-top: 20px;
	letter-spacing: 0.1em;
}
#opinion_ttl {
	font-size: 24px;
	font-weight: normal;
	border: 1px solid #CCC;
	line-height: 54px;
	letter-spacing: 0.2em;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	height: 54px;
}
#my_msg_left {
	float: left;
	width: 475px;
}
#my_msg_right {
	float: right;
	width: 195px;
	text-align: right;
}

#mymsg_list {
	font-weight: bold;
	padding-top: 50px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#mymsg_list li {
	padding-bottom: 30px;
	line-height: 2;
}
.lettersp {
	letter-spacing: 0.2em;
}
#call {
	padding-top: 50px;
}
#call dt {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
}
#call dd {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top_news .news_dot dd a {
	color: #01797e;
}
#top_news .news_first dd a {
	color: #01797e;
}
#top_news .news_dot dd a:hover {
	text-decoration:underline;
}
#top_news .news_first dd a:hover {
	text-decoration:underline;
}

.pop_table02 {
	margin-left: 40px;
}
.pop_table03 {
	margin-left: 40px;
}
.red {
	color: #C00;
}
dd.question {
	font-size: 16px;
	font-weight: bold;
}
#wrapper_pop dl .question {
	font-size: 15px;
	font-weight: bold;
}
#form_table02 h2 {
	font-size: 16px;
	font-weight: normal;
	padding-left: 15px;
}
#osusume dt {
	color: #B92F2F;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 5px;
}
#osusume {
	padding-right: 30px;
	padding-left: 15px;
}
.osusume01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 18px;
}
#osusume dd {
	padding-left: 15px;
}
.osusume_date {
	font-size: 15px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 10px;
}
.osusume_date li {
	display: inline;
	padding-right: 20px;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}
.osusume_date li a {
	text-decoration: underline;
}
.pop_table02 tr th {
	text-align: left;
	width: 100px;
	vertical-align: top;
	padding-bottom: 10px;
}
.pop_table02 tr td {
	text-align: left;
	width: 350px;
	vertical-align: top;
	padding-bottom: 10px;
}
.ind01 {
	text-indent: -20px;
	padding-left: 20px;
}
#news_pop p.ind01 {
	text-indent: -20px;
	padding-left: 20px;
	line-height: 1.5;
}
#news_pop p.pop_top {
	padding-right: 50px;
	letter-spacing: 0em;	
}
#osusume dt.osusume_index a {
	color: #333;
}
#osusume dt.osusume_index {
	padding-top: 5px;
	padding-bottom: 5px;
}

#top_news .opinion02 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
}
#top_news .opinion02 dl {
	padding-left: 0;
	margin-left:0;
	width:600px;
	clear: both;
}

#top_news .opinion02 dl dt {
	letter-spacing: 0.1em;
	width:600px;
	clear: both;
	margin: 0px;
	padding: 0px;
	color:#01797e;
	font-size: 120%;	
}
#top_news .opinion02 dl dt a {
	color:#01797e;
}
#top_news .opinion02 dl dt a:hover {
	text-decoration:underline;
	color:#01797e;
}
#top_news .opinion02 dl dd {
	letter-spacing: 0.1em;
	color:#333;
	clear: both;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.ph_right {
	float: right;
	padding-left: 30px;
	padding-bottom:5px
}
.speech p {
	text-indent: -2.2em;
	padding-left: 2.2em;
	padding-bottom:10px;
	letter-spacing: 0.1em;
}
#top_msg {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
#top_msg .top_msg_p01 {
	font-size: 140%;
	line-height: 2;
	letter-spacing: 0.2em;
}
#top_msg .top_msg_p02 {
	text-align:right;
	padding-right: 70px;
	font-size: 120%;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

#top_msg02 {
	display: inline;
	float: left;
}
.clear {
	clear: both;
}
.top_msg02_l {
	display: inline;
	float: left;
	width: 302px;
}
.top_msg02_01 {
	display: inline;
	float: left;
	width: 139px;
}
.top_msg02_02 {
	display: inline;
	float: left;
	width: 156px;
	margin-right: 7px;
}
.top_msg02_r {
	display: inline;
	float: right;
	width: 297px;
}
#top_msg h2 {
	font-size: 120%;
	font-weight: normal;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #01797e;
	margin-bottom: 15px;
	margin-right: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01797e;
	padding-top: 3px;
	padding-bottom: 3px;
}
.speech_index {
	float: right;
	font-size: 12px;
	line-height: 54px;
	height: 54px;
	display: inline;
}
.speech_index_l {
	display: inline;
	float: left;
}
#video {
	margin-bottom: 5px;
}

