@charset "utf-8";

/*ko*/
#wrapper{
	margin:0 auto;
	width: 910px;
}
#header {
	width: 900px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}

#header h1 {
	margin-top:5px;
	float:right;
}

#header .logo {
	float:left;
	padding-top:5px;
}
#header .juusyo {
	position:absolute;
	right:315px;
	bottom:65px;
}
#header .tel {
	position:absolute;
	right:158px;
	bottom:42px;
}
#header .fax {
	position:absolute;
	right:158px;
	bottom:42px;
}
#header .mail {
	position:absolute;
	right:0;
	bottom:42px;
}
#menu {
	clear: both;
}
#menu {
	margin:0 auto;
	width: 900px;
	height:35px;
	overflow: hidden;
}
#menu ul {
	width: 900px;
	height:35px;
	margin:auto;
}

#menu .saiz149{
	width:149px;
}
#menu .saiz150{
	width:150px;
}
#menu .saiz1{
	width:1px;
}
#menu li{
	list-style-type: none;
	float:left;
}


#footer{
	clear:both;
	idth: 900px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}
#footer .f01{
	text-align:left;
	padding:10px 0 5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	display:block;
}

#footer .mail {
	position:absolute;
	right:0;
	top:10px;
}

.copylight {
	font-size: 12px;
	text-align:right;
	padding:0 0 5px 0;
	display:block;
}





#main{
	width:910px;
	margin:auto;
	position:relative;
/*	margin-bottom:10px;*/
	clear:both;
}
#left{
	float:left;
}
#right{
	float:right;
}

#index_left{
	float:left;
	width:611px;
}

#index_left_back{
	background: url(../images/index_bk02.png) center;
	background-repeat:repeat-y;
}

#index_right{
	float:right;
	width:299px;
}

#sub_left{
	float:left;
	width:211px;
}

#sub_left_back{
	background: url(../images/s_menu_bk02.png) center;
	background-repeat:repeat-y;
}

#sub_right{
	float:right;
	width:696px;
}

#sub_right_back{
	background: url(../images/back_02.png) center;
	background-repeat:repeat-y;
}

/*サイドメニュー用*/
div.s_menu * { margin:0;}
div.s_menu li {
	width:192px;
/*	height:33px;*/
    list-style-type:none;
}

div.s_menu a {
	display:block;
	background-image:url(../images/s_menu_bk04.gif);
	background-repeat:no-repeat;
	line-height:23px; /* 文字の縦位置を行間で調整 */
	text-align:left;
	color:#005BAC;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding: 1px 0 0 35px;
}
div.s_menu a:visited { color: #005BAC;}
div.s_menu a:hover {
    background-image:url(../images/s_menu_bk07.gif);
	color: #F29420;
}


#main_back{
	background: url(../images/back_05.png) center;
	background-repeat:repeat-y;
	overflow:hidden;
}


#hinshitsu_left1{
	float:left;
	width:350px;
}
#hinshitsu_right1{
	float:right;
	width:400px;
}

#hinshitsu_left2{
	float:left;
	width:337px;
}
#hinshitsu_right2{
	float:right;
	width:337px;
}



/* Navi */
.bx-pager{
	width: 100px;
	margin: 0 auto;
	overflow: hidden;
}
.bx-pager a{
		display: block;
		width: 10px;
		height: 10px;
		float: left;
		color: #ffffff !important;
		background-color:#999999;
		margin: 0 5px;
		border-radius:10px 10px 10px 10px;
		text-indent:-9999px;
		font-size:9px;
	}
	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
		background-color:#1D2088;
	}