@charset "utf-8";

/* ‘‘ default.css ‘‘ */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "CI","Meiryo",arial,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "lr oSVbN","MS PGothic",Sans-Serif;
}


/* ‘‘ style.css ‘‘ */


/* ===================================================================
CSS information

 file name  :style.css
 style info :RecGAΦW Ό
 
±ΜX^CV[gΜ\¬
 ξ{έθACAEgA‘έθΘΗ
 Δpclass
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	ξ{έθANJ[ΘΗ
----------------------------------------------------*/
body {
}

a:link {
	color:#c8af5b;
	text-decoration: none;
}
a:visited {
	color:#c8af5b;
	text-decoration: none;
}
a:hover {
	color:#b9aa77;
	text-decoration: underline;
}
a:active {
	color:#b9aa77;
	text-decoration: none;
}


/*----------------------------------------------------
	Δpclass
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* tHgTCYEJ[
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		wb_[
----------------------------------------------------------- */
#header {
	width: 700px;
	margin: 0 auto;
	background: url(img/header.jpg) left top no-repeat;
	height: 227px;
	position:relative;
}

#header h2 {
	clear: both;
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	width: 700px;
	margin:  0 0;
	padding-top: 20px;
	padding-left: 20px;
}

#headerDesc {
	color: #fff;
	background: #e0c66d;
	height: 20px;
}
#headerDescArea {
	width: 700px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 0 0 10px;
	height: 10px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
	margin:10px 0 ;
	position: absolute;
	right:10px;
	bottom:5px;
}




/* -----------------------------------------------------------
	#navi
		ir
----------------------------------------------------------- */
#navi {
	clear: both;
}

/* -----------------------------------------------------------
	#footer
		tb^[
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		tb^[Rec
----------------------------------------------------------- */
#footerContents {
	width: 700px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 0px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 700px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}



/*----------------------------------------------------
	#main
		C
----------------------------------------------------*/
#main {
	width: 700px;
}

#main h2{
	font-size: 16px;
	font-weight: normal;
	height: 32px;
	background: url(img/bg-h2.png) no-repeat;
	padding: 8px 0 0 32px;
	border-right: 1px solid #ccc;
	margin:20px 0;
}
#main h3{
	font-size: 16px;
	font-weight: normal;
	height: 32px;
	background: url(img/bg-h2.png) no-repeat;
	padding: 8px 0 0 32px;
	border-right: 1px solid #ccc;
	margin:10px 0;
}

#main h4{
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	background: url(img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin:20px 0;
}

#main h5{
	color: #c8af5b;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding-left: 20px;
	background: url(img/list-arw.png) 10px center no-repeat;
	margin:20px 0
}

#main h6{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding-left: 20px;
	background: url(img/list-arw.png) 10px center no-repeat;
	margin:20px 0;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 20px;
	background: url(img/list-arw.png) 6px 5px no-repeat;
}
#main ol li{
	padding: 0 0 5px 0;
	margin-left:30px;
	list-style-type:decimal;
}

/* e[uό
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		TCho[ATu
----------------------------------------------------------- */
#sub {
	width: 700px;
	margin-top: 30px;
}

#sub h4{
	font-size: 14px;
	font-weight: normal;
	width: 668px;
	height: 35px;
	background: url(img/bg-side-h3.png) no-repeat;
	margin:10px 0 0 0;
	padding: 9px 0 0 32px;
}

#sub ul {

	margin: 5px 0 2px;
	line-height:180%;
}

#sub ul li{
	display: inline;
	list-style-type: none;
	padding: 5px 8px;
	background: url(img/list-arw.png) no-repeat;
	background-position:0% 49%;
	margin: 5px 0 5px;
}

#sub .menubox{
	font-size: 12px;
	margin: -5px 0 10px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 3px;
}

#sub .box-end {
	padding: 5px;
}
/* ‘‘ ½ͺRX^C ‘‘ */

/* €Κ */
.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
	font-family: sans-serif;
	font-weight:bold;
	_zoom: 1;
	overflow: hidden;
}

#main h4{
	clear:none;
}

h4,h5,h6,ul,ol{
	_zoom: 1;
	overflow: hidden;
}

.lbg{
	line-height:140%;
}



/* LO */

#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5 {
	background-repeat: no-repeat;
	height: 25px;
	font-size: 18px;
	margin:10px 0 15px 0;
	padding: 35px 0 5px 65px;
	color: #333;
	border-bottom:dotted 1px #666;
	clear: both;
}

#main .rank1{
	background-image: url(img/rank1_a.gif);
}
#main .rank2{
	background-image: url(img/rank2_a.gif);
}
#main .rank3{
	background-image: url(img/rank3_a.gif);
}
#main .rank4{
	background-image: url(img/rank4_a.gif);
}
#main .rank5{
	background-image: url(img/rank5_a.gif);
}

/* |Cg */

#main .point1,#main .point2,#main .point3,#main .point4,#main .point5 ,#main .point6 ,#main .point7 ,#main .point8 ,#main .point9 ,#main .point10 {
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 46px;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 14px;
	margin-bottom: 10px;
	border-bottom:dotted 2px #CCC;
	color: #3F3F3F;
	background-position: 4px top;
	clear: both;
}


#main .point {
	font-size: 15px;
	color: #333;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-bottom: 5px;
	line-height:130%;
}

#main .point1{
	background-image: url(img/point1.gif);
}
#main .point2{
	background-image: url(img/point2.gif);
}
#main .point3{
	background-image: url(img/point3.gif);
}
#main .point4{
	background-image: url(img/point4.gif);
}
#main .point5{
	background-image: url(img/point5.gif);
}
#main .point6{
	background-image: url(img/point6.gif);
}
#main .point7{
	background-image: url(img/point7.gif);
}
#main .point8{
	background-image: url(img/point8.gif);
}
#main .point9{
	background-image: url(img/point9.gif);
}
#main .point10{
	background-image: url(img/point10.gif);
}


/* ξσ */

.arrow_blue,.arrow_orange,.arrow_black,.arrow_red{
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 160%;
	font-size: 16px;
	background-position: left center;
	padding-left: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family:sans-serif;
	_zoom: 1;
	overflow: hidden;
}

.arrow_blue {
	background-image: url(img/arrow_blue.gif);
}
.arrow_orange {
	background-image: url(img/arrow_orange.gif);
}
.arrow_black {
	background-image: url(img/arrow_black.gif);
}
.arrow_red {
	background-image: url(img/arrow_red.gif);
}


/* Άό */

#main blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	line-height: 130%;
}

#main .alert,#main .accept,#main .attention,#main .thint{
	font-size: 12px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 32px;
	_zoom: 1;
	overflow: hidden;
}

#main .alert {
	background-color: #FFEFEF;
	background-image: url(img/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #A2462F;
	border: 1px solid #FABDA7;
}

#main .accept {
	border: 1px solid #C2E39B;
	background-color: #EFFADA;
	background-image: url(img/accept.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #346F15;
}

#main .attention {
	border: 1px solid #FFDC80;
	background-color: #FEFECB;
	background-image: url(img/attention.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #804900;
}

#main .thint {
	border: 1px solid #C5D7ED;
	background-color: #EFF4FA;
	background-image: url(img/thint.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #2C4F7A;
}

#main  .user1,#main .user2 {
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
}

#main  .user1{
	background-image: url(img/user1.png);
}

#main  .user2{
	background-image: url(img/user2.png);
}

#main .noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}

.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}


/* {bNX */

#main .nmlbox,#main .dottbox,#main .ylwbox,#main .graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#main  .graybg{
	background-color:#EBEBEB;
}

#main .dottbox{
	border:dotted 1px #666;
}
#main .nmlbox {
	border: 2px solid #CCCCCC;
}
#main .ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}


/* ½ό */

.border1,.border2,.border3,.borderdot,.borderdot2{
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
	_zoom: 1;
	overflow: hidden;
}

.border1 {
	border-bottom:solid 1px #999;
}
.border2 {
	border-bottom:solid 1px #990000;
}

.border3 {
	border-bottom:solid 1px #003366;
}

.borderdot {
	border-top:dotted 1px #999;
}

.borderdot2 {
	border-top:dotted 2px #999;
}

.layout_l{
	float:left;
}

.layout_r{
	float:right;
}

.hd,.hd:hover,.hd:visited{
	color:#333;
	text-decoration:none;
}


/* pΫ */

.rnd1{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.rnd1{
	position:relative;
	z-index:1;
	padding: 15px;
	margin: 15px auto 15px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://crm64u89.wakatono.jp/css/PIE.htc);
}



.rbox1 {
	background-color: #f0f0f0;
	border: 1px solid #d7d7d7;
}

.rbox2 {
	background-color: #FFF;
	border: 2px solid #FF843F;
}

.rbox3 {
	background-color: #FFF;
}

.rbox4 {
	background-color: #F5F5F5;
}


/* VhE */

.shadow1,.shadow2,.shadow3{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.shadow1{
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	behavior: url(http://crm64u89.wakatono.jp/css/PIE.htc);
}

.shadow2{
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	behavior: url(http://crm64u89.wakatono.jp/css/PIE.htc);
}


/* FAQ */

.question1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 15px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(img/q1.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.answer1 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	border:solid 1px #CCC;
	background-color:#F5F5F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px auto 35px auto;
	padding: 20px 20px 20px 60px;
	background-image: url(img/a1.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	behavior: url(http://crm64u89.wakatono.jp/css/PIE.htc);
}

.question2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(img/q2.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.answer2 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	margin: 5px auto 15px auto;
	padding: 10px 10px 20px 50px;
	background-image: url(img/a2.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	border-bottom:dotted 1px #CCC;
}



/* «o΅ */

.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	overflow: hidden;
	padding:0;
	margin: 0;
	color: #333333;
}

.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
	overflow: hidden;
}


.balloon1 .b_body{
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}

.balloon2 .b_body{
	background-color:#FFF;
	border:solid 1px #CCC;
}

.balloon3 .b_body{
	background-color:#EBEBEB;
}

.balloon4 .b_body{
	background-color:#EAF1FF;
	border:solid 1px #6AA3F9;
}

.balloon5 .b_body{
	background-color:#FFEAEA;
	border:solid 1px #F96565;
}

.balloon6 .b_body{
	background-color:#FFF;
	border:solid 2px #CC0000;
}

.balloon7 .b_body{
	background-color:#FFF;
	border:solid 2px #0080B8;
}

.balloon8 .b_body{
	background-color:#FFF;
	border:solid 2px #FF8201;
}

.balloon9 .b_body{
	background-color:#FFF;
	border:2px solid #739221;
}



.bln .img-l{
	position:relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top: 18px;
	left:1px;
	float:left;
	width: 28px;
	height: 19px;
	margin:0;
}

.bln .img-r{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top: 18px;
	right:1px;
	float:right;
	width: 28px;
	height: 19px;
	margin:0;
}
.bln .img-t{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	float:none;
	margin:0;
}
.bln .img-b{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	bottom:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	margin:0;
}


div.bln:after{height:0; visibility: hidden; content: ".";   display: block; clear: both;}
.balloon1 .img-b{ background-position: 0 0;} 
.balloon1 .img-l{ background-position: 0 -72px;} 
.balloon1 .img-r{ background-position: 0 -139px;} 
.balloon1 .img-t{ background-position: 0 -206px;} 
.balloon2 .img-b{ background-position: 0 -278px;} 
.balloon2 .img-l{ background-position: 0 -350px;} 
.balloon2 .img-r{ background-position: 0 -417px;} 
.balloon2 .img-t{ background-position: 0 -484px;} 
.balloon3 .img-b{ background-position: 0 -556px;} 
.balloon3 .img-l{ background-position: 0 -628px;} 
.balloon3 .img-r{ background-position: 0 -695px;} 
.balloon3 .img-t{ background-position: 0 -762px;} 
.balloon4 .img-b{ background-position: 0 -834px;} 
.balloon4 .img-l{ background-position: 0 -906px;} 
.balloon4 .img-r{ background-position: 0 -973px;} 
.balloon4 .img-t{ background-position: 0 -1040px;} 
.balloon5 .img-b{ background-position: 0 -1112px;} 
.balloon5 .img-l{ background-position: 0 -1184px;} 
.balloon5 .img-r{ background-position: 0 -1251px;} 
.balloon5 .img-t{ background-position: 0 -1318px;} 
.balloon6 .img-b{ background-position: 0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position: 0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position: 0 -1531px;right:2px;} 
.balloon6 .img-t{ background-position: 0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position: 0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position: 0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position: 0 -1813px;right:2px;} 
.balloon7 .img-t{ background-position: 0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position: -78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position: -78px -72px;left:2px;}
.balloon8 .img-r{ background-position: -78px -141px;right:2px;}
.balloon8 .img-t{ background-position: -78px -210px;top:2px;}
.balloon9 .img-b{ background-position: -78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position: -78px -354px;left:2px;} 
.balloon9 .img-r{ background-position: -78px -423px;right:2px;} 
.balloon9 .img-t{ background-position: -78px -492px;top:2px;} 

/* ‘‘ table.css ‘‘ */

table{
	width:100%;
	_width:95%;
	font-size:13px;
	margin-top:10px;
	margin-bottom:10px;
}

th{
	background-color:#EBEBEB;
}

td{
	background-color:#FFFFFF;
}

#menu .ritem td,#rmenu .ritem td{
	border:none;
}

/*@€ΚX^C */

.rtitle  {
	height: 44px;
	text-align: center;
	overflow: hidden;
	padding: 4px;
}

.rimg {
	text-align: center;
}
.price {
	color: #CC0000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 120%;
	text-align: center;
}

.tdesc {
	text-align: left;
	vertical-align: top;
}


/* €iΒρ^ */
.ritm
{
	background-color:#FFFFFF;
}

.ritm th,.ritm td
{
	padding:6px;
	width:auto;
	line-height: 120%;
	border:solid 1px #CCC;
	vertical-align:top;
	text-align: center;
}

.col1 td ,.col1 th{
	width: 100%;
}

.col2 td ,.col2 th{
	width: 50%;
}

.col3 td ,.col3 th{
	width: 33%;
}

.col4 td ,.col4 th{
	width: 25%;
}

/* Αθζψ@ΙΦ·ι\L */

.tokusho {
	background-color: #CCCCCC;
}

.tokusho th, .tokusho td {
	padding: 8px;
}

.tokusho th {
	background-color: #E3E3E3;
	width: 30%;
}

/* €iΰΎ */

.ritm_desc {
	border: 1px solid #CCCCCC;
}
.ritm_desc td {
	vertical-align: top;
	padding: 10px;
}
.ritm_desc .title {
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom: 8px;
	text-align:left;
	line-height:120%;
	font-family: 'HGPnppΊήΌ―ΈUB', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W6', sans-serif;
	font-weight:normal;
}

.ritm_desc .title a{
	color:#333;
}

.ritm_desc .title a:hover{
	color:#FF0000;
}

.ritm_desc .desc{
	padding:20px;
}

.ritm_desc .price {
	text-align: left;
	padding: 0px;
}
.ritm_desc  .img {
	width: 20%;
}
.ritm_desc .more, .ritm_desc .price, .ritm_desc .review {
	line-height: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 5px;
}


/* ₯1/18Θ~ΗΑͺ */

/* LO1 */

.rnk1item {
	border: 1px solid #CCCCCC;
}
.rnk1item  th {
	background-color: #FFFFFF;
	width: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rnk1item td {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	line-height: 130%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.rnk1item .ttitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 130%;
}

.rnk1item th, .rnk1item td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.rnk1item .timg {
	width: 130px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: middle;
}
.rnk1item .alt th, .rnk1item .alt td {

}
.rnk1item p {
	margin: 0px;
	padding: 0px;
}


/* LO^2 */

.rnk2item {
	font-size: 12px;
}

.rnk2item .timg, .rnk2item .tdesc {
	padding: 15px;
}
.rnk2item td {
	padding: 0px;
	vertical-align: top;
}
.rnk2item .ttitle {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.rnk2item  .timg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width:130px;
}

.rnk2item .timg img {
	padding-bottom: 10px;
}

.rnk2item .tdesc {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 160%;
}

.rnk2item .ttable {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	border: 1px solid #cccccc;
}
.ttable th, .ttable td {
	padding: 8px;
	width: auto;
	text-align: center;
}

/* ₯1/25ΗΑͺ */

/* LO^3 */

.rnk3item {
	border: 1px solid #CCCCCC;
}
.rnk3item  th {
	text-align: left;
	padding: 8px;
	font-size: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}
.rnk3item th img {
	vertical-align: bottom;
	margin-right: 6px;
}

.rnk3item td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rnk3item .timg {
	text-align: center;
	width: 150px;
}

/* Ώiδr^1 */

.prc1item {
	border: 1px solid #CCCCCC;
}

.prc1item th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 6px;
	text-align: center;
}
.prc1item td {
	text-align: center;
	padding: 6px;
}
.prc1item .alt td {
	background-color: #F5F5F5;
}

.prc1item .price {
	text-align: right;
	width: 120px;
}

/* ΪΰΎ^ */

.dsc1item,.dsc2item {
	background-color: #CCCCCC;
}
.dsc1item  th, .dsc1item  td,.dsc2item th, .dsc2item td {
	padding: 6px;
}
.dsc1item th , .dsc2item th {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.dsc1item td , .dsc2item td {
	font-size: 95%;
	vertical-align: top;
}

.dsc1item th{
	width: 30%;
}

.dsc2item .col2 th{
	width: 50%;
}

.dsc2item .col3 th{
	width: 33%;
}

.dsc2item .col4 th{
	width: 25%;
}

/* j[^ */

.tblmenu1item td {
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #CCCCCC;
	vertical-align:top;
}
.tblmenu1item  td  .ttitle {
	background-color: #EEEEEE;
	font-weight: bolder;
	padding: 7px;
	margin-bottom: 8px;
	font-size: 13px;
}

.tblmenu1item .col1{
	width:100%;
}

.tblmenu1item .col2{
	width:50%;
}

/* ‘‘ ϋR~ζΗΑ ‘‘ */

#main .user1,#main .user2,#main .user3,#main .user4,#main .user5,#main .user6{
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
}

#main  .user1{
	background-image: url(img/userm_1.png);
}

#main  .user2{
	background-image: url(img/userf_1.png);
}

#main  .user3{
	background-image: url(img/userm_2.png);
}

#main  .user4{
	background-image: url(img/userm_3.png);
}

#main  .user5{
	background-image: url(img/userf_2.png);
}

#main  .user6{
	background-image: url(img/userf_3.png);
}




/* TCg}bv */

#sitemaps{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1{
background: url(img/list-arw.png) left center no-repeat;
padding-left: 15px;
}
#sitemaps .l2{
background: url(img/list-arw.png) left center no-repeat;
padding-left: 15px;
margin-left: 20px;
}
#sitemaps .l3{
background: url(img/list-arw.png) left center no-repeat;
padding-left: 15px;
margin-left: 40px;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

#categorylist .cbox{
	margin: 0px 20px 15px;
	line-height: 180%;
}
#space1,#space2,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{
	margin: 10px 10px 30px;
	color: #545454;
	line-height: 180%;
}

/*	ζN */
#main a img{background:none!important}
#main a:hover img{
	opacity:0.6;
	filter:"alpha(opacity=60)";
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
#whatsnew {
margin:10px 10px;
background: url(img/wn.png) 20px 5px no-repeat;
padding:40px 20px 5px;
border-top: 1px #f1f1f1 solid ;
border-left: 1px #f1f1f1 solid ;
border-bottom: 1px #ccc solid ;
border-right: 1px #ccc solid ;
}

#whatsnew ul li{
background: url(img/list-arw.png) 10px center no-repeat;
text-indent: 20px;
padding-top: 5px;
}

#siteNavi{
}

#entrylist dl{
margin: 10px;
}
#entrylist dt{
font-weight: bold;
padding-left: 20px;
background: url(img/list-arw.png) 10px center no-repeat;
}
#entrylist dd{
margin: 0 20px 10px;
}
#categorylist .more{
text-align: right;
margin-bottom: 10px;
padding-right: 10px;
}
img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 10px;
}
