﻿@charset "utf-8";

/*-------------------------------*/
/*       リセット       　　     */
/*-------------------------------*/

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, caption, 
img, form, iframe{
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:left;
	list-style-type:none;
}

/*-------------------------------*/
/*       ボディ設定     　　     */
/*-------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#333333;
	text-align:center;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*-------------------------------*/
/*       フォント設定     　　   */
/*-------------------------------*/

.fs10{
	font-size:10px;
	line-height:12px;
	color:#ff3300;
}

.fs_blue{
	color:#0066cc;
}

.fs_red{
	color:#cc0000;
}

/*-------------------------------*/
/*       コンテンツ設定 　　     */
/*-------------------------------*/

div#main_bg{
	width:100%;
	background-image:url(../img/main_bg.gif);
	background-repeat:repeat-x;
}

div#submain_bg{
	width:100%;
	background-image:url(../img/submain_bg.gif);
	background-repeat:repeat-x;
}

div#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

div#contents_wrapper{
	width:960px;
	padding:0 20px 0 20px;
}

div#header{
	width:900px;
	padding:0 30px 0 30px;
}

div.h_text{
	width:450px;
}

div#header h1{
	font-size:10px;
	line-height:14px;
}

div#menu{
	width:902px;
	height:39px;
	padding:1px 29px 0 29px;
}

div#main_image{
	width:960px;
}

div#submain_image{
	width:960px;
}

div#contents{
	width:900px;
	padding:21px 30px 20px 30px;
}

div#contents_left{
	width:600px;
	float:left;
}

div#contents_right{
	width:280px;
	float:right;
}

div.info_date{
	width:80px;
	padding:5px 0 0 0;
}

div.info_text{
	width:500px;
	padding:6px 0 6px 0;
	border-bottom:dotted 1px #999999;
}

div#footer_wrapper{
	width:100%;
	height:120px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}

div#footer{
	width:900px;
	margin:0 auto;
	padding:0 50px 0 50px;
}

div#pagetop{
	padding:20px 0 0 0;
}

div#pagetop .text{
	font-size:10px;
	line-height:12px;
	color:#999999;
	padding:6px 0 0 0;
	float:left;
}

div#address{
	float:left;
	padding:20px 0 0 0;
}

div#copyright{
	float:right;
	padding:26px 0 0 0;
}

div#accessmap{
	width:558px;
	height:378px;
	padding:10px;
	border:1px solid #cccccc;
}

div.inquiry_text01{
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
}

div.inquiry_text02{
	border-bottom:1px dotted #999999;
	padding-bottom:6px;
}

div.system_text01{
	width:238px;
	margin-right:20px;
}

div.system_text02{
	width:238px;
}

div.system_line01{
	padding-bottom:6px;
	border-bottom:1px dotted #999999;
}

div img.imgheight{
	vertical-align:-2px;
}

/*-------------------------------*/
/*       リンク設定     　　     */
/*-------------------------------*/

a:link{
	color:#ffffff;
	text-decoration:underline;
}

a:visited{
	color:#ffffff;
	text-decoration:underline;
}

a:active{
	color:#ffffff;
	text-decoration:underline;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/**/

div#contents_left a:link{
	color:#0066cc;
}

div#contents_left a:visited{
	color:#0066cc;
}

div#contents_left a:active{
	color:#0066cc;
}

div#contents_left a:hover{
	color:#0066cc;
}


/**/

td a:link{
color:#0066cc;
}

td a:visited{
	color:#0066cc;
}

td a:active{
	color:#0066cc;
}

td a:hover{
	color:#0066cc;
}

/*-------------------------------*/
/*       位置設定     　　       */
/*-------------------------------*/

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.txtright{
	text-align:right;
}

/*-------------------------------*/
/*       余白設定     　　       */
/*-------------------------------*/

.mg-top2{
	margin-top:2px;
}

.mg-top7{
	margin-top:7px;
}

.mg-top8{
	margin-top:8px;
}

.mg-top10{
	margin-top:10px;
}

.mg-top17{
	margin-top:17px;
}

.mg-top16{
	margin-top:16px;
}

.mg-top20{
	margin-top:20px;
}

.mg-bottom10{
	margin-bottom:10px;
}

.mg-bottom17{
	margin-bottom:17px;
}

.mg-bottom18{
	margin-bottom:18px;
}

.mg-bottom20{
	margin-bottom:20px;
}

.mg-bottom80{
	margin-bottom:80px;
}

.mg-right8{
	margin-right:8px;
}

.pd-top2{
	padding-top:2px;
}

.pd-top3{
	padding-top:3px;
}

.pd-top4{
	padding-top:4px;
}

.pd-top5{
	padding-top:5px;
}

.pd-top6{
	padding-top:6px;
}

.pd-top7{
	padding-top:7px;
}

.pd-top8{
	padding-top:8px;
}

.pd-top9{
	padding-top:9px;
}

.pd-top10{
	padding-top:10px;
}

.pd-top11{
	padding-top:11px;
}

.pd-top12{
	padding-top:12px;
}

.pd-top13{
	padding-top:13px;
}

.pd-top14{
	padding-top:14px;
}

.pd-top16{
	padding-top:16px;
}

.pd-top20{
	padding-top:20px;
}

.pd-top22{
	padding-top:22px;
}

.pd-top28{
	padding-top:28px;
}

.pd-left10{
	padding-left:10px;
}

.pd-left18{
	padding-left:18px;
}

.pd-left20{
	padding-left:20px;
}

.pd-left24{
	padding-left:24px;
}

.pd-right8{
	padding-right:8px;
}

.pd-right10{
	padding-right:10px;
}

.pd-right20{
	padding-right:20px;
}

.pd-bottom7{
	padding-bottom:7px;
}

.pd-bottom16{
	padding-bottom:16px;
}

.pd-bottom17{
	padding-bottom:17px;
}

.pd-bottom18{
	padding-bottom:18px;
}

.pd-bottom19{
	padding-bottom:19px;
}

.pd-bottom20{
	padding-bottom:20px;
}

.pd-bottom80{
	padding-bottom:80px;
}


/*-------------------------------*/
/*         テーブル設定          */
/*-------------------------------*/

td{
	color:#333333;
	font-size:12px;
	line-height:18px;
	background-color:#ffffff;
}

td.bg{
background-color:#eeeeee;
}

div.bg{
	width:580px;
	background-color:#999999;
}


/*-------------------------------*/
/*       回り込み解除設定    　　*/
/*-------------------------------*/

.clear{
	clear:both;
}

/*-フロート解除-*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	position:relative;
}

* html .clearfix {
	display:inline-table;
/**/display:block;/**/
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

