@charset"utf-8";
/* 基本スタイルシート */



/*デフォルトのリセット*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
body {
	word-break: break-all;
	font: 12px/1.22 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
 *font-size:small;
 *font:x-small;
	background: #fff url(../image/shared/bg.gif) 0 0 repeat-y;
}
img {
	border: none;
}
/*基本リンク色*/



a:link {
	color: #0000FF;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
/*太字*/
strong {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
}
/*hr*/

hr {
	display: none;
}
/*非表示*/
.invisible {
	display: none;
}
/*フロートクリア*/
div.clear {
	clear: both;
	height: 0px;
}
div.clear1px {
	clear: both;
	height: 1px;
}
/* SHARED Style
------------------------------------------------*/
#CONTAINER {
	width: 980px;
}
#CONTAINER #SIDE_MENU {
	background: #86C028 url(../image/shared/side_head.gif) 0 0 no-repeat;
	width: 270px;
	float: left;
}
#CONTAINER #SIDE_MENU h1,  #CONTAINER #SIDE_MENU h2 {
	display: none;
}
#CONTAINER #SIDE_MENU #btTop {
	position: absolute;
	top: 125px;
	left: 27px;
}
#CONTAINER #SIDE_MENU #btTop a {
	width: 81px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	background: url(../image/shared/bt_top.png) 0 0 no-repeat;
}
#CONTAINER #SIDE_MENU #btTop a:hover {
	background-position: 0 -31px;
}
#CONTAINER #SIDE_MENU #menuBox {
	padding-top: 160px;
	padding-left: 10px;
}
#CONTAINER #SIDE_MENU #btArea {
	padding-top: 10px;
	padding-left: 10px;
}
/* MENU Style
------------------------------------------------*/
#menuBox ul {
	background: url(../image/shared/bg_menu.png) 0 0 no-repeat;
	list-style: none;
	padding-top: 14px;
}
#menuBox ul li a {
	text-indent: -9999px;
	width: 250px;
	height: 48px;
	display: block;
	overflow: hidden;
}
#menuBox ul li#guide a {
	background: url(../image/shared/side_menu.gif) 0 -14px no-repeat;
}
#menuBox ul li#guide a:hover {
	background: url(../image/shared/side_menu.gif) -250px -14px no-repeat;
}
#menuBox ul li#info a {
	background: url(../image/shared/side_menu.gif) 0 -14px no-repeat;
}
#menuBox ul li#info a:hover {
	background: url(../image/shared/side_menu.gif) -250px -14px no-repeat;
}
#menuBox ul li#syunkan a {
	background: url(../image/shared/side_menu.gif) 0 -62px no-repeat;
}
#menuBox ul li#syunkan a:hover {
	background: url(../image/shared/side_menu.gif) -250px -62px no-repeat;
}
#menuBox ul li#hatsutabi a {
	background: url(../image/shared/side_menu.gif) 0 -110px no-repeat;
}
#menuBox ul li#hatsutabi a:hover {
	background: url(../image/shared/side_menu.gif) -250px -110px no-repeat;
}
#menuBox ul li#nama a {
	background: url(../image/shared/side_menu.gif) 0 -158px no-repeat;
}
#menuBox ul li#nama a:hover {
	background: url(../image/shared/side_menu.gif) -250px -158px no-repeat;
}
#menuBox ul li#unazuqueen a {
	background: url(../image/shared/side_menu.gif) 0 -206px no-repeat;
}
#menuBox ul li#unazuqueen a:hover {
	background: url(../image/shared/side_menu.gif) -250px -206px no-repeat;
}
#menuBox ul li#present a {
	background: url(../image/shared/side_menu.gif) 0 -254px no-repeat;
	height: 192px;
}
#menuBox ul li#present a:hover {
	background-position: -250px -254px;
}
#btArea ul {
	list-style: none;
}
#btArea ul li a {
	text-indent: -9999px;
	width: 250px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#btArea ul li#madam a {
	width: 250px;
	background: url(../image/shared/banner_madam.gif) 0 0 no-repeat;
	height: 46px;
	margin: 0 0 10px 0;
}
#btArea ul li#mail a {
	background: url(../image/shared/bt_mail.gif) 0 0 no-repeat;
	height: 60px;
}
#btArea ul li#mail a:hover {
	background-position: 0 -60px;
}
#MAIN {
	width: 685px;
	float: left;
}
.cornerArea {
	width: 685px;
	padding-bottom: 10px;
}
.cornerArea #innerBox {
	width: 685px;
}
.cornerArea #innerBox img.title {
	margin-left: 13px;
}
.cornerArea #innerBox #logoArea {
	text-align: center;
}
.cornerArea #innerBox .contentBox {
	width: 685px;
	margin: 0 auto;
}
.cornerArea #innerBox .contentBox .oaTitle {
	background: url(../image/shared/line_pink.gif) 0 0 repeat-x;
	width: 615px;
	margin: 10px auto;
}
.cornerArea #innerBox .contentBox .oaTitle .innerBox {
	background: url(../image/shared/line_pink.gif) left bottom repeat-x;
}
.cornerArea #innerBox .contentBox h3 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
}
.cornerArea #innerBox .contentBox h3 img {
	margin-right: 5px;
}
.cornerArea #innerBox .contentBox .txtArea {
	width: 430px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#shaberi .cornerArea #innerBox .contentBox .txtArea {
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cornerArea #innerBox .contentBox .backNumArea {
	width: 560px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#FOOTER {
	clear: both;
}
#btBackNum a {
	margin: 20px auto 0;
	width: 145px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../image/shared/bt_backnum.png) 0 0 no-repeat;
}
#btBackNum a:hover {
	background-position: 0 -30px;
}
#btBackNum_nama a {
	margin: 15px auto 0;
	width: 300px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../image/shared/bt_backnum_nama.png) 0 0 no-repeat;
}
#btBackNum_nama a:hover {
	background-position: 0 -30px;
}
.btPageUp {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#jsError {
	width: 980px;
	text-align: center;
	padding: 10px 0;
	background-color: #f00;
	color: #fff;
}
/* 花咲かマダム用Style (2013.01.18追加) */
.madam #header {
	background: url(../image/madam/title.gif) 0 0 no-repeat;
	width: 685px;
	height: 193px;
	position: relative;
	margin-bottom: 20px;
}
.madam #header #detail {
	overflow: hidden;
	height: 0px;
}
.madam #header a {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 176px;
	height: 137px;
	position: absolute;
	top: 14px;
	left: 466px;
}
.madam #MAIN {
	width: 685px;
	float: left;
}
.madam #MAIN .cornerArea {
	width: 685px;
	padding-bottom: 10px;
}
.madam #MAIN .cornerArea #innerBox {
	width: 685px;
}
.madam #MAIN .cornerArea #innerBox img.title {
	margin-left: 13px;
}
.madam #MAIN .cornerArea #innerBox #logoArea {
	text-align: center;
}
.madam #MAIN .cornerArea #innerBox .contentBox {
	width: 685px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.madam #MAIN .cornerArea #innerBox .contentBox .oaTitle {
	background: url(../image/shared/line_purple.gif) 0 0 repeat-x;
	width: 615px;
	margin: 0 auto;
}
.madam #MAIN .cornerArea #innerBox .contentBox .oaTitle .innerBox {
	background: url(../image/shared/line_purple.gif) left bottom repeat-x;
	margin-bottom: 34px;
}
.madam #MAIN .cornerArea #innerBox .contentBox h3 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
}
.madam #MAIN .cornerArea #innerBox .contentBox h3 img {
	margin-right: 5px;
}
.madam #MAIN .cornerArea #innerBox .contentBox .txtArea {
	width: 614px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
}
.madam #naco-app {
	display: block;
	background: url(../image/madam/naco.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 625px;
	height: 160px;
	margin: 16px auto;
	position: relative;
}
.madam #naco-app p {
	overflow: hidden;
	height: 0px;
}
.madam #naco-app a {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 193px;
	height: 32px;
	position: absolute;
	top: 110px;
	left: 226px;
}
