/*
 ** body & COMMONS
 */
body{
	margin:0px;
	padding:0px;
	background:#DDDDDD;
	font-size:12px;
	font-family:helvetica;
}

.clear{
	clear:both;
	margin:0px;padding:0px;
}

img{
	border:0px;
}

h1,h2,h3,h4,h5{
	margin:0px;padding:0px;
	}

a{
	text-decoration:none;
	color:#8C3434;
}

a:hover{
	text-decoration:underline;
}


/*
 ** parts
 */

#head{
	background:#E7E7E7 url(../img/topLine.gif) 0 0 repeat-x;
}
	#head h1{
	position:relative;
	font-size:10px;
	float:left;
	top:10px;
	left:3px;
	font-weight:normal;
	color:#333;
	}

	#head .base{
		margin-left:50px;
		width:800px;
	}
	#head .banner{
		position:relative;
		float:right;
		right:16px;
		_top:-12px;
	}
	#head .logo{
		position:relative;
		float:left;
		top:30px;
	}

	#head ul.menu{
	position:relative;
	list-style:none;
	float:right;
	_top:7px;
	right:15px;
	}

	#head ul.menu li{
	float:left;
	}

	#head ul.menu a{
	font-size:1px;
	color:#E7E7E7;
	display:block;
	width:102px;
	height:27px;
	}

	#head ul.menu li.home a{
		background:url(../img/menu1.gif) 0 0 no-repeat;
	}

	#head ul.menu li.home a:hover,#head ul.menu li.home a.on{
		background:url(../img/menu1_on.gif) 0 0 no-repeat;
	}

	#head ul.menu li.next a{
		background:url(../img/menu2.gif) 0 0 no-repeat;
	}

	#head ul.menu li.next a:hover,#head ul.menu li.next a.on{
		background:url(../img/menu2_on.gif) 0 0 no-repeat;
	}

	#head ul.menu li.last a{
		background:url(../img/menu3.gif) 0 0 no-repeat;
	}

	#head ul.menu li.last a:hover,#head ul.menu li.last a.on{
		background:url(../img/menu3_on.gif) 0 0 no-repeat;
	}

	#head ul.menu li.blog a{
		background:url(../img/menu4.gif) 0 0 no-repeat;
	}

	#head ul.menu li.blog a:hover,#head ul.menu li.blog a.on{
		background:url(../img/menu4_on.gif) 0 0 no-repeat;
	}

	#head ul.menu li.member a{
		background:url(../img/menu5.gif) 0 0 no-repeat;
	}

	#head ul.menu li.member a:hover,#head ul.menu li.member a.on{
		background:url(../img/menu5_on.gif) 0 0 no-repeat;
	}

#main{
	clear:both;
	position:relative;
	top:-12px;
	_top:7px;
	background:#7F7F7F;
	}

	#main .paternA .baseLarge{
		margin-left:50px;
		background:#000 url(../img/screen/screenBg.gif) 0 0 repeat-x;
	}

	#main .paternB .baseLarge{
		margin-left:50px;
		background:#7A9398;
	}

	#main .paternC .baseLarge{
		margin-left:50px;
		background:#7F7F7F;
	}

	#main .lastNite .baseLarge{
		border-left:solid 50px #000;
		background:#FF0000;
	}

	#main .baseLarge .base{
		width:800px;
	}

	#main .baseLarge .base p{
	margin:0px;padding:0px;
	float:left;
	}



#contents{
	clear:both;
	position:relative;
	top:-12px;
	_top:7px;
	background:#BCBD84 url(../img/middleLine.gif) 0 0 repeat-x;
}

	#contents .base{
		margin-left:50px;
		padding-top:20px;
		padding-bottom:20px;
		width:830px;
	}

	#contents .base .left{
		float:left;
		width:375px;
		color:#FFF;
	}

	#contents .base .right{
		float:right;
		width:375px;
		color:#FFF;
	}

	#contents .base p{
		margin:5px 0px;padding:0px;
	}

	#contents .base .left h1{
	width:375px;
	height:21px;
	color:#BCBD84;
	font-size:1px;
	background:#BCBD84 url(../img/maintopic.gif) 0 0 no-repeat;
	}

	#contents .base .left h2{
	margin:10px 0px;
	font-size:14px;
	}

	#contents .base .right h1{
	width:375px;
	height:23px;
	color:#BCBD84;
	font-size:1px;
	background:#BCBD84 url(../img/news.gif) 0 100% no-repeat;
	}

	#contents .base .right ul{
	margin:10px 0px;
	padding:0px;
	list-style:none;
	line-height:160%;
	}

	#contents .base .right li{
	margin:10px 0px;
	padding:0px;
	background:url(../img/liIcon.gif) 0 50% no-repeat;
	line-height:160%;
	padding-left:20px;
	}

	#contents .base .entry{
	line-height:160%;
	}

	#contents .base .entry h3{
	margin-top:10px;
	border-bottom:1px solid #FFF;
	color:#FFF;
	}

	#contents .base .entry .entry-content{
	background:#FFF;
	margin:10px 0px;
	padding:10px 10px;
	}



#footer{
	clear:both;
	background:url(../img/footerShadow.gif) 0 0 repeat-x;
	position:relative;
	top:-12px;
	_top:0px;
	font-size:10px;
	}
	
	#footer .base{
	margin-left:50px;
	width:800px;
	}

	#footer .left{
	float:left;
	}

	#footer .right{
	float:right;
	}

	#footer a{
	margin-right:5px;
	}

	#footer p{
	margin:0px 0px;
	padding:10px 0px 0px 0px;
	}