@charset "utf-8";


/* default stylesheet */

@import "default.css";



/* style */

body {
	background:url(http://rock-freak.com/img/bg.png) repeat-x;
	margin:0 auto;
}

#wrap {
	margin:0 auto;
	width:930px;
	height:100%;
	
}


#header {
	width:930px;
	height:100px;
}


#logo {
	margin-top:10px;
	width:335px;
	height:85px;
	float:left;
}


.header_add {
	margin-top:20px;
	width:468px;
	height:60px;
	float:right;
}

#navi {
	background:url(http://rock-freak.com/img/navi_bg.png) no-repeat;
	margin:5px 0;
	padding:10px 0;
	width:930px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:20px;

	clear:both;
}


#navi ul li {
	display:inline;
}


#navi a:link {
	color: #ffffff;
	text-decoration: none;
}
 
#navi a:visited {
	color: #ffffff;
	text-decoration: none;
} 

#navi a:hover {
	color: #ffff00;
	text-decoration: none;
}

#navi a:active {
	color: #ffff00;
	text-decoration: none;
}



#main {
	width:620px;
	height:100%;
	min-height:500px;
	float:left;
}


#side {
	width:300px;
	height:100%;
	min-height:500px;
	margin-left:10px;
	float:left;
}



#footer {
	background:url(http://rock-freak.com/img/footer.png) repeat-x;
	height:200px;
	padding-top:80px;
	text-align:center;
	color:#ffffff;
	clear:both;
}


h2 {
	background:url(http://rock-freak.com/img/h2.png) no-repeat;
	width:610px;
	height:40px;
	padding:5px;
	color:#ffffff;
	text-shadow: 0px 0px 5px #000;
	font-size:20px;
}


h3 {
	background:url(http://rock-freak.com/img/h3.png) no-repeat;
	width:610px;
	height:20px;
	margin:10px 0;
	padding:5px 5px 5px 10px;
	text-shadow: 3px 3px 3px #a9a9a9;
}


h4 {
	margin:5px 0;
	background:#696969;
	color:#ffffff;
	text-shadow: 3px 3px 3px #a9a9a9;
	padding:5px;
}


.post {
	margin:5px;
	width:610px;
	height:100%;
}


.date {
	background:#000000;
	margin-right:10px;
	padding:3px;
	color:#ffffff;
}


.price {
	background:#ff0000;
	margin:3px;
	padding:5px;
	color:#ffffff;
}



#contact_form th,td{
	height:30px;
}
