@charset "utf-8";
/* CSS Document */

body {
	background:url(top_img/top_bg.jpg) no-repeat top center;
	font-size:14px;
	line-height:1.6;
	color:#3b3b3b;
	font-family:Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
}

div#header {
	width:960px;
	padding-top:15px;
	position:relative;
	margin-bottom:397px;
}

h1 {
	float:left;	
}

ul#h_nav_Area {
	float:right;
	border:1px solid #666;
	width:420px;
	background:url(top_img/h_nav_bg.png) repeat;
}


div#header p#catch {
	position:absolute;
	top:120px;
	left:10px;
}

div#header div#contact_Box {
	position: absolute;
	width: 270px;
	background: #fff;
	top: 130px;
	right: 7px;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#header div#contact_Box h2{
	margin-bottom:5px;
}


div#header div#contact_Box p{
	font-size:20px;
	font-weight:bold;
}

div#header div#contact_Box p span{
	font-size:16px;
	margin-right:5px;
}

div#header div#contact_Box p.mailfont{
	font-size:14px;
	margin-right:5px;
}
.contact_items {
	background: #fff;
	padding: 15px 0;
	border-top: 1px solid #333;
	text-align: left;
}
.contact_items p {
	font-size: .8rem !important;
}
.no-links {
	cursor: auto;
}
.no-links:hover {
	color: inherit;
	opacity: inherit;
	cursor: auto;
	pointer-events: none;
}

/* 
g_nav
*************************************************/
div#nab_Box {
	width:100%;
	background:url(top_img/bg_nav.png) repeat-x top left;
}

ul#g_nav {
	padding:5px;
	width:960px;
	margin:0 auto;
	margin-bottom:50px;
}

ul#g_nav li{
	float:left;
}

div#contents {
	width:960px;
	margin:0 auto;
	margin-bottom:50px;
}


/* 
main_contents
*************************************************/

div#contents div#main_contents{
	float:left;
	width:575px;
	margin-right:25px;
}

div#contents div#main_contents h2{
	background:url(top_img/bg_title.gif) repeat-x left bottom;
	padding:8px;
	margin-bottom:15px;
	width:559px;
}



ul#info_list {
	width:560px;
}

ul#info_list li{
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	padding-bottom:10px;
	width:550px;
}

ul#info_list li span.date{
	width:100px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

ul#info_list li span.info_txt{
	width:400px;
	float:left;
}


/*scroolbar*/

.scrBox {
	overflow-y:auto;
	height:500px;
	position:relative;
	margin-bottom:15px;
}

/* 本体 */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
	width:8px;
	background-color:#eee;
}

/* 縦スクロールバー */
.vscrollerbar {
	width:10px;
	background-color:#666;
}

/* 横スクロール範囲 */
.hscrollerbase {
	height:10px;
	background-color:#eee;
}

/* 横スクロールバー */
.hscrollerbar {
	height:10px;
	background-color:#1f87c6;
}

/* 縦横スクロールバー */
.scrollerjogbox {
	width:10px;
	height:10px;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	background-color:#eee;
}

/* 
sub_contents
*************************************************/

div#sub_contents {
	width:360px;
	float:left;
}

div#sub_contents ul li{
	margin-bottom:20px;
}
