@charset "shift_jis";

/*
	Site Name:
	Description:
	Version:
	Author:
*/

/*
===== CONTENTS ===========================================

1: universal reset
2: #page ページの整形：中央寄せとか
3: #header 画面上部のヘッド部分
4: #contents コンテンツ
5: #footer コピーライト
6: #clear サブページのクリア

==========================================================
*/

/*===== 1: universal reset =================================*/


body {
width: 100%;
margin: 0 auto;
padding: 0;
font-size:14px;
color:#333333;
text-align:center;
}

table{ font-size:100%;}

p {
line-height: 1.6;
}

a:link{
text-decoration: none;
color: #0069B5;
}

a:active{
text-decoration: none;
color: #0069B5;
}

a:visited{
text-decoration: none;
color: #0069B5;
}

a:hover{
text-decoration: none;
color: #F29702;
}

img {border:none;}

ul,li,dl,dt,p {
margin: 0px;
padding: 0px;
}

*+html ul,li,dl,dt,p {
margin: 0px;
padding: 0px;
}

*+html {padding:0;}/* for IE7&Opera */
*html {padding:0;}/* for IE6 */
/*===== 2: #page ページの整形：中央寄せとか =================================*/
#page {
	width: 980px;
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

/*===== 3: #header 画面上部のヘッド部分 =================================*/
#header {
	width:980px;
	height:90px;
	text-align:left;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	font-size: 10px;
	color: #333333;
	margin-right: 5px;
	letter-spacing: 0.1em;
}

#header #headerimg {
	height: 65px;
	margin: 5px 0px;
	/*border-bottom: 2px solid #0069B5;*/
background-image: url(../img/title01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
}

/*===== 4: #contents コンテンツ =================================*/
#contents{
	width:980px;
	margin: 0;
	padding: 0;
	text-align:left;
}

#contents p { /* 本文の段落 */
margin:0px 0px 1em 0px;
}

#breadNavi { /* パンくず */
	margin: 10px;
	padding:0px;
	height: 20px;
	font-size:12px;
	float: left;
}

#breadNavi a{
color: #0069B5;
}

#breadNavi a:hover{
color: #F29702;
}

/*===== 5: #footer コピーライト =================================*/
#footer{
	clear: both;
	width:980px;
	margin: 0 auto;
	padding: 0;
	font-size:12px;
	text-align: center;
}
#copyright {
	width: 980px;
	position: relative;
	top: 20px;
	clear: both;
	margin-top: -10px;
	padding-top: -10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.pagetop {
	background-image: url(../../images/title_top.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 980px;
	margin: 0px;
	height: 30px;
	background-position: right;
	clear: both;
	padding: 0px;
}
.pagetop .pagetoptxt {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.pagetop .pagetoptxt a:link {
	color: #FFFFFF;
}
.pagetop .pagetoptxt a:hover {
	color: #FFFFFF;
}

.pagetop .pagetoptxt a:active {
	color: #FFFFFF;
}
.pagetop .pagetoptxt a:visited {
	color: #FFFFFF;
}

/*===== 6: #clear サブページのクリア =================================*/
#clear {
clear: both;
margin-top:5px;
}
.line {
	clear: both;
	height: 1px;
	background-color: #004897;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
