@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-color: #EDF6FF;
	background-image: url(../images/p__mai-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#WRAP {
	width:950px;
	color:  #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/p__top_main_bg.gif);
	background-repeat: repeat-x;
}
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-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding: 4px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.red2 {
	color: #990000;
}

.blue {
	color: #0066CC;
}
.blue2 {
	color: #006699;
}

.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
form, select, input {
 margin: 0;
 padding: 0;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:11px;
	color:  #333333;
	font-weight: normal;
	margin:0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 {
	margin: 0px;
	padding: 0px;
}

.free-h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #911414;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#TOP {
	width: 950px;
	background: url(../img-layout/bg_top3.jpg) no-repeat;
	position: relative;
	height: 110px;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 15px;
}
#LOGO2 {
	position: absolute;
	left: 0px;
	top: 85px;
}
#LOGO-NEW {
	position: absolute;
	left: 570px;
	top: 80px;
}
#LOGIN-MEMBER {
	position: absolute;
	left: 0px;
	top: 0px;
}


#LOGIN1 {
	position: absolute;
	left: 710px;
	padding-top: 0px;
	top: 12px;
	width: 240px;
	background-image: url(../images/p__login_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
}
#LOGIN1 p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


#MESSAGE {
	left: 50px;
	top: 50px;
}


#MENU-HOME {
	width: 950px;
	float:left;
	background-image: url(../images/p__menu_bg_free.gif);
	background-repeat: repeat-x;
	height: 32px;
}

#MENU {
	width: 930px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
.menu2 {
	float: left;
	margin: 0;
}

/*___________ 【MAIN】 ___________ */
#MAIN {
	width:950px;
	float:left;
	background: url(../img-layout/bg_main3.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-1C {
	width:950px;
	background: url(../img-layout/bg_main3.jpg) repeat-y;
	padding-top: 10px;
}

#MAIN-PAD {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#MAIN-LEFT-2C {
	width:950px;
	float:left;
}

#MAIN-LEFT {
	width:755px;
	float:left;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:560px;
	float:right;
}
#CONTENTS-2C {
	width:750px;
	float:right;
}

#CONTENTS-1C {
	width:780px;
	margin-right: 85px;
	margin-left: 85px;
}
#CONTENTS-1C h2 {
	background-image: url(../images/p__main_h2_bg.gif);
	color: #FFFFFF;
	line-height: 220%;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 18px;
}
#CONTENTS-JOHO1 {
	padding-bottom: 30px;
}
#CONTENTS-JOHO1 h3 {
	background-image: url(../images/p__main_h3_bg2.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#CONTENTS-JOHO1 h4 {
	background-image: url(../images/p__main_h4-bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #956836;
	margin-top: 0px;
	padding-top: 8px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
}






.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
.pan-1c {
	font-size:11px;
	color: #666666;
}

#CONTENTS h3 {
	font-size:14px;
	color: #333333;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CA2222;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CA2222;
}
#CONTENTS 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: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
	font-size: 12px;
}
#SIDE-MENU {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ECF2FE;
	background-image: url(../images/p__side-bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
}

#SIDE-MENU h2 {
	margin: 0px;
	padding: 0px;
}
#SIDE-MENU2 {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ECF2FE;
	background-image: url(../images/p__side-bg1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	margin-top: 10px;
}

.side {
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
	background-image: url(../images/p__side-bg1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#SIDE-RIGHT {
	width:180px;
}
#SIDE-RIGHT h2 {
	background-image: url(../images/p__side-bg2.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


.side-right {
	background-image: url(../images/p__side-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.side-right2 {
	background-image: url(../images/p__side-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
}
.side-right2-pink {
	background-image: url(../images/p__side-bg-pink.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
}

#SIDE-HELP {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}

.side2 {
	background-image: url(../images/p__side-bg1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #ECF2FE;
}
.side2 p {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
#TANAKA {
}
#TANAKA p {
	margin: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/*___________ 【MAIN-RIGHT】 ___________ */
#MAIN-RIGHT {
	width:180px;
	float:right;
}
#MAIN-RIGHT h2 {
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/p__foter_bg.gif);
	background-color: #FFFFFF;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #666666;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #666666;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #666666;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f13 {
	font-size: 13px;
}

.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}

.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;
}
.top-4-riyu-box {
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/p__top-riyu-bg.gif);
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top-4-riyu-box-free {
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/p__top-riyu-bg.gif);
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.side-column {
	background-image: url(../images/p__side-f-tanka.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.side-help li {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.side-help li a {
	text-decoration: none;
	display: block;
	background-image: url(../images/p__li_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}
#SEARCH-BOX {
	background-image: url(../images/p__search_bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#SEARCH-BOX2 {
	background-image: url(../images/p__search_bg1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#SEARCH-BOX2 h2 {
	background-image: url(../images/p__search_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#SEARCH-BOX h2 {
	background-image: url(../images/p__search_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#CONTENTS-SEARCH {
	width:780px;
	margin-right: 85px;
	margin-left: 85px;
}
#SEARCH-BOX3 {
	background-image: url(../images/p__search_bg1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#SEARCH-BOX3 h2 {
	background-image: url(../images/p__search_bg1-3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#SEARCH-BOX4 {
	background-image: url(../images/p__search_bg1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#SEARCH-BOX4 h2 {
	background-image: url(../images/p__search_bg1-2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.search-narabikae-box {
	background-image: url(../images/p__search-narabi-bg.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.search-narabikae-box2 {
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/p__search-narabi-bg2.gif);
}

.search-kensuu-kekka {
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.side-menu-box {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ECF2FE;
	background-image: url(../images/p__side-bg3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
}
.syousai-h3-bg {
	background-image: url(../images/p__main_h3_bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.syousai-h3-bg2 {
	background-image: url(../images/p__main_h3_bg3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.syousai-h3-bg3 {
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.syousai-h3-bg3-2 {
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.syousai-h3-bg4 {
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.login-box {
	padding: 0px;
	background-color: #EFEFEF;
	border: 1px solid #999999;
	width: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 260px;
}
.login-box2 {
	padding: 0px;
	background-color: #EEE8E9;
	border: 1px solid #C0A0A4;
	width: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 260px;
}
.login-box3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 360px;
	background-color: #FFFFFF;
	background-image: none;
}

.side-help li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.side-help li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	background-image: url(../images/p__li_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20px;
}
.side-help li a:hover, .side-help li a:active, .side-help li a:focus {
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 3px center;
}
#FREE-NAME {
	background: url(../img-layout/bg_top3.jpg) no-repeat;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
}
#FREE-NAME a {
	color: #FFFFFF;
	text-decoration: none;
}
#FREE-NAME a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#FREE-MENU01 li {
	float:left;display:block;
}
#FREE-MENU01 ul {margin:0px;}

.free-box1 {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #710000;
	height: 30px;
}
.free-box2 {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #8D1313;
	height: 30px;
}
.free-menu-h3 {
	background-image: url(../images/p__h3-1c.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #600000;
	padding-top: 7px;
	background-position: center;
	text-align: left;
	margin: 0px;
}
.free-menu-h3-2 {
	background-image: url(../images/p__free-menu-h3-bg1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #600000;
	padding-top: 7px;
	text-align: left;
	margin: 0px;
	background-position: center;
}
.free-menu-h3-3 {
	background-image: url(../images/p__free-menu-h3-bg1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #22592C;
	padding-top: 6px;
	background-position: center;
	text-align: left;
	margin: 0px;
}
.free-menu-h4 {
	color: #C4282D;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C4282D;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 7px;
	margin: 10px;
}

.tab01 {
	float: left;
}
.side-left-free {
	background-image: url(../images/p__side-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.free-left-cat01 li {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.free-left-cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background-image: url(../images/p__li_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.side-left-free {
	background-image: url(../images/p__side-bg3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.free-left-cat01 li a:hover, .free-left-cat01 li a:active, .free-left-cat01 li a:focus {
	color: #CC0000;
	margin: 0;
	background-position: 5px center;
}
.side-left-free2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.top-info-padd {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#TOP-INFO p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
}
.top-4-riyu-box-free2 {
	margin-bottom: 20px;
	margin-top: 0px;
	background-image: url(../images/p__top-riyu-bg.gif);
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.bukken-list-kekka-box {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
#CONTENTS-DATA   h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 20px;
}
.kako-h2 {
	color: #625017;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #8D6B23;
}

#CONTENTS-DATA {
	padding-bottom: 30px;
}
#DATA-2C-1 {
	float: left;
	width: 750px;
}
#DATA-2C-2 {
	float: right;
	width: 180px;
}
.syousai-bg-under-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#DATA-2C-2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.syousai-2c-right-midasi {
	color: #990000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
.top-h2 {
	background-image: url(../images/p__h2-2c.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #FFFFFF;
}
.top-info-h2-2 {
	background-image: url(../images/p__top-info-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.top-box-info-p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
}
.top-info-box1  p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
}
.top-info-box2 p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
}
.top-info-padd2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
	margin: 0px;
}
.top-info-h2-1 {
	background-image: url(../images/p__top-info-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#CONTENTS-2C h3 {
	font-size:14px;
	color: #333333;
	background-color: #F6F6F6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BD2F2F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BD2F2F;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#SEARCH-BOX2-750 {
	background-image: url(../images/p__search_bg1-750.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#SEARCH-BOX2-750 h2 {
	background-image: url(../images/p__search_bg1-750.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#LOGO-SEARCH-ICON {
	position: absolute;
	left: 0px;
	top: 85px;
	margin: 0px;
	padding: 0px;
}
.free-menu-h3-kako {
	background-image: url(../images/p__h3-1c-kako.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #5B4417;
	padding-top: 7px;
	background-position: center;
	text-align: left;
	margin: 0px;
}
.free-menu-h3-2-kako {
	background-image: url(../images/p__free-menu-h3-bg1-kako.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #5B4417;
	padding-top: 7px;
	text-align: left;
	margin: 0px;
	background-position: center;
}
.free-menu-h3-3-kako {
	background-image: url(../images/p__free-menu-h3-bg1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #22592C;
	padding-top: 6px;
	background-position: center;
	text-align: left;
	margin: 0px;
}
.free-menu-h4-kako {
	color: #996600;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC9900;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 7px;
	margin: 10px;
}
.pay-bukken-h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #911414;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 20px;
}
.syousai-2c-right-midasi-kako {
	color: #625017;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC9933;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
