/*************************
  クリアフィクス
*************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body,td,th {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 140%;
}
body {
	background-image: url(http://sk-shaji.sakura.ne.jp/img/syaji_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
img  {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#logo_box {
	float: left;
	width: 320px;
	line-height: 50px;
	height: 50px;
}
#header_menu_box {
	float: left;
	height: 30px;
	width: 590px;
	background-image: url(http://sk-shaji.sakura.ne.jp/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 20px;
	padding-right: 90px;
}
.menu_icon_style1 {
	margin-right: 10px;
}
.menu_icon_style2 {
	margin-right: 5px;
}
.menu_icon_style3 {
	margin-right: 30px;
}
#contents_area {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#left_column {
	width: 710px;
	margin-right: 20px;
	float: left;
	padding-bottom: 20px;
}
.news_box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6B36E;
}

.news_date {
	margin-bottom: 10px;
	display: block;
}

.news_name {
	font-size: 20px;
	font-weight: bold;
	color: #FF9933;
	padding-bottom: 5px;
	display: block;
}
.news_add {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}

#right_column {
	float: left;
	width: 230px;
	padding-bottom: 20px;
}
#banner_box img {
	margin-bottom: 10px;
}
#banner_box {
	background-color: #000000;
}
#news_title_box {
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6B563;
}
#page_top {
	text-align: right;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#footer {
	line-height: 160%;
	text-align: center;
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.copy_right {
	font-size: 11px;
	color: #999999;
}
