@charset"shift_jis";


/*　リセット　*/
h1,h2,h3,h4,h5,h6,span,p,dl,dt,dd,address {
	margin: 0;
	padding :0;
	font-style:normal;
	font-weight:normal; 
	font-size:100%; 
} 


img {border:0px;}


/*　全体設定　*/

a{text-decoration: none;}
a:visited{text-decoration: none;color:#2485a5;}
a:hover {text-decoration: underline;color:#009fc5;}
a:link {text-decoration: underline;color:#009ec3;}
a:active{text-decoration: none;}


html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	background: url(../img/body-bg.jpg) repeat-x;
	color:#555555;
	text-align:center;
}


/*　container-bg　*/
div#container-bg {
	width:828px;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../img/container-bg.png) repeat-y;
	text-align:left;
	behavior: expression(IEPNGFIX.fix(this));
}
/*　IE7を含むモダンブラウザにのみ適用（バージョン6以下のIEを除外）　*/
html>body>#container-bg {
	height: auto;
}

/*　---------　container　---------　*/
div#container {
	position:relative;
	width:800px;
	margin: 0 14px;
}


/*　---------　header　---------　*/
div#header {
	position:relative;
	width:800px;
	height:40px;
}

#header h1 {
	position:absolute;
	top:12px;
	left:20px;
	width:169px;
	height:16px;
	background: url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
}


/*　---------　globalnavi　---------　*/
#globalnavi { 
	width:800px;
	height:40px;
	background:url(../img/globalnavi.jpg) no-repeat; 
}

#globalnavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#globalnavi li {
	margin:0;
	padding:0;
	text-indent:-9999px;
	float:left;
}

#globalnavi li a {
	display:block;
	height:40px;
	text-decoration:none;
/*\*/
overflow:hidden;/*　---------　背景表示対策 MacIE対策　---------　*/
/**/
}

/*----------------------------------------*/
#globalnavi01 {
	width:134px;
}

#globalnavi01 a:hover {
	width:134px;
	height:40px;
	background: url(../img/glovalnavi-on.jpg) 0 0; 
}

#globalnavi01on {
	width:134px;
	background: url(../img/glovalnavi-on.jpg) 0 0;
}
/*----------------------------------------*/
#globalnavi02 {
	width:133px;
}

#globalnavi02 a:hover {
	width:133px;
	height:40px;
	background: url(../img/glovalnavi-on.jpg) -134px 0; 
}

#globalnavi02on {
	width:133px;
	background: url(../img/glovalnavi-on.jpg) -134px 0;
}
/*----------------------------------------*/
#globalnavi03 {
	width:133px;
}

#globalnavi03 a:hover {
	width:133px;
	height:40px;
	background: url(../img/glovalnavi-on.jpg) -267px 0; 
}

#globalnavi03on {
	width:133px;
	background: url(../img/glovalnavi-on.jpg) -267px 0;
}
/*----------------------------------------*/
#globalnavi04 {
	width:133px;
}

#globalnavi04 a:hover {
	width:133px;
	height:40px;
	background: url(../img/glovalnavi-on.jpg) -400px 0; 
}

#globalnavi04on {
	width:133px;
	background: url(../img/glovalnavi-on.jpg) -400px 0;
}
/*----------------------------------------*/
#globalnavi05 {
	width:133px;
}

#globalnavi05 a:hover {
	width:133px;
	height:40px;
	background: url(../img/glovalnavi-on.jpg) -533px 0; 
}

#globalnavi05on {
	width:133px;
	background: url(../img/glovalnavi-on.jpg) -533px 0;
}
/*----------------------------------------*/
#globalnavi06 {
	width:134px;
}

#globalnavi06 a:hover {
	width:134px;
	height:40px;
	background: url(../img/glovalnavi-over.jpg) -666px 0; 
}

#globalnavi06on {
	width:134px;
	background: url(../img/glovalnavi-on.jpg) -666px 0;
}


/*　---------　h2以下部分　---------　*/
div#content {
	width:800px;
	margin:0;
	padding:0;
	font-size:80%;
}

div#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/*　---------　main　---------　*/
div#main {
	width:570px;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.75em; 
	float:right;	
}

div#main-2 {
	width:680px;
	margin:10px auto 10px auto;
	padding:0;
	line-height:1.75em; 
}

/*　---------　h3　---------　*/
h3 {
	width:570px; 
	height:27px; 
	margin:0 0 10px 0; 
	padding:10px 0 0 0;
}

h3#h3-2 {
	width:200px; 
	height:27px; 
	margin:0 0 5px 0; 
	padding:10px 0 0 0;
}

/*　---------　h4　---------　*/
h4 {
    clear:both;
	width:540px; 
	margin:0 10px 10px 20px; 
	padding-top:10px; 
	font-weight:bold; 
	font-size:1em; 
	border-bottom:2px solid #0066CC; 	 
}

h4.h4-2 {
    clear:both;
	width:630px; 
	margin:15px 0 10px 0; 
	padding-top:10px; 
	font-weight:bold; 
	border-bottom:2px solid #0066CC; 	 
}

h4.h4-3 {
	font-weight:bold; 
	font-size:100%; 
	margin:0; 
	padding:0; 
	border-bottom:none;
}

h4.h4-3:first-letter {
    color:#0066CC; 
	padding-right:5px;
}


/*　---------　h5　---------　*/
h5 { 
    clear:both; 
	width:540px; 
	margin:0 10px 5px 20px; 
	padding-top:10px; 
	font-weight:bold; 
	font-size:100%; 
}

h5:first-letter {
    color:#0066CC; 
	padding-right:5px;
}

h5.h5-2 { 
    clear:none; 
	width:auto; 
	margin:0 0 5px 0; 
	padding-top:10px; 
	font-weight:bold; 
	font-size:100%; 
}

/*　---------　main　---------　*/
div.maintext {
	width:540px;
	margin:0 10px 10px 20px;
	padding:0;
}

div.maintext:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


div.maintext-2 {
	width:630px;
	margin:0 20px 10px 30px;
	padding:0;
}

/*　---------　div　---------　*/
div.subtext {
	width:250px; 
	float:left;
	margin:0 10px 5px 20px;
	display:inline;
	overflow:hidden;
}

div.h4text {
	margin:0 10px 10px 30px; 
}

/*　---------　テキスト　---------　*/
p.p-right { 
    text-align:right;
}

/*　---------　table　---------　*/
table { 
	margin:0 10px 10px 20px;
	padding:2px;
	border:solid 1px #B2B2B2;
	border-collapse: collapse; 
}
table th{
	border:solid 1px #B2B2B2;
	border-collapse: collapse;
	background-color:#f8f8ff;
	font-weight:normal;
	text-align:center;
	padding:4px;
	vertical-align:top;
}
table td{
	border:solid 1px #B2B2B2;
	border-collapse: collapse;
	background-color:#ffffff;
	padding:4px; 
	vertical-align:top;
}

/*　---------　table2　---------　*/
table.table2 { 
	margin:0 10px 10px 30px;
	padding:2px;
	border:solid 1px #B2B2B2;
	border-collapse: collapse; 
	 
}
table.table2 th{
	border:solid 1px #B2B2B2;
	border-collapse: collapse;
	background-color:#f8f8ff;
	font-weight:normal;
	text-align:center;
	padding:4px 10px;
	vertical-align:top;
}
.table2 td{
	border:solid 1px #B2B2B2;
	border-collapse: collapse;
	background-color:#ffffff;
	padding:4px 10px; 
	vertical-align:top;
}

.table2 td.t2td1 { 
    border-right: dashed 1px #B2B2B2;
}
.table2 td.t2td2 { 
    border-left: dashed 1px #B2B2B2;
}

/*　---------　tableボーダーなし　---------　*/
table.box { 
	margin:0 10px 10px 20px;
	padding:2px;
	border:none;
}
table.box th {
	border:none;
	background-color:#ffffff;
	padding-right:20px; 
	vertical-align:top;
	text-align:left;
}
table.box td {
	border:none;
	background-color:#ffffff;
	padding:0 20px 0 0; 
	vertical-align:top; 
}
table.box td.white {
	border:none; 
	width:30px;
}


/*　---------　img　---------　*/
img.imgcenter { 
    /*margin:0 auto;*/ 
	border:1px solid #dcdcdc; 
	padding:3px; 
} 

img.imgleft {
    float:left; 
	border:1px solid #dcdcdc; 
	padding:3px; 
	margin-right:10px; 
}

img.imgleft2 {
    float:left; 
	border:1px solid #dcdcdc; 
	padding:3px; 
	margin:5px 10px 10px 10px;
}

div.imgcapleft {
    float:left; 
	border:1px solid #dcdcdc; 
	padding:3px 3px 0 3px; 
	margin:0 0 10px 5px; 
	font-size:80%; 
	text-align:center;
}

div.imgcap-blue {
	padding:0; 
	margin:0;
	text-align:center; 
	background-color:#f4a460; 
	font-weight:bold; 
	line-height:1.5em;
}

/*　---------　リスト　---------　*/
ul { 
    margin-bottom:0;
}

ol { 
	padding:0;
	margin:0 0 0 25px; 
}

ol li { 
	padding:0;
	margin:0 0 10px 0; 
}

ol.ol-2 li { 
	padding:0;
	margin:0; 
}


dl.newsdate {
	overflow: hidden; 
	padding-bottom:5px; 
}
dl.newsdate dt{ 
    color:#009fc5; 
	float:left;
	margin:0;
	padding:0 10px 0 20px; 
	display:block; 
	width:80px; 
	overflow:hidden; 
	font-weight:bold;
}
dl.newsdate dd{
	float:left;
	margin:0;
	padding:0 10px 0 0; 
	display:block;	
	width:450px; 
}
dl.newsdate:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html dl.newsdate {
	height: 1em;
	overflow: visible;
}

/*　---------　pagetopへ戻る　---------　*/
div#gotop { 
    clear:both;
    text-align:right;
	margin-bottom:20px; 
	font-size:80%;
}
	
	
/*　---------　footer　---------　*/
div#footer{
	clear:both; 
	width:800px;
	padding:20px 0 0 0;
	background: url(../img/footer-bg.jpg) no-repeat;
	text-align:center;
}

#footer address{
	margin-top:10px;
	color:#A5B0AC;
	font-style:normal;
	font-size:70%;
	font-family: "ms p gothic","Osaka",sans-serif;
}


/*　---------　footernavi　---------　*/
#footernavi {
	width:380px;
	height:10px;
	margin:0 auto;
	background:url(../img/footer-navi.gif) no-repeat;
}

#footernavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footernavi li {
	margin:0;
	padding:0;
	text-indent:-9999px;
	float:left;
}

#footernavi li a {
	display:block;
	height:10px;
	text-decoration:none;
/*\*/
overflow:hidden;/*　---------　背景表示対策 MacIE対策　---------　*/
/**/
}
/*----------------------------------------*/
#footernavi01 {
	width:149px;
}

#footernavi01 a:hover {
	width:149px;
	height:10px;
	background: url(../img/footer-navi-over.gif) 0 0; 
}

#footernavi01on {
	width:149px;
	background: url(../img/footer-navi-over.gif) 0 0;
}
/*----------------------------------------*/
#footernavi02 {
	width:133px;
}

#footernavi02 a:hover {
	width:133px;
	height:10px;
	background: url(../img/footer-navi-over.gif) -149px 0; 
}

#footernavi02on {
	width:133px;
	background: url(../img/footer-navi-over.gif) -149px 0;
}
/*----------------------------------------*/
#footernavi03 {
	width:97px;
}

#footernavi03 a:hover {
	width:97px;
	height:10px;
	background: url(../img/footer-navi-over.gif) -282px 0; 
}

#footernavi03on {
	width:97px;
	background: url(../img/footer-navi-over.gif) -282px 0;
}
/*----------------------------------------*/
