﻿/*Webレイアウト設定　全ページ共通*/

body {
	font-size:11pt;
	color: #666666;
	line-height:1.3em;
	text-align: center;
	background-image: url(../img/haikei.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}

#wrapper {
/*	background-color:#99ccff; */
	border: 1px solid  #5fb7e1;
	width: 756px;
}

#header {
	background-color:#ffffff;
	width: 754px;
	height: 100%;
	text-align: left;
}


#primary {
	padding: 1px 0 0 0;
	margin: 0;
	background-color: #ffffff;
	width: 754px;
}


#footer {
	clear: both; /* 寄せを解除 */
/*	background-color: #ffffff; */
	width: 754px;
	height: 100%;
}

#main {
	text-align: left;
	width: 730px;
	height: 100%;
	margin: 10px;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	line-height: 2.0em;
	border: 1px solid  #ffffff;
}

#main p.salon {
	padding-left: 60px;
	list-style: none;
}


/*ページ全体のリンクの設定*/
A {color: #0066cc; text-decoration: none;}
a:hover {color:#666666;}

p {
	line-height: 1.4em;
	padding: 10px 0 0 0;
	margin: 0;
}


#img.left {
	float: left;
}


/*外部へのリンクの設定*/
#link{background:#ffffff;color:#ff0000;padding:2px;}


/*入会案内 */
#main #in01{
	border:none;
	list-style-type: none;
	background-image: url('../img/botan1.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	margin: 50px 0px 0px 30px;
	line-height: 1.5em;
}

.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}


#main p.guide {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.5em;
}


#main #in01 li.info {
   list-style-type: none;
   background: url('../img/botan.gif') no-repeat top left;
   background-repeat: no-repeat;
   background-position: 0px 4px;
   padding-left: 20px;
   line-height: 1.5em;
}


ul {
	padding: 10px 0 0 0;
	margin: 0;
}


li {
	margin: 0;
	padding: 0;
	list-style-position:outside;
}


#globalNav {
	position: relative;
	width: 730px;
	height: 33px;
	list-style-type: none;
}

#globalNav li {
	float: left;
	width: 146px;
}


#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../img/global_nav.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0   0; }
	#nav02 a { background-position: -146px 0; }
	#nav03 a { background-position: -292px 0; }
	#nav04 a { background-position: -438px 0; }
	#nav05 a { background-position: -584px 0; }
	

	/* オンマウス */
	#nav01 a:hover { background-position:  0  -33px; }
	#nav02 a:hover { background-position: -146px -33px; }
	#nav03 a:hover { background-position: -292px -33px; }
	#nav04 a:hover { background-position: -438px -33px; }
	#nav05 a:hover { background-position: -584px -33px; }

