@charset "Shift_JIS";
body
	{
	text-align:center; /* IEでセンタリング */
	font-size:100%; /* 文字サイズ */
	color: #000000; /* 文字カラー */
	background:#eeeeee;
	margin:0px auto 0px auto; /* 余白（外側） */
	padding:0px; /* 余白（内側） */
	}
#container
	{
	width:780px; /* 幅 */
	text-align:left; /* 文字寄せ */
	padding: 0px; /* 余白（内側） */
	margin:0px auto 0px auto; /* Mozilla系ブラウザでセンタリング */
	background-color:#ffffff;
	}
/*-----------------------ヘッダー--------------------*/
#header
	{
	width:780px;
	height:90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/headbg.gif) repeat-x;
	clear:both;
	}
/*-----------------------ロゴ--------------------*/
.logo
	{
	float:left;
	display:block;
	width:330px;
	height:90px;
	background:url(../img/logo.gif) no-repeat;
	margin:0px 0px 0px 0px;
	}
/*-----------------------文字サイズ変更--------------------*/
#fontsize
	{
	margin-right:0px;
	padding:10px;
	float:right;
	}
.fontsizecursor
	{
	cursor: pointer;
	}
/*-----------------------サイドメニュー--------------------*/
#sidemenu
	{
	width:200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	}
.sim
	{
	width:200px;
	height:39px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	}
.sim2
	{
	width:200px;
	background:url(../img/smenu.gif) no-repeat;
	height:30px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.simfont
	{
	font-size:90%;
	margin: 7px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	}
.phone
	{
	float:left;
	display:block;
	width:190px;
	height:210px;
	background:url(../img/tel.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
/*-----------------------メインメニュー--------------------*/
.menu
	{
	width:780px;
	height:36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/menubg.gif) repeat-x;
	clear:both;
	}

#mainmenu
	{
	padding:0px;
	margin:0px;
	}
#mainmenu li,#mainmenu li a
	{
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	}
#m01 a
	{
	background:url(../img/menu01.gif) no-repeat;
	margin: 0px 0px 0px 1px;
	width:120px;
	height:36px;
	}
#m01, #m01 a:hover
	{
	background:url(../img/menu11.gif) no-repeat;
	width:120px;
	height:36px;
	}
#m02 a
	{
	background:url(../img/menu02.gif) no-repeat;
	width:120px;
	height:36px;
	}
#m02, #m02 a:hover
	{
	background:url(../img/menu12.gif) no-repeat;
	width:120px;
	height:36px;
	}

.menufont
	{
	line-height:120%;
	font-size:100%;
	}
/*-----------------------パンくずリスト--------------------*/
.bl
	{
	width:780px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
	}
.blfont
	{
	font-size:80%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 5px;
	line-height:130%;
	color:#666666;
	}
/*-----------------------コンテンツ--------------------*/
#contents
	{
	width:770px;
	text-align:left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
#main
	{
	width:560px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	display:block;
	}

#nextspace
	{
	border-top:#666666 1px dotted;
	width:550px;
	font-size:90%;
	text-align:center;
	margin: 35px 5px 0px 0px;
	padding: 5px 0px 0px 0px;
	clear:both;
	}
.nextbacktext
	{
	width:530px;
	padding: 5px 5px 5px 5px;
	clear:both;
	}
/*-----------------------HTML部分--------------------*/
a:link
	{
	color:#0066cc; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}
a:active
	{
	color:#666666; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}
a:visited
	{
	color:#0066cc; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}
a:hover
	{
	color:#666666; /* 文字の種類 */
	text-decoration:underline; /* 下線有 */
	}
img
	{
	border:none; /* リンク線無 */
	margin:0; /* 余白（外側） */
	padding:0px; /* 余白（内側） */
	}
ul.footicon
	{
	list-style : none ; /* マーカー無し */
	clear:both;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	}
ul li
	{
	margin: 0px 0px 0px 0px;
	}

ul.number
	{
	list-style-type: decimal;
	clear:both;
	}

ul.disc
	{
	list-style-type: disc;
	clear:both;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	}
ul.disc2
	{
	list-style-type: disc;
	clear:both;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	}



.alt
	{
	display:none;
	}
/*-----------------------タイトル画像--------------------*/
#titleimg
	{
	margin: 15px 5px 10px 0px;
	padding: 0px;
	}
.indextitle
	{
	width:550px;
	height:150px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.pabetitle
	{
	width:550px;
	height:90px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.topicstitle
	{
	width:550px;
	height:50px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
/*-----------------------PDF表示--------------------*/
.pt
	{
	width:520px;
	height:30px;
	margin: 10px 0px 10px 5px;
	padding: 0px;
	background:url(../img/pdfbar.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.ptfont
	{
	font-size:100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
	color:#333333;
	}
/*-----------------------早分かりガイド--------------------*/
.guide001
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide001.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guide002
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide002.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guide003
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide003.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guide004
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide004.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guide005
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide005.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guide006
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide006.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}

.guide007
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide007.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}

.guide008
	{
	width:520px;
	height:110px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/guide008.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.guidefont
	{
	font-size:100%;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 80px;
	color:#333333;
	}
/*-----------------------設置目的別の改修方法--------------------*/
.establishment001
	{
	width:520px;
	height:100px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/establishment001.gif) no-repeat;
	}

.establishment002
	{
	width:520px;
	height:100px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/establishment002.gif) no-repeat;
	}
.establishment003
	{
	width:520px;
	height:100px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background:url(../img/establishment003.gif) no-repeat;
	}
.establishmentfont
	{
	font-size:90%;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 110px;
	font-weight:bold;
	color:#333333;
	}
/*-----------------------ページタイトル--------------------*/
.mb
	{
	width:550px;
	height:29px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background:url(../img/menubar.gif) no-repeat;
	}
.mb2
	{
	width:550px;
	height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
.mbfont
	{
	font-size:95%;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 35px;
	color:#0066cc;
	font-weight:bold;
	}
.mb2font
	{
	font-size:95%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	color:#0066cc;
	font-weight:bold;
	}
.mb3font
	{
	font-size:95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	color:#0066cc;
	font-weight:bold;
	}
.mb4font
	{
	font-size:100%;
        width:550px;
        text-justify: distribute; text-align: justify;
	padding: 0px 0px 0px 5px;
	}
.mb5font
	{
	font-size:85%;
        text-align:left;
        vertical-align:top;
        width:30px;
	height:30px;
	}
.mb6font
	{
	font-size:85%;
        vertical-align:top;
        width:500px;
	height:40px;
        text-justify: distribute; text-align: justify;
	}
.mb7font
	{
	font-size:100%;
        font-family: sans-serif;
	color:red;
	font-weight:bold;
        }
.sbtitle
	{
	width:auto;
	padding: 0px;
	background-position : bottom; /* 位置は左端の真ん中 */
	background:url(../img/sbbar.gif) repeat-x;
	clear:both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.sbtitle2
	{
	width:540px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	clear:both;
	border-bottom:#0066cc 1px solid;
	}

.sbtitle3
	{
	width:530px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	clear:both;
	border-bottom:#0066cc 1px solid;
	}
.sbtitlefont
	{
	font-size:95%;
	color:#0066cc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	font-weight:bold;
	}
.sbtitlefont2
	{
	font-size:100%;
	color:#0066cc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	font-weight:bold;
	}
.sbtitlefont3
	{
	font-size:100%;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	font-weight:bold;
	}
.sctitle
	{
	width:200px;
	text-align:center;
	margin: 20px 0px 20px 150px;
	padding: 5px;
	clear:both;
	border:#000000 1px solid;
	}
.sctitlefont
	{
	font-size:95%;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	}
.qtitle
	{
	width:540px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background:#eeeeee;
	}
.atitle
	{
	width:540px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
.qafont
	{
	font-size:100%;
	color:#0066cc;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 4px 10px;
	font-weight:bold;
	}
.ftitle
	{
	width:530px;
	margin: 0px;
	color:#0066cc;
	padding: 0px 5px 5px 5px;
	vertical-align:top;
	font-size:100%;
	line-height:130%;
	}
.linktext
	{
	width:540px;
	padding: 0px 5px 5px 15px;
	clear:both;
	}
.ltfont
	{
	margin: 0px 10px 5px 0px;
	font-size:100%;
	line-height:130%;
	background-image : url(../img/icon_r.gif) ;
	background-position : left top ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 17px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	}
.ltfont_b
	{
	margin: 0px 10px 5px 0px;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	background-image : url(../img/icon_r.gif) ;
	background-position : left top ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 17px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	}
/*-----------------------テキスト--------------------*/
.text/*テキストスペース標準*/
	{
	width:550px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
        text-justify: distribute; text-align: justify;
	clear:both;
	}
.text2
	{
	width:540px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
	clear:both;
	background:#def0f8;
	}
.text3
	{
	margin: 0px;
	padding: 5px 5px 10px 5px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
	clear:both;
	}
.text4
	{
	width:540px;
	margin: 0px;
	padding: 5px 5px 10px 20px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
        text-justify: distribute; text-align: justify;
	clear:both;
	}
.text5
	{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
	clear:both;
	}
.text6
	{
	width:540px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
	clear:both;
	background:#FFFFCC;
	}
.textcenter
	{
	width:540px;
	margin: 0px;
	padding: 0px 5px 10px 5px;
	text-align:center;
	vertical-align:top;
	font-size:100%;
	line-height:150%;
	clear:both;
	}
.attention/*注意書き*/
	{
	width:510px;
	margin: 0px;
	padding: 5px 5px 10px 15px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	clear:both;
	}
.copy
	{
	width:540px;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align:right;
	vertical-align:top;
	font-size:80%;
	line-height:120%;
	}
.copy2
	{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	vertical-align:top;
	font-size:80%;
	line-height:150%;
	}
.copy3
	{
	width:550px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:right;
	vertical-align:top;
	font-size:80%;
	line-height:120%;
	}
.underline
	{
	text-decoration:underline;
	}
/*-----------------------文字装飾--------------------*/
.red-bold/*赤太文字*/
	{
	color: #ff0000;
	font-weight: bold;
	}
.red-bold2/*赤太文字*/
	{
	color: #ff0000;
	font-weight: bold;
        font-family: sans-serif;
        padding: 0px 0px 0px 5px;
	}
.red/*赤文字*/
	{
	color: #ff0000;
	}
.anchor
	{
	width:530px;
	margin: 0px;
	padding: 0px 5px 10px 5px;
	vertical-align:top;
	font-size:90%;
	line-height:130%;
	clear:both;
	text-align: center;
	}
/*-----------------------準備中--------------------*/
.underconstruction
	{
	width:550px;
	height:200px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	vertical-align:top;
	font-size:80%;
	line-height:120%;
	}
/*-----------------------ページトップへ--------------------*/
.gotop
	{
	width:540px;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align:right;
	vertical-align:top;
	font-size:90%;
	line-height:120%;
	}
/*-----------------------左右寄り画像へ--------------------*/
.rightimg
	{
	margin: 2px;
	padding: 0px;
	float:right;
	clear:both;
	}
.leftimg
	{
	margin: 2px;
	padding: 0px;
	float:left;
	clear:both;
	}
/*------テーブル関連------*/
.bl_l
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px solid #cccccc;
	width:100px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}

.bl_r
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width:450px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}

.bl_r3
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width:270px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}

.bl_r4
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width:180px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}

.blf_l
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px solid #cccccc;
	width:150px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}

.blf_r
	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width:400px;
	vertical-align:top;
	font-size:90%;
	line-height:150%;
	}
.table_bor
	{
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	;
	padding: 0px;
	width:550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

.td_bor
	{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px;
	margin: 0px;
	font-size:90%;
	}

.tdc_bor
	{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	margin: 0px;
	font-size:90%;
	text-align:center;
        font-family: sans-serif;
	}

.tdl_bor
	{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	margin: 0px;
	font-size:90%;
        font-family: sans-serif;
	text-align:center;
	background: #eeeeee;
	}
/*------トピックス------*/
.tr
	{
	clear:both;
	padding: 3px 0px 5px 0px;
	}
.td00
	{
	width: 70px;
	color: #666666;
	padding: 2px;
	float:left;
	border-right: 1px solid #cccccc;
	background-image : url(../img/icon.gif) ;
	background-position : left center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 20px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	}
.td01
	{
	width: 440px;
	padding: 2px 0px 2px 10px;
	float:left;
	}
.td02
	{
	font-size:90%;
	width: 150px;
	padding: 3px;
	float:left;
	}
/*-----------------------フッダー--------------------*/
#footmenu
	{
	text-align:center;
	vertical-align:top;
	width:770px;
	height:25px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	border-top:#666666 1px dotted;
	clear:both;
	}
#footer
	{
	vertical-align:bottom;
	width:770px;
	height:80px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	clear:both;
	}
.footfont
	{
	color:#333333;
	font-size:80%;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	}
.glist
	{
	margin: 0px 10px 0px 0px;
	font-size:80%;
	line-height:150%;
	background-image : url(../img/icon.gif) ;
	background-position : left center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 17px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	float:left;
	}
.w3icon-l
	{
	margin: 0px;
	float:left;
	padding: 5px 5px 0px 0px;
	}
.w3icon-r
	{
	margin: 0px;
	float:right;
	padding: 5px 5px 0px 0px;
	}
/*-----------------------　　　--------------------*/
.line
	{
	width:770px; /* 幅 */
	height:1px; /* 幅 */
	padding: 0px; /* 余白（内側） */
	margin: 5px; /* Mozilla系ブラウザでセンタリング */
	background:url(../img/linebg.gif) repeat-x;
	}

/*------段組------*/
.asta
	{
	clear:both;
	padding: 3px 0px 5px 0px;
	}
.atd01
	{
	width: 20px;
	padding: 2px;
	float:left;
	}
.atd02
	{
	width: 460px;
	padding:2px;
	float:left;
	}
.discttr
	{
	float:left;
	width:540px;
	margin: 0px 0px 10px 0px;
	padding:5px;
	font-size:100%;
	clear:both;
	background:#def0f8;
	}
