

body	{
	font-family:メイリオ,meiryo,"ＭＳ Ｐゴシック",Osaka, sans-serif;
	color: #333333;
	background-color: #ffeeee;
	}


A:LINK		{ color: #000088; text-decoration: underline; font-weight: bold; }
A:VISITED	{ color: #008800; text-decoration: underline; font-weight: bold; }
A:ACTIVE 	{ color: #ff0000; text-decoration: underline; font-weight: bold; }
A:HOVER 	{ color: #ffffff; BACKGROUND-COLOR: #cccccc; text-decoration: underline; font-weight: bold; }



h1 {
	text-align: center;
	margin-left: 0px;
	background-color: #ff8800;
	color: #ffffff;
	font-size: 1em;
	border: 5px solid #ff8800;
	}


h2 {
	font-size: 1em;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 15px #669933;
	background-color: #ffffff;
	display: block;
	padding: 5px 3px 3px 5px;
	margin: 10px 400px 10px 0px ;
	}





#metatag	{
}


#contents
	{
	width:950px;
}




#header
	{
	width:950px;
}




#main {
	margin-left: 220px;
	width: 730px;
	position: absolute;
}




#left {
	width: 200px;
	position: absolute;
	left: 5px;
}

/* right を使う時は　これを復活させる
#right {
	position: absolute;
	width: 200px;
	margin-left: 970px;
}
*/





#footer
	{
	background-color:#336600;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
	text-align: center;
	}



