@charset "utf-8";


/*---------------------------サイト全体設定--------------------------*/
body {
	margin: -10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	color: #ff9900;
}

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

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

h1 {
	width:900px;
	background: url(../../img/h1_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/head_base_back.jpg) repeat-x;*/
	background-position: 0px -20px;
}

#head_overbox {
	/*background: url(../../img/head_03.jpg) repeat-x;*/
}

#head_area {
	
}

#mainbtn_area {
	/*background:url(../../img/mainbtn_back.jpg) repeat-x;*/
	height: 40px;
}

#main_area {
	width: 900px;
	margin:0 0 30px 0;
}

#foot_area {
	width: 880px;
	background:#900;
	padding: 30px 10px 10px 10px;
}

#foot_area a{
	color:#FFF;
}

#foot_area a:hover{
	color:#FC0;
}


#foot_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	color:#ffffff;
}

#crea_both {
	clear: both;
}

.head_news {
	background:url(../../img/news_back.jpg) no-repeat;
	padding: 10px 15px 10px 60px;
	color:#FFFFFF;
	font-size: 10px;
	height: 22px;
}

.head_link {
	background:url(../../img/head_02.jpg) no-repeat;
	text-align:right;
	vertical-align:top;
	height:79px;
}

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

#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;
}

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

.grey_back {
	background:#F3F3F3;
}

.lightgrey_back {
	background:#F6F6F6;
}

.white_back {
	background: #FFFFFF;
}

.lightblue_back {
	background: #DFF7FF;
}

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



