@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-repeat: repeat;
	background-color: #F2F2F2;
}
#KYOUBAIWRAP {
	width:900px;
	color:  #333333;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
#TOPMENU{
	float: left;
	height: 125px;
	width: 900px;
}

.top_tel{
	float: right;
	height: 120px;
	width: 275px;
}

.top_jimusyo{
	float: left;
	height: 120px;
	width: 625px;
	margin: 0px;
	padding: 0px;
}

.top_01{
	height: 60px;
}

.top_02{
	height: 60px;
	background-image: url(../img/topmenu_menu.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



.menubt {
	float: left;
	font-size:14px;
	line-height:25px;
	padding-top: 28px;
}

.menubt a {
	color: #663300;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.menubt a:hover,
.menubt a:active, 		/* for IE (Keyboard) */
.menubt a:focus {		/* for Netscape (Keyboard) */
	color: #006699;
	background-image: url(../image/bg_menubt01.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}




.kyoubaitop{
	height: 435px;
	width: 900px;
	background-image: url(../img/top6.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:12px;
	color:  #000000;
	font-weight: normal;
	margin:0;
	height: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 16px;
	text-align: right;
}
#KYOUBAIMENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#KYOUBAIMAIN {
	width:900px;
	float:right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MAIN-PAD {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
/*___________ 【CONTENTS】___________ */
#KYOUBAICONTENTS {
	width:670px;
	float:right;
	margin: 0px;
	padding: 0px;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#KYOUBAICONTENTS h2 {
	font-size:16px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #663300;
	border-left-color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
}
#KYOUBAICONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #015ab4;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#KYOUBAICONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: right center;
}
.nagare{
	width: 400px;
	background-position: center center;
	margin-right: 30px;
	margin-left: 110px;
}

.nagare1{
	width: 400px;
	margin-right: 0px;
	margin-left: 140px;
}




/*___________ 【SIDE】 ___________ */
#KYOUBAISIDE {
	width:180px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#KYOUBAISIDE h2 {
	font-size:12px;
	color: #996600;
	line-height: 30px;
	text-align: center;
	background-color: #015ab4;
	margin: 0;
	padding: 0;
	background-image: url(../img/side-h2.jpg);
	background-repeat: no-repeat;
}
.side {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side01 li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.side01 li a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
}
.side ul {
	font-size: 12px;
}
.side01 li a:visited {
	color: #000000;
	text-decoration: none;
}
.side01 li a:hover,
.side01 li a:active, 		/* for IE (Keyboard) */
.side01 li a:focus {		/* for Netscape (Keyboard) */
	color: #000000;
}
/*___________ 【FOOTER】 ___________ */
#KYOUBAIF-MENU {
	margin: 0;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F90102;
	border-right-color: #F90102;
	border-bottom-color: #F90102;
	border-left-color: #F90102;
	padding-top: 20px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
	background-image: url(../img/f2.jpg);
}
#KYOUBAIF-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#KYOUBAIF-MENU a {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #663300;
	text-decoration: none;
}
#KYOUBAIFOOTER {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	background-color: #323232;
}
#KYOUBAIFOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
#KYOUBAIFOOTER a {
	color: #000000;
	text-decoration: none;
}
#KYOUBAIFOOTER a:hover,
#KYOUBAIFOOTER a:active, 		/* for IE (Keyboard) */
#KYOUBAIFOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
	color: #000000;
}
.s {
	text-decoration: line-through;
}
.u {
	background-color: #FFFFE1;
	border: 1px solid #CCCCCC;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 14px;
	line-height:70%;
	font-weight: normal;
	color: #000000;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
	font-weight: bold;
	color: #FF0000;
}
.f18 {
	font-size: 16px;
	line-height:140%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}
.f24 {
	font-size: 20px;
	line-height:140%;
	color: #FF0000;
	font-weight: bold;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
span.sp{
background-color:yellow;
border-bottom:1px red dotted;
font-weight:bold;
}

span.bold{
font-weight:bold;
}

div.jon{
width:500px;
margin-left:20px;
border:solid 1px black;
}

