@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #633;
	line-height: 1.6;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒNW3" , "ƒƒCƒŠƒI" , "‚l‚r ‚oƒSƒVƒbƒN", Verdana, sans-serif;
	font-size: 12px;
	border-top: 5px solid #233d49;
	border-bottom: 5px solid #233d49;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 0 0 20px;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: -1px;
	}
h1 {
	font-size: 250%;
	color: #78347a;
	}
h2 {
	font-size: 200%;
	color: #CE1370;
	}
h3 {
	font-size: 200%;
	color: #633;
	}
h4 {
	font-size: 200%;
	color: #600;
	}
h5 {
	font-size: 180%;
	color: #600;
	}
h6 {
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 140%;
	font-family: Verdana, sans-serif;
	color: #78347a;
	}
em {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	color: #444;
	}
strong {
	font-size: 120%;
	color: #300;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: underline;
	}
a:link,
a:visited {
	color: #909;
	}
a:hover {
	color: #933;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol {
	margin: 0 0 20px 30px;
	}
li {
	margin: 0 0 5px;
	color: #555;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 10px 0 25px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccbcbc;
	line-height: 1.4;
	background: #fff;
	}
caption {
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border: 1px solid #3a111b;
	border-right: 3px solid #3a111b;
	background: url(../images/common/nav_bg.gif) repeat-x bottom;
	}
td, th {
	border-bottom: 1px solid #ccf;
	padding: 2px 4px;
	font-size: 11px;
	}
td strong, th strong {
	color: #f36;
	font-weight: normal;
	font-size: 11px;
	}
thead th {
	padding: 4px;
	color: #fff;
	border-right: 1px solid #ccbcbc;
	border-bottom: 1px solid #ccbcbc;
	background: #624165 url(../images/common/other_bg.gif) no-repeat right;
	}
thead td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #D9C6DB;
	}
tfoot th {
	font-weight: normal;
	text-align: left;
	border-top: 3px solid #ccbcbc;
	background: #ffc;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccbcbc;
	}
tbody td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #fbf4fd;
	}
#reserve tbody th,
#gift tbody th {
	padding: 5px;
	color: #300;
	}
#reserve tbody th span,
#gift tbody th span {
	margin-left: 5px;
	color: #b408f4;
	font-size: 10px;
	}
#reserve tbody td,
#gift tbody td {
	padding: 5px;
	text-align: left;
	font-size: 10px;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f66;
	}
table.buicheck,
.buicheck td {
	margin: 0;
	padding: 0;
	border: none;
	}


input.DatePicker{
	margin-bottom: 4px;
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	background: #fff url(../images/reserve/date.gif) no-repeat top left;
	cursor: pointer;
	}
input:focus.DatePicker{
	background: #fffce9 url(../images/reserve/datefocus.gif) no-repeat top left;
	}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	}
.dp_cal{
	background-color: #fff;
	border: 1px solid #8B5992;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	}
.dp_cal select option{
	padding: 1px 3px;
	}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	color: #444;
	padding: 1px 0;
	}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	}
.dp_cal td{
	cursor: pointer;
	}
.dp_cal thead th{
	background: #d9eefc;
	}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
	}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
	}
.dp_empty{
	background: #eee;
	}
.dp_today{
	background: #daf2e6;
	}
.dp_selected{
	color: #fff;
	background: #ce1370;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #444;
	font-size: 12px;
	border: 1px solid #78347a;
	background: #fff;
	}
option {
	color: #444;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #444;
	}
button {
	padding: 3px;
	color: #fff;
	font-size: 12px;
	border: 3px solid #ccc;
	background: #ce1370;
	}
.inputwidth {
	width: 300px;
	}

/* layout
---------------------------------------*/
body#index {
	background: url(../images/index/bg.jpg) no-repeat top center;
	}
body#about {
	background: url(../images/about/bg.jpg) no-repeat top center;
	}
body#menu {
	background: url(../images/menu/bg.jpg) no-repeat top center;
	}
body#voice {
	background: url(../images/voice/bg.jpg) no-repeat top center;
	}
body#qa {
	background: url(../images/qa/bg.jpg) no-repeat top center;
	}
body#staff {
	background: url(../images/staff/bg.jpg) no-repeat top center;
	}
body#map {
	background: url(../images/map/bg.jpg) no-repeat top center;
	}
body#reserve {
	background: url(../images/reserve/bg.jpg) no-repeat top center;
	}
body#recruit {
	background: url(../images/recruit/bg.jpg) no-repeat top center;
	}
body#sitemap {
	background: url(../images/sitemap/bg.jpg) no-repeat top center;
	}
body#privacy {
	background: url(../images/privacy/bg.jpg) no-repeat top center;
	}
body#link {
	background: url(../images/link/bg.jpg) no-repeat top center;
	}
body#menu_1day {
	background: url(../images/menu_1day/bg.jpg) no-repeat top center;
	}
body#menu_2day {
	background: url(../images/menu_2day/bg.jpg) no-repeat top center;
	}
body#menu_5day {
	background: url(../images/menu_5day/bg.jpg) no-repeat top center;
	}
body#menu_shaving {
	background: url(../images/menu_shaving/bg.jpg) no-repeat top center;
	}
body#menu_depilation {
	background: url(../images/menu_depilation/bg.jpg) no-repeat top center;
	}
body#menu_ordermade {
	background: url(../images/menu_ordermade/bg.jpg) no-repeat top center;
	}
body#menu_option {
	background: url(../images/menu_option/bg.jpg) no-repeat top center;
	}
body#menu_maternity {
	background: url(../images/menu_maternity/bg.jpg) no-repeat top center;
	}
body#menu_mens {
	background: url(../images/menu_mens/bg.jpg) no-repeat top center;
	}
body#menu_matsugeexte {
	background: url(../images/menu_matsugeexte/bg.jpg) no-repeat top center;
	}
body#menu_waso {
	background: url(../images/menu_waso/bg.jpg) no-repeat top center;
	}
body#bridalesthe {
	background: url(../images/bridalesthe/bg.jpg) no-repeat top center;
	}
body#dress {
	background: url(../images/dress/bg.jpg) no-repeat top center;
	}
body#shaving {
	background: url(../images/shaving/bg.jpg) no-repeat top center;
	}
body#gift {
	background: url(../images/gift/bg.jpg) no-repeat top center;
	}
body#cm {
	background: url(../images/cm/bg.jpg) no-repeat top center;
	}
body#salon {
	background: url(../images/salon/bg.jpg) no-repeat top center;
	}
#header_wrap {
	width: 100%;
	overflow: hidden;
	}
.saloninfo {
	width: 100%;
	background: #78347a url(../images/common/other_bg.gif) repeat-x left;
	}
.saloninfo p {
	margin: 0 auto;
	padding: 3px 0;
	width: 960px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	}
.saloninfo img {
	margin-left: 10px;
	}
.header {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	}
.logo {
	float: left;
	width: 329px;
	}
.head_phone {
	float: right;
	width: 631px;
	text-align: right;
	}
#header_wrap ul {
	clear: both;
	margin: 250px auto 0;
	padding: 0;
	width: 960px;
	list-style-type: none;
	}
#index #header_wrap ul {
	margin: 424px auto 0;
	}
#header_wrap li {
	margin: 0;
	padding: 0;
	float: left;
	}
#content {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: 960px;
	background: #f4f1e4 url(../images/common/content_bg.gif) repeat-x bottom;
	}
#topicpath {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-bottom: 2px solid #a05aa2;
	background: #ddb1de;
	}
#topicpath p {
	margin: 0;
	padding: 4px 30px;
	font-size: 10px;
	}
#topicpath a {
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right;
	}
#index #topicpath a {
	background: none;
	}
#leftside {
	left: 30px;
	position: relative;
	float: left;
	padding-top: 30px;
	width: 600px;
	}
#rightside {
	float: right;
	padding-top: 30px;
	width: 300px;
	background: url(../images/common/sidebar_bg.gif) no-repeat top;
	}
.phone {
	margin: 0 15px 15px;
	padding: 10px 20px;
	font-size: 11px;
	background: url(../images/common/sidebar_reserve_bg.gif) no-repeat bottom;
	}
.phone dt,
.phone dd {
	width: 230px;
	}
.phone dd {
	margin-bottom: 5px;
	}
.phone_title {
	margin-left: 15px;
	}
dl.bunner_list {
	margin: 0 0 20px 15px;
	padding: 0;
	width: 270px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}
.bunner_list dt {
	margin-bottom: 5px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	}
ul.bridalmenu {
	list-style: none;
	margin: 0 0 20px 15px;
	padding: 0;
	}
.bridalmenu li {
	margin: 0 0 1px;
	}
.bridalmenu li a {
	padding: 5px 0 5px 10px;
	display: block;
	width: 255px;
	color: #CE1339;
	line-height: 1.1;
	font-size: 11px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C78FC9;
	border-left: 3px solid #78347a;
	}
.bridalmenu li a em {
	display: block;
	font-size: 13px;
	color: #78347a;
	}
.bridalmenu li a:hover{
	color: #f03;
	border-left: 3px solid #f03;
	background: #fff;
	}
#footer_wrap {
	clear: both;
	width: 100%;
	background: url(../images/common/footer_bg.jpg) no-repeat bottom center;
	}
#footer {
	margin: 0 auto;
	padding: 25px 0;
	width: 960px;
	font-size: 10px;
	border-top: 3px solid #dfdac2;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	display: inline;
	border-right: 1px solid #dfdac2;
	}
#footer p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dfdac2;
	}
.felink a {
	font-size: 8px;
	color: #666;
	text-decoration: none;
	}

/* layout [index]
---------------------------------------*/
#news {
	margin: 0 0 25px 0; 
	padding: 15px 15px 0;
	border: 1px solid #ccc;
	background: #fafafa;
	}
#news dt {
	margin-bottom: 6px;
	padding: 0 0 0 14px;
	color: #78347a;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin-bottom: 13px;
	padding-bottom: 13px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	}
#news em {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #CE1370;
	border-left: 1px solid #ccc;
	}
.titlenews {
	margin: 0;
	padding: 3px 20px;
	font-size: 90%;
	color: #fff;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #CE1370;
	background: #78347a url(../images/common/other_bg.gif) no-repeat right;
	}
.titlenews em {
	font-size: 120%;
	color: #fff;
	}
p.subtitle {
	color: #966;
	font-weight: bold;
	font-size: 120%;
	}
div.treatment_menu {
	overflow: hidden;
	padding: 5px 0;
	width: 848px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
div.heightLineParent {
	margin-left: 5px;
	clear: both;
	}
.treatment_menu ul {
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 55px 10px 10px 10px;
	width: 251px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
.treatment_menu ul.list_01 {
	background: url(../images/common/treatment_menu_bg1.gif);
	}
.treatment_menu ul.list_02 {
	background: url(../images/common/treatment_menu_bg2.gif);
	}
.treatment_menu ul.list_03 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg3.gif);
	}
.treatment_menu ul.list_04 {
	background: url(../images/common/treatment_menu_bg4.gif);
	}
.treatment_menu ul.list_05 {
	background: url(../images/common/treatment_menu_bg5.gif);
	}
.treatment_menu ul.list_06 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg6.gif);
	}
.treatment_menu li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
.treatment_menu li a {
	text-decoration: none;
	}
#feedControl {
	overflow: auto;
	padding: 15px 15px;
	width: 568px;
	height: 200px;
	border: 1px solid #ccc;
	background: #fafafa;
	}

/* layout [price]
---------------------------------------*/
.price_menu {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [qa]
---------------------------------------*/
.qa_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
.qa_list li {
	margin: 0;
	}
.qa_list li a {
	padding: 4px 25px;
	display: block;
	width: 500px;
	text-decoration: none;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_q.gif) no-repeat 5px 7px;
	}
.qa_list li a:hover {
	text-decoration: none;
	background: #ffc url(../images/qa/mark_q.gif) no-repeat 5px 7px;
	}
#qa_answer .qa_list li {
	margin: 0 0 10px 0;
	padding-left: 20px;
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	background: url(../images/qa/mark_q.gif) no-repeat 0 3px;
	}
#qa_answer .qa_list li.qa_a {
	margin: 0 0 20px 20px;
	padding:  0 0 20px 20px;
	width: 530px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_a.gif) no-repeat 0 3px;
	}
#qa_answer a {
	margin: 0;
	padding:  0;
	display: inline;
	background: none;
	}

/* layout [recruit]
---------------------------------------*/
#recruit td {
	text-align: left;
	}

/* layout [voice]
---------------------------------------*/
ul.voice_nav_button {
	margin: 0 auto 30px;
	padding: 0;
	width: 500px;
	list-style-type: none;
	overflow: hidden;
	}
.voice_nav_button li {
	margin: 0;
	padding: 0;
	float: left;
	}
.button_v1 {
	width: 170px;
	}
.button_v2 {
	width: 170px;
	}
.button_v3 {
	width: 160px;
	}
.voice_nav_button a:link,
.voice_nav_button a:visited {
	color: #fff;
	}
.voice_nav_button a:hover {
	color: #fff9ba;
	}
.button_v1 a {
	display: block;
	margin: 0;
	padding: 7px 0 0px 60px;
	width: 110px;
	height: 31px;
	text-decoration: none;
	background: url(../images/voice/nav_left.gif) no-repeat 0 50%;
	}
.button_v1 a:hover {
	background: url(../images/voice/nav_left2.gif) no-repeat 0 50%;
	}
.button_v2 a {
	display: block;
	margin: 0;
	padding: 7px 60px 0 0;
	width: 110px;
	height: 31px;
	text-align: right;
	text-decoration: none;
	background: url(../images/voice/nav_right.gif) no-repeat 0 50%;
	}
.button_v2 a:hover {
	background: url(../images/voice/nav_right2.gif) no-repeat 0 50%;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 3px solid #ccbcbc;
	background: #fff;
	}
.section2 {
	clear: both;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #ccc;
	background: #fff url(../images/common/section_bg.gif) no-repeat bottom;
	}
.section2 img {
	border: 5px solid #d2b4d2;
	}
#voice .section2 img {
	border: none;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgtop2 {
	margin-bottom: 10px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}
.textbox {
	/zoom: 1;
	overflow: hidden;
	}


/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ad9b9b;
	}
dl.liststyle1 {
	margin: 0 0 20px 10px;
	padding: 0;
	}
.liststyle1 dt {
	margin: 0;
	padding-left: 15px;
	width: 100px;
	color: #300;
	font-weight: bold;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
.liststyle1 dd {
	margin: -1.5em 0 10px 100px;
	}
dl.liststyle2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 480px;
	border-bottom: 1px solid #ccc;
	}
.liststyle2 dt {
	margin: 0;
	padding: 5px 0 0 12px;
	border-top: 1px solid #ccc;
	background: url(../images/common/icon_text.gif) no-repeat 0 70%;
	}
.liststyle2 dd {
	margin: -1.5em 0 10px 100px;
	}
.alignright {
	text-align: right;
	}
.leftset {
	float: left;
	width: 260px;
	}
.rightset {
	float: right;
	width: 260px;
	}
.bullist {
	margin-right: 0;
	}
.bullist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/common/icon_text.gif);
	border-bottom: 1px solid #ccc;
	}
.picktext {
	padding: 5px 0;
	border-top: 2px solid #ad9b9b;
	border-bottom: 2px solid #ad9b9b;
	}
.feature {
	margin: 0 0 20px 0;
	padding: 0;
	width: 600px;
	overflow: hidden;
	list-style-type: none;
	font-size: 10px;
	}
.feature li {
	margin: 0 19px 0 0;
	padding: 0;
	float: left;
	display: block;
	width: 135px;
	}
.feature li.feature_left {
	margin: 0;
	}
.feature li a img {
	margin-bottom: 4px;
	border: 5px solid #3E0C4A;
	}
.feature li a:hover img {
	border: 5px solid #fff;
	}
.campaign {
	margin: 0 0 20px 0;
	padding: 0;
	width: 600px;
	overflow: hidden;
	list-style-type: none;
	font-size: 10px;
	}
.campaign li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	display: block;
	width: 290px;
	}
.campaign li.feature_left {
	margin: 0;
	}
.campaign a {
	text-decoration: none;
	}
.campaign img {
	margin-bottom: 5px;
	}
.stepleft {
	float: left;
	width: 80px;
	font-size: 60px;
	font-family: "Helvetica";
	text-align: center;
	color: #ccbcbc;
	}
.stepright {
	float: right;
	width: 510px;
	}
.kansou {
	clear: both;
	margin-bottom: 30px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	border: 3px solid #ab75b0;
	background: #624165 url(../images/common/other_bg.gif) no-repeat right;
	}
.kansou strong {
	color: #eecaf1;
	}
.publeft {
	float: left;
	width: 275px;
	}
.pubright {
	float: right;
	width: 275px;
	}
p.minitext {
	font-size: 10px;
	}
ul.linelist {
	margin: 20px 0;
	padding: 0;
	width: 570px;
	list-style: none;
	overflow: hidden;
	}
.linelist .leftlist {
	margin-right: 12px;
	}
.linelist li {
	float: left;
	display: inline;
	width: 180px;
	border: none;
	background: none;
	}
.linelist em {
	margin-top: 5px;
	display: block;
	}
ul.hline {
	margin: 20px 0;
	padding: 0;
	width: 600px;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
	}
.hline .leftlist {
	margin-right: 27px;
	}
.hline li {
	float: left;
	display: inline;
	width: 180px;
	border: none;
	background: none;
	}
.hline em {
	margin-top: 10px;
	color: #909;
	display: block;
	}
.hline strong {
	color: #f36;
	}
.hline span {
	display: block;
	text-align: center;
	font-family: Times;
	font-size: 30px;
	color: #f63;
	}
ul.salonlist {
	clear: both;
	margin: 0;
	padding: 0;
	width: 600px;
	list-style-type: none;
	}
.salonlist li {
	margin: 0 0 25px;
	padding: 0;
	float: left;
	}
.cmptext {
	color: #f36;
	}

ul.voicelist {
	margin: 20px 0 20px -10px;
	padding: 0;
	width: 600px;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
	}
.voicelist li {
	float: left;
	display: inline; /*bugfix*/
	margin: 0 0 25px 20px;
	padding: 0;
	width: 180px;
	border: none;
	background: #fff url(../images/voice/voicebox_bg.gif) no-repeat bottom;
	}
.voicelist span {
	display: block;
	padding: 10px;
	}
.voicelist em {
	display: block;
	padding: 2px 0 6px 5px;
	color: #fff;
	background: url(../images/voice/voicebox_name.gif) repeat-x;
	}
dl.hanayomedata {
	clear: both;
	width: 560px;
	}
.hanayomedata dt {
	padding-left: 15px;
	float: left;
	width: 120px;
	color: #6d4e7a;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
.hanayomedata dd {
	float: left;
	margin-bottom: 7px;
	width: 425px;
	}
.hanayomedata ul {
	margin : 0 0 15px 15px;
	}

.leftside_left {
	float: left;
	width: 290px;
	}
.leftside_right {
	float: right;
	width: 290px;
	}


/* lightbox
---------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	color: #666;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { color: #666; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	color: #1c0022;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}