/* ----------基本---------- */

body {
	margin-top: 0px;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
}


a:link {
	color:#6A5642;
	text-decoration:none;
}

a:visited {
	color:#666633;
	text-decoration:none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}


.txt8 {
	font-size: 60%; font-style: normal; line-height: 120%;
}
.txt10 {
	font-size: 75%; font-style: normal; line-height: 120%;
}
.txt10_150 {
	font-size: 75%; font-style: normal; line-height: 140%;
}
.txt10_200 {
	font-size: 75%; font-style: normal; line-height: 200%;
}
.txt12 {
	font-size: 90%; font-style: normal; line-height: 130%;
}
.txt12_12px {
	font-size: 12px; font-style: normal; line-height: 150%;
}
.txt12_150 {
	font-size: 90%; font-style: normal; line-height: 150%;
}
.txt14 {
	font-size: 100%; font-style: normal; line-height: 140%;
}
.txt16 {
	font-size: 110%; font-style: normal; line-height: 150%;
}


#allLayout{
	width: 700px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
	padding: 0px 30px;
}


/* ----------ヘッダー---------- */

#top-headder{
	width: 700px;
	margin-bottom: 20px;
}

#headder{
	width: 700px;
	margin-bottom: 10px;
}

#contents{
	width: 700px;
	margin: 5px 0px;
	text-align: left;
}


/* ----------PageTop---------- */

#pageTop{
	width: 700px;
	text-align: right;
	font-size: 70%;
	letter-spacing: 1px;
	margin: 10px 0px;
}


/* ----------Topic Path---------- */

#topicPass{
	width: 700px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 80%;
}


