@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* ---------- リンク ---------- */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:active {
	color: #FF3366;
	text-decoration: underline;
}
/* ---------- テキスト ---------- */
.120_gray {
	font-size: 130%;
	color: #333333;
	font-weight: bold;
}
.pink {
	color: #EF5A8E;
}
.clear {
	clear: both;
}
.gray_border {
	border: 1px solid #999999;
}
.pink_border {
	border: 1px solid #EB6391;
}
.float_left {
	float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.float_left_number {
	float: left;
}
.margin1 {
	visibility: hidden;
	height: 0.5em;
}
.margin2 {
	visibility: hidden;
	height: 1.5em;
}
.margin3 {
	visibility: hidden;
	height: 3em;
}
.float_right {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
body {
	font-size: 100%;
	line-height: 150%;
	background-color: #FFFFFF;
	padding: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	padding: 0px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#wrapper em {
	visibility: hidden;
	font-size: 10px;
}
/* ---------- ヘッダ ---------- */
#header {
	width: 972px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header h1.eng {
	background-image: url(../images/header_eng.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 53px;
	width: 566px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
	display: block;
}
#header h1.eng a {
	height: 53px;
	width: 566px;
	text-decoration: none;
	display: block;
}

#header h1 {
	background-image: url(../images/header_title.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 972px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	clear: left;
}

/* 2009-04-03 追加 ここから */
#header #header-member ul.member{
	list-style:none;
	display:block;
	background-image: url(../images/header_title_new.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 972px;
	height: 46px;
	margin-top: 5px;
	padding: 0px;
}
#header #header-member ul.member li.left{
	float:left;
	width:590px;
}
#header #header-member ul.member li.right{
	float:right;
	width:382px;
}
#header #header-member ul.member li.right a {
	background-image: url(../images/btn_member_off.gif);
	background-repeat: no-repeat;
	background-position: top;
	display:block;
	width:364px;
	height:46px;
	text-decoration:none;
}

#header #header-member ul.member li.right a:hover {
	background-image: url(../images/btn_member_on.gif);
}
/* 2009-04-03 追加 ここまで */



#header h2 {
	background-image: url(../images/header_stitle.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 972px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
/* ---------- フォントチェンジャー ---------- */
* html body #header #fontChanger {
	float: right;
	padding-bottom:10px;
}

*:first-child+html body #header #fontChanger {
	float: right;
	padding-bottom:10px;
}

#header #fontChanger ul {
	text-align: right;
	margin-right: 16px;
	padding-top: 18px;
	font-size: 14px;
	color: #666666;
}

#header #fontChanger li {
	display: inline;
}

#switchFontSizeBig,
#switchFontSizeMedium,
#switchFontSizeSmall{
	width:26px;
	border:2px solid #E96491;
	cursor:pointer;
	padding: 0.3em;
	margin-right: 2px;
	margin-left: 2px;
	height: 26px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

#switchFontSizeBig.active,
#switchFontSizeMedium.active,
#switchFontSizeSmall.active{
	background-color: #EA6390;
	border: 2px solid #EA6390;
	color: #FFFFFF;
}


/* ---------- ナビ ---------- */
#navi {
	width: 940px;
	height: 33px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#navi dt {
	display: block;
	float: left;
	width: 188px;
	height: 33px;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#navi dt a {
	display: block;
	width: 188px;
	height: 33px;
	background-image: url(../images/navi_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#navi dt.nav01 a {
	background-position: 0px 0px;
}
#navi dt.nav01 a:hover {
	background-position: 0px -33px;
	z-index: 100;
}
#navi dt.nav01 a.stay {
	background-position: 0px -33px;
}
#navi dt.nav02 a {
	background-position: -188px 0px;
}
#navi dt.nav02 a:hover {
	background-position: -188px -33px;
	z-index: 100;
}
#navi dt.nav02 a.stay {
	background-position: -188px -33px;
}
#navi dt.nav03 a {
	background-position: -376px 0px;
}
#navi dt.nav03 a:hover {
	background-position: -376px -33px;
}
#navi dt.nav03 a.stay {
	background-position: -376px -33px;
}
#navi dt.nav04 a {
	background-position: -564px 0px;
}
#navi dt.nav04 a:hover {
	background-position: -564px -33px;
}
#navi dt.nav04 a.stay {
	background-position: -564px -33px;
}
#navi dt.nav05 a {
	background-position: -752px 0px;
}
#navi dt.nav05 a:hover {
	background-position: -752px -33px;
}
#navi dt.nav05 a.stay {
	background-position: -752px -33px;
}
/* ---------- サブナビ ---------- */
#navi dl dt.nav01 table ,
#navi dl dt.nav02 table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#navi dl dt.nav01 ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 940px;
	height: 0;
}
#navi dl dt.nav02 ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 33px;
	left: -188px;
	width: 940px;
	height: 0;
}
#navi dl dt.nav01 ul li ,
#navi dl dt.nav02 ul li {
	width: 313px;
	height: 49px;
	float: left;
	display: block;
}
			
#navi dl dt.nav01:hover ul ,
#navi dl dt.nav01 a:hover ul {
			visibility: visible;
			overflow: visible;
			height: auto;
			z-index: 10;
}
#navi dl dt.nav02:hover ul ,
#navi dl dt.nav02 a:hover ul {
			visibility: visible;
			overflow: visible;
			height: auto;
			z-index: 10;
}
#navi dl dt.nav01 ul li a {
	width: 313px;
	height: 49px;
	display: block;
	background-image: url(../images/navi_son01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi dl dt.nav02 ul li a {
	width: 313px;
	height: 49px;
	display: block;
	background-image: url(../images/navi_son02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi dl dt.nav01 ul li.nav01_1 a ,
#navi dl dt.nav02 ul li.nav01_1 a {	
	background-position: 0px 0px;
}
#navi dl dt.nav01 ul li.nav01_1 a:hover ,
#navi dl dt.nav02 ul li.nav01_1 a:hover {	
	background-position: 0px -49px;
}
#navi dl dt.nav01 ul li.nav01_2 a ,
#navi dl dt.nav02 ul li.nav01_2 a {	
	background-position: -313px 0px;
}
#navi dl dt.nav01 ul li.nav01_2 a:hover ,
#navi dl dt.nav02 ul li.nav01_2 a:hover {	
	background-position: -313px -49px;
}
#navi dl dt.nav01 ul li.nav01_3 a ,
#navi dl dt.nav02 ul li.nav01_3 a {	
	background-position: -626px 0px;
}
#navi dl dt.nav01 ul li.nav01_3 a:hover ,
#navi dl dt.nav02 ul li.nav01_3 a:hover {	
	background-position: -626px -49px;
}
/* ---------- サブナビ（アクティブ） ---------- */
#navi_active {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#navi_active ul li {
	width: 313px;
	height: 49px;
	float: left;
	display: block;
}
#navi_active ul.navi01_active li a {
	width: 313px;
	height: 49px;
	display: block;
	background-image: url(../images/navi_son01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#navi_active ul.navi02_active li a {
	width: 313px;
	height: 49px;
	display: block;
	background-image: url(../images/navi_son02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#navi_active ul li.nav01_1active a ,
#navi_active ul li.nav02_1active a {	
	background-position: 0px 0px;
}
#navi_active ul li.nav01_1active a:hover ,
#navi_active ul li.nav02_1active a:hover {	
	background-position: 0px -49px;
}
#navi_active ul li.nav01_1active a.stay ,
#navi_active ul li.nav02_1active a.stay {	
	background-position: 0px -49px;
}
#navi_active ul li.nav01_2active a ,
#navi_active ul li.nav02_2active a {	
	background-position: -313px 0px;
}
#navi_active ul li.nav01_2active a:hover ,
#navi_active ul li.nav02_2active a:hover {	
	background-position: -313px -49px;
}
#navi_active ul li.nav01_2active a.stay ,
#navi_active ul li.nav02_2active a.stay {	
	background-position: -313px -49px;
}
#navi_active ul li.nav01_3active a ,
#navi_active ul li.nav02_3active a {	
	background-position: -626px 0px;
}
#navi_active ul li.nav01_3active a:hover ,
#navi_active ul li.nav02_3active a:hover {	
	background-position: -626px -49px;
}
#navi_active ul li.nav01_3active a.stay ,
#navi_active ul li.nav02_3active a.stay {	
	background-position: -626px -49px;
}
			
/* ---------- トップページ ---------- */
#content p.top_main {
	background-image: url(../images/top_main.jpg);
	background-repeat: no-repeat;
	width: 937px;
	height: 372px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
#news {
	width: 937px;
	background-position: right top;
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	font-size: 100%;
	line-height: 150%;
}
#news h3.news {
	background-image: url(../images/news_title.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 713px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F5B1C8;
	border-right-color: #F5B1C8;
	border-left-color: #F5B1C8;
}
#news ul {
	width: 693px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F5B1C8;
	border-bottom-color: #F5B1C8;
	border-left-color: #F5B1C8;
	padding: 10px;
}
#news ul li {
	list-style-type: none;
}
/* ---------- フッター ---------- */
#footer {
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline;
}
#footer address {
	font-weight: bold;
	text-align: right;
	font-style: normal;
}
/* ---------- 中ページコンテンツ ---------- */
#main {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 100%;
	line-height: 150%;
}
#pankz {
	text-align: left;
	font-size: 12px;
	text-indent: 0.5em;
}

#main h4 {
	font-size: 130%;
	color: #EF5A8E;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
}
#main p.product_t {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 1em;
}
#main p.normal120 {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 120%;
	line-height: 150%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#main p.normal {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
	line-height: 150%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#main .step_s {
	padding-left: 45px;
}
#main a:link ,
#main a:visited ,
#main a:hover ,
#main a:active {
	color: #3399FF;
	text-decoration: underline;
}
#main .about_left {
	width: 640px;
	float: left;
}
#main .about_right {
	width: 280px;
	float: right;
	text-align: center;
}
.line{
	color: #CCCCCC;
}
#main h3 {
	margin-top: 5px;
}
#main table.price {
	margin-left: 20px;
}
#main td.price_td_bg {
	background-color: #FFD6E6;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 70px;
}
#main td.price_td_bg_r {
	background-color: #FFD6E6;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
#main td.price_td_bg_r2 {
	background-color: #FFD6E6;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}
#main td.price_td {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 70px;
}
#main td.price_td_r {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
#main td.price_td_r2 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}
#main .price_t {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
	line-height: 150%;
	}
