/*BASIC DESIGN*/

html{
height: 100%;
}


div{
	height:100%;
}


body {font-size:12px;color:#666666;}
a.none{text-decoration:none; color:#4D3C2F}
a.none:hover{text-decoration:underline;}
a:link{text-decoration:underline;color:#7D4F5D;/*未訪問リンク */}
a:visited{text-decoration:underline;color:#7D4F5D;/*訪問済みリンク */}
a:active{text-decoration:none; color:#486C5C;/*クリックしたとき */}
a:hover{text-decoration:underline; color:#486C5C; /*マウスが乗ったとき */}
.bgcolor {background:#384E5D;}
.contents{background:#FFFFFF;width:650px;}
p {line-height: 150%}



/*TEXT DESIGN*/

h1 {
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h2 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h3 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h4 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
.catch {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	padding: 8px;
	margin: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
}

.text10 {
	font-size: 10px;
	color: #FFFFFF;
}

/*word*/
.word-10 {font-size:10px;normal;}
.word-red {font-size:12px;font-weight:bold;color:#7D4F5D;}
.word-red-u {font-size:12px;text-decoration:underline;color:#7D4F5D;}
.word-blue-n {font-size:12px;font-weight:normal;color:#384E5D;font-style: normal;}
.word-blue-12 {font-size:12px;font-weight:bold;color:#384E5D;}
.word-blue-14 {font-size:14px;font-weight:bold;color:#384E5D;font-style: normal;}
.word-green-n {font-size:12px;font-weight:normal;color:#486C5C;font-style: normal;}
.word-green-12 {font-size:12px;font-weight:bold;color:#486C5C;}
.word-green-14 {font-size:14px;font-weight:bold;color:#486C5C;font-style: normal;}
.word-purple-n {font-size:12px;font-weight:normal;color:#3F2F50;font-style: normal;}
.word-purple-12 {font-size:12px;font-weight:bold;color:#3F2F50;}
.word-purple-14 {font-size:14px;font-weight:bold;color:#3F2F50;font-style: normal;}

.footerlink {
	color: #FFFFFF;
}
