body{
	color: #222222;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: small;

}

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

form{
	margin: 0px;
	padding: 0px;
}

a{
	color: #125A9E;
	text-decoration: underline;
}

h1{
	font-size: small;
	line-height: 1.5em;
	color: #222222;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	font-size: medium;
	font-weight: normal;
}

/*レイアウト*/
#wapper{
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
}

#pagebody{
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}

/*ヘッダー*/
#header{
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 185px;
	padding: 5px;
	display:block;
}

#headerin {
	line-height: 1.3;
	}

#header_left {
	float: left;
	text-align: center;
	width: 420px;
	padding-top: 70px;
	}

#header_right {
	float: left;
	width: 400px;
	text-align: justify;
	text-justify: distribute;
	padding-top :10px;
	}

#header_right img {
	margin: 3px;
	}

#header_under {
	clear: none;
	width: 820px;
	margin-top: 5px;
	text-align : right;
	}

#header_under img {
	margin-right: 3px;
	}

.headerbt{
	float: left;
	margin-right: 10px;
}

input {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	background: none;
	font-size: 11px;
	}

/*ナビゲーション*/
#navigation{
	width: 190px;
	float: left;
}

#navigationTitle{
	margin: 0px;
	padding: 0px;
}

#navigationBox01{
	background-image: url(images/navigation_back01.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.8em;
}

#navigationBox01 li{
	padding: 0px;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 1.3em;
	list-style-image: url(images/disc01.jpg);
}

/*コンテンツ*/
#content{
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 453px;
}

#toptitle{
	background-image: url(images/top_title01.jpg);
	background-repeat: no-repeat;
	height: 43px;
	margin-bottom: 30px;
	padding-top: 43px;
	padding-left: 26px;
}

/*ボックス*/
#box01{
	padding-top: 10px;
	margin-bottom: 30px;
}

#box01 li{
	padding: 0px;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-image: url(images/disc01.jpg);
}

#box02{
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 30px;
}

/*タイトル*/
.subtitle01{
	margin-bottom: 20px;
}
#subtitle01{
	margin: 0px;
	padding: 0px;
}

/*リンク*/
#links{
	width: 134px;
	float: left;
	text-align: center;
}

#retrievalBox01{
	background-image: url(images/retrieval_back01.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}

/*フッター*/
#footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
}