﻿@charset "utf-8";

/* 基本情報
幅情報
header: 高さ112px 横幅800px
contents: 横幅800px;
side: 横幅194px
main:横幅600px;

色
基本カラー:#575757
グレイ:#666
ピンク:#ff539c
茶:#b68618
*/

/* common ------------------ */
* {
	margin:0;
	padding:0;
}

body {

	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #575757;
	background: #fff;
	padding-top: 7px;
}

/* 全体---------------------*/

ul {
	list-style-type: none;
}
img {
	border: none;
}

a:link,
a:visited,
a:active {
	color:#ff539c;
	text-decoration:underline;
}
a:hover {
	color:#f290b8;
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-size:14px;
}
p, ul, dl {
	font-size: 12px;
	line-height: 1.5em;
}

table {
	font-size: 100%;
	line-height: 1.6em;
}
/* フロート解除 最終版 */
.clearfix {
    zoom:1; /*for IE 5.5-7*/
}
.clearfix:after { /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


.clear {
	clear: both;
}
#header,
#contents,
#footer01,
#footer02 {
	margin: 0 auto;
	text-align: left;
}

#main .margin {
	padding: 0 5px;
}
.b {
	font-weight: bold;
}

/* input基本 */
.w30 {
	width: 30px;
	margin: 0 1px;
}

.w40 {
	width: 40px;
	margin: 0 1px;
}

.w50 {
	width: 50px;
	margin: 0 1px;
}

.w80 {
	width: 80px;
	margin: 0 1px;
}
.w100 {
	width: 100px;
	margin: 0 1px;
}

.w150 {
	width: 150px;
	margin: 0 1px;
}

.w200 {
	width: 200px;
	margin: 0 1px;
}

.w250 {
	width: 250px;
	margin: 0 1px;
}

.w300 {
	width: 300px;
	margin: 0 1px;
}

.w_full {
	width: 99%;
	margin: 0 1px;
}
.textarea01 {
  width: 99%;
  height: 120px;
}
.icon04 {
	background: transparent url(../_images/icon04.gif) no-repeat center left;
		padding: 0 0 0 0.8em;
	}

/* ヘッダー---------------------*/
#header {
	width:800px;
	position: relative;
}

#header ul {
	width: 614px;
	height: 42px;
	overflow:hidden;
	position: absolute;
	top: 55px;
	left: 186px;
}

#header ul li {
	text-indent: -9999px;
	float: left;
}

#header ul li a {
	display: block;
	height: 42px;
}
#header li#nav01 a {
	background: transparent url(../_images/header_nav.gif) no-repeat 0 0;
	width: 123px;
}
#header li#nav02 a {
	background: transparent url(../_images/header_nav.gif) no-repeat -123px 0px;
	width: 123px;
}

#header li#nav03 a {
	background: transparent url(../_images/header_nav.gif) no-repeat -246px 0;
	width: 123px;
}

#header li#nav04 a {
	background: transparent url(../_images/header_nav.gif) no-repeat -369px 0;
	width: 123px;
}
#header li#nav05 a {
	background: transparent url(../_images/header_nav.gif) no-repeat -492px 0;
	width: 122px;
}

#header li#nav01 a:hover {
	background: transparent url(../_images/header_nav.gif) no-repeat 0 -42px;
}
#header li#nav02 a:hover {
	background: transparent url(../_images/header_nav.gif) no-repeat -123px -42px;
}
#header li#nav03 a:hover {
	background: transparent url(../_images/header_nav.gif) no-repeat -246px -42px;
}
#header li#nav04 a:hover {
	background: transparent url(../_images/header_nav.gif) no-repeat -369px -42px;
}
#header li#nav05 a:hover {
	background: transparent url(../_images/header_nav.gif) no-repeat -492px -42px;
}


#header li#nav01on a {
	background: transparent url(../_images/header_nav.gif) no-repeat 0 -42px;

	width: 123px;
}
#header li#nav02on a {
	background: transparent url(../_images/header_nav.gif) no-repeat -123px -42px;
	width: 123px;
}
#header li#nav03on a {
	background: transparent url(../_images/header_nav.gif) no-repeat -246px -42px;
	width: 123px;
}
#header li#nav04on a {
	background: transparent url(../_images/header_nav.gif) no-repeat -369px -42px;
	width: 123px;
}

#header li#nav05on a {
	background: transparent url(../_images/header_nav.gif) no-repeat -492px -42px;
	width: 122px;
}

#bookmark {
	float:right;
	width:310px;
	height:25px;
	padding:25px 0px 5px 5px;
	background-color:#ffffff;
	text-align:right;
}

#bookmark div {
	float:right;
	line-height:25px;
}

#bookmark div a{
	font-size:11px;
	display:block;
	float:right;
	margin-left:5px;
}

#bookmark div img {
	border:none;
}

#book-end {
	clear:both;
	margin:0;padding:0;font-size:1px;line-height:1px;height:1px;
}

#book-end hr {
	display:none;
}

/* コンテンツ---------------------*/
#contents {
	width:800px;
}

/* kv */
#kv_index {
	width: 800px;
	height: 235px;
	margin: 2px 0 7px 0; 
	background: url(/_images/kv/index.jpg) no-repeat left top;
}
#kv_index object {
	float: right; 
	margin: 158px 115px 0 0; 
}
.kv {
	width: 800px;
	height: 130px;
	margin: 2px 0 7px 0;
}
/* 左サイド---------------------*/
#side {
	width: 194px;
	float: left;
}

#side a:link,
#side a:visited,
#side a:active {
	color:#ff539c;
	text-decoration: none;
}
#side a:hover {
	color:#f290b8;
	text-decoration: underline;
}

#side h2 a {
	display: block;
	text-indent: -9999px;
	background: #e7e7e7 url(../_images/side00.gif) no-repeat top left;
	width: 174px;
	height: 58px;
}
#side h2 a:hover {
	background: #e7e7e7 url(../_images/side00on.gif) no-repeat top left;
}


#side #btm01 a {
	display: block;
	background: transparent url(../_images/btm01.gif) no-repeat top left;
	width: 194px;
	height: 51px;
	text-indent: -9999px;
	margin-bottom: 7px;
}
#side #btm01 a:hover {
	display: block;
	background: transparent url(../_images/btm01on.gif) no-repeat top left;
}

#side #side_title02 {
	background: transparent url(../_images/side_title02.gif) no-repeat top left;
	width: 194px;
	height: 48px;
	text-indent: -9999px;
}

#side #side_title01 {
	background: transparent url(../_images/side_title01.gif) no-repeat top left;
	width: 194px;
	height: 48px;
	text-indent: -9999px;
}
#side #side_title03 {
	background: transparent url(../_images/side_title03.gif) no-repeat top left;
	width: 194px;
	height: 48px;
	text-indent: -9999px;
}
#side #side_title04 {
	background: transparent url(../_images/side_title04.gif) no-repeat top left;
	width: 194px;
	height: 48px;
	text-indent: -9999px;
}

	
#side dl {
	background: #f4f2e0;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#side dt a,
#side ul.side_list li a {
	display: block;
	text-indent: -9999px;
	width: 174px;
	height: 28px;
	margin-bottom: 2px;
}

#side dt#side_nav01 a {
	background: transparent url(../_images/side_nav01.gif) no-repeat top left;
}
#side dt#side_nav01 a:hover {
	background: transparent url(../_images/side_nav01on.gif) no-repeat top left;
}
#side dt#side_nav02 a {
	background: transparent url(../_images/side_nav02.gif) no-repeat top left;
}
#side dt#side_nav02 a:hover {
	background: transparent url(../_images/side_nav02on.gif) no-repeat top left;
}
#side dt#side_nav03 a {
	background: transparent url(../_images/side_nav03.gif) no-repeat top left;
}
#side dt#side_nav03 a:hover {
	background: transparent url(../_images/side_nav03on.gif) no-repeat top left;
}
#side dt#side_nav04 a {
	background: transparent url(../_images/side_nav04.gif) no-repeat top left;
}
#side dt#side_nav04 a:hover {
	background: transparent url(../_images/side_nav04on.gif) no-repeat top left;
}

#side dt#side_nav05 a {
	background: transparent url(../_images/side_nav05.gif) no-repeat top left;
}
#side dt#side_nav05 a:hover {
	background: transparent url(../_images/side_nav05on.gif) no-repeat top left;
}
#side dt#side_nav06 a {
	background: transparent url(../_images/side_nav06.gif) no-repeat top left;
}
#side dt#side_nav06 a:hover {
	background: transparent url(../_images/side_nav06on.gif) no-repeat top left;
}
#side dt#side_nav07 a {
	background: transparent url(../_images/side_nav07.gif) no-repeat top left;
}
#side dt#side_nav07 a:hover {
	background: transparent url(../_images/side_nav07on.gif) no-repeat top left;
}
#side dt#side_nav08 a {
	background: transparent url(../_images/side_nav08.gif) no-repeat top left;
}
#side dt#side_nav08 a:hover {
	background: transparent url(../_images/side_nav08on.gif) no-repeat top left;
}

#side dt#side_nav09 a {
	background: transparent url(../_images/side_nav09.gif) no-repeat top left;
}
#side dt#side_nav09 a:hover {
	background: transparent url(../_images/side_nav09on.gif) no-repeat top left;
}
#side dt#side_nav10 a {
	background: transparent url(../_images/side_nav10.gif) no-repeat top left;
	height: 58px;
}
#side dt#side_nav10 a:hover {
	background: transparent url(../_images/side_nav10on.gif) no-repeat top left;
}
#side dt#side_nav11 a {
	background: transparent url(../_images/blog/blog.gif) no-repeat top left; 
	height: 58px;
}
#side dt#side_nav11 a:hover {
	background: transparent url(../_images/blog/blogon.gif) no-repeat top left; 
}
#side dt#side_nav12 a {
	background: transparent url(http://www.kireinaoneesan.com/2011/11/08/bnr-twitter_side.png) no-repeat top left; 
	height: 58px;
}
#side dt#side_nav12 a:hover {
	background: transparent url(http://www.kireinaoneesan.com/2011/11/08/bnr-twitter_sidea.png) no-repeat top left; 
}



/* recommendationボタン */
#side dt#side_nav_rec a {
	background: transparent url(../_images/side_nav_recommendation.gif) no-repeat top left; 
	height: 48px;
	margin-top:10px;
}

#side dt#side_nav_rec a:hover {
	background-position:bottom left;
}

/* flash */
#side dt#side_nav_fla { 
	width: 160px; 
	margin: 10px auto; 
	height:58px;
}
#side dt#side_nav_fla object { 
	width: 160px; 
	height: 58px; 
}





/* ABOUT USなど */
#side #side_nav001 a {
	background: transparent url(../_images/side_nav001.gif) no-repeat top left;
}
#side #side_nav001 a:hover {
	background: transparent url(../_images/side_nav001on.gif) no-repeat top left;
}
#side #side_nav002 a {
	background: transparent url(../_images/side_nav002.gif) no-repeat top left;
}
#side #side_nav002 a:hover {
	background: transparent url(../_images/side_nav002on.gif) no-repeat top left;
}
#side #side_nav003 a {
	background: transparent url(../_images/side_nav003.gif) no-repeat top left;
}
#side #side_nav003 a:hover {
	background: transparent url(../_images/side_nav003on.gif) no-repeat top left;
}
#side #side_nav004 a {
	background: transparent url(../_images/side_nav004.gif) no-repeat top left;
}
#side #side_nav004 a:hover {
	background: transparent url(../_images/side_nav004on.gif) no-repeat top left;
}

#side #side_nav005 a {
	background: transparent url(../_images/side_nav005.gif) no-repeat top left;
}
#side #side_nav005 a:hover {
	background: transparent url(../_images/side_nav005on.gif) no-repeat top left;
}
#side #side_nav006 a {
	background: transparent url(../_images/side_nav006.gif) no-repeat top left;
}
#side #side_nav006 a:hover {
	background: transparent url(../_images/side_nav006on.gif) no-repeat top left;
}
#side #side_nav007 a {
	background: transparent url(../_images/side_nav007.gif) no-repeat top left;
}
#side #side_nav007 a:hover {
	background: transparent url(../_images/side_nav007on.gif) no-repeat top left;
}
#side #side_nav008 a {
	background: transparent url(../_images/side_nav008.gif) no-repeat top left;
}
#side #side_nav008 a:hover {
	background: transparent url(../_images/side_nav008on.gif) no-repeat top left;
}

#side #side_nav009 a {
	background: transparent url(../_images/side_nav009.gif) no-repeat top left;
}
#side #side_nav009 a:hover {
	background: transparent url(../_images/side_nav009on.gif) no-repeat top left;
}
#side #side_nav010 a {
	background: transparent url(../_images/side_nav010.gif) no-repeat top left;
}
#side #side_nav010 a:hover {
	background: transparent url(../_images/side_nav010on.gif) no-repeat top left;
}
#side #side_nav011 a {
	background: transparent url(../_images/side_nav011.gif) no-repeat top left;
}
#side #side_nav011 a:hover {
	background: transparent url(../_images/side_nav011on.gif) no-repeat top left;
}


#side ul.side_list {
	padding: 4px 0;
}
#side ul.side_list02 a {
	background: transparent url(../_images/icon02.gif) no-repeat top left;
	padding: 0 0 0 8px;
	margin-left: 9px;

}

#side ul.side_list,
#side ul.side_list02 {
	background: #f7f6ed;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#side .banner {
	margin: 0 0 10px 0;
}
#side .banner li a {
	display: block;
	text-indent: -9999px;
	width: 194px;
}
#side #banner01 a {
	background: transparent url(../_images/banner01.gif) no-repeat top left;
	height: 46px;
}
#side #banner01 a:hover {
	background: transparent url(../_images/banner01on.gif) no-repeat top left;
}
#side #banner02 a {
	background: transparent url(../_images/banner02.gif) no-repeat top left;
	height: 35px;
}
#side #banner02 a:hover {
	background: transparent url(../_images/banner02on.gif) no-repeat top left;
}

#side #banner03 a {
	background: transparent url(../_images/banner03.gif) no-repeat top left;
	height: 46px;
}
#side #banner03 a:hover {
	background: transparent url(../_images/banner03on.gif) no-repeat top left;
}


#side #qr {
	text-align: center; 
	border: 1px solid #eee; 
	padding: 2px 2px 10px 2px;
	margin: 10px;
}

#side #qr p {
	font-size: 10px;
}
/* メイン---------------------*/
#main {
	width:600px;
	float:right;
	margin-bottom: 15px;
}

#main #pan_nav li {
	float: left;
	font-size: 10px;
	margin-bottom: 5px;
}
#main #top01 {
	width: 600px;
	height: 194px;
	margin-bottom: 2px;
}

#main .mark {
	color: #2a6ffd;
	font-weight: bold;
	font-style: normal;
}
/* タイトルバー */

#main h2#title01,
#main h2#title02,
#main h2#title03{
	clear: both;
	width: 600px;
	text-indent: -9999px;
	margin-top: 10px;
}


#main h2#title01 {
	background: #fff url(../_images/title01.gif) no-repeat top left;
	height: 38px;
}
#main h2#title02 {
	background: #fff url(../_images/title02.gif) no-repeat top left;
	height: 41px;
}
#main h2#title03 {
	background: #fff url(../_images/title03.gif) no-repeat top left;
	height: 40px;
}

#main .title04 {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	line-height: 24px;
}

#main .title05 {
	clear: both;
	padding: 0 0 0 12px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
#main #title05 {
	background: #fff url(../_images/title05.gif) no-repeat center left;
}
#main #title05a {
	background: #fff url(../_images/title05a.gif) no-repeat center left;
}

#main .title06 {
	background: #f5f5f5;
	border: 1px solid #e4e3e3;
	padding: 0 0 0 12px;
	line-height: 36px;
	clear: both;
	margin-bottom: 10px;
	color: #ff539c;
	font-size: 14px;

}
#main .title07 {
	font-size: 12px;
	color: #ff539c;
	margin-top: 1em;
	background: transparent url(../_images/icon04.gif) no-repeat center left;
	padding: 0 0 0 0.8em;
}
#main .title08 {
	font-size: 12px;

	color: #ff539c;
}


	
/* リスト */
#main #sub_list,
#main .sub_list {
	margin: 0 10px 30px 10px;
}
#main #sub_list ul li,
#main .sub_list ul li {
	float: left;
	width: 32%;
	background: transparent url(../_images/icon04.gif) 0px 0.5em no-repeat;
	text-indent: 1em;
	line-height: 1.5em;
	margin-left: 7px;
}
#main #sub_list a:link,
#main #sub_list a:visited,
#main #sub_list a:active {
	color:#b68618;
	text-decoration:underline;
}

#main #sub_list a:hover {
	color:#cda855;
	text-decoration:none;
}


#main dl.float_list02 dt,
#main dl.float_list02 dd {
	float: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#main dl.float_list02 dt {
	font-weight: bold;
	width: 80px;
	margin-left: 10px;

}

#main dl.float_list02 dd {
	padding: 0 0 0 15px;
	width: 495px;
}


/* 3列talbe */
#main .item01_bg {
	background: #ffa4c8;
/*
	padding: 15px;
*/
	padding:2px 0 2px 2px;
	margin: 1px 0 20px 0;
}

#main table.item01 {
/*
	width: 570px;
*/
	border-collapse: collapse;
/*
	border-spacing: 2;
*/
	empty-cells: show;
/*
	background: #ffa4c8;
*/
}


#main table.item01 td {
	vertical-align: top;
	background: #fff;
	width: 197px;
	border:0px solid #ffa4c8;
	border-width:0px 2px 0 0;
	text-align:center;
}

#main table.item01 td.inner-td {
	border-width:2px 2px 0 0;
}

#main table.item01 td p {
	text-align:left;
	line-height: 1.5em;
}
#main table.item01 td img {
/*
	margin: 0 32px;
*/
	width: 120px;
}


#main table.item01 .item01_bg02 {
	background: #ffa4c8;
	width: 12px;
	padding: 0;
}

#main table.item01 h3 {
	margin: 5px 5px 0 5px;
}

#main table.item01 p {
	margin: 0 5px 5px 5px;
	
}
#main table.item01 h3 a:link,
#main table.item01 h3 a:visited,
#main table.item01 h3 a:active {
	color:#b68618;
	text-decoration:underline;
}

#main table.item01 h3 a:hover {
	color:#cda855;
	text-decoration:none;
}

/* 縦リスト */
#main .box01 {
	width: 600px;
}

#main .box01 .right {
	float: right;
	width: 450px;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 1.1em;
}

#main .box01 .right h3 {
	color:#ff539c;
}
#main .box01 .right p {
}

#main .box01 .left {
	float: left;
	width: 120px;
	margin: 5px 10px 0 10px;
}
#main .box01 .left img {
	width: 120px;
}

#main .box01 .right .price {
	color: #ff539c;

}
#main .box01 h3 a:link,
#main .box01 h3 a:visited,
#main .box01 h3 a:active {
	color:#b68618;
	text-decoration:underline;
}

#main .box01 h3 a:hover {
	color:#cda855;
	text-decoration:none;
}


#main .box02 {
	width: 600px;
}

#main .box02 .right {
	float: right;
	width: 370px;
	margin-left: 10px;
	margin-top: 5px;
}

#main .box02 .left {
	float: left;
	width: 200px;
	margin: 5px 10px 0 0;
}
#main .box02 .left img {
	width: 200px;
}

#main .box02 .right dl dt {
	margin-top: 1em;
	font-weight: bold;
}


/* table */
#main table.list_table {
	width: 600px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 15px;
	font-size: 12px;
}
table {
	font-size: 100%;
}
#main table.list_table th {
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 6px 40px 5px 4px;

}
#main table.list_table td {
	text-align: left;
	vertical-align: top;
	padding: 6px 0 5px 0;
	line-height: 1.5em;
}


#main table.list_table .first {
	padding-top: 3px;
}

#main table.list_table02 {
	width: 370px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 12px;
}
#main table.list_table02 th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	background: #eee;
}
#main table.list_table02 th.th01 {
	width: 35px;
}
#main table.list_table02 th.th02 {
	width: 60px;
}
#main table.list_table02 th.th03 {
	width: 250px;
}

#main table.list_table02 td .form_set  {
	width: 240px;
	margin-right: 10px;
}
#main table.list_table02 td .form_set .left {
	width: 100px;
	float: left;
}
#main table.list_table02 td .form_set .right {
	width: 105px;
	float: left;
}
#main table.list_table02 td {
	text-align: center;
	vertical-align: center;
	padding: 5px 0;

}
#main table.list_table02 th,
#main table.list_table02 td {
	border-bottom: 1px solid #eee;
}

#main table.list_table02 th {
	padding: 4px 2px 3px 2px;
}

/* 商品詳細ページ */

#main .title99 {
	background: #fff url(../_images/dot.gif) repeat-x bottom left;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 2em;
	font-size: 14px;
}
#main .title98 {
	color:#ff539c;
	font-size: 14px;
	margin-top: 1em;
}
#main .title97 {
	margin-top: 1em;
	background: transparent url(../_images/title04.jpg) no-repeat top left;
	margin-bottom: 5px;
	height: 35px;
}
#main .title97 span {
	display: block;
	padding: 10px 10px 0 19px; 
	font-size: 14px;
	color:#ff539c;
}


#main .box03 dt {
	margin-bottom: 1em;
}
#main .box03 dd p {
	margin-bottom: 1em;
}

#main .box03 dd {
	margin-bottom: 1em;
}

#main .box03 span {
	color:#ff539c;
}



/* faq */
#main .box04 {
	margin: 0 5px;

}
#main .box04 h3 {
	color: #ff539c;
	margin-top: 1em;
	background: transparent url(../_images/icon04.gif) no-repeat center left;
	padding: 0 0 0 0.8em;
	font-size: 12px;
}
#main .box04 p {
	line-height: 1.5em;
}

#main .list03 li {
	background: transparent url(../_images/icon04.gif) no-repeat center left;
	padding: 0 0 0 0.8em;
	margin-left: 5px;
}

#main dl.float_list03 dt,
#main dl.float_list03 dd {
	float: left;
	line-height: 1.5em;
}

#main dl.float_list03 dt {
	width: 5em;
}

#main dl.float_list03 dd {
	width: 495px;
}

#main .box05 {
	border: 1px solid #eee;
	padding: 8px;
	margin-top: 5px;
}

#main table.list_table03 {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 15px;
	margin-top: 7px;
	width: 590px;
}

#main table.list_table03 th {
	width: 280px;
	height: 80px;
	text-indent: -9999px;
	vertical-align: top;
	padding-bottom: 3px;
}
#main table.list_table03 td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 300px;
	line-height: 1.8em;
}

#main table.list_table03 #step01 {
	background: #fff url(../_images/step01.gif) no-repeat top left;
}
#main table.list_table03 #step02 {
	background: #fff url(../_images/step02.gif) no-repeat top left;
}
#main table.list_table03 #step03 {
	background: #fff url(../_images/step03.gif) no-repeat top left;
}
#main table.list_table03 #step04 {
	background: #fff url(../_images/step04.gif) no-repeat top left;
}
#main table.list_table03 #step05 {
	background: #fff url(../_images/step05.gif) no-repeat top left;
}
#main table.list_table03 #step06 {
	background: #fff url(../_images/step06.gif) no-repeat top left;
}
#main table.list_table03 #step07 {
	background: #fff url(../_images/step07.gif) no-repeat top left;
}
#main table.list_table03 #step08 {
	background: #fff url(../_images/step08.gif) no-repeat top left;
}
#main table.list_table03 #step09 {
	background: #fff url(../_images/step09.gif) no-repeat top left;
}

#main table.layout03 {
	width: 570px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
#main table.layout03 th {
	width: 50px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.2em;
}
#main table.layout03 td {
	width: 505px;
	vertical-align: top;
}



/* 個人情報 */

#main .box06 dt {
	color: #ff539c;
	margin-top: 1em;
	font-weight:bold;
}
/* ガイド */
#main .box08,
#main .box09 {
	margin: 0 5px;
}
#main .box08 h2,
#main .box09 h3 {
	font-size: 14px;
	color: #ff539c;
	margin-top: 1em;
	background: transparent url(../_images/icon04b.gif) no-repeat top left;
	padding: 0 0 0 0.8em;
}
#main .box09 h2 {
	background: #fff url(../_images/dot.gif) repeat-x bottom left;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 2em;
	font-size: 14px;
}

#main .box08 em {
	font-weight: normal;
	font-style: normal;
	color: #ed6499;
}
#main .list04 li {
	background: transparent url(../_images/icon04b.gif) no-repeat top left;
	padding: 0 0 0 0.8em;
}
#main table.layout,
#main table.layout02 {
	width: 590px;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 1em;
	line-height: 1.6em;
}
#main table.layout td.no {
	width: 1.3em;
	vertical-align: top;
}

#main table.layout02 th {
	width: 130px;
	padding-right: 15px;
	vertical-align: top;
	padding-top: 10px;
}
#main table.layout02 td {
	width: 445px;
	vertical-align: top;
	padding-top: 10px;
}

#main table.layout02 ul li {
	
}

#main table.layout02 em {
	background: #ff539c;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	padding: 3px 5px 2px 5px;
}
#main .list05 dt {
	background: transparent url(../_images/icon04.gif) no-repeat center left;
	padding: 0 0 0 0.8em;
	margin-left: 5px;
}

#main .list05 dd {
	margin-left: 1.3em;
}
ol {
	list-style: decimal inside;
	font-size: 12px;
}
#main table.layout04 {
	width: 445px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
#main table.layout04 th {
	width: 50px;
	vertical-align: top;
	line-height: 1.4em;
	margin: 0;
	padding: 0;

}
#main table.layout04 td {
	width: 395px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#main .layout06 {
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 5px;
}	

#main .layout06 table {
	width: 570px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	color: #2a89ff;
	font-size: 12px;
	color: #b68618;
}
#main .layout06 table td.no {
	width: 1.3em;
	vertical-align: top;
}
/* 8つの安心 */
#main #safe_img {
	background: #fff url(../_images/safe_img.gif) no-repeat bottom left;
	height: 86px;
}
#main #safe_bg {
	width: 572px;
	padding: 8px 14px;
	background: #ffd4db;
}
#main #safe_bg table {
	width: 572px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #fff;
	margin: 8px 0;
}

#main #safe_bg td {
	width: 282px;
	vertical-align: top;
}
#main #safe_bg td.bg {
	background: #ffd4db;
	width: 8px;
}

#main #safe_bg h2 {
	text-indent: -9999px;
	width: 282px;
	height: 70px;
}

#main #safe_bg #safe01 {
	background: #fff url(../_images/safe01.gif) no-repeat bottom left;
}
#main #safe_bg #safe02 {
	background: #fff url(../_images/safe02.gif) no-repeat bottom left;
}
#main #safe_bg #safe03 {
	background: #fff url(../_images/safe03.gif) no-repeat bottom left;
}
#main #safe_bg #safe04 {
	background: #fff url(../_images/safe04.gif) no-repeat bottom left;
}
#main #safe_bg #safe05 {
	background: #fff url(../_images/safe05.gif) no-repeat bottom left;
}
#main #safe_bg #safe06 {
	background: #fff url(../_images/safe06.gif) no-repeat bottom left;
}
#main #safe_bg #safe07 {
	background: #fff url(../_images/safe07.gif) no-repeat bottom left;
}
#main #safe_bg #safe08 {
	background: #fff url(../_images/safe08.gif) no-repeat bottom left;
}
#main #safe_bg ul {
	padding: 0 5px 5px 10px;
}

#main #safe_bg ul li {
	background: transparent url(../_images/icon02.gif) no-repeat top left;
	padding: 0 0 0 8px; 
}


#main #safe_img p {
	padding: 30px 0 0 70px;
}

/* お問い合わせform */

#main .box07,
#main table.list_table05 {
	background: #eee;
	width: 600px;
	padding: 10px 0;
	font-size: 12px;
}
#main table.list_table05 th {
	width: 100px;
	text-align: left;
	font-weight: normal;
	background: #ad8b63;

}

#main table.list_table05 td {
	width: 480px;
}
#main table.list_table05 th,
#main table.list_table05 td {
background: transparent url(../_images/dot.gif) repeat-x top left;
	text-align: left;
	vertical-align: center;
	padding: 1px 10px 1px 10px;
}


.list_table05 span {
	color: #c00;
}


.list_table05 input,
.list_table05 textarea {
	border: 1px solid #b2b0ad;
	background: #fff;
}

.list_table05 input {
	height: 1.8em;
}
table caption {
	text-align: left;
	padding-left: 5px;
}
sup {

	color: #c00;
}

#main .box07 {
	text-align: center;
	background: #fcd8e7;
}
#main .box07 p {
}

#member_box {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width:100%;
}

#main #member01 {
	background: #fff url(../_images/member01.gif) no-repeat top left;
	width: 220px;
	height: 39px;
	text-indent: -9999px;
}

#main #member02 {
	background: #fff url(../_images/member02.gif) no-repeat top left;
	width: 370px;
	height: 39px;
	text-indent: -9999px;
}

#main #member03 {
	background: #fff url(../_images/member03.gif) no-repeat top left;
	width: 220px;
	height: 39px;
	text-indent: -9999px;
}

#main #member_box .td01 {
	background: #ffebee;
}
#main #member_box .td02 {
	background: #f0e7df;
}

#main #btm03 a {
	display: block;
	background: transparent url(../_images/btm03.gif) no-repeat top left;
	width: 300px;
	height: 70px;
	text-indent: -9999px;
	margin: 40px auto;
}
#main #btm03 a:hover {
	display: block;
	background: transparent url(../_images/btm03on.gif) no-repeat top left;
}
#main #btm04 a {
	display: block;
	background: transparent url(../_images/btm04.gif) no-repeat top left;
	width: 300px;
	height: 36px;
	text-indent: -9999px;
	margin: 30px auto;
}
#main #btm04 a:hover {
	display: block;
	background: transparent url(../_images/btm04on.gif) no-repeat top left;
}
#main #btm05 a {
	display: block;
	background: transparent url(../_images/btm05.gif) no-repeat top left;
	width: 175px;
	height: 26px;
	text-indent: -9999px;
}
#main #btm05 a:hover {
	display: block;
	background: transparent url(../_images/btm05on.gif) no-repeat top left;
}

#main #member_box .in_box {
	background: transparent url(../_images/dot02.gif) repeat-x top left;
	margin: 10px;
	padding-top: 10px;
}
#main #btm07 a {
	display: block;
	background: transparent url(../_images/btm07.gif) no-repeat top left;
	width: 200px;
	height: 36px;
	text-indent: -9999px;
	margin: 5px 0 0 0;
}
#main #btm07 a:hover {
	display: block;
	background: transparent url(../_images/btm07on.gif) no-repeat top left;
}

#main table.list_table03 #m_step01 {
	background: #fff url(../_images/m_step01.gif) no-repeat top left;
}
#main table.list_table03 #m_step02 {
	background: #fff url(../_images/m_step02.gif) no-repeat top left;
}
#main table.list_table03 #m_step03 {
	background: #fff url(../_images/m_step03.gif) no-repeat top left;
}
#main table.list_table03 #m_step04 {
	background: #fff url(../_images/m_step04.gif) no-repeat top left;
}


/* --フッター---------------------*/
/* ページトップへのリンク */
#footer01 {
	clear: both;
	width: 800px;
}
#footer01 #f_navi {
	float: left; 
	width: 710px; 
	font-size: 11px; 
	line-height: 17px; 
	height: 17px; 
	margin: 10px 0 0 10px;
}

#footer01 #p_top {
	text-align: right;
	margin: 10px 10px 0 0;
	height: 17px;
	font-size: 0; 
	width: 64px; 
	float: right; 
	position: relative; 
	bottom: 0px;
}

#footer02 {
	position: relative;
	clear: both;
	width: 800px;
	background: #f2f2f2;
	height: 60px;
}
#footer02  address {
	color: #666;
	font-style: normal;
	text-align: right;
	padding: 24px 94px 0 0;
	font-size: 12px;

}

#footer02 #footer_logo {
	width: 75px;
	position: absolute;
	top: 5px;
	right: 10px;


}

/* 左サイドカレンダー */
div.left-calendar p {
	text-align:center
}

div.left-calendar table {
	font-size:12px;
	width:170px;
	margin:5px auto;
	border:1px solid #d0c9a4;
}

div.left-calendar table th {
	text-align:center;
	color:#aaa;
}

div.left-calendar table td {
	margin:2px;
	background-color:#e6e4d1;
	text-align:center;
}
/*20090625追加*/
#info_20090625{
	width:600px;
	height:500px;
	overflow:scroll;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#009900;
	scrollbar-shadow-color:#009900;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#009900;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#f0fff0;
}

