@charset "UTF-8";


/* ブラウザスタイルの初期化
---------------------------------------------------- */
html,body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,"lr oSVbN", Osaka, "qMmpS Pro W3",sans-serif;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address,div{
	padding: 0;
	margin: 0;
}


/* ページ全体
---------------------------------------------------- */


dt{font-size:14px;}

H1{color: white;
   font-size: 100%;
}


H2{color: white;
   font-size: 200%;
   background:#330099;
   
}

H3{color:white;
   background:#006666;
   font-size: 200%;
}





p.y001{border: dashed 3px #993300;
		color:#000;
        background-color: #ffffcc;
         }

body{
	font-size: 12px;
	color: #fff;
	background: url(../images/bg_body.jpg) #151515 repeat-x;
	line-height: 1.5;
	letter-spacing: normal;
	font-family: Verdana, Arial, "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
}

div#container{
	width: 998px;
	border-left: 2px solid #746035;
	border-right: 2px solid #746035;
	margin: 0 auto;
	background: #252525;
}

div#wrapper{
	width: 998px;
}

div#wrapper div#left-col{
	float: left;
	width: 230px;
}

div#wrapper div#content{
	float: left;
	width: 760px;
	height: auto;
	border-left: 4px solid #252525;
	border-right: 4px solid #252525;
	padding-bottom: 20px;
	background: #151515;
}



/* リンクテキスト
---------------------------------------------------- */
a:link{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #efc649;
	text-decoration: none;
}
a:active{
	color: #efc649;
	text-decoration: none;
}

div#content dt a:link,div#content p a:link{
	color: #efc649;
	text-decoration: underline;
}
div#content dt a:visited,div#content p a:visited{
	color: #efc649;
	text-decoration: underline;
}
div#content dt a:hover,div#content p a:hover{
	color:#00F;
	background-color:#3FF;
	text-decoration: none;
}
div#content dt a:active,div#content p a:active{
	color: #efc649;
	text-decoration: none;
}



/* common 
---------------------------------------------------- */
.clearfix{
	display:inline-block;
} /*ie7 b*/

.clearfix{
	display:block;
} /*opera & safari */
/*ie6 and no IE mac*/
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
}
/* for macIE \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end of for macIE */


* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.clear{
	clear: both;
	font:  1px/1px monospace;
}
img{
	border: 0;
}
.hidden{
	display: none;
}
.title{
	font-size: 16px;
	font-weight: bold;
}

.subtitle{
	font-size: 13px;
font-weight: bold;
}

.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.btn{
	text-align: center;
	margin: 10px 0;
}
.red{
	color: #fb3535;
}

.mizu{
	color:#0CF;
}

.green{
	color:#3F6;
}

.yellow{
	color:#FFFF00;
}

.backyellow{
	color:#101010;
	background-color:#FFFF00;
}


.txt_small{
	font-size: 10px;

}


/* header
---------------------------------------------------- */
div#header{
	width: 998px;
	height: 180px;
	margin: 0 auto;
}


/* left-col
---------------------------------------------------- */
h2.navititle{
	height:41px;
	text-indent:-8080px;
}
div.navititle {
	height:41px;
	text-indent:-8080px;
}
h2.navititle a{
	text-decoration:none;     /* FireFoxなどで線が表示されないようにする　*/
	display:block;
	height:41px;
}
div.navititle a{
	text-decoration:none;     /* FireFoxなどで線が表示されないようにする　*/
	display:block;
	height:41px;
}
h2#side_01{
	background: url(../images/menutitle_before.png);
}
h2#side_02{
	background: url(../images/menutitle_use.png);
}
h2#side_03{
	background: url(../images/menutitle_comparison.png);
}
h2#side_04{
	background: url(../images/menutitle_recomendation.png);
}
h2#side_05{
	background: url(../images/menutitle_list.png);
}
h2#side_06{
	background: url(../images/menutitle_link.png);
}
h2#side_07{
	background: url(../images/menutitle_information.png);
}

#left-col ul{
	list-style: none;
	line-height: 1.2;
}
#left-col ul a{
	display: block;
	height: 34px;
	background: url(../images/menu_bg.png);
	padding: 5px 3px 0 25px;
}
#left-col ul.shortnavi a{
	height: 28px;
	padding: 11px 3px 0 25px;
}




/* botton
---------------------------------------------------- */
a span.none { display:none; }
a.btn_detail { display:block; width:180px; height:40px; background-image:url(../images/btn_detail.gif); background-position:left top; }
a.btn_detail:hover { background-position:left bottom; }


/* card
---------------------------------------------------- */
.card { background:url(../images/bg_card_top.gif) no-repeat center top; padding-top:20px; text-align:center; }
strong.cardname { font-size:150%; color:#efc649; }
.card p { text-align:left; }
.cardBtm { background:url(../images/bg_card_btm.gif) no-repeat center bottom; text-align:center; padding-bottom:15px; margin-bottom:20px; }

/* class
---------------------------------------------------- */
.mLRauto { margin-left:auto; margin-right:auto; }
.bg_252525 { background-color:#252525; }
.bd1_746035 { border:1px solid #746035; }
.p10 { padding:10px; }
.m10 { margin:10px; }
.m0_20 { margin:0 20px; }
.c_efc649 { color:#efc649; }



/* content
---------------------------------------------------- */
div#maintitle_top{
	background: url(../images/recmendation_bg.jpg) no-repeat;
	width: 760px;
	height:156px;
	border-bottom: 8px solid #252525;
}
div#maintitle_top ul{
	list-style: none;
	padding-top: 6px;
}
div#maintitle_top ul li{
	margin-left: 450px;
}
div#maintitle_top ul li a{
	color: #efc649;
}
div#content dl{
	margin: 20px 10px 10px 10px;
	width: 740px;
}
div#content dl dd{
	margin-left: 10px;
}
div#content dd a{
	color: #999;
}
div#content div#hikaku p{
	margin: 20px;
}
div#content ul#categoly{
	list-style: none;
	padding-top: 10px;
}
div#content ul#categoly li{
	margin-left: 20px;
	padding-top: 3px;
}
div#content ul#categoly li a{
	color: #efc649;
}

div#content ul.list_caategory {
	list-style: none;
	padding-top: 10px;
}
div#content ul.list_caategory li {
	margin-left: 20px;
	padding-top: 3px;
}
div#content ul.list_caategory li a {
	color: #efc649;
}
div#content ul.list_contents{
	list-style: none;
	padding-top: 10px;
}
div#content ul.list_contents li {
	margin-left: 20px;
	padding-top: 3px;
}
div#content ul.list_contents li a {
	color: #efc649;
}

/* footer
---------------------------------------------------- */
div#footer{
	clear: both;
	width: 998px;
	background: #181818;
	text-align: center;
	margin: 0 auto;
}
div#footer a{
	color: #efc649;
}
div#footer a:hover{
	color: #fff;
}
div#footer ul{
	list-style: none;
	margin: 0 auto;
	width: 430px;
}
div#footer ul li{
	float: left;
	padding: 5px;
}	
div#footer p{
	clear: both;
	padding: 10px 0;
	font-size: 10px;
}

/* clearfix　　※常に一番下に表示
---------------------------------------------- */
/* ie \*/
* html div#wrapper,
* html #head_bottom {
height: 1%;
}

*+html div#wrapper,
*+html #head_bottom {
height: 1%;
}

/* modern brow */
div#wrapper:after,
#head_bottom:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

/* MacIE onry \*//*/
div#wrapper,
#head_bottom {
display: inline-table;
}/* end */@charset "UTF-8";
/* CSS Document */
