@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  style.css
=================================================================== */
/*----------------------------------------------------
	reset
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
caption {
	font-weight: bold;
	font-size: 14px;
}
th,td {
	padding: 5px;
	border-bottom: 1px #acacac dashed;
	vertical-align: text-top;
}
th.noborder {
	border-bottom: none;
	background: #faf4db;
}
th .normal {
	font-weight: normal;
	color: #5f4f57;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
} 
img,abbr,acronym,fieldset {
	border: 0;
}
ul li {
	list-style-type: none;
}
ul.dot li {
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 5px;
}
ol li {
	margin-left: 30px;
	padding-bottom: 5px;
}

/*----------------------------------------------------
	初期設定
----------------------------------------------------*/
body {
	background: #fff url(../img/common/bg.gif) repeat-x;	
	color: #493841;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
}
* html body {	/* IE6 対策 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	behavior:url("../csshover3.htc");
}

.clears {
	clear: both;
}

/* clearfix */
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}




/*----------------------------------------------------
	見出しタグ
----------------------------------------------------*/
h1 {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #acacac;
}

h3 {
	clear: both;
}

h4 {
	font-size: 16px;
	padding-top: 5px;
}

.waku02 h4 {
	border-bottom: 1px #acacac dashed;
	background: url(../img/common/mark_pink.gif) left 12px no-repeat;
	padding-left: 15px;
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

img.waku {
	padding: 5px;
	border: 1px #ccc solid;
}

.waku01 {
	margin: 0 auto 10px;
	padding: 10px;
	width: 90%;
	border: 3px double #cd3779;
	background: #eee;
}

.waku02 {
	margin: 20px auto 10px;
	padding: 10px;
	width: 95%;
	border: 3px double #ECABCD;
	background: #FCF9EA;
	color: #464646;
}

.waku03 {
	margin: 0 auto 10px;
	padding: 10px;
	width: 95%;
	border: 3px double #ccc;
	background: #eee;
}

.waku04 {
	margin: 0 auto 10px;
	padding: 10px;
	width: 95%;
	border: 3px double #ccc;
	background: #FCF9EA;
}

.top20 {
	margin-top: 20px;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;	
	position: relative;
	z-index: 0;
}


/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	margin: 0 auto;
	width: 900px;
	height: 81px;
	background: url(../img/common/head_bg.gif) right 1px no-repeat;	
}

#header #logo {
	float: left;
}
#header #logo a {
	display: block;
	width: 320px;
	height: 81px;
	background: url(../img/common/logo.gif) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/*----------------------------------------------------
	#cover
----------------------------------------------------*/
#cover {
	clear: both;
	width: 900px;
	height: 96px;
	padding-top: 115px;
	background: url(../img/policy/cover.jpg) no-repeat;
}

#profile #cover {
	background: url(../img/profile/cover.jpg) no-repeat;
}

#color-therapy #cover {
	background: url(../img/color-therapy/cover.jpg) no-repeat;
}

#cafe #cover {
	background: url(../img/cafe/cover.jpg) no-repeat;
}

#communication #cover {
	background: url(../img/communication/cover.jpg) no-repeat;
}

#partnership #cover {
	background: url(../img/partnership/cover.jpg) no-repeat;
}

#voice #cover {
	background: url(../img/voice/cover.jpg) no-repeat;
}

#inquiry #cover {
	background: url(../img/inquiry/cover.jpg) no-repeat;
}

#corporate-services #cover {
	background: url(../img/corporate-services/cover.jpg) no-repeat;
}

#media #cover {
	background: url(../img/media/cover.jpg) no-repeat;
}


/*----------------------------------------------------
	.pankuzu
----------------------------------------------------*/
.pankuzu {
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
	padding-top: 4px;
	padding-right: 10px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 27px 0 0px 0;
	font-size: 13px;
	line-height: 1.6;
	background: url(../img/common/content_bg.gif) left bottom no-repeat;
}

* html #contents {	/* for IE6 */
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
}

#contents p {
	padding: 10px 0px;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	float: right;
	width: 640px;
	padding-bottom: 20px;
}

#main a:link, a:visited {
	color: #2ba6e6;
	text-decoration: underline;
}
#main a:hover {
	color: #5f4f57;
}
#main a:active {
	color: #f3317a;
}


/*----------------------------------------------------
   左右振り分け
----------------------------------------------------*/
.imgL {
	float: left;
	display: inline;
	width: 220px;
	padding-top: 10px;
}



.imgR {
	float: right;
	display: inline;
	width: 420px;
}

.imgR p {
	padding: 0px 0px 0px 10px;
}




/*----------------------------------------------------
    フォーム　送信ボタン
---------------------------------------------------- */
form {
	margin-top: 10px;	
	border-top: 1px #acacac dashed;
}

textarea {
	vertical-align:text-top;
}

.submit {
	border-bottom: none;
}

.submit input {
  margin: 10px 20px 20px 0;
  border-width: 2px;
  border-color: #F68BC2 #9F567B #9F567B #F68BC2;
  background: #f3317a;
  width: 180px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}

.submit input.reset {
  border-color: #F68BC2 #9F567B #9F567B #F68BC2;
  width: 140px;
  background: #AB5274;
}


/*----------------------------------------------------
	住所＆お問い合わせ
----------------------------------------------------*/
.inquiry {
	clear: both;
	margin: 25px auto 0;
	background: url(../img/common/inq_bg.jpg) no-repeat;
	width: 615px;
	height: 120px;
}

.inquiry address {
	float: left;
	margin-top: 8px;
	padding: 20px 0 20px 30px;
	font-size: 14px;
}
.inquiry address strong {
	font-size: 16px;
}

.inquiry .btn {
	float: right;
	display: inline;
	margin: 7px 30px 0 0;
}

.inquiry .btn a {
	background: url(../img/common/btn_inquiry_L.jpg) 0px 0px no-repeat;
	width: 106px;
	height: 106px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.inquiry .btn a:hover {
	background-position: 0px -106px;
}


/*----------------------------------------------------
   サイトマップ
----------------------------------------------------*/
ul.sitemap {
	margin-top: 15px;
	margin-left: 40px;
}

ul.sitemap li {
	margin-left: 30px;
	padding-bottom: 15px;
	list-style: square;
	color: #2ba6e6;
}

ul.sitemap li ul {
	margin-left: 80px;
	margin-top: 5px;
}

ul.sitemap li ul li {
	color: #f3317a;
}

ul.sitemap li ul li ul {
	margin-left: 100px;
	margin-top: 5px;
}

ul.sitemap li ul li ul li {
	color: #1aa93c;
}

/*----------------------------------------------------
	#side
----------------------------------------------------*/
#side {
	float: left;
	width: 240px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

/*----------------------------------------------------
	.pagetop
----------------------------------------------------*/
#contents .pagetop {
	clear: both;
	float:right;
	margin-top: 20px;
	width:117px;	
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#contents .pagetop a {
	width:117px;
	height:22px;
	display:block;
	background: url(../img/common/pagetop.gif) 0 0 no-repeat;
}
#contents .pagetop a:hover {
	background-position: left -24px;
}

#contents .pagetopS {
	clear: both;
	float: right;
	text-align: right;
	font-size: 12px;
	width:112px;
	margin: 10px 0;
}

#contents .pagetopS a {
	width:112px;
	height:22px;
	display:block;
	color: #80695c;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	clear: both;
	background: #FAEAAC url(../img/common/foot_bg.gif) repeat-x;
	height: 170px;
}

#footer #inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}


#footer #inner .footL {
	float: left;
	padding-right: 90px;
}

#footer #inner address {
	float: right;
	display: inline;
}

#footer #inner address .copyright {
	margin-top: 10px;
}


/*----------------------------------------------------
	テキスト、リンクカラー
----------------------------------------------------*/
a:link, a:visited {
	color: #80695c;
	text-decoration: underline;
}
a:hover {
	color: #5f4f57;
}
a:active {
	color: #f3317a;
}

.textL {
	font-size: 16px;
}

.pink {
	color: #f3317a;
}

.blue {
	color: #2ba6e6;
}

.green {
	color: #1aa93c;
}
