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

body {width: 100%;
　　letter-spacing: 1px; 
	font-size:80%;
	line-height:120%;
	background: #CCCCCC;
	}

.banner {
	font-size:12px;
	line-height:100%;
	}

table,tr,td{
    vertical-align:top;
　　letter-spacing: 1px; 
	font-size:100%;
	background:#ffffff; 
	line-height:120%;
	padding:10px;
	border-bottom: 1px solid #999999;
}



h1 {
	margin:0 auto;
	width:800px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size:150%;
	line-height: 200%;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
	border-bottom: 3px solid #EF0000;
	}

h2{
	font-size: 100%;
	line-height: 120%;
	margin: 0px;
	padding: 10px;
	border-bottom: 3px solid #999999;
	}

p {
	font-size: 80%;
	line-height: 150%;
	margin: 10px;
	}


/****** コンテンツの大枠の設定 *******/

.mainbody{
	margin:0 auto;
	width:850px;
	position:relative;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background:#FFFFFF;
	}

.left{
	width: 650px;
	float: left;
	font-size:100%;
	line-height:150%;
	border-right: 1px solid #000000;
	background: #ffffff;
	}

.right{
	width: 160px;
	float: left;
	font-size:100%;
	line-height:150%;
	border-left: 1px solid #000000;
	background: #ffffff;
}

.footer{
	font-size:80%;
	text-align: center;
	clear: both;
	letter-spacing: 2px; 
	line-height:150%;
	padding: 15px;
	margin: 0px;
	border-top: 2px solid #339900;
	background: #ffffff;
	}
	
.exit{
	position:absolute;
	width: 300px;
	line-height:100px;
	right: 0px; top: 0px;
	font-size:14px;
	line-height:150%;
	background: #ffffff;
}

.exit img{float: left;}

/***************************/

/******リンクの基本設定 ********/

a{color:#0000ff;text-decoration:underline;}
a:link{color:#0000ff;text-decoration:underline;}
a:visited{color:#800080;text-decoration:underline;}
a:active{}
a:hover{color:#ff0000;text-decoration:underline;}

/***************************/
img{border:0px;margin:5px 5px 5px 0px;}
br{clear:both;}
iframe{margin:0px;padding:0px;}