﻿@charset "utf-8";
body {
margin: 0;
padding: 0;
text-align: center;	
}

#wrapper {	
width: 960px;	
text-align: left;        
margin-left: auto;        
margin-right: auto;	
}

/*header*/

#header{
	width:960px;
	height:240px;
	background:url(img/title.jpg) no-repeat;
}

#title_seikyu{
	margin-left:770px;
	margin-top:10px;
}

/*about*/

#about{
	margin-left:30px;
	margin-top:20px;
}

#about_box{
	width:836px;
	border:#FFCC99 2px solid;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
	padding:20px 30px 20px 30px;
}

#about_box_update{
	color:#CC0000;
	text-align:right;
	font-size:16px;
}

/*left_column*/

#sokuhou{
	width:670px;
	margin-left:30px;
	margin-bottom:20px;	
}

#left_column{
	width:720px;
	float:left;
	
	
}

#left_column_left{
	width:320px;
	float:left;
	display:inline;
	margin-left:30px;
	margin-bottom:20px;
}

#left_column_left h2{
	width:320px;
	background:#FF9999;
	margin-bottom:14px;
}

#left_column_left h2 img{
	margin-left:4px;
	margin-top:5px;
}

#h2_new_contents_box{
	width:308px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#FF9999 1px solid;
	border-left:#FF9999 1px solid;
	border-right:#FF9999 1px solid;	
}

#left_column_right{
	width:320px;
	float:left;
	display:inline;
	margin-left:30px;
	margin-bottom:20px;
}

#left_column_right h2{
	width:320px;
	background:#FFCC33;
	margin-bottom:14px;
}

#left_column_right h2 img{
	margin-left:5px;
	margin-top:4px;
}

#h3_new_contents_box{
	width:308px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#FFCC33 1px solid;
	border-left:#FFCC33 1px solid;
	border-right:#FFCC33 1px solid;	
}

#clear{
	clear:both;
}

/*text*/
.new_contents_update{
	color:#FF6339;
	text-align:right;
}

#h2_new_contents_title{
	color:#FF6339;
	font-size:14px;
}

#h3_new_contents_title{
	color:#FF9900;
	font-size:14px;
}

.new_contents_subtitle{
	color:#CC0000;
}

.new_contents{
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
	
}

/*right_column*/

#touki_banner{
	margin-bottom:10px;
	height:83px;}


#right_column{
	width:220px;
	float:right;
	display:inline;
	margin-bottom:20px;
	
}

#right_column h2{
	margin-bottom:8px;
	margin-left:1px;
}

#osusumemoshi_arrow{
	margin-bottom:5px;
}

#osusumemoshi_box{
	width:180px;
	padding:10px 20px 10px 20px;
	background:#FFCC99;
}

#osusumemoshi_box li{
	list-style-type:none;
	margin-bottom:5px;
}


/*footer*/
#footer{
	clear:both;
	padding:5px;
	text-align:center;
	color:#666666;
	line-height:120%;
	font-size:10px;
	background:url(img/footer_background.jpg) no-repeat;
}

