@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	font-style:normal;
}

h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	font-weight:normal;
}
body {  
	font-size: 75%;
}  
html>/**/body {  
	font-size: 12px;  
}

li {
	list-style-type: none;	
}
a{
	color:#FF6600;
}
a:hover{
	color:#FF6600;
	text-decoration:none;
}
p{
	line-height:1.8em;
}
/*-------class-------*/
.out{
	text-indent:-9999px;
	font-size:0.01em;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.small{
	font-size:0.8em;
}
.borderNone{
	border:none;
}
/*------------top------------*/
#top{
	background:#FFFFFF;
}
/*------------head------------*/
#head{
	width:900px;
	height:auto;
	margin:auto;
	text-align:left;
	padding:5px 10px 5px 10px;
}
#head img{
	float:left;
}

/*------------main------------*/
#main{
	width:930px;
	margin:auto;
	background:url(../img/main_bg.gif) left top repeat-y;
	color:#666666;
}
#main #mainCon{
	padding:0 50px 20px 50px;
}
/*------------navi------------*/
#navi{
	width:330px;
	float:right;
	padding:40px 30px 0 0;
}
#navi li{
	float:left;
	padding:0 5px;
}

#home a{
	display:block;
	width:66px;
	height:88px;
	background:url(../img/btn_home.gif) left top no-repeat;
}
#home a:hover{
	background:url(../img/btn_home_h.gif) left top no-repeat;
}

#live a{
	display:block;
	width:66px;
	height:88px;
	background:url(../img/btn_live.gif) left top no-repeat;
}
#live a:hover{
	background:url(../img/btn_live_h.gif) left top no-repeat;
}

#archive a{
	display:block;
	width:66px;
	height:88px;
	background:url(../img/btn_archive.gif) left top no-repeat;
}
#archive a:hover{
	background:url(../img/btn_archive_h.gif) left top no-repeat;
}

#contribution a{
	display:block;
	width:66px;
	height:88px;
	background:url(../img/btn_contribution.gif) left top no-repeat;
}
#contribution a:hover{
	background:url(../img/btn_contribution_h.gif) left top no-repeat;
}

#main #bottomBg{
	background:url(../img/bottom_bg.gif) left top no-repeat;
	height:25px;
}

/*----------conBox----------*/
#main #mainCon #conBox{
	padding-top:30px;
	padding-bottom:10px;
}

/*----------foot----------*/
#foot{
	width:810px;
	margin:auto;
	padding:10px;
	font-size:0.8em;
	background:#E95711;
	color:#FFFFFF;
}
#foot a{
	color:#FFFFFF;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot ul{
}
#foot li{
	display:inline;
	border-right:#FFFFFF solid 1px;
	padding:0 10px;
}
#foot .borderNone{
	border:none;
}


#copy{
	text-align:center;
	font-size:0.9em;
	height:50px;
	padding:5px;
}
#copy a{
	color:#333333;
	text-decoration:none;
}
#copy a:hover{
	text-decoration:underline;
}
