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

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

.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;
}



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

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:820px;
	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: 150px;
	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 #000000;
	background: #ffffff;
	}




.exit{
	position:absolute;
	width: 300px;
	line-height:100px;
	right: 0px; top: 0px;
	font-size:14px;
	line-height:150%;
	background: #ffffff;
}


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

.cap{
	font-size:16px;
	line-height:150%;
	border-bottom: 2px solid #FF0000;
	background: #CCCCCC;
	padding: 5px;
	margin: 5px;
}



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

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;}

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