@charset "utf-8";
/* CSS Document */

* {
	margin:0;
    padding:0;
}

body {
	background-image: url(../img/bg.gif);
	font: small "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

a{
	outline:0;
	overflow:hidden;
	text-decoration:none;
}

img {
	border-style:none;
	vertical-align:bottom;
}

/*------------------------
	container
--------------------------*/

#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


/*------------------------
	header
--------------------------*/

#header{
	background: url(../img/header.gif) no-repeat;
	text-align:left;
	width:760px;
	height:150px;
}

h1 {
	display: block;
	height: 16px;
	font-size: 10px;
	line-height: 100%;
	font-weight: normal;
	color: #6A6A6A;
	margin:0px;
	text-align:right;
	padding-top: 2px;
	padding-left: 10px;
}

/*------------------------
	top navi
--------------------------*/

#menu {
	width:760px;
	margin-bottom:5px;
	padding:0px;

}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	list-style-type:none;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}

#menu li a {
	display:block;
	width:152px;
	background:#5B97A3;
	line-height:26px;
	border-top:1px solid #A2CDD6;
	border-bottom:1px solid #A2CDD6;
}

#menu li a {
	color: #FFFFFF;

}

#menu li a:hover{
	
	color:#66cc99;
}

/*------------------------
	パンくず
--------------------------*/

#topicpath {
margin: 2px 10px;
font-size: 11px;
}

#topicpath a {
text-decoration: none;
}

#topicpath a:link {
color: #393A3D;
}

#topicpath a:visited {
color: #393A3D;
}

#topicpath a:active {
color: #4BB5C1;
}

#topicpath a:hover {
color: #4BB5C1;
}

#topicpath img {
	margin:0px 3px 5px 0px;
	padding:0px 2px 0px 0px;
}


/*------------------------
	メインＢＯＸ
--------------------------*/
#pagebody {
    width:750px;
	margin:0;
	padding:0px 5px 0px 5px;
	
}



/* salonphoto */
.midashi {
	width: 730px;
	margin-bottom: 36px;
	padding:0px 5px 0px 5px;
}

.midashi h2 {
	background: url(../img/ttl_l.gif) no-repeat left top;
	margin-bottom: 24px;
	width: 720px;
	height: 33px;
	font-size:15px;
    margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	color:#FFFFFF;
	line-height:1.5em;
}

.text {
	font-size:12px;
    margin: 5px 0px 5px 2px;
	padding: 5px 0px 0px 5px;
	color:#7B755B;
	line-height:1.5em;
	

}
	
	
/*------------------------
	フッター
--------------------------*/
#footer {
	width: 750px;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 25px;
}


#fNavi {
	width: 730px;
    margin: 0 auto;
	padding: 0px 5px;
	border-right-width:5px; 
	border-left-width:5px;
	clear: both;
}

#fNavi p {
	padding: 15px 0;
	text-align: center;
	margin: 0 0 5px 0;
}

#fNavi p a {
	margin: 0 5px;
}

#fNavi p a:link {
color: #393A3D;
}

#fNavi p a:visited {
color: #393A3D;
}

#fNavi p a:active {
color: #4BB5C1;
}

#fNavi p a:hover {
color: #4BB5C1;
}

#fNavi h2 {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

/*------------------------
	サイトマップ
--------------------------*/

#sitemap a {
	color: #666666;
}

#sitemap a:link { 
	color: #393A3D;
  	text-decoration: none;
}

#sitemap a:visited {
color: #393A3D;
}

#sitemap a:active {
color: #4BB5C1;
}

#sitemap a:hover {
color: #4BB5C1;
}

#sitemap li {
	padding: 0px 0px 0px 10px;
	list-style-image:none;
	color: #666666;
	list-style-type: none;
	line-height:1.5em;
	
}

	
				