/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 780px;
	margin-left: -390px;
}
.linkbox {
	margin: 3px;
	width: 100px;
}


/* The topmost faded bar */
#topbar {
	width:auto;
	height: 17px;
	font: 9px verdana;
	color: #666666;
	text-align: center;
	padding: 5px 5px 1px;
	background: #F3F3F3;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: 780px;
	height: 150px;
	background: url(img/h6bg.jpg);
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}


/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}
.TopFrame {
	width: 516px;
	margin-left: 6px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FF99CC;
	color: #FF0099;
	margin-bottom: 6px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #FF99CC;
	color: #FF0099;
	margin-bottom: 6px;
	text-indent: 30px;
	background: url(images/h4.jpg) no-repeat;
}
#container .articleboxouter .txtbox {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FF0099;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FF0099;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 98%;
	margin-left: 5px;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0099;
	margin-bottom: 6px;
	text-decoration: underline;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #FF99CC;
	color: #FF0099;
	margin-bottom: 6px;
	text-indent: 30px;
	background: url(images/h4.jpg) no-repeat;
}
h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: 536px;
	margin-top: 10px;
	clear: none;
	float: left;
} 

/* Content holder for the articles */
.articleboxinner {
	width: 504px;
	line-height: 18px;
	color: #666666;
	background: #fbfbfb url(images/corner1.jpg) no-repeat right top;
	text-align: justify;
	padding: 6px;
	margin-left: 6px;
}

.articleboxinner li {
	list-style: url(images/li1.gif) none outside;
}

/* The title style for the main article */
.articleheader
{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FF99CC;
	color: #FF0099;
	margin-bottom: 6px;
}

/* This will style the read more thing at the bottom */
.readmore {
	text-align: right;
	display: block;
	width: auto;
	font-size: 8pt;
	line-height: 16px;
	height: 18px;
	clear: both;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	border: 1px solid #FF99CC;
	float: left;
	margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: 500px;
    padding: 0px 0px 0px 5px;
}

/* Content holder for the pic box */
.picbox {
	width: 512px;
	line-height: 22px;
	color: #FF99CC;
	text-align: center;
	padding: 3px 1px;
	margin: 6px;
	background: #F7F4F7;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
	border: 1px solid #FF99CC;
	vertical-align: middle;
	margin: 1px;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}
.cimgl {
	margin: 5px;
	padding: 5px;
	float: left;
}
.topimg {
	padding-left: 6px;
	padding-bottom: 10px;
	border: none;
}


/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #FF0099;
	font-weight: bold;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* Why should the humble footer be left out? */
#footer {
	color: #fff;
	text-align: right;
	height: 100px;
	padding-top: 6px;
	clear: both;
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	line-height: 20px;
	text-decoration: none;
	font-size: 9px;
	padding-right: 14px;
	padding-left: 14px;
}
#footer a {
	color: #FFEAFF;
	text-decoration: none;
}
#footer a:hover {

	color: #9900CC;
	text-decoration: underline;
}


/* First column of the three columns */
.c1
{
	width: 250px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	line-height: 18px;
	color: #FF0099;
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}

/* Second column of the three columns */
.c2
{
	width: 248px;
	float: left;
	line-height: 18px;
	color: #FF0099;
	border: 1px solid #DDD;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Third column of the three columns */

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #FFFFFF;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	background:url(images/headerBG.jpg) repeat-x;
	line-height: 24px;
	text-indent: 5px;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 7px;
}
/* End of CSS Tabs */
.mainpiccontrolr {
	border: 1px solid #FF99CC;
	float: right;
	margin-right: 2px;
	margin-left: 10px;
}
.sidemenu
{
	width: 230px;
	background-color: #F7F4F7;
	color: #FF3399;
	float: right;
	margin-right: 6px;
}
.smheader {
	height: 23px;
	font-weight: bolder;
	background:url(images/smheader.jpg);
	padding-top: 31px;
	text-indent: 8px;
	font-size: 15px;
	color: #FFFFFF;
	font-family: "Century Gothic";
}

.sidemenu ul {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
.sidemenu li {
	padding :10 0 0;
	height: 24px;
	margin: 0;
}
#sidemenu a {
	background-image:url(images/sm1.jpg);
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:22px;
	font-size:10px;
	color:#FF3399;
	width:208px;
	height:22px;
	display: block;
	line-height: 23px;
}
#sidemenu a:hover {
	background-image:url(images/sm2.jpg);
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:10px;
	color:#FF0099;
	width:208px;
	padding-left:22px;
	height:22px;
	display: block;
	line-height: 23px;
}
hr {
	display:none;
}
.line_01 {
	background:url(images/line_01.gif) repeat-x;
	height:6px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
}
#tbox {
	padding: 4px 12px;
	float: right;
	width: 250px;
	border: 1px dotted #FF99FF;
	margin-bottom: 10px;
}
.sidelink {
	background-color: #F7F4F7;
	width: 230px;
	float: right;
	margin-right: 6px;
	font-size: 7pt;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.rightbox {
	width: 240px;
	float: right;
	padding-top: 10px;
}
.spacy ul {
	list-style: url(images/bullet01.png) none;
}
.noteheader a:hover {
	text-decoration: underline;
}
.adbox780 {
	text-align: center;
	padding: 10px 26px;
	clear: both;
	height: auto;
	width: 728px;
}
ul#reserve{
	margin: 0px;
	padding: 0px;
}
ul#reserve li{
	list-style:none;
	width:230px;
	clear: left;
	height: 37px;
}
ul#reserve a{
    display:block;
    width:230px;
    height:37px;
}

ul#reserve a span{
display:none;
}
a.reserve1{
    background-image:url(images/reserve1.png);
}
a:hover.reserve1{
    background-position:0px -37px;
}
a.reserve2{
    background-image:url(images/reserve2.png);
}
a:hover.reserve2{
    background-position:0px -37px;
}table {
	color: #FF3399;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.menucaption {
	font-size: 9px;
	line-height: 11px;
	color: #8B8B8B;
	text-indent: 10px;
}
.callbee {
	font-size: 10px;
	color: #FF3399;
	list-style: none;
	padding-left: 8px;
	padding-top: 6px;
}
.tablegllry {
	color: #FF3399;
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
}
fieldset {
	border: 1px solid #FF99FF;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #FF0099;
}
.shoptext {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #FF0099;
}
.shoppindex {
	border: 1px solid #FF99CC;
	float: left;
	margin: 6px;
}
.style1 {color: #FFFFFF}
#banner_menu {
	height: 36px;
	width: auto;
	padding-right: 2px;
	padding-left: 6px;
	background: url(images/gmenu_bg.gif) repeat-x;
}
.menu01{
	float:left;
}
.menu001{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/top-on.gif);
}

.menu001:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/top-hover-on.gif);
}

.menu02{
	float:left;
}

.menu002{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/blog-on.gif);
}

.menu002:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/blog-hover-on.gif);
}

.menu03{
	float:left;	
}

.menu003{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/gallery-on.gif);
}

.menu003:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/gallery-hover-on.gif);
}

.menu04{
	float:left;
}
.menu004{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/service-on.gif);
}

.menu004:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/service-hover-on.gif);
}

.menu05{
	float:left;
}

.menu005{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/salon-on.gif);
}

.menu005:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/salon-hover-on.gif);
}

.menu06{
	float:left;
}

.menu006{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/reserve-on.gif);
}

.menu006:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/reserve-hover-on.gif);
}

.menu07{
	float:left;
}

.menu007{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/recruit-on.gif);
}

.menu007:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/recruit-hover-on.gif);
}

.menu08{
	float:left;
}

.menu008{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/toiawase-on.gif);
}

.menu008:hover{
	width:96px;
	height:28px;
	display:block;
	background-image:url(images/toiawase-hover-on.gif);
}

#big_banner {

	width:auto;
	background: url(images/bigbanner.jpg);
	height: 90px;
}
#topbar a {
	font: 9px;
	color: #666666;
}

.gss a img {border : none;}

.gss {
      width: 757px;
      height: 200px;
      color: #dddddd;
      background-color: #FFF;
}#slideShow {
	width: 757px;
	margin: 5px auto 10px;
	height: 200px;
}
.cimgr {
	margin: 5px;
	padding: 5px;
	float: right;
}

.bigtxt {
	font-size: 20px;
	font-weight: bold;
	color: #FF0099;
	margin-bottom: 6px;
}
