body{
	background-color:#E2E2E2;
	margin:0;
	padding:0;
	color:#333333;
	}

h1,h2,h3,h4,h5,
img,span,
p,div, iframe
ul,ol,dl,
li,dt,dd,
form {
	margin: 0;
	padding: 0;
	border: none;
}


/*メインレイアウト*/
#topmainarea{ 
	background-color:#FFFFFF;
	background-image: url(/common/top201103.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: white;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	width:800px;
	margin: 0;
	padding:0 0 0 0;
	}

#mainarea{ 
	width:800px;
	margin: 0;
	padding:0 0 0 0;
	}

#leftarea{ 
	border-left-width:1px solid white;
	width:100px;
	margin:0 0 0 0;
	float:left;
	}

#rightarea{ 
	background-color:white;
	border-right-width:5px solid #333333;
	width: 700px;
	margin : 0 0 0 0;
	float:right;
	}

#indexbox{
	background-color:white;
	border:1px dotted #333333;
	width: 300px;
	margin : 20;
	padding:10;
	}
	
#leftarea .navi{
	background-color:#FFF;
	}

/*フッター*/
#foot{
	width:700px;
	}


/*回り込み*/
.fl_left{float:left;}
.fl_right{float:right;}

/*フォント関連*/
A:link{color: #003366; text-decoration: none;}
A:visited{color:#003366; text-decoration: none;}
A:active{color:#FF6666; text-decoration: none;}
A:hover {color: #CCFF66; text-decoration: underline;}

.m15{font-size: 90%;
	line-height:150%;
	}
.m12{font-size: 90%;
	line-height:125%;
	}
.s12{font-size: 80%;
	line-height:125%;
	}


.grn{color:#CCFF66;}
.blue {color: #6699CC;}
.navy{color:#003366;}
.white{color: #FFFFFF;}
.pink{color:#FF3333;}