@charset "UTF-8";
/* CSS Document */


/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/



* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, pre, ul, li, ol, dl, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	display: block;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
 *font-size: small;
 *font: x-small;
	line-height: 1;
	color:#555555;
}
img {
	border: none;
}
li {
	list-style: none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:nomal;
}
a:hover, a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight:nomal;
}
#wrapper {
	height: 100%;
	margin: auto;
	text-align: center;
}
hr.clearline {
	margin: 0;
	border: 1px solid #FFFFFF;
	clear: both;
}
hr.clearline2 {
	margin: 0 0 30px 0;
	border: 1px solid #FFFFFF;
	clear: both;
}
hr.line {
	margin: 0 0 5px 0;
	border: 1px solid #FFFFFF;
	clear: both;
}
hr.blockline {
	margin: 0 0 5px 0;
	border-top: 1px solid #EEEEEE;
	clear: both;
}
hr.separator {
	display : none;
}
.selfclear:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	min-height: 1%;
}
.selfclear {
	display: inline-block;
}
/* Hide from MacIE \*/
.selfclear {
	display: block;
}
/* End Hide from MacIE */


strong {
	color:#FF6600;
	font-size:114%;
}
/* ------------------------------------------------ */
/* header                                        */
/* ------------------------------------------------ */


#headerArea {
	width: 960px;
	height: 405px;
	margin: 0 auto 20px auto;
	position: relative;
}
#headerArea #logo {
	width:169px;
	height:60px;
	padding-top:20px;
}
#headerArea ul#navi {
	position: absolute;
	top: 20px;
	right: 0;
}
#headerArea ul#navi li {
	margin: 0 0 0 25px;
	float: left;
	font-size: 0;
}
#topicpath {
	margin:0;
	padding:10px 0 0 0;
	height:22px;
	width: 960px;
}
#topicpath ul {
	list-style: none outside;
	padding:0;
	margin:0;
}
#topicpath ul li {
	float: left;
	font-size: 77%;
	color: #FF6600;
}
#topicpath ul li a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight:normal;
}
#topicpath ul li a:hover {
	text-decoration:underline;
	color: #FF6600;
}
/* ------------------------------------------------ */
/* key                                      */
/* ------------------------------------------------ */


.pics {
	height:  260px;
	width:   960px;
	padding: 0;
	margin:  32px 0 0 0;
}
#slider {
	width: 960px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1 {
	width: 960px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent, #slider1Content {
	width: 960px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}
#headerL {
	width: 250px;
	margin: 0 0 30px 0;
	float: left;
}
#headerR {
	width: 680px;
	float:right;
}
#header-navi {
	width: 248px;
	margin:0;
	background:url(../images/side_bg_navi.gif) no-repeat bottom;
}
/*header-navi-bg                             */


.header-navi-top_makeups {
	height:40px;
	background:url(../makeup/images/header_bg_makeup.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_lesson {
	height:40px;
	background:url(../lesson/images/header_bg_lesson.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_portrait {
	height:40px;
	background:url(../portrait/images/header_bg_portait.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_photo {
	height:40px;
	background:url(../photo/images/header_bg_photo.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_album {
	height:40px;
	background:url(../album/images/header_bg_album.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_bridal {
	height:40px;
	background:url(../bridal/images/header_bg_bridal.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_ceremonies {
	height:40px;
	background:url(../ceremonies/images/header_bg_ceremonies.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_businesstrip {
	height:40px;
	background:url(../businesstrip/images/header_bg_businesstrip.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_lecture {
	height:40px;
	background:url(../lecture/images/header_bg_lecture.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_profile {
	height:40px;
	background:url(../profile/images/header_bg_profile.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_salonartist {
	height:40px;
	background:url(../salonartist/images/header_bg_salonartist.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_reservation {
	height:40px;
	background:url(../reservation/images/header_bg_reservation.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_gallery {
	height:40px;
	background:url(../gallery/images/header_bg_gallery.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_faq {
	height:40px;
	background:url(../faq/images/header_bg_faq.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_link {
	height:40px;
	background:url(../link/images/header_bg_link.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_contact {
	height:40px;
	background:url(../contact/images/header_bg_contact.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_shop {
	height:40px;
	background:url(../shop/images/header_bg_shop.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-top_topics {
	height:40px;
	background:url(../topics/images/header_bg_topics.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.header-navi-bottom {
	height:5px;
	background:url(../images/headernavi_bg_bottom.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
#header-navi p {
	margin: 0 0 7px 0;
}
#header-navi ul {
	margin: 0;
	padding: 15px 15px 5px 15px;
}
#header-navi li {
	background: url(../images/icon_arrow3.gif) no-repeat 0 1px;
	margin: 0 0 5px 0;
	padding: 0 0 3px 10px;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
	border-bottom:1px dotted #DDDDDD;
}
.webkit #header-navi li, .gecko #header-navi li {
	font-size: 77%;
	line-height: 1.5;
}
.win.gecko #header-navi li {
	font-size: 85%;
}
#header-navi li a {
	color: #000;
}
#header-navi a:link, #header-navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header-navi a:hover, #header-navi a:active {
	color: #FF5511;
	text-decoration: underline;
}
/* ------------------------------------------------ */
/* contents                                     */
/* ------------------------------------------------ */

#contents {
	width: 960px;
	margin: auto;
	position: relative;
}
#block-top {
	width: 960px;
	position: relative;
}
#block-bottom {
	width: 960px;
	padding-top:30px;
	position: relative;
	border-top: 3px #EEEEEE solid;
}
/* ------------------------------------------------ */
/* contents-left                                    */
/* ------------------------------------------------ */


#block-menu {
	width: 250px;
	margin: 0;
	float: left;
}
#block-navi {
	width: 248px;
	margin:0 0 20px 0;
	background:url(../images/side_bg.gif) repeat-y;
}
.block-navi-top {
	height:40px;
	background:url(../images/side_bg_top.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.block-navi-top-small {
	height:50px;
	background:url(../images/side_bg_top_s.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
.block-navi-bottom {
	height:15px;
	background:url(../images/side_bg_bottom.gif) no-repeat;
	margin:0;
	text-indent:-9999px;
}
#block-menu p {
	margin: 0 0 7px 0;
}
#block-menu ul {
	margin: 0;
	padding: 15px 15px 0 15px;
}
#block-menu li {
	background: url(../images/icon_arrow.gif) no-repeat 0 1px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 15px;
	font-size: 85%;
	line-height: 1.3;
	color: #FF9900;
	border-bottom:1px dotted #333333;
}
.webkit #block-menu li, .gecko #block-menu li {
	font-size: 77%;
	line-height: 1.5;
}
.win.gecko #block-menu li {
	font-size: 85%;
}
#block-menu li a {
	color: #000;
}
#block-menu a:link, #block-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#block-menu a:hover, #block-menu a:active {
	color: #FF9900;
	text-decoration: underline;
}
/* ------------------------------------------------ */
/* contents-right                                    */
/* ------------------------------------------------ */

#block-right {
	width: 680px;
	float:right;
	margin: 5px 0 0 0;
}
#pickup {
	background:url(../images/h2_pickup.gif) no-repeat;
	height:30px;
	margin-bottom:10px;
	text-indent:-9999px;
}
#topics {
	background:url(../images/h2_topics.gif) no-repeat;
	height:30px;
	margin-bottom:10px;
	text-indent:-9999px;
}
p.topicslt_2 {
	float:left;
	padding-left:5px;
}
p.topicslt {
	float:left;
}
.tpc_a {
	width: 200px;
	margin: 0 12px 0 0;
	float: left;
}
.tpc_b {
	width: 200px;
	margin: 0 12px 0 0;
	float: left;
}
.tpc_c {
	width: 355px;
	margin: 0 12px 0 0;
	float: left;
	vertical-align:bottom;
}
.tpc_d {
	width: 311px;
	margin: 0 12px 0 0;
	float: left;
}
.tpc_e {
	margin: 0;
	float: left;
}
span.tpc_f {
	color:#F00;
	font-size:100%;
	font-weight:bold;
}
ul.back {
	padding:30px 0 10px 0;
	margin:0px;
	text-align:right;
}
ul.back li {
	padding:0px 0px 3px 15px;
	margin:0;
	display:inline;
	list-style:none;
	font-size:77%;
	text-align:left;
	background:url(../images/icon_back2.gif) no-repeat 0 1px;
	line-height: 1.3;
}
/* contents-right-pickup                             */


#block-pickup {
	margin:0 0 30px 0;
	padding:0;
}
.block-pickupL {
	width: 218px;
	margin: 0 13px 0 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
.block-pickupL p.banner {
	width: 218px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.block-pickupL p.banner.blank {
	padding: 0;
}
.block-pickupS {
	width: 218px;
	margin: 0 13px 0 0;
	float: left;
}
.block-pickupS .block-end {
	margin: 0;
}
.block-pickupS p.banner {
	width: 218px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.block-pickupS p.banner.blank {
	padding: 0;
}
.block-pickupR {
	width: 218px;
	margin: 0;
	float: left;
}
.block-pickupR .block-end {
	margin: 0;
}
.block-pickupR p.banner {
	width: 218px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.block-pickupR p.banner.blank {
	padding: 0;
}
/* contents-right-topics                           */


div.section_top {
	width:560px;
	float:left;
}
div.section_book {
	width:100px;
	float:right;
}
div.inner_book_l {
	width:100px;
	float:right;
}
div.inner_book_r {
	width:100px;
	float:left;
}
div.section_book p {
	font-size: 125%;
}
div.section_book a {
	color:#F00;
}
.section_top dl {
	margin: 0 0 5px 0;
}
.section_top dt, .section_top dd {
	font-size: 85%;
	line-height: 1.5;
}
.section_top dt {
	background:url(../images/icon_arrow2.gif) no-repeat left center;
	padding: 0 0 0 15px;
	float: left;
	color: #000000;
}
.section_top dd {
	padding: 0 0 0 90px;
}
.topicslist {
	text-align:right;
}
p.orange {
	color:#F60;
}
.headline3 dl {
	margin: 0 0 5px 0;
}
.headline3 dt, .headline3 dd {
	font-size: 85%;
	line-height: 1.5;
}
.headline3 dt {
	padding: 0;
	float: left;
	color:#F60;
}
.headline3 dd {
	padding: 0 0 0 40px;
}
/* contents-right-Makeup                           */




.section table {
	border:2px solid #DDDDDD;
	width:100%;
	font-size:92%;
	margin-bottom:5px;
}
.section th {
	text-align:left;
	padding:5px 15px 2px 10px;
	border-bottom:1px dotted #999999;
	color:#555555;
	background:#F2F2F2;
}
.th_left {
	width:50%;
}
.th_right {
	width:30%;
}
.th_senter {
	width:20%;
}
.section td {
	text-align:left;
	padding:5px 15px 2px 10px;
	border:1px solid #f0f0f0;
	line-height:130%;
}
.price_tokyo {
	font-weight:bold;
	color:#FF6600;
}
.price_kyoto {
	font-weight:bold;
	color:#FF6600;
}
.price_bikou {
	color:#FF3300;
}
.bikou p {
	font-size:85%;
	margin:0 0 0 15px;
	color:#FF6600;
}
.headline {
	margin:0 10px 10px 10px;
}
.photomu_a {
	width: 218px;
	margin: 0 12px 0 0;
	float: left;
}
.photomu_b {
	width: 218px;
	margin: 0 12px 0 0;
	float: left;
}
.photomu_c {
	width: 218px;
	margin: 0;
	float: left;
}
/* faq                           */



.faqblock {
	margin:0 10px 24px 10px;
	border-bottom:1px solid #EEEEEE;
}
.faqblock dl {
	margin-bottom: 10px;
}
.faqblock dt {
	display: block;
	padding-left: 50px;
	background-image:url(../faq/images/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 92%;
	font-weight:nomal;
	color: #1a1a1a;
	padding-top: 18px;
	padding-bottom: 0;
	margin-bottom: 10px;
	line-height:130%;
}
.faqblock dd {
	display: block;
	padding-left: 50px;
	background-image: url(../faq/images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 92%;
	line-height:150%;
	padding-top: 15px;
	/*padding-bottom: 1em;*/
	padding-bottom:0;
	margin-bottom: 15px;
}
.headline2 {
	margin:0 10px 10px 10px;
}
.headline2 p {
	font-size:92%;
}
.headline3 {
	border:#FF9900 1px dotted;
	margin:0 10px 24px 10px;
	padding:10px 10px 0px 10px;
	font-size:100%;
}
.shopinfo {
	border:#FF9900 1px solid;
	margin:0 0 10px 0;
	padding:10px;
}
.section_link h2, .section h2 {
	color:#FFFFFF;
	font-size:114%;
	margin-bottom:5px;
	padding:10px 0 0 12px;
	height:35px;
	background:url(../images/h2_bg.gif) no-repeat;
}
#block-right h3 {
	color:#222222;
	font-size:100%;
	padding:11px 0 11px 12px;
	background:url(../images/h3_bg.gif) no-repeat;
	display:block;
}
h3#red {
	color:#FF9900;
	font-size:100%;
	background:none;
	padding:11px 0 11px 0;
}
span.red {
	color:#FF9900;
}
#block-right p {
	margin-bottom:10px;
	line-height:150%;
}
/* contents-right-photo                             */

.photo {
	margin:0;
	padding:0;
}
.img_r {
	float:right;
	margin:0 0 0 10px;
}
.namelist {
	margin:5px 0 0 0;
	font-size:77%;
	font-weight:bold;
}
.joblist {
	margin:0 0 5px 0;
	border-bottom:1px solid #CCCCCC;
	font-size:85%;
}
.proflist {
	margin:0 0 5px 0;
	border-bottom:1px dotted #CCCCCC;
	font-size:85%;
}
.profl {
	margin:0 0 5px 0;
	font-size:72%;
}
.namelist_prof {
	margin:5px 0 0 0;
	font-size:114%;
	font-weight:bold;
}
.proflist_prof {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #CCCCCC;
	font-size:92%;
}
.priceA {
	margin:0;
	padding:0;
	font-size:92%;
	font-weight:bold;
}
.priceB {
	margin:0 0 15px 0;
	font-size:85%;
}
.pricec {
	margin:0;
	padding:0;
	font-size:92%;
	font-weight:bold;
}
.price {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #CCCCCC;
	font-size:85%;
	color:#FF3300;
}
.photo_a {
	width: 161px;
	margin: 0 12px 0 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
.photo_b {
	width: 161px;
	margin: 0 12px 0 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
.photo_c {
	width: 161px;
	margin: 0 12px 0 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
.photo_d {
	width: 161px;
	margin: 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
.prof {
	width: 507px;
	margin: 0;
	float: left;
}
.shopL {
	width: 300px;
	margin: 0 12px 0 0;
	float: left;
}
.shopR {
	width: 368px;
	margin: 0;
	float: left;
}
.block-pickupL .block-end {
	margin: 0;
}
/* contents-right-gallery                             */

.gallery_a {
	width: 105px;
	margin: 0 10px 0 0;
	float: left;
}
.gallery_b {
	width: 105px;
	margin:0;
	float: left;
}
/* salonairtist                             */

.work {
	margin:0;
	padding:0;
}
.workblock {
	margin-bottom:10px;
}
.worka {
	width: 50px;
	margin: 0 5px 0 0;
	float: left;
}
.workb {
	width: 50px;
	margin: 0 5px 0 0;
	float: left;
}
.workc161 {
	width: 50px;
	margin: 0;
	float: left;
}
/* contents-right-lesson                             */


.lesson_table th {
	text-align:center;
	padding:10px 5px 6px 5px;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #CCCCCC;
	color:#FF9900;
	background:#F2F2F2;
	width:10%;
}
.lesson_table td {
	text-align:left;
	padding:10px 0px 6px 5px;
	border:1px solid #f0f0f0;
	line-height:130%;
	width:18%;
}
.simei_table th {
	text-align:left;
	padding:10px 15px 6px 15px;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #CCCCCC;
	color:#FF9900;
	background:#f6f6f6;
	width:30%;
}
.simei_table td {
	text-align:left;
	padding:10px 15px 6px 15px;
	border:1px solid #f0f0f0;
	line-height:130%;
	width:70%;
}
/* contents-right-link                             */




.section_link table {
	border:4px solid #f6f6f6;
	width:100%;
	font-size:85%;
	margin-bottom:5px;
	margin-top:-14px;
}
.section_link th {
	text-align:left;
	padding:10px 15px 6px 15px;
	border-bottom:1px solid #CCCCCC;
	color:#222222;
	background:#f6f6f6;
	width:40%;
}
.section_link td {
	text-align:left;
	padding:10px 15px 6px 15px;
	border:1px solid #f0f0f0;
	line-height:130%;
	width:60%;
	vertical-align:top;
}
.section h4, .section_link h4 {
	margin:0 0 5px 0;
}
/* ------------------------------------------------ */
/* block-bottom                                        */
/* ------------------------------------------------ */


#block-bottom {
	width: 960px;
	margin: 0 0 60px 0 !important;
	margin: 0 0 30px 0;
}
#block-bottom h3 {
	margin:0 0 10px 0
}
.block-bottomL {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}
.block-bottomL .block-end {
	margin: 0;
}
.block-bottomL p.photo {
	width: 300px;
	height: 160px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.block-bottomL p.photo.blank {
	padding: 0;
}
.block-bottomL p.closet {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.3;
	color: #000;
}
.block-bottomL p.txt {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
}
.block-bottomL h4 {
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
	border-bottom:solid 1px #EEEEEE;
}
.webkit .block-bottomL h4, .gecko .block-bottomL h4 {
	font-size: 85%;
	line-height: 1.5;
}
.win.gecko .block-bottomL h4 {
	font-size: 85%;
}
.block-bottomS {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}
.block-bottomS .block-end {
	margin: 0;
}
.block-bottomS p.photo {
	width: 300px;
	height: 160px;
	margin: 0 0 10px 0;
	padding:0;
	text-align: center;
}
.block-bottomS p.photo.blank {
	padding: 0;
}
.block-bottomS h4 {
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
	border-bottom:solid 1px #EEEEEE;
}
.webkit .block-bottomS h4, .gecko .block-bottomS h4 {
	font-size: 85%;
	line-height: 1.5;
}
.win.gecko .block-bottomS h4 {
	font-size: 85%;
}
.block-bottomR {
	width: 300px;
	margin: 0;
	float: left;
}
.block-bottomR .block-end {
	margin: 0;
}
.block-bottomR p.photo {
	width: 300px;
	height: 160px;
	margin: 0 0 10px 0;
	padding:0;
	text-align: center;
}
.block-bottomR p.photo.blank {
	padding: 0;
}
.block-bottomR p.txt {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
}
.block-bottomR h4 {
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 85%;
	line-height: 1.3;
	color: #000;
	border-bottom:solid 1px #EEEEEE;
}
.webkit .block-bottomR h4, .gecko .block-bottomR h4 {
	font-size: 77%;
	line-height: 1.5;
}
.win.gecko .block-bottomR h4 {
	font-size: 85%;
}
.block-shop dl {
	margin: 0 0 5px 0;
}
.block-shop dt, .block-shop dd {
	font-size: 85%;
	line-height: 1.5;
}
.block-shop dt {
	padding: 0;
	float: left;
	color: #000000;
}
.block-shop dd {
	padding: 0 0 0 40px;
}
#block-bottom ul {
	margin: 10px 0 5px 0;
}
#block-bottom li {
	float:left;
	margin-right:10px;
}
.contact dl {
	margin: 0 0 5px 0;
}
.contact dt, .contact dd {
	font-size: 92%;
	line-height: 1.5;
}
.contact dt {
	padding: 0;
	float: left;
}
.contact dd {
	padding: 0 0 0 40px;
}
/* ------------------------------------------------ */
/* footer                                        */
/* ------------------------------------------------ */

#footerArea {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 100%;
	text-align: center;
	clear: both;
}
.pagetop {
	width: 960px;
	margin: auto auto 0px auto;
	text-align: right;
	clear: both;
}
#footerBlock {
	width: 960px;
	height: 30px;
	margin: auto;
	padding: 20px 0 0 0;
}

