@charset "UTF-8";

/*-----------------------------------------------------
???????륷???ﾈ
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/

h1{ font-size: 12px; font-weight: normal;}
h2{ font-size: 16px; }
h3{ font-size: 16px; font-weight: normal;}
h4{ font-size: 15px; font-weight: normal;}
h5{ font-size: 15px; color: #ff8000;}
h6{ font-size: 14px; color: #008000;}

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


*{ margin: 0; padding: 0; }

img{border: 0px;}

body {
	background:#ffffff;
	text-align:center;}
#container {
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 820px;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 15px;

	}
#head{
	width:100%;
	clear:both; 
	border-bottom: 2px solid #ff0000;
	}
#head a { color:#000000; text-decoration:none; }

#main{
	float: right;
	width: 430px;
	min-height:400px;
	}
#menu{
	float: left;
	width: 160px;
	}
#submenu{
	float: right;
	width: 220px;
	}



#foot{
	width:100%;
	clear:both; 
	text-align:center;
	border-top: 1px solid #808080;
	}
#foot a{ color:#333; text-decoration:none; }
.left{ float: left;}
.right{ float: right;}

#link{ font-size:13px; }
#link a{ color:#333; }




