#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	float: left;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
    font-size: 13px;
    line-height: 18px;
}
#contents_right {
	float: left;
	width: 265px;
	margin-left: 60px;
	/* [disabled]margin-top: 10px; */
}
.box {
	border: 1px solid #F00;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

.fb_box {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#bars   {
	margin-top: 10px;
    border: 1px solid #F00;
}
#bars h3 {
	background: -moz-linear-gradient(center top , #fff, #f29c25) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f29c25', GradientType=0); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f29c25)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #f29c25); /* for firefox 3.6+ */ 
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #fd0500;
	border-bottom: 1px solid #F00;
}

#bars h3 a{
background: -moz-linear-gradient(center top , #fff, #f29c25) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f29c25', GradientType=0); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f29c25)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #f29c25); /* for firefox 3.6+ */ 
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #fd0500;
	border-bottom: 1px solid #F00;
	text-decoration:none;
}

#bars h3 a:hover {
	text-decoration:none;}

a:hover {
	color: #f29c25;
	text-decoration: none;
}

a {
	color: #fd0500;
	text-decoration: none;}
#contents h1 {
	color: #fd0500;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 10px;
}
hr  {
	background-color: #F29C25;
    border: 0 none;
    color: #F29C25;
    height: 2px;
}

h3{
    padding: 0px;
    margin: 0px;
}

#contents_right h1 {
	color: #fd0500;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 10px;
}

body {
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
}
