@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #fff;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
	color: #333;

	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*---Containerのスタイル---*/
div#Container {
 width: 980px;
 margin: 0 auto;
}

/*---Container2のスタイル---*/
div#Container2 {
	overflow: hidden;
}

/*---Contentsのスタイル---*/
div#Contents {
	width: 720px;
	float:right;
}

div#Header {
	width: 720px;
	height: 200px;
	background: url(../img/esthe_top.jpg) no-repeat left top;
	margin-top: 20px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

/*---Mainのスタイル---*/
div#Main {
	width: 600px;
	padding: 0 60px 0 60px;
	margin-bottom: 155px;
}

div#Esthetic {
	width: 600px;
	height: 44px;
	background: url(../img/esthe.gif) no-repeat left top;
	margin: 68px 0 26px 0;
}

div#Esthetic h2 {
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

div#Sub {
	padding:0 53px 0px 21px;
}

div#Sub p {
	letter-spacing: 0.08em;
	color: #595757;
}

div.Over {
	width: 467px;
	padding: 0 21px 0 38px;
	margin: 32px 0 45px 0;
	overflow: hidden;

}

div#Este {
	float: left;
}

div.Moji {
	width: 241px;
	height: px;
	padding: 0 0 0 46px;
	float: right;
}

p#Moji #Bun {
	color: #595757;
}

div#Main .Foucus {
	margin: 11px 0 15px 0;
	font-size: 130%; 
	color: #96bf8f;
}

div#Main .Little {
	margin-bottom: 13px;
	color: #595757;
}

div#Under {
	width: px;
	padding: px;
	overflow: hidden;
}

div#Este2 {
	float: left;

}

div#Moji2 {
	width: px;
	height: px;
	padding: px;
	float: right;
}

div#Moji2 p#Bun2 {
	padding-bottom: 10px;
}


