/* ----------基本---------- */

body {
	margin-top: 0px;
	color: #333333;
	text-align: center;
}


a:link {
	color:#003399;
	text-decoration:none;
}

a:visited {
	color:#003399;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.txt8 {
	font-size: 60%; font-style: normal; line-height: 120%;
}
.txt10 {
	font-size: 70%; font-style: normal; line-height: 120%;
}
.txt10_150 {
	font-size: 70%; font-style: normal; line-height: 140%;
}
.txt12 {
	font-size: 90%; font-style: normal; line-height: 130%;
}
.txt12_150 {
	font-size: 90%; font-style: normal; line-height: 150%;
}
.txt12_200 {
	font-size: 90%; font-style: normal; line-height: 200%;
}
.txt14 {
	font-size: 100%; font-style: normal; line-height: 140%;
}
.txt16 {
	font-size: 110%; font-style: normal; line-height: 150%;
}

.txt12b {
	font-size: 90%; font-style: normal; line-height: 130%; font-weight: bold;
}



#allLayout{
	width: 950px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}


/* ----------ヘッダー---------- */

#top-headder{
	width: 950px;
	margin-bottom: 20px;
}

#top{
	width: 930px;
	margin: 5px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#contents{
	width: 900px;
	margin: 5px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#contents-800px{
	width: 800px;
	margin: 5px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}


/*フッター関連--*/
#footer-up{
	width:930px;
	margin-top:5px;
	padding:5px;
	font-size:70%;
	text-align:right;
}

#line{
	width:950px;
}

#footer-link{
	width:950px;
	font-size:80%;
	text-align:center;
	margin-top:10px;
}

#footer-link li{
	display:inline;
	list-style-type:none;
}

#copyright{
	width:950px;
	font-size:70%;
	text-align:center;
	margin-top:5px;
}


