/* CSS Document */

* {
  margin: 0;
  padding: 0;
}


body {
	background:url(img/bg.gif) top repeat-x #fffde9;
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 125%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	position: relative;
}


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }




/*
装飾用文字色
-------------------------------------------------------------------*/


/*色を指定します*/

.mizu { color: #0080c0; }
.pink { color: #ff99ab; }
.ao { color: #002255; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #db0000; }
.akapink { color: #e70049;}
.green { color: #369B50;}
.aomidori { color: #2ebab7;}
.enji { color: #9c2662;}
.ora { color: #ff9900;}

/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.big14 { font-size: 14px; }
.big16 { font-size: 16px; }
.big18 { font-size: 18px; }
.big20 { font-size: 20px; }
.big24 { font-size: 24px; }


/*文字を装飾します*/
.line { background: #ffff7d;

 }
/*文字を装飾します*/
.noteline20{	line-height:22px;
	background-image: url(img/line20.gif);

 }
/*ノートのような線を引きます*/
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
	
}


/*画像の位置を指定します*/
.imgl {
	margin: 5px 20px 5px 0px;
	padding: 0;
	float: left;
}


.imgr {
	margin: 5px 15px 5px 20px;
	padding: 0;
	float: right;
}

img { border: none; }

strong{
	font-weight:normal;
}

.clear { clear:both; }  

/*-----------------レイアウト全体-----------------*/

#wrap{
	width: 950px;
	}

/*ＦＦ*/
html>body #wrap{
	width: 950px;
	}


/*IE7.0*/
*:first-child+html #wrap{
	width: 950px;
	}

#container{
	width:950px;
	background:url(img/border.gif) #fff repeat-y;
	background-color:#fff;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	min-height: 100%;
	}
	
#container2{
	width:950px;
	background:url(img/border.gif) #fff repeat-y;
	background-color:#fff;
	margin:11px auto 0px auto;
	padding:0px;
	border-top:1px solid #ce0a3a;
	overflow:hidden;
	min-height: 100%;
	}
	

/*-----------------ヘッダー-----------------*/

#header {
	position: relative;
	width: 950px;
	height: 20px;
	margin: 0;
	padding: 0 0px;
	text-align: left;
	}
	
/*ＦＦ*/
html>body #header{
	width: 950px;
	margin: 0;
	padding: 0 0px;
	}

/*IE7.0*/
*:first-child+html #header{
	width: 950px;
	margin: 0;       
	padding: 0 0px;
	}
	
#header_sub {
	background: url(img/header_sub.jpg) no-repeat;
	position: relative;
	width: 950px;
	height: 145px;
	margin: 0;
	padding: 0 0px;
	text-align: left;
	}

/*ＦＦ*/
html>body #header_sub{
	width: 950px;
	margin: 0;
	padding: 0 0px;
	}

/*IE7.0*/
*:first-child+html #header_sub{
	width: 950px;
	margin: 0;       
	padding: 0 0px;
	}
	
#header h1 {
	position:absolute; top: 2px; left: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #A9A9A9;
	}

#header_sub h1 {
	position:absolute; top: 2px; right: 30px;
	text-align: left;
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #f4f8fb;
	}
	
#logo {
	clear: both;
	margin:10px 0px 0px 0px;
	_margin:10px 0px 0px 0px;
	padding-top:0px;
	_padding-top:0px;
	padding-left:0px;
	_padding-left:0px;
	width: 950px;
	_width: 950px;
	height: 70px;
	vertical-align: bottom;
	}	
#logo img {
	vertical-align: bottom;
	}
	
	
#toplink{
	float:right;
	font-size:10px;
	position:absolute; top: 2px; right: 0px;
	}
#toplink a{
	background:url(img/yajirushi.gif) left no-repeat;
	margin-right:5px;
	padding-left:15px;
	color:#a9a9a9;
	text-decoration:none;
	}
	
#toplink a:hover{
	background:url(img/yajirushi.gif) left no-repeat;
	margin-right:5px;
	padding-left:15px;
	color:#00cc99;
	text-decoration:none;
	}
		
/*-----------------------------------------
トップ画像
------------------------------------------*/

#top {
	clear:both;
	position: relative;
	background:url(img/top.jpg) no-repeat center;
	width: 950px;
	height: 200px;
	margin: 0px;
	padding: 0 0px;
	text-align: left;
	}
	
/*ＦＦ*/
html>body #top{
	width: 950px;
	margin: 0;
	padding: 0 0px;
	}

/*IE7.0*/
*:first-child+html #top{
	width: 950px;
	margin: 0;       
	padding: 0 0px;
	}
	
/*-------------------------------------------
申し込みボタン
----------------------------------------*/
.goapp1 {
	margin: 280px 7px 0px 0px;
	_margin: 280px 4px 0px 0px;
	float: right;
	}

.goapp1 a {
	display: block;
	width: 391px;
	height: 113px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/goapp1.jpg) no-repeat;
	}

.goapp1 a:hover {
	background-position: 0px -113px;
	}
	
	
.goapp2 {
	margin: 220px 0px 0px 250px;
	}

.goapp2 a {
	display: block;
	width: 400px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/goapp1.jpg) no-repeat;
	}

.goapp2 a:hover {
	background-position: 0px -80px;
	}
	
	
.goapp3 {
	margin-left: 120px;
	}

.goapp3 a {
	display: block;
	width: 400px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/goapp1.jpg) no-repeat;
	}

.goapp3 a:hover {
	background-position: 0px -80px;
	}
/*-----------------ナビゲーション-----------------*/

#navi ul{
	clear:both;
	width:950px;
	height:35px;
	margin:0px 0px 0px 0px;
	}
	
#navi ul li{
	float:left;
	width:190px;
	height:35px;
	margin:0px;
	padding:0;
	list-style-type:none;
	}
	
#navi ul li a{
	display:block;
	width:190px;
	height:35px;
	margin:0;
	padding:0px;
	background-image:url(img/menunavi.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

#navi ul li a:hover{
	display:block;
	width:190px;
	height:35px;
	margin:0;
	padding:0px;
	_padding-right:10px;
	background-image:url(img/menunavi.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#navi ul li a:focus{
	outline:none;
	}

/*menu*/

#navi .navi02 a{
	background-position:0px 0px;
	}
#navi .navi01 a:hover{
	background-position:0px -35px;
	}

#navi .navi02 a{
	background-position:-190px 0px;
	}
#navi .navi02 a:hover{
	background-position:-190px -35px;
	}	

#navi .navi03 a{
	background-position:-380px 0px;
	}
#navi .navi03 a:hover{
	background-position:-380px -35px;
	}
	
#navi .navi04 a{
	background-position:-570px 0px;
	}
#navi .navi04 a:hover{
	background-position:-570px -35px;
	}

#navi .navi05 a{
	background-position:-760px 0px;
	}
#navi .navi05 a:hover{
	background-position:-760px -35px;
	}
	
	

/*-----------------メインページトップ-----------------*/

#maintop{
	clear:both;
	width:948px;
	_width:948px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	text-align:left;
	}
	
#maintop h2{
	width:500px;
	height:50px;
	margin:10px 0px 5px 20px;
	padding:0px;
	text-align:left;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	}

#maintop h3{
	width:930px;
	height:40px;
	margin:10px 0px 5px 10px;
	padding:0px;
	text-align:left;
	color:#cc0066;
	font-size:20px;
	font-weight: bold;
	}
	
#maintop p{
	margin:0px auto;
	padding:5px;
	width:940px;
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
	}
	
	
#gotop{
	clear:both;
	float:right;
	margin:10px 20px 10px 0px;
	}

/*------------------------------------------
個別メインレイアウト
-----------------------------------------*/


/*記事部分*/
#main{
	width:700px;
	float:left;
	text-align:left;
	font-size:14px;
	}
	
#main h2{
	clear:both;
	width:670px;
	_width:680px;
	height:40px;
	background-image:url(img/h2bg.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	_margin-bottom:10px;
	padding:10px 0px 0px 30px;
	color:#000;
	font-size:16px;
	font-weight: bold;
	}
	
#main h3{
	clear:both;
	width:670px;
	_width:680px;
	height:40px;
	background-image:url(img/h3bg.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	_margin-bottom:10px;
	padding:10px 0px 0px 30px;
	color:#000;
	font-size:16px;
	font-weight: bold;
	}
	
/*記事本体*/

.maintext{
	margin:0px 0px 30px 0px;
	padding-left:25px;
	padding-right:10px;
	}
	
.maintext2{
	margin:0px 0px 30px 0px;
	padding-left:25px;
	padding-right:10px;
	}
	
.mainbox{
	margin:0px;
	padding-left:20px;
	}
	
	
/*---------------------------------------
パンくずリスト
--------------------------------------------*/
#breadcrumb{
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	font-size:12px;
	}
	
#main .content-nav{
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	font-size:12px;
	}

#main .content-nav{
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	font-size:12px;
	}
	

#main .center{
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	text-align:center;
	}
	
/*------------------------------------------
サイドバー
-----------------------------------------*/

#side{
	width:220px;
	padding-top:20px;
	padding-bottom:10px;
	float:right;
	text-align:left;
	min-height: 100%;
	}
	
#side li{
	margin-left:0px;
	list-style-type: none;
	}

#side-menu{
	width:198px;
	border:1px solid #ccc;
	margin-top:10px;
	margin-right:10px;
	padding:0px;
	}

#side-link01 a{
	clear:both;
	display:block;
	width:200px;
	height:30px;
	margin:0;
	background-image:url(img/sidelink01.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#side-link01 a:hover{
	background-position:0px -30px;
	}
	
	
#side-link02 a{
	clear:both;
	display:block;
	width:200px;
	height:30px;
	margin:0;
	background-image:url(img/sidelink02.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#side-link02 a:hover{
	background-position:0px -30px;
	}

#side-link03 a{
	clear:both;
	display:block;
	width:200px;
	height:30px;
	margin:0;
	background-image:url(img/sidelink03.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#side-link03 a:hover{
	background-position:0px -30px;
	}
	
#side-link04 a{
	clear:both;
	display:block;
	width:200px;
	height:30px;
	margin:0;
	background-image:url(img/sidelink04.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#side-link04 a:hover{
	background-position:0px -30px;
	}
/*-----------------------------------------
販売ページ案内
------------------------------------------*/
#side-sale{
	width:200px;
	height:250px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	padding:0px;
	}

#side-sale img{
	vertical-align: text-bottom;
	}
	
#side-sale a{
	clear:both;
	display:block;
	width:200px;
	height:50px;
	margin:0;
	background-image:url(img/sale_b1.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#side-sale a:hover{
	background-image:url(img/sale_b2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}


/*-----------------
ボックス
-----------------*/
.boxbg01{
	background-color:#ffc;
	margin:0px 5px;
	padding-top:0px;
	padding-bottom:20px;
	width:938px;
	}
.boxbg02{
	background-image:url(img/boxbg02.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	width:100%;
	height:365px;
	}
		
#maintop .h2box{
	background:url(img/h2back.jpg) center bottom;
	margin:0px 1px 0px 1px;
	padding:0;
	_padding:1px;
	_width:950px;
	height:80px;
	font-size:14px;
	}

#maintop .h2box p{
	font-size:14px;
	}
	
	
.h2box2{
	float:left;
	margin:0px;
	padding:10px;
	width:340px;
	font-size:12px;
	color:#000;
	}
	
#checkimg{
	float:left;
	margin-left:10px;
	_margin-left:5px;
	width:200px;
	}
	
#check01{
	float:right;
	margin:10px;
	padding:0px;
	background:url(img/check01.jpg) no-repeat;
	width:700px;
	height:150px;
	}
#check01title{
	margin:30px 0px 0px 100px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	}
	
#check01 p{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 100px;
	font-size:12px;
	color:#000;
	width:580px;
	_width:580px;
	}
	
	
#box1 {
	float: left;
	width: 450px;
	height:500px;
	border: 1px solid #cc0033;
	margin: 5px;
	padding: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;
	}
	
	

/*ＦＦ*/
html>body #box1 {
	width: 450px;
	padding: 5px;

}


/*IE7.0*/
*:first-child+html #box1 {
	width: 450px;
	padding: 5px;

}

#box1 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 10px;
	background-image: url(img/box1-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
    width: auto;
    text-align:left;
	}

#box1 p {
	margin: 0px;
	background: none;
	font-size: 14px;
	color: #333;
	line-height:20px;
	letter-spacing:1px;
	padding-top: 1px;
	width: auto;
	text-align:left;
	}
/*----------------------------------------
動画ボックス
-------------------------------------------*/

#douga{
	width:950px;
	margin:0 auto;
	}
	
/*-------------------------------------------
3つのボックス
----------------------------------------*/

#3box{
	clear:both;
	margin-left:20px;
	_margin-left:0px;
	padding:10px;
	}
	
.box3{
	float:left;
	margin-left:10px;
	_margin-left:5px;
	margin-bottom:20px;
	padding:5px;
	width:290px;
	height:200px;
	font-size:12px;
	}

.box3 .imglink01 a{
	display: block;
	background:url(img/boxlink01.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}
	
.box3 .imglink01 a:hover{
	display:block;
	background:url(img/boxlink01_on.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}
.box3 .imglink02 a{
	display: block;
	background:url(img/boxlink02.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}
	
.box3 .imglink02 a:hover{
	display:block;
	background:url(img/boxlink02_on.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}

.box3 .imglink03 a{
	display: block;
	background:url(img/boxlink03.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}
	
.box3 .imglink03 a:hover{
	display:block;
	background:url(img/boxlink03_on.jpg) no-repeat;
	widows:290px;
	height:150px;
	text-indent:-9999px;
	}
			
.box3link{
	float:right;
	margin:3px 5px;
	padding:0px;
	}
		
.box3link a{
	background:url(img/yajirushi2.gif) left no-repeat;
	margin-right:5px;
	padding-left:15px;
	text-decoration:none;
	}


.box4link{
	float:right;
	margin:3px 5px;
	padding:0px;
	}
		
.box4link a{
	background:url(img/yajis.gif) left no-repeat;
	margin-right:5px;
	padding-left:35px;
	font-size: 16px;
	text-decoration:none;
	}
/*-----------------------------------------
個別ページ3ボックス
------------------------------------------*/
#kobetu_3box{
	clear:both;
	margin:0px auto;
	padding:0px;
	}
	
.kobetu_box3{
	float:left;
	margin:0px 5px 5px 0px;
	padding:5px;
	width:200px;
	height:200px;
	font-size:12px;
	}

.kobetu_box3 .imglink01 a{
	display: block;
	background:url(img/kobetu_link01.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}
	
.kobetu_box3 .imglink01 a:hover{
	display:block;
	background:url(img/kobetu_link01_on.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}
.kobetu_box3 .imglink02 a{
	display: block;
	background:url(img/kobetu_link02.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}
	
.kobetu_box3 .imglink02 a:hover{
	display:block;
	background:url(img/kobetu_link02_on.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}

.kobetu_box3 .imglink03 a{
	display: block;
	background:url(img/kobetu_link03.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}
	
.kobetu_box3 .imglink03 a:hover{
	display:block;
	background:url(img/kobetu_link03_on.jpg) no-repeat;
	width:200px;
	height:150px;
	text-indent:-9999px;
	}
/*---------------------------
ポイントボックス
----------------------------*/

#point01_t {
	clear: both;
	width:auto;
	margin: 0 auto;
	height: 50px;
	background: url(img/point_t.gif) top left no-repeat;
	line-height: 35px;
	padding:0px;
	margin-top: 10px;
	text-align:left;
	}
	
#point01_title {
	width:auto;
	margin: 0 auto;
	height: 50px;
	line-height: 35px;
	padding-top:10px;
	padding-left:25px;
	color: #cc0033;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	}
	
#point01_m {
	width: 950px;
	background: url(img/point_m.gif) top left no-repeat;
	padding:5px;
	padding-top:10px;
	margin-bottom:-15px;
}

/*ＦＦ*/
html>body #point01_m {
	width: 950px;
	padding:5px;
	padding-top:10px;
	margin-bottom:0px;
	}

/*IE7.0*/
*:first-child+html #point01_m {
	width: 950px;
	padding:5px;	
	padding-top:10px;
	margin-bottom:0px;
	}

#point01_m p {
	font-size:16px;
	color: #333;
	margin: 10px;
	line-height:130%;
	letter-spacing:1px;
	text-align:left;
	}


#point01_b {
	width: auto;
	padding: 0px;
	background:  url(img/point_b.gif) bottom left no-repeat;
	height: 30px;
	line-height: 3px;
	margin-bottom: 20px;
	}

.pointimg {
	margin: 0px 20px 5px 10px;
	padding: 0;
	float: right;
}



/*-------------------------------------------
よくある質問
----------------------------------------*/

#fq{
	margin-bottom:20px;
	padding:40px 10px 10px 10px;
	width:640px;
	background:url(img/fq-bg.gif) no-repeat top left;
	border:2px solid #72b102;
	font-size:12px;
	line-height: 20px;
	}
	
#fq a{
	background:url(img/yajirushi2.gif) left no-repeat;
	padding:15px;
	font-size:12px
	text-decoration:none;
	}

.question{
	margin:5px 0px;
	padding-top:15px;
	padding-left:40px;
	background:url(img/fq.gif) no-repeat left;
	width:630px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	color:#ff4300;
	}
	
.answer{
	margin:0px;
	padding:0px;
	width:630px;
	font-size:12px;
	line-height: 20px;
	}
	
.answer .imgl {
	margin: 0px 5px 5px 0px;
	padding: 0;
	float: left;
}

#dot{
	text-align:left;
	padding 0;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 5px;
	}
	
/*-------------------------------------------
オススメポイント
----------------------------------------*/	

#osusume01{
	margin:0px;
	padding:0px;
	width:670px;
	height:180px;
	background:url(img/osusume01.jpg) no-repeat top left;
	font-size:12px;
	line-height: 20px;
	}
.osusume_t{
margin-top:0px;
margin-left:30px;
padding-top:20px;
font-size:18px;
font-weight:bold;
color:#ff4300;
}
	
#osusume02{
	margin:0px;
	padding:0px;
	width:690px;
	height:210px;
	background:url(img/osusume01.jpg) no-repeat top left;
	font-size:12px;
	line-height: 20px;
	}
	
#osusume03{
	margin:0px;
	padding:0px;
	width:690px;
	height:210px;
	background:url(img/osusume01.jpg) no-repeat top left;
	font-size:14px;
	line-height: 20px;
	}
	
#osusume01 p,
#osusume02 p,
#osusume03 p{
	margin-top:0px;
	margin-left:30px;
	padding-top:10px;
	width:500px;
	}
	
.golink{
	position: relative;
 	clear: both;
 	background: url(img/golink.gif) no-repeat left ;
	height: 80px;
	line-height: 100px;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-left: 150px;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #333;
	font-size: 20px;
	width: auto;
	font-weight: bold;
}
/*-----------------
フッター
-----------------*/
#footer{
	clear:both;
	background-image:url(img/footerbg.jpg);
	margin:0 auto;
	padding:0px;
	width:950px;
	_width:950px;
	height:110px;
	}
	
	
/*フッターメニュー*/

#footernavi{
	margin:0 auto;
	padding-top:5px;
	padding-left:20px;
	font-size:12px;
	}
	
#footernavi a{
	background:url(img/yajirushi.gif) left no-repeat;
	padding:15px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	}
	
#footernavi a:hover{
	background:url(img/yajirushi.gif) left no-repeat;
	padding:15px;
	font-size:12px;
	color:#00cc99;
	text-decoration:none;
	}
			
#footerlink{
	margin:0 auto;
	padding-top:5px;
	padding-left:20px;
	font-size:12px;
	}
	
#footerlink a{
	padding:0px;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	}
	
#footerlink a:hover{
	padding:0px;
	font-size:10px;
	color:#00cc99;
	text-decoration:none;
	}	
/*コピーライト*/

#copyright{
	margin:5px;
	font-size:14px;
	display:none;
	color:#600;
	font-weight:bold;
	}

/**/
#description{
	margin:5px 20px;
	font-size:10px;
	color:#fff;
	font-weight:nomal;
	}
	
	
	
	
/*------------------------------------------
公式ボタン
-----------------------------------------*/

.koushikibt01{
	margin: 20px auto;
	_margin: 20px 0px 0px 0px;
	}

.koushikibt01 a {
	display: block;
	width: 650px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/koushikibt.gif) no-repeat;
	}

.koushikibt01 a:hover {
	background-position: 0px -65px;
	}
	
	
/*-----------------------------------------
VS比較
------------------------------------------*/

#vstable {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	clear: both;}

#vstable table   {
	background :#fff;
	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width:670px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 170%;
    border: solid 1px #000000; /*枠線のカラー変更*/
	}

#vstable td {
	padding: 8px 5px 8px 10px;
	font-size: 14px;
}

#vstable th {
	padding: 3px 5px 3px 10px;
	background:#ff71a0;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}


#vstable  td.col1 {
	text-align: center;
	font-size: 12px;
 	background: #006699;
	width: 100px;
	font-weight: bold;
	color: #fff;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }

#vstable td.col2 {
	text-align: center;
	font-size: 12px;
 	background: #fff;
	font-weight: bold;
	color: #333;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }

/*-------------------------------------------------
●比較●ボタン
--------------------------------------------------*/
.koushikibt02 {
 margin-left:30px;
 _margin-left:0px;
 }
 
.koushikibt02 a {
 display: block;
 text-indent: -7777px;
 overflow: hidden;
 width: 100px;
 height: 50px;
 background-position:0 0;
 background-repeat:no-repeat;
 background-image: url(img/vsbt.gif);
 }

.koushikibt02 a:hover {
	background-position: 0 -50px;
 }

/*ＦＦ*/
html>body .koushikibt02 a
.koushikibt02 a:hover{
	margin-left:0px;
    height: 50px;
	background-position: 0 -50px;
	}

/*IE7.0*/
*:first-child+html .koushikibt02 a
.koushikibt02 a:hover{
	margin-left:0px;
    height: 50px;
	background-position: 0 -50px;
	}
	
	
/*-------------------------------------------------
●サイドバーランキング
--------------------------------------------------*/

#waku005 {
 	margin: 0px;
 	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
	_width: 200px;
	padding: 0px;
	background: #fff;
	}

/*ＦＦ*/
html>body #waku005 {
	width: 200px;
	}

/*IE7.0*/
*:first-child+html #waku005 {
	width: 200px;
	}

#waku_005 {
 	margin: 0px;
 	margin-top: 0px;
	padding: 5px;
	background: #72b102;
	border: solid 1px #690;
	}


#waku_in {
 	margin: 5px;
 	margin-top: 0px;
 	margin-bottom: 5px;
	padding: 10px;
	background: #fff;
	border: solid 1px #690;rank
}
.rank_t{
	font-size:13px;
	padding-left: 5px;
	padding-right: 5px;
	}
#waku_in p{
	font-size:12px;
	line-height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	}

.waku-title005{
	background: url(img/side-koukoku005.gif) no-repeat 0 0px;
	clear:both;
	height: 40px;
	line-height: 40px;
	padding-top: 15px;
	padding-left: 50px;
	margin:0;
	color: #fff;
	font-weight:bold;
	font-size:16px;
	}

/*画像の位置を指定します*/
.imglrank {
	margin: 0;
	padding: 0;
	float: left;
	}









/*-------------------------------------------------------
●VS比較テーブルA
---------------------------------------------------*/
.vshikaku {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	clear: both;}

.vshikaku table   {
	background :#fff;
	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 670px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 170%;
    border: solid 1px #000000; /*枠線のカラー変更*/
	}

.vshikaku td {
	padding: 8px 5px 8px 10px;
	font-size: 14px;
}

.vshikaku th {
	padding: 3px 5px 3px 10px;
	background:#ff71a0;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.vshikaku th.col1{
	width: 100px;

}
.vshikaku  td.col3 {
	text-align: center;
	font-size: 12px;
 	background: #006699;
	font-weight: bold;
	color: #fff;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }

.vshikaku  td.maru {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
 	background: url(img/vsmaru.gif) no-repeat center #fff;
	width: 160px;
	height: 175px;
	color: #333;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }
.vshikaku  td.marumaru {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
 	background: url(img/2maru.gif) no-repeat center #fff;
	width: 160px;
	height: 175px;
	color: #333;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }
.vshikaku  td.sankaku {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
 	background: url(img/sankaku.gif) no-repeat center #fff;
	width: 160px;
	height: 175px;
	color: #333;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }
.vshikaku  td.col4 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
 	background:#fff;
	width: 160px;
	color: #333;
    line-height: 130%;
	padding-bottom: 10px;
    border: solid 1px #000000; /*枠線のカラー変更*/
    }






/*-------------------------------------------------
クロス比較
--------------------------------------------------*/
.kobetu_hikaku {
    clear:both;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}
 
.kobetu_hikaku table   {
    clear:both;
    background :#fff;
    margin: 5px 0 10px 5px;
    padding: 0;
    color: #333;
    width: 940px;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 140%;
    border: solid 2px  #141414;

}
 
.kobetu_hikaku td {
    border: solid 1px #141414;
    padding: 0px;
    height: 30px;
    line-height: 140%;
    background: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;

}
 .kobetu_hikaku td.sukima {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;


}
.kobetu_hikaku th {
    border: solid 1px #141414;
    padding: 1px;
    width: 188px;
    font-weight: bold;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background :#09c;
    color: #fff;
    padding-top:5px;


}
 
.kobetu_hikaku th.haba { width: 100px;

}
 
 
.kobetu_hikaku td.col2 {
	font-size: 12px;
  	background: #fff;
	color: # 333;
    line-height: 150%;
	padding: 10px;
    width: 188px;
    text-align: center;
    font-weight: bold;}


.kobetu_hikaku td.col3 {
	font-size: 12px;
  	background: #faf4de;
	font-weight: bold;
	color: # 333;
    line-height: 150%;
	padding: 10px;
    text-align: center;
    width: 188px;
}


.kobetu_hikaku td.col4 {
	font-size: 12px;
  	background: #fff;
	font-weight: normal;
	color: # 333;
    line-height: 150%;
	padding: 10px;
    width: 188px;
    text-align: left;
    font-weight: bold;}


.kobetu_hikaku td.col5 {
	font-size: 12px;
  	background: #faf4de;
	font-weight: bold;
	color: # 333;
    line-height: 150%;
	padding: 10px;
    width: 188px;
    text-align: left;
}


.kobetu_hikaku td.colclick{
	text-align: center;
	font-size: 18px;
 	font-weight: bold;
	color: # 333;
    line-height: 150%;
	width: 148px;
    height: 94px


}
    
/*-------------------------------------------------
クロス比較ボタン
--------------------------------------------------*/
.k_h_btn_s {
 margin: 10px 0px 0px 0px;
 float: right;
 }
.k_h_btn_s a {
 display: block;
 text-indent: -7777px;
 overflow: hidden;
 width: 80px;
 height: 30px;
 background-position:0 0;
 background-repeat:no-repeat;
 background-image: url(img/k_h_btn_s.gif);
 }

.k_h_btn_s a:hover {
	background-position: 0 -30px;
 }

/*ＦＦ*/
html>body .k_h_btn_s a
.k_h_btn_s a:hover{
    height: 30px;
	background-position: 0 -30px;
	}

/*IE7.0*/
*:first-child+html .k_h_btn_s a
.k_h_btn_s a:hover{
    height: 30px;
	background-position: 0 -30px;
	

}

/*------------------------------------------
テーブル
-----------------------------------------*/

#table01 table{
width:670px;
margin:0px;
border:1px solid #ddd;
border-collapse: collapse;
}

#table01 th.col1{
width:150px;
padding:5px;
border:1px solid #ddd;
background-color:#09c;
text-align:center;
font-size:14px;
font-weight:bold;
color:#fff;
}


#table01 th.col2{
padding:5px;
width:245px;
border:1px solid #ddd;
background-color:#09c;
text-align:center;
font-size:14px;
font-weight:bold;
color:#fff;
}

#table01 td.col3{
width:150px;
padding:5px;
border:1px solid #ddd;
background-color:#e1f4fd;
text-align:center;
font-size:12px;
font-weight:nomal;
color:#000;
}

#table01 td.col4{
padding:5px;
border:1px solid #ddd;
background-color:#fff;
text-align:left;
font-size:12px;
font-weight:nomal;
color:#000;
}





/*-------------------------------------------------
●オプション001　ボックス４
--------------------------------------------------*/

/*トップページボックス指定*/
 .t_box .box_001 p {
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;


}
 .box_t {	

	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}

 .text_cont {
	padding-bottom: 30px;
}



 .box_001 {
	width: 295px;
	height: 155px;
	float: left;
	border: 1px solid #FF66FF;
	margin-top: 13px;
	margin-right: 13px;
}

 .box_001 .box_5 {
	float: left;
	margin: 3px;
}

 .t_box .box_001 .ri_b {
	width: 160px;
	float: right;
}



.box_001 p {
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}


/*-------------------------------------------------
●オプション002　横ランキング
--------------------------------------------------*/


 .rank {
	clear:both;
background-image: url(img/ranking_bg.gif);
	height: 350px;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 25px;
}




 .rk_l {
	height: 330px;
	width: 285px;
	float: left;
	margin: 10px 5px 10px 5px;
}

/*ＦＦ*/
html>body .rk_l {
	margin: 10px 5px 10px 15px;
}


/*IE7.0*/
*:first-child+html .rk_l {
	margin: 10px 5px 10px 15px;
}

 

 .rk_r {
	height: 330px;
	width: 295px;
	float: right;
	margin: 10px 10px 10px -12px;
}



/*ＦＦ*/
html>body .rk_r {
	margin: 10px 10px 10px 0px;
}


/*IE7.0*/
*:first-child+html .rk_r {
	margin: 10px 10px 10px 0px;
}


.rank ul {
	list-style-type:none;
	padding-top: 30px;
	padding-left: 55px;
	margin-bottom: 40px;
}

.rank li {
	line-height: 28px;
	height: 28px;
}



.rank .box_t {
	padding-top: 15px;
	line-height: normal;
	margin-right: 85px;


}

.rank p {
	padding-left: 20px;
	line-height: 1.5em;
        font-size: 12px;
}




/*-------------------------------------------------------
●オプション006　詳細テーブル002
---------------------------------------------------*/
.kobetu-002 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	clear: both;}

.kobetu-002 table   {
	background :#fff;

	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 642px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 170%;
	border: solid 1px #ffccff;}

.kobetu-002 td {
	border: solid 1px #ffccff;
	padding: 8px 5px 8px 10px;
	font-size: 14px;
}

.kobetu-002 th {
	border: solid 1px #ffccff;
	padding: 3px 5px 3px 10px;
	background:#ff71a0;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.kobetu-002 th.col1{
	width: 100px;

}

.kobetu-002 th.col2{
	width: 220px;

}
.kobetu-002  td.col1 {
	text-align: left;
	font-size: 12px;
 	background: #f9ebf9;
	font-weight: normal;
	color: # 333;
        line-height: 130%;
	padding-bottom: 10px;}

.kobetu-002  td.col2 {
	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
        line-height: 130%;
	padding-bottom: 10px;}

.kobetu-002  td.col3 {
	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
        line-height: 130%;
	padding-bottom: 10px;
}


/*-----------------------------------------
成功&失敗談
------------------------------------------*/

.taikenwaku{
clear:both;
margin:0px;
padding:0px;
width:640px;
height:200px;
background:url(img/sippaiwaku.jpg) no-repeat left;
}

.seikou{
float:left;
margin:0px 20px;
padding:0px;
width:275px;
height:200px;
font-size:12px;
font-weight:nomal;
line-height:20px;
}


.seikou h4,
.shippai h4{
margin:0px;
padding:25px 10px 15px 50px;
font-size:16px;
font-weight:bold;
}

.shippai{
float:left;
margin:0px 20px;
padding:0px;
width:275px;
height:200px;
font-size:12px;
font-weight:nomal;
line-height:20px;
}



/*バック画像付きリンクです*/
.gotolink02 {
    position: relative;
 	clear: both;
 	background: url(img/link2.gif) no-repeat left ;
    height: 85px;
	line-height: 100px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
	_padding-bottom: 10px;
	color: #333;
	font-size: 20px;
    width: auto;
	font-weight: bold;
}

.gotolink02 a{ background: url(img/kochira.gif) 0 3px no-repeat; 
	padding-left: 50px;
}

/*ＦＦ*/
html>body .gotolink{
	padding-top: 15px;
	}

/*IE7.0*/
*:first-child+html .gotolink{
	padding-top: 15px;
	}



/*-------------------------------------------------------
●詳細テーブルA
---------------------------------------------------*/
.kobetu-001 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	clear: both;}

.kobetu-001 table   {
	background :#fff;
	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 620px;
 	border: solid 1px #f32866;
	font-size: 14px;
	line-height: 170%;
	}

.kobetu-001 td {
	padding: 8px 5px 8px 10px;
	font-size: 12px;
}

.kobetu-001 th {
	padding: 3px 5px 3px 10px;
	background:#f17ea3;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.kobetu-001 th.col1{
	width: 150px;

}
.kobetu-001  td.col3 {
	text-align: left;
	font-size: 12px;
 	background: #f17ea3;
	font-weight: normal;
	color: # 333;
    line-height: 130%;
	padding-bottom: 10px;}

.kobetu-001  td.col4 {
	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
    line-height: 130%;
	padding-bottom: 10px;}



/*-------------------------------------------------
ランキング表タイプA
--------------------------------------------------*/
.hikakutblm {
	margin: 0;
	padding: 0;
	clear: both;
}
.hikakutblm table {
 width: 640px;
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-collapse: collapse;
}
.hikakutblm th {
	margin: 0;
	padding: 0;
	border-top: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	font-size: 16px;
        font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height: 30px;
	height: 30px;
}
.hikakutblm td {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.hikakutblm .hikakutxt {
	margin: 0;
	padding: 5px;
	font-size: 12px	padding-right: 10px;;
	line-height: 130%;
}
.hikakutblm .price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;}




td.no01_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;
}

td.no02_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no03_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no04_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no05_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no06_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no07_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no08_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no09_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no10_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

/*申込ボタン*/

.link-kuchikomi {
	margin: 0;
	text-indent:-9999px;
}


.link-kuchikomi a {
	float:right;
	overflow: hidden;
	display: block;
	width: 110px;
	height: 25px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/rank_kochira.jpg);
	text-indent:-9999px;
	margin: 5px 10px 5px 0px;
      } 


.link-kuchikomi a:hover {
	background-position:0 -25px;
	text-decoration: none;
	}


/*-------------------------------比較ボックス*/
#hikaku-box{
	margin:5px auto;
	padding:0px;
	width:680px;
	}


/*------------------------
比較ボックス左側
------------------------*/		
#hikaku-box .hikaku-left{
	clear:both;
	float:left;
	margin:0px 10px 5px 0px;
	padding:0px;
	width:333px;
	border:1px solid #72b102; /*ボーダーカラー*/
	text-align:center;
	}
	
.hikaku-left .hikaku-title{
	margin:0px auto;
	padding:5px 0px 5px 15px;
	width:300px;
	_width:310px;
	background-color:#72b102;/*タイトルカラー*/
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	}

.hikaku-left ul{
	margin:5px 15px;
	padding:0px;
	list-style:none;
	}

.hikaku-left li{
	margin:10px auto;
	padding:0px;
	border-bottom:2px dotted #ddd;
	}

.hikaku-left li p{
	margin:5px auto;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:1.5em;
	}

#hikaku-box .hikaku-left img{
	margin:5px auto 0px;
	padding:0px;
	}
	
/*------------------------
比較ボックス右側
------------------------*/	
#hikaku-box .hikaku-right{
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px;
	width:333px;
	border:1px solid #60b15c; /*ボーダーカラー*/
	text-align:center;
	}
	
.hikaku-right .hikaku-title{
	margin:0px auto;
	padding:5px 0px 5px 15px;
	width:300px;
	_width:310px;
	background-color:#72b102;/*タイトルカラー*/
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	}

.hikaku-right ul{
	margin:5px 15px;
	padding:0px;
	list-style:none;
	}

.hikaku-right li{
	margin:10px auto;
	padding:0px;
	border-bottom:2px dotted #ddd;
	}

.hikaku-right li p{
	margin:5px auto;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:1.5em;
	}

#hikaku-box .hikaku-right img{
	margin:5px auto 0px;
	padding:0px;
	}
	
.hikaku-left p.title,
.yoko-left p.title,
.hikaku-right p.title{
	font-size:16px;
	font-weight:bold;
	color:#1578ba;/*項目タイトルカラー*/
	}


/*------------------------
横長ボックス
------------------------*/		
#yoko-box .yoko-left{
	clear:both;
	float:left;
	margin:5px 10px 5px 0px;
	padding:0px;
	width:678px;
	border:1px solid #72b102; /*ボーダーカラー*/
	text-align:center;
	}
	
.yoko-left .yoko-title{
	margin:0px auto;
	padding:5px 0px 5px 15px;
	width:645px;
	_width:660px;
	background-color:#72b102;/*タイトルカラー*/
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	}


.yoko-left ul{
	margin:5px 15px;
	padding:0px;
	list-style:none;
	}



.yoko-left li{
	margin:10px auto;
	padding:0px;
	border-bottom:2px dotted #ddd;
	}

.yoko-left li p{
	margin:5px auto;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:1.5em;
	}
/*------------------------------
チェックボックス03
-------------------------------*/
#check-box03{
	margin:0px 0px 5px 0px;
	_margin:5px auto 5px;
	padding:0px;
	width:680px;
	overflow:hidden;
	}
	
#check-box03 #check-box03-title{
	margin:0px auto;
	padding:22px 0px 0px 45px;
	width:635px;
	_width:680px;
	height:23px;
	_height:45px;
	background:url(img/check-box03-title.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	}

#check-box03 #check-box03-waku-m{
	margin:0px auto;
	padding:5px 10px;
	width:660px;
	_width:680px;
	background:url(img/check-box03-m.gif) repeat-y;
	overflow:hidden;
	}
	
#check-box03 #check-box03-waku-b{
	margin:0px auto;
	width:680px;
	height:10px;
	font-size:0px;
	line-height:0px;
	background:url(img/check-box03-b.gif) no-repeat bottom;
	}

/*-----------ドットライン*/
.dot-line{
	margin:10px 0px 10px 0px;
	padding:0px;
	border:dotted 2px #ddd;
	line-height:2px;
	}
