body {
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
	color: #111111;
	min-width: 600px;
	text-align: center; 
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #328CFA;
	}

a:visited {
	color: #0F298F;
	}

a:active {
	color: #FF3300;
	}

a:hover {
	color: #FF3300;
	}

.fontM{/*中テキスト*/
font-size: 12px;
line-height: 170%;
letter-spacing: 0.03em;
}

.fontL{/*大テキスト*/
line-height: 150%;
letter-spacing: 0.05em;
font-weight: bolder;
}

.fontS{/*小テキスト*/
font-size: 10px;
line-height: 150%;
letter-spacing: 0.05em;
}

.fontM2{/*中テキスト行ツメ*/
font-size: 12px;
line-height: 130%;
letter-spacing: 0.03em;
}


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

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

#headerArea{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding:10px 0px 10px 10px;
	}

div#headerArea div.logo{
	padding-top:0px;
	margin-left:0px;
}



/* --- Main Area --- */

#bodyArea {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 600px;
	}

#mainArea{
	margin:0px;
	text-align:left;
	}

#mainAreaTop{
	margin:0px;
	float:right;
	text-align:left;
	border-left:1px solid #C3C3C3;
	background-repeat: no-repeat;
	}

h2.titlename{
	margin:15px 25px 15px 25px;
	text-align:left;
	pading:0px;
	clear:both;
	}

#textArea{
	margin:0px 0px 10px 41px;
	width:535px;
	text-align:left;
	clear:both;
	}

.attention{
	color:#FF3300;
}
