@charset "UTF-8";
/* CSS Document */
 
* {
	margin: 0px;
	padding: 0px;
}
html,body,#wrapper {
	height: 100%;
}
	body > #wrapper {
	height:auto;
}
/* 背景設定 */
body {
	background-color: #EAECED;
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	text-align: center;
	line-height: 1;
	color: #333333;
}
#bg_l {
	background-image: url(../img/bg_l.gif);
	background-repeat:repeat-y;
	width: 10px;
	float: left;
	height: 750px;
}
#bg_r {
	background-image: url(../img/bg_r.gif);
	background-repeat:repeat-y;
	width: 10px;
	float: left;
	height: 750px;
}
#wrapper {
	width:920px;
	margin: 0px auto;
	background-image:url(../img/bg_wrap.jpg);
	background-repeat:repeat-y;
	min-height:100%;
}
#container {
	width: 900px;
	text-align: left;
	float: left;
}
.contents {
	float:left;
	width:640px;
	padding-right: 20px;
}
/* ヘッダー設定 */
#header {
	width: 900px;
	height: 100px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	position: relative;
}
#header h1 {
	position:absolute;
	font-size: 12px;
	font-weight: normal;
	left: 240px;
	top: 79px;
	color:#FFFFFF;
}
.logo1 {
	position: absolute;
	top: 26px;
	left: 28px;
}
.logo1 a {
	display: block;
	width: 183px;
	height: 51px;
	background-image: url('../img/logo.gif');
	text-indent: -9999px;
	font-size: 0em;
}
.logo2 {
	position: absolute;
	top: 19px;
	left: 685px;
}
.logo2 a {
	display: block;
	width: 198px;
	height: 28px;
	background-image: url('../img/logo2.gif');
	text-indent: -9999px;
	font-size: 0em;
}
.head_nav a {
	display: block;
	position: absolute;
	width: 134px;
	height: 44px;
	background-image: url(../img/hw.gif);
	text-indent: -9999px;
	right: 778px;
	bottom: -48px;
}
.head_nav a:hover {
	background-position: 0px -44px;
}
.head_ts {
	width: 170px;
	height: 38px;
	position: absolute;
	background-image:url(../img/font_bg.gif);
	top: 56px;
	right: 19px;
}
.head_ts dl {
	margin: 15px 0pt 0pt 7px;
}
.head_ts dt {
	display: none;
}
.head_ts dd {
	float: left;
}
.head_ts a {
	display: block;
	height: 15px;
	background-image: url('../img/fw.gif');
	text-indent: -9999px;
	font-size: 0em;
}
a.ts1 {
	width: 43px;
	background-position: 0px 0px;
}
a.ts1:hover {
	background-position: 0px -15px;
}
a.ts2 {
	width: 59px;
	background-position: -42px 0px;
}
a.ts2:hover {
	background-position: -42px -15px;
}
a.ts3 {
	width: 52px;
	background-position: -102px 0px;
}
a.ts3:hover {
	background-position: -102px -15px;
}
/* コンテンツメニューの設定 */
.voice ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.voice ul li {
	float:left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 100%;
}
.voice a {
	display: block;
	background-image: url('../img/vw.jpg');
	width:640px;
	height:50px;
	text-indent: -9999px;
	font-size: 0em;
}
a.vw1 {
	background-position: 0px 0px;
	width: 213px;
}
a.vw1:hover {
	background-position: 0px -50px;
}
a.vw2 {
	background-position: -213px 0px;
	width: 214px;
}
a.vw2:hover {
	background-position: -213px -50px;
}
a.vw3 {
	background-position: -427px 0px;
	width: 213px;
}
a.vw3:hover {
	background-position: -427px -50px;
}
/* ページトップの設定 */
.pagetop a {
	display: block;
	float:right;
	width: 107px;
	height: 10px;
	background-image:url(../img/pagetop.gif);
	text-indent: -9999px;
	font-size: 0em;
}
.pagetop a:hover {
	background-position: 0px -10px;
}
/* 左側メニューの設定 */
#menu {
	float: left;
	width: 180px;
	display: inline;
	padding:10px 30px 0px 30px;
}
.menu_category ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.menu_category ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 100%;
	margin-bottom:10px;
}
.menu_category a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url('../img/sw.jpg');
	text-indent: -9999px;
	font-size: 0em;
}
a.sw1 {
	background-position: 0px 0px;
}
a.sw1:hover {
	background-position: -180px 0px;
}
a.sw1_on {
	background-position: -180px 0px;
}
a.sw2 {
	background-position: 0px -60px;
}
a.sw2:hover {
	background-position: -180px -60px;
}
a.sw2_on {
	background-position: -180px -60px;
}
a.sw3 {
	background-position: 0px -120px;
}
a.sw3:hover {
	background-position: -180px -120px;
}
a.sw3_on {
	background-position: -180px -120px;
}
a.sw4 {
	background-position: 0px -180px;
}
a.sw4:hover {
	background-position: -180px -180px;
}
a.sw4_on {
	background-position: -180px -180px;
}
a.sw5 {
	background-position: 0px -240px;
}
a.sw5:hover {
	background-position: -180px -240px;
}
a.sw5_on {
	background-position: -180px -240px;
}
a.sw6 {
	background-position: -0px -300px;
}
a.sw6:hover {
	background-position: -180px -300px;
}
a.sw6_on {
	background-position: -180px -300px;
}
a.sw7 {
	background-position: 0px -360px;
}
a.sw7:hover {
	background-position: -180px -360px;
}
a.sw7_on {
	background-position: -180px -360px;
}
.mov a {
	display: block;
	width: 180px;
	height: 90px;
	background-image:url(../img/mov.gif);
	text-indent: -9999px;
	font-size: 0em;
	margin-bottom:10px;
}
.mov a:hover {
	background-position: 0px -90px;
}
.about a {
	display: block;
	width: 180px;
	height: 50px;
	background-image:url(../img/about.gif);
	text-indent: -9999px;
	font-size: 0em;
}
.about a:hover {
	background-position: 0px -50px;
}
/* フッター設定 */
#footer {
	clear: both;
	width: 640px;
	padding:0px 0px 20px 250px;
	height: 40px;
}
.copyright {
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
	text-align:right;
}
/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）*/
.small {
	font-size: 84.6%;
}
.small_px {
	font-size: 11px;
	color: #666666;
}
.nlarge {
	font-size:107.7%;
}
.large {
	font-size:115.4%;
}
.xlarge {
	font-size:123.1%;
}
.date {
	font-size: 13px;
	color: #333333;
}
.mono {
	font-family: monospace;
}
strong {
	font-weight: bold;
}
.black {
	color: #333333;
}
.red {
	color: #FF3333;
}
.center {
	text-align:center;
	line-height:1.6;
}
.right {
	text-align:right;
	line-height:1.6;
}
.left {
	text-align:left;
	line-height:1.6;
}
/* テキストリンク */
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #ff6633;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0pt;
	line-height: 0pt;
	font-size: 0em;
}
img {
	border: medium none;
	vertical-align: bottom;
}
a:focus {
	overflow: hidden;
}
/* ライン設定 */
.line {
	border-bottom: 1px dotted #666666;
	clear: both;
	height: 0pt;
	line-height: 0pt;
	font-size: 0em;
	margin-bottom: 20px;
}
.line2 {
	border-bottom: 1px solid #666666;
	clear: both;
	margin-bottom: 20px;
	height: 0pt;
	line-height: 0pt;
	font-size: 0em;
}
/* 汎用設定 */
.pd_b_ss {
	padding-bottom: 5px;
}
.pd_b_s {
	padding-bottom: 10px;
}
.pd_b_ms {
	padding-bottom: 15px;
}
.pd_b_m {
	padding-bottom: 20px;
}
.pd_b_ml {
	padding-bottom: 25px;
}
.pd_b_l {
	padding-bottom: 30px;
}
.mg_b_ss {
	margin-bottom: 5px;
}
.mg_b_s {
	margin-bottom: 10px;
}
.mg_b_ms {
	margin-bottom: 15px;
}
.mg_b_m {
	margin-bottom: 20px;
}
.mg_b_ml {
	margin-bottom: 25px;
}
.mg_b_l {
	margin-bottom: 30px;
}
.mg_r_s {
	margin-right: 10px;
}
.mg_r_m {
	margin-right: 20px;
}
.box1 {
	width: 640px;
	line-height: 1.6;
}
.box2 {
	width: 600px;
	margin-left: 20px;
	line-height: 1.6;
}
.box2_fl {
	width: 560px;
	padding:90px 20px 20px;
	margin-left: 20px;
	line-height: 1.6;
	background-image:url(../beauty/img/bg.jpg);
	background-repeat:no-repeat;
}
.box3 {
	width: 560px;
	margin-left: 40px;
	line-height: 1.6;
}
body {
	font-size: 81.25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	 height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
