@charset "UTF-8";

/*==========================

	最終更新日：10/7/27

	デフォルト値のリセット
	全体のレイアウト、共通指定

==========================*/

/*==Default Reset↓==-*/

*{
	margin:0;
	padding:0;
}

/* 縦スクロールバー表示 */
html{
	height:100%;
	border-bottom:1px solid #FFFFFF;
}

body {
	color:#333333;
	font-size:62.5%;
	letter-spacing:0.1em;
	line-height:1.3;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

ul{
	list-style:none;
}

/* 画像の下にできる隙間をなくす */
img{
	border:0;
	vertical-align:bottom;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea{
	font-size:100%;
}

a {
	outline:medium none;
	text-decoration:none;
}

a:link {
	color:#00427C;
	text-decoration:none;
}

a:visited {
	color:#006699;
	text-decoration:none;
}

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

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

/*==Default Reset↑==*/

/*==共通レイアウト↓==*/

#wrapper{
	width:800px;
	margin:0 auto;
	font-size:1.4em;
}

#header{
	width:800px;
	height:px;
	margin-bottom:30px;
	padding:30px 0 20px;
	border-bottom:1px solid #C9CACC;
/*	background:url(../images/header.gif) no-repeat left top;	*/
}

#header h1 a{
	display:block;
	width:600px;
	height:30px;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	background:url(../images/logo.gif) no-repeat left top;
}

#container{
	width:800px;
	float:left;
	padding-bottom:50px;
}

#contents{
	width:800px;
}

#contents h2{
	clear:both;
	margin-bottom:10px;
	padding:5px 0 5px 15px;
	font-weight:bold;
	font-size:1.2em;
	background:url(../images/icon_h2.gif) no-repeat left center;
}

#outline{
	margin-bottom:20px;
	padding:15px;
	border:dashed 1px #8C8C8C;
	background:#EFEFEF;
/*	background:url(../images/outline.gif) no-repeat left top;	*/
}

#hourei{
	margin:0 15px 20px;
}

#hourei p{
}

#navi{
	clear:both;
	width:800px;
	float:left;
	margin-bottom:20px;
	background:url(../images/navi.gif) no-repeat left top;
}

#navi li{
	float:left;
}

#navi li a{
	display:block;
	width:152px;
	height:100px;
	margin-left:10px;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
}

#navi li.kuni a{
	margin:0;
}

#news{
	margin:0 15px 50px;
}

#news li{
	margin-bottom:5px;
	margin-left:1em;
	text-indent:-1em;
}


#banner{
	clear:both;
	width:700px;
	float:left;
	padding:0 50px 20px;
}

#banner li{
	float:left;
}

#banner li a{
	display:block;
	width:300px;
	height:100px;
	margin-right:100px;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
}

#banner li.banner1 a{
	background:url(../images/banner1.gif) no-repeat left top;
}

#banner li.banner2 a{
	margin:0;
	background:url(../images/banner2.gif) no-repeat left top;
}

#footer{
}

#pankuzu{
	margin-bottom:30px;
}

.list{
	margin:0 10px 20px;
	padding-bottom:10px;
	border-bottom:dashed 1px #8C8C8C;
}

.list h3{
	padding:0 0 0 30px;
	font-weight:bold;
	font-size:1.1em;
	background:url(../images/icon_h3.gif) no-repeat left center;
}

.list p{
	margin:0 0 0 20px;
	text-indent:1em;
}

.list p.indent_none{
	text-indent:0;
}

.list ul{
	margin:0 15px 0 20px;
}

.list ul li{
	margin-left:1em;
	text-indent:-1em;
}

/*==共通レイアウト↑==*/

/*==共通・class指定↓==*/

/*-- class↓ --*/

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
}

/* margin↓ */

.margin_b5{
	margin-bottom:5px;
}

.margin_b10{
	margin-bottom:10px;
}

.margin_b15{
	margin-bottom:15px;
}

.margin_b20{
	margin-bottom:20px;
}

.padding10{
	padding:10px;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}

.text_center{
	text-align:center;
}

.vertical_top{
	vertical-align:top;
}

.vertical_middle{
	vertical-align:middle;
}

.vertical_bottom{
	vertical-align:bottom;
}

.indent1{
	text-indent:1em;
}

.indent-1{
	margin-left:1em;
	text-indent:-1em;
}

.indent-2{
	margin-left:2em;
	text-indent:-2em;
}

.indent-3{
	margin-left:3em;
	text-indent:-3em;
}

.red{
	color:red;
}

.gray{
	color:gray;
}

.underline{
	text-decoration:underline;
}

.nowrap{
	white-space:nowrap;
}

.font_xs{
	font-size:0.8em;
}

.font_s{
	font-size:0.9em;
}

.font_l{
	font-size:1.1em;
}

.font_xl{
	font-size:1.2em;
}

/* font-size↑ */

/* アイコン↓ */

.icon_mark_sankaku{
	padding-left:13px;
	background:url(../images/mark-sankaku.gif) no-repeat left center;
}

/* アイコン↑ */

.title_box{
	margin:20px 0;
	text-align:center;
}

.border_box{
	padding:10px;
	border:solid 1px #000000;
}

.border_box_dashed{
	padding:10px;
	border:dashed 1px #000000;
}

/*-- class↑ --*/

/*-- リスト↓ --*/

.ul_square{
	list-style-type:square;
}

/* .icon_sankaku_box */

.icon_sankaku_box{
	clear:both;
	font-size:0.8em;
}

/*==
.f_size_1em　必要？
==*/
.icon_sankaku_box.f_size_1em{
	font-size:1.25em;
}

.icon_sankaku_box li{
	padding:5px 0 3px 20px;
	background:url(../images/mark-sankaku.gif) no-repeat 5px center;
}

.icon_sankaku_box li a.link{
	color:#cccccc;
	text-decoration:none;
}

/* .icon_sankaku_box2 */

.icon_sankaku_box2{
	clear:both;
	font-size:0.9em;
}

.icon_sankaku_box2 li{
	padding:5px 0 3px 20px;
	border-bottom:1px dashed #cccccc;
	background:url(../images/mark-sankaku.gif) no-repeat 5px 10px;
}

/* .icon_doc_box */

.icon_doc_box{
	clear:both;
}

.icon_doc_box li{
	padding:5px 0 3px 20px;
	border-bottom:1px dashed #cccccc;
	background:url(../images/mark-doc.gif) no-repeat 5px center;
}

/* .icon_qa_box */

.icon_qa_box{
	clear:both;
	background:#e7e7e7;
}

.icon_qa_box li{
	padding:5px 5px 5px 35px;
	border-bottom:solid 1px #ffffff;
	background:url(../images/mark-q.gif) no-repeat 5px 5px;
}

/*-- リスト↑ --*/

/*-- 定義リスト↓ --*/

.dl_style_1{
	clear:both;
}

.dl_style_1 dt{
	margin-bottom:5px;
}

.dl_style_1 dd{
	margin:0 0 10px 1.45em;
}

/*-- 定義リスト↑ --*/

/*-- table↓ --*/

.table_style_1{
	width:100%;
	border-collapse:collapse;
}

.table_style_1 th,
.table_style_1 td{
	padding:3px 5px;
	border:solid 1px #000000;
}

.table_style_2{
	width:100%;
	border-collapse:collapse;
}

.table_style_2 th,
.table_style_2 td{
	padding:3px 5px;
	vertical-align:top;
	border:none;
}

/*-- table↑ --*/

/*-- 次のページ、前のページ↓ --*/

.page_link{
	clear:both;
	width:250px;
	height:14px;
	margin:0 auto;
}

.page_link li{
	display:block;
	width:105px;
	height:14px;
	text-indent:-9000px;
}

.page_link li.next{
	float:right;
	background:url(../images/bot-nexton.gif) no-repeat left top;
}

.page_link li.prev{
	float:left;
	background:url(../images/bot-backon.gif) no-repeat left top;
}

.page_link a{
	display:block;
	width:105px;
	height:14px;
}

.page_link li.next a{
	background:url(../images/bot-next.gif) no-repeat left top;
}

.page_link li.prev a{
	background:url(../images/bot-back.gif) no-repeat left top;
}

.page_link li.next a:hover{
	background:#ffffff url(../images/bot-nextover.gif) no-repeat left top;
}

.page_link li.prev a:hover{
	background:#ffffff url(../images/bot-backover.gif) no-repeat left top;
}

/*-- 次のページ、前のページ↑ --*/

/*==共通・class指定↑==*/

