@charset "UTF-8";

/* ===================================
	File Name   : about.css
	Description : About Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2014/05/27

	Update Description :
		2014/06/02 Append - Value Styles [Taz Sakurai]
		2014/05/27 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. About Introduction
	3. 
	4. 
	5. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
ul#GlobalNavi li#BtnAbout a,
ul#GlobalNavi li#BtnAbout a:hover {background-position: -170px -270px;}

/* Title Setting */
h1 span {
	background: url(img/img_main-about.jpg) no-repeat center 0px;
}





/*===== ■2. About Introduction =====*/
#AboutIntro {
	margin: 0px;
	padding: 100px 0px 0px;
	background: url(img/img_about01.jpg) no-repeat 0px 170px;
}

#AboutIntro h2 {
	padding: 0px 0px 45px 20px;
}

#AboutIntro p {
	padding: 0px 0px 35px 260px;
	line-height: 2.2;
	font-size: 108%;
}

#AboutIntro ul {
	padding: 0px 0px 100px 260px;
}

#AboutIntro ul li {
	background: url(../common/img/arrow_blue.jpg) no-repeat 0px 4px;
	padding: 0px 0px 0px 12px;
}

#AboutIntro ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}





/*===== ■3.   =====*/
#AboutSpa {
	margin: 0px;
	background: url(img/img_about02.jpg) no-repeat right 70px;
}

#AboutSpa h2 {
	padding: 0px 0px 45px 20px;
}

#AboutSpa p {
	padding: 0px 0px 35px 20px;
	width: 435px;
	line-height: 2.2;
	font-size: 108%;
}

#AboutSpa ul {
	padding: 0px 0px 0px 20px;
}

#AboutSpa ul li {
	background: url(../common/img/arrow_blue.jpg) no-repeat 0px 4px;
	padding: 0px 0px 0px 12px;
}

#AboutSpa ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}





/*===== ■4.   =====*/





/*===== ■5.   =====*/





/*===== ■*.Clear Release  =====*/
#*************** {
	/zoom: 1;
}

#***************:after {
	content: '';
	display: block;
	clear: both;
}
