/* CSS Document */
html, body {
	text-align: center;
	background-color: #FFF;
	color: #222;
	text-decoration: none;
	font: 12px/1.4em "Trebuchet MS", Arial, sans-serif;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
a {
	color: #333;
	text-decoration:none;
}
p {
	line-height:1.6ems;
	padding:0px;
	margin:0px;
}
#wrapper {
	width:720px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#title {
	width:720px;
	height:66px;
	background: url(images/title.gif) no-repeat 50% 5px;
	text-align:right;
}
.logo {
	padding-top: 41px;
	float:right;
}

#topimage {
	margin-bottom:15PX;
}
#mainmenus {
	margin-top:15px;
	margin-bottom:15px;
	width:720px;
	height:22px;
}
#join {
	margin-left:230px;
	text-align:left;
}
.photo {
	border:1px solid #DEDEDE;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
	float:right;
}
#footer {
	font-size:11px;
	width:720px;
	display:block;
	color:#666666;
	margin-top:10px;
	padding:2px;
	border-top:#DDD 1px solid;
}
.contents {
	margin-top:20px;
}
.submenu {
	float: left;
	width: 200px;
	text-align:left;
}
#news {
	margin-left:230px;
	text-align:left;
}
#news table {
	margin-top:10px;
}
#news .date {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	display:block;
	padding-top:5px;
}
#about {
	margin-left:230px;
	margin-bottom:15px;
	text-align:left;
}
.font_red {
	color:#CC0000;
}
.font_green {
	color: #669933;
}
.font_11px {
	font-size:11px;
	}
.credit {
	color: #999999;
	font-style: italic;
}
.contents_title {
	font-weight: bold;
	color: #666666;
	display: block;
	border-bottom: 2px solid #666666;
}
