@charset "utf-8";


/*---------------------------サイト全体設定--------------------------*/
body {
	margin: -10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

table {
	font-size: 12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a {
	color: #3BB7D3;
	text-decoration:none;
}

a:hover {
	color: #ff9900;
}

ul {
	float:left;
	list-style:none;
}

li {
	float: left;
	display:inline;
	text-decoration:none;
}

h1 {
	background: #A20000 url(../../img_4th/head_back.jpg) no-repeat;
	background-position: center top;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 0;
}

h2 {
	padding:0;
	margin:0;
}

h3 {
	padding:0;
	margin:0;
}

#clear_both {
	clear:both;
}

#head_basebox {
	background: url(../../img_4th/head_base_back.jpg) repeat-x;
	background-position: 0px -20px;
}

#head_overbox {
	background: url(../../img_4th/head_back.jpg) no-repeat;
	background-position: center -20px;
}

#head_area {
	
}

#mainbtn_area {
	height: 40px;
}

#main_area {
	width: 900px;
}

#foot_area {
	background: url(../../img_4th/foot_line.jpg) no-repeat;
	background-position: center top;
	padding: 30px 0 0 0;
}

#foot_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#foot_atten {
	text-align:center;
	color:#F00;
}

#crea_both {
	clear: both;
}

.head_news {
	background:url(../../img_4th/news_back.jpg) no-repeat;
	padding: 15px 20px 16px 80px;
	color:#FF0000;
	font-size: 10px;
	height: 15px;
}

#mainbtn_box {
	width: 900px;
	text-align:right;
}

#page_navi {
	text-align:left;
	padding: 0 0 0 0;
	color: #999999;
}

.page_navi_now {
	color: #CC0000;
	font-weight: bold;
}

/*---------------------------レイアウトボックス---------------------------*/
#main_left_box {
	vertical-align:top;
	margin-right: 0px;
	margin-bottom: 4px;
	text-align:left;
}

#main_right_box {
	float: right;
	vertical-align:top;
	margin-left: 4px;
	margin-bottom: 4px;
	text-align:left;
}

/*---------------------------検索ページ共通---------------------------*/
#search_box_out {
	border: 1px solid #E6E6E6;
	background:#FFFFFF;
	padding:1px;
	margin:15px 0 0 0;
}

#search_box_in {
	background:#FEF5F0;
	padding:18px;
}

#search_box_in_green {
	background:#F7FFF0;
	padding:18px;
}

/*---------------------------COLOR ---------------------------*/
.black_back {
	background:#000000;
	color: #FFFFFF;
}

.grey_back {
	background:#999999;
}

.lightgrey_back {
	background:#F6F6F6;
}

.white_back {
	background: #FFFFFF;
}

.lightblue_back {
	background: #DFF7FF;
}

.red_back {
	background: #FF0000;
	color: #FFFFFF;
}



