@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	color:#666;
	line-height:1.5em;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#wrap {
	background:url(../img/main_back.jpg) no-repeat center 90px;
}
/*--------------------
テキストスタイル
--------------------*/
a {
	color:#C6975B;
}
a:visited {
	color:#D0A979;
}
a:hover {
	color:#CFA776;
	text-decoration:none;
}

.txt_small {
	font-size:11px;
}

.txt_xsmall {
	font-size:10px;
}

.txt_lage {
	font-size:14px;
}

.txt_xlage {
	font-size:16px;
}

.txt_center {
	text-align:center;
}


.txt_right {
	text-align:right;
}

.red {
	color:red;
}

.bold {
	font-weight:bold;
}

.pd5 {
	padding:5px;
}

.pd10 {
	padding:5px 10px;
}

.pd15 {
	padding:5px 15px;
}

img {
	text-decoration:none;
	border:none;
}

.attention {
	width:740px;
}

.attention a {
	width:740px;
	display:block;
	background-color:#F5ABAB;
	color:#900;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration:none;
}

.attention a:hover {
	width:740px;
	display:block;
	background-color:#F8C0C0;
	color:#900;
}

/* header */
#wrap #head_box {
}

#wrap #head_box #head {
	background:url(../img/head_bg.jpg) repeat-x;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#wrap #head_box #head #logo {
	background:url(../img/open_info2.jpg) no-repeat top right;
	width:950px;
}

#wrap #head_box #menu_box {
}

#wrap #head_box #menu_box ul {
	width:950px;
	height:40px;
	list-style:none;
	margin:0 auto;
}

#wrap #head_box #menu_box li {
	width:230px;
	height:40px;
	float:left;
}

#wrap #head_box #menu_box #home_btn {
	width:40px;
}
#wrap #head_box #menu_box #inquiry_btn {
	width:220px;
}

/* main */
#wrap #main {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#wrap #main #slider {
	height:280px;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}

#wrap #main #side_box {
	float:left;
}

#wrap #main #side_box #menu_h_box {
	list-style:none;
}

#wrap #main #side_box #menu_h_box {
	line-height:0;
}

#wrap #main #side_box #menu_h_box img {
	display:block;
	vertical-align:bottom;
}

#wrap #main #side_box #side_menu {
	list-style:none;
}

#wrap #main #side_box #side_menu li {
	margin-top:5px;
	line-height:0;
}
#wrap #main #side_box #side_menu li img {
	vertical-align:top;
	display: block;
}

#wrap #main #side_box #side_menu li a {
	line-height:normal;
}

#wrap #main #contents {
	width:740px;
	float:right;
}

#wrap #main #contents #new_list {
	width:730px;
	list-style:none /*inside url(../img/arrow_brown.gif)*/;
}

#wrap #main #contents #new_list li {
	width:730px;
	height:37px;
	border-bottom:dotted 1px #CCC;
	line-height:37px;
	margin-left:5px;
}

#wrap #main #contents #new_list li img {
	vertical-align:middle;
}

#wrap #main #contents #new_list li .date {
	margin-left:4px;
	margin-right:8px;
	color:#666;
}
#wrap #main #contents #new_list_more {
	width:auto;
	text-align:right;
	height:30px;
	line-height:30px;
	border-bottom:#423629 2px solid;
	padding-right:10px;
}

/* ========== FOOTER ========== */
#footer {
	background:/*#C7975C*/ url(../img/foot_bg.gif) repeat-x;
	width:auto;
	height:80px;
	margin-top:30px;
	padding:10px;
}

#foot_navi {
	list-style:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
}
#foot_navi li {
	float:right;
	margin-right:30px;
	font-size:12px;
}
#foot_navi li img {
	vertical-align:top;
	margin-right:4px;
}
#foot_navi li a,
#foot_navi li a:visited {
	color:#FFF;
	text-decoration:none;
}
#foot_navi li a:hover {
	color:#FCF7E9;
	text-decoration:underline;
}

#footer #copyright {
	text-align:center;
	font-size:12px;
	color:#FFF;
	margin-top:30px;
}


/* KITAOUMI INDEX DESIGN */
/* ----------------------------------------- */
#main .foot_bana {
	list-style:none;
	margin-left:-10px;
	width:960px;
	margin-top:15px
}

#main .foot_bana li {
	width:230px;
	height:50px;
	float:left;
	margin-left:10px;
}



/* common design */
/* ----------------------------------------- */
.p10 { padding:10px;}
.pl10 { padding-left:10px;}
.pl20 { padding-left:20px;}
.pb20 { padding-bottom:20px;}
.pb20 { padding-bottom:20px;}