﻿@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■１．初期設定リセット
タグに設定されている初期値を解除
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

table {
	boreder:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height:1.5em;
	color:#666666;
	text-align: center;
	bgcolor:#ffffff;
}



a,
a:link,
a:visited {
	color:#497eb9;
	text-decoration:none;
}

a:hover,
a:active {
	color:#497eb9;
	text-decoration:underline;
	}


ul {
	margin-left:15px;
	margin-bottom:1em;
	list-style-type: disc;
	}
	

ol {
	margin-left:15px;
	margin-bottom:1em;
	list-style-type: decimal;
	}


#layout{
margin-left: auto;
margin-right: auto;
width: 530px;
text-align: left
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.clear { 
	clear: both;
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	}

h2{
	font-size: 14px;
	margin: 0 0 20px 0;
	}

h3{
	font-size: 16px;
	margin: 0 0 10px 0;
	text-align:center;
	}

h4{
	font-size: 16px;
	color:#497eb9;
	}

h5{
	font-size: 12px;
	margin: 10px 0 5px 0;
	}


h6{
	font-size: 12px;
	margin: 30px 0 10px 0;
	padding:0 0 5px 8px;
	color:#497eb9;
	border-bottom:1px dashed #cccccc;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	}
	
.page-up {
	text-align:right;
	margin-top:10px;
}

.line {
	display:block;
	height:10px;
	width: 100%;
	border-bottom: 1px solid #dedfde;
	}

#footer {
	font-size:10px;
	text-align: right;
	margin-bottom:20px;
	}

.f10 {
	font-size:10px;
	line-height:13px;
	}

.blue {
	color:#497eb9;
	font-weight:bold;
	}

.red {
	color:#cc0000;
	font-weight:bold;
	}


#pan{
	 font-size:10px;
}


#pan a,
#pan a:link,
#pan a:visited {
	color:#666666;
	text-decoration:none;
}

#pan a:hover,
#pan a:active {
	color:#497eb9;
	text-decoration:underline;
}
	
.bottom_border td{
	 border-bottom:1px solid #cccccc;
}

.t{
	 height:26px;
	 margin:30px 0 10px 0;
}

.t2{
	 height:26px;
	 margin:0 0 10px 0;
}

.img01{
	 margin:5px 0 20px 0;
}

.text {
	font-size: 12px;
	line-height: 120%
}

.note {
	font-size: 10px; 
	line-height: 110%
}


.map a,
.map a:link,
.map a:visited {
	color:#497eb9;
	text-decoration:none;
}

.map a:hover,
.map a:active {
	color:#497eb9;
	text-decoration:underline;
}

#content_l {
	padding:10px 50px 0 50px;
}

#content_l ul li{
	margin-left:15px;
	list-style-type: disc;
	}


#content_l ol li{
	margin-left:15px;
	list-style-type: decimal;
	}
	
.gray01{
	color:#cccccc;
	}

#contBody table{
	margin-bottom:1em;
	border-collapse:collapse;
	border:solid 1px #666666;
}

#contBody table th,
#contBody table td{
	padding:2px;
	border:solid 1px #666666;
}

#contBody table th{background-color:#f3f3f3;}