@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../image/top/bk.png);
	background-repeat: repeat-x;
	background-color: #eaeaea;
}
a:link,a:visited {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #996600;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_banner {
	background-color: #003399;
	float: left;
	height: 20px;
	width: 100%;
	background-image: url(../image/top/bk_banner.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 5px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#header_banner a,#footer a {
	color: #FFFFFF;
}
#header_banner a:hover,#footer a:hover {
	color: #CC9900;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
#header {
	float: left;
	width: 100%;
	height: 77px;
}
#header .logo {
	float: left;
}
#menu_inner {
	float: left;
	padding-left: 2px;
	font-size: 13px;
	padding-bottom: 10px;
}
#menu_inner    .menu_left   {
	background-image: url(../image/top/menu_off_01.png);
	width: 195px;
	height: 47px;
}
#menu_inner  .menu_center  {
	background-image: url(../image/top/menu_off_02.png);
	width: 195px;
	height: 47px;
}
#menu_inner .menu_right {
	background-image: url(../image/top/menu_off_03.png);
	width: 195px;
	height: 47px;
}
#menu_inner .menu_center .font12 {
	font-size: 11px;
	line-height: 1.2em;
}
#main {
	float: left;
	width: 771px;
}
#slide {
	float: left;
	height: 330px;
	width: 771px;
	background-image: url(../image/top/bk_slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

#slideshow {
	position:relative;
	width:765px;
	height:325px;
	top: 3px;
	left: 3px;
}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

#main .trisection {
	float: left;
	width: 236px;
	padding: 10px;
}
#main .trisection_inner {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	padding-right: 8px;
}
#main .trisection_inner .jirei_img {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
#main .trisection_inner p {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
#main   .trisection_inner .jirei_button {
	float: left;
	width: 100%;
	text-align: right;
}
h1 {
	font-size: 11px;
	width: 100%;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #e4c775;
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 8px;
}
h2   span  {
	padding-left: 35px;
	padding-top: 5px;
	vertical-align: middle;
}
h3 {
	font-size: 12px;
}
#sidebar {
	width: 200px;
	float: right;
	background-image: url(../image/top/bk_slidebar.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
#sidebar  h2 {
	margin-top: 8px;
}
#sidebar_inner {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#sidebar .jirei_mini {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
#sidebar .jirei_button {
	clear: both;
	padding-bottom: 10px;
}
#sidebar p {
	padding-bottom: 8px;
	font-size: 11px;
}
#flow {
	float: left;
	padding: 10px;
}
#flow .flow_img {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#flow_left  {
	width: 425px;
	float: left;
}
#flow_left ul  {
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}
#flow_left  li  {
	float: left;
	padding-right: 30px;
	padding-left: 0px;
	list-style-type: disc;
}
#flow_left h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
#flow_left p {
	padding-bottom: 10px;
}
#flow_right {
	float: right;
	width: 280px;
}
#flow_right p {
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 11px;
}
#footer {
	background-color: #003399;
	float: left;
	width: 100%;
	background-image: url(../image/top/bk_banner.png);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.link {
	color: #d3d3d3;
	padding-left: 10px;
}
.link a {
	color: #d3d3d3;
}
