#content ol li.point1 { background: url(../img/olli1.gif) no-repeat left top; }
#content ol li.point2 { background: url(../img/olli2.gif) no-repeat left top; }
#content ol li.point3 { background: url(../img/olli3.gif) no-repeat left top; }
#content ol li.point4 { background: url(../img/olli4.gif) no-repeat left top; }
#content ol li.point5 { background: url(../img/olli5.gif) no-repeat left top; }

#content ol {
list-style: none;
background: url(../img/ol.gif) no-repeat 1px 1px;
border: 1px solid #cc295f;
padding: 46px 10px 0 10px;
margin: 0 20px 15px 20px;
}
#content ol li {
font-size: 15px;
font-weight: bold;
color: #e5175c;
border-bottom: 1px dotted #cc295f;
padding: 3px 0 3px 95px;
margin: 0 0 15px 0;
}





/* 基本レイアウト */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1{
    font-family: "ＭＳ Ｐゴシック";
    font-size: 10px;
    width: 450px;
    float: left;
    margin: 5px 0 0 0;
    padding: 0 0 0 10px;
    font-weight: normal;
}

h1 a{
   color: #999;
}

/* 記事見出し */
h2{
    width: 710px;
    height: 71px;
    line-height: 75px;
    text-indent: 30px;
    font-size: 200%;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img2/h2bg.gif) no-repeat;
    color: #fff;
}

h2.header1{
    line-height: 50px;
    text-indent:60px;
    font-family: "ＭＳ Ｐゴシック";
    font-size:1.4em;
    font-weight:bold;
    background:url(img/header1.gif) no-repeat left;
}

h3{
    width: 710px;
    height: 41px;
    line-height: 35px;
    font-size: 150%;
    font-weight: bold;
    text-indent: 40px;
    background: url(img2/h3bg.gif) no-repeat;
}


/* カテゴリーh3 */
.cateh {
   width: 710px;
   height: 47px;
   background: url(img2/cateh3bg.gif) no-repeat;
   line-height: 50px;
   text-indent: 40px;
   color: #fff;
}

h4{
    position: relative;
    margin: 0 auto 10px;
    padding: 15px 0 0 0;
    text-indent:20px;
    height: 30px;
    text-align: left;
    font-size: 1.0em;
    background:url(img/h4.gif) no-repeat top;
}

/* リンク色（ページ全体） */
a { color: #0000ff; text-decoration:none; }
a:hover { color: #ff9900; text-decoration: underline; }

body {
    min-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #333;
    background: #fff;
  font-size:14px; /* for modern */
  line-height:1;
  font-family:Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
    position: relative;
}

#head{
  width: 950px;
  text-align: left;
  height: 116px;
  margin: 0 auto;
  background: url(img2/banner.jpg) no-repeat;
}

.headnavi{
  width:auto;
  height:auto;
  float:right;
  margin: 5px 0 0 0;
  padding: 0 10px 0 0;
}
.headnavi a{
  padding: 5px;
  margin-left: 5px;
  color: #fff;
}

#banner{
 width:710px;
 height:200px;
 background:url(img/banner2.gif) no-repeat;
}

#container{
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
}

#container p.bread{
    text-align:left;
    padding:0;
    margin:0 0 20px 0;
}
#container p.bread2{
    text-align:right;
    padding:0;
    margin:10px 0 0 0;
}


/* メインコンテンツ基本レイアウト（記事部分） */
#main{

    position: relative;
    min-height: 1px;
    text-align: left;
    margin: 0 0 0 0px;
    padding: 0;
    background:#fff;
}

/*２カラム*/
#main{
    width: 710px;
    float:left;
}

.catdes{
 padding:20px;
 margin:20px 0;
 border:1px solid #ddd;
}



.catdes p{
  padding:0;
  margin:0;
}

.entry{
  background: url(img2/entrybg.gif) bottom;
  margin: 0 0 10px 0;
}


.entry2 {
  width: 710px;
  height: 420px;
  background: url(img2/entry2.jpg) bottom;
  margin: 0 0 10px 0;
}


.entry p{
  margin: 0 0 10px 0;
  padding: 0 20px 20px 20px;
  line-height: 25px;
  color: #333;
}

/*関連エントリ*/
.relation ul li{
 float:left;
 margin-right:30px;
 margin-bottom: 30px;
}

/*左サイドバー*/
.side{
 width: 220px;
 float: right;
 background: #f1ecdd;
 text-align: left;
 border: 1px solid #bcb397;
 padding: 2px 2px 0 2px;
 margin: 0 0 20px 0;
}

.side ul
{
 background:url(img/sideul.gif) repeat-y;
 margin:0;
 border:1px solid #bcb397;
 padding:0;
 list-style-type:none;
}
.side ul li a{
 display:block;
 line-height:35px;
 height:35px;
 text-indent:35px;
 background:url(img/li.gif) no-repeat left;
 color:#353535;
}
.side ul li a:hover{
 background:url(img/lih.gif) no-repeat left;
}
.side .ctitle a{
 display:block;
 font-size:120%;
 line-height:25px;
 background:url(img/ctitle.gif) no-repeat left center;
 text-indent:20px;
 margin-top:20px;
}

/*フッター*/
#footer
{
    position: relative;
    width: 950px;
    margin: 20px auto 0 auto;
    padding: 20px 0 40px 0;
    height: 80px;
    text-align: right;
    font-size: 0.9em;
    clear: both;
    color: #fff;
    background:url(img2/footer.gif) repeat-x top;
}
.footernavi{
  margin-top:20px;
  padding: 0 0 0 20px;
  text-align:left;
}


#footer p { margin: 0; padding: 0; }


.copy
{ 
    margin: 0;
    padding: 20px 20px 0 0;
    font-size: 0.9em;
}

/*検索フォーム*/
#search{
 width:330px;
 height:24px;
 float:right;
 clear:both;
 margin-top:100px;
}
#search input{
	margin-left: 5px;
	height: 24px;
	width: 200px;
	_width: 246px;
	background-image: url(img/search.gif);
	padding: 0px 40px 0px 6px;
	font-size: 100%;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
.bottan a{
 display:block;
 width:50px;
 height:24px;
 text-indent:-5000px;
 background:url(img/botan.gif) no-repeat;
 float:right;
}


.imgl {
  float: left;
  border: 0;
  margin: 0 0 0 20px;
}

.imgr {
   float: right;
}

/*続きを読む*/
p.more{
 text-align:right;
 padding:0 10px 0 0;
 margin:0px;
}

/*フッターナビ*/
.footercatnavi{
   text-align: left;
   margin: 0 0 20px 0;
   padding: 0 0 0 20px;
}

.bbb { font-size: 1.3em; font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.bb { font-size: 1.1em; font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.b { font-weight: bold; }
.bbbr { font-size: 1.3em; font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; color: #ff0000; }
.bbr { font-size: 1.1em; font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; color: #ff0000; }
.br { font-weight: bold; color: #ff0000; }
.red { color: #ff0000; }
.blue { color: #0000ff; }
.green { color: #006600; }
.line { background: #ffff00; }
.linered { background: #ffff00; color: #ff0000; }
.u { border-bottom: 1px solid; }
.kome { font-size: 12px; color: #ff0000; line-height: 1.25;}
.s { text-align: center; font-size: 12px; color: #666; line-height: 1.25;}



.rank_box {
  margin:30px 0;
  padding:0 20px;
  clear:both;
}

.gazou {
   width: 335px;
   float: left;
}

.u_rank {
   width: 323px;
   height: 134px;
   float: right;
   background: url(img2/rank_a.gif) no-repeat;
   font-weight: bold;
   text-indent: 70px;
   line-height: 20px;
}

.u_rankb {
   width: 323px;
   height: 134px;
   float: right;
   background: url(img2/rank_b.gif) no-repeat;
   font-weight: bold;
   text-indent: 70px;
   line-height: 20px;
}

.u_rankc {
   width: 323px;
   height: 134px;
   float: right;
   background: url(img2/rank_c.gif) no-repeat;
   font-weight: bold;
   text-indent: 70px;
   line-height: 20px;
}

.u_rank p{
   padding: 30px 0;
   font-size: 30px;
   text-indent: 70px;
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

.u_rankb p{
   padding: 30px 0;
   font-size: 30px;
   text-indent: 70px;
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

.u_rankc p{
   padding: 30px 0;
   font-size: 30px;
   text-indent: 70px;
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

.chart {
   width: 323px;
   height: 31px;
   float: right;
   background: url(img2/chart.gif) no-repeat;
   font-weight: bold;
   line-height: 23px;
   text-indent: 30px;
}

.clear { clear:both; }
.clear hr { display:none; } 


/*詳細ボタン*/
.shousai1 a{
    display:block;
    width: 312px;
    height: 58px;
    background:url(img2/shousai1.gif) no-repeat;
    text-indent:-5000px;
    margin: 0;
    overflow:hidden;

}

.shousai1 a:hover{
    background:url(img2/shousai2.gif) no-repeat;
}



.shousai2 a{
    display:block;
    width: 297px;
    height: 67px;
    background:url(img2/shousai_top1.gif) no-repeat;
    text-indent:-5000px;
    margin: 0 0 0 20px;
    overflow:hidden;

}

.shousai2 a:hover{
    background:url(img2/shousai_top2.gif) no-repeat;
}

.shousai3 a{
    display:block;
    width: 297px;
    height: 67px;
    background:url(img2/shousai_top3.gif) no-repeat;
    text-indent:-5000px;
    margin: 0 0 0 20px;
    overflow:hidden;

}

.shousai3 a:hover{
    background:url(img2/shousai_top4.gif) no-repeat;
}

.shousai4 a{
    display:block;
    width: 297px;
    height: 67px;
    background:url(img2/shousai_top5.gif) no-repeat;
    text-indent:-5000px;
    margin: 0 0 0 20px;
    overflow:hidden;

}

.shousai4 a:hover{
    background:url(img2/shousai_top6.gif) no-repeat;
}



.t_title {
   margin: 0 auto;
   padding: 0 auto;
   width: 671px;
   height: 47px;
   background: url(img2/t_title.gif) no-repeat;
   line-height: 35px;
   text-indent: 20px;
   font-weight: bold;
   font-size: 18px;
}


/*口コミレビュー*/
.kuti {
   width: 670px;
   background: #fff;
   border: 1px solid #777;
   margin: 0 0 10px 20px
}

.kuti2 {
   background: #f3f3f3;
   padding: 5px 10px;
}

.timg {
   text-align: center;
   font-size: 12px;
}

table {
	border-collapse: collapse;
        border-spacing: 0;
	margin-bottom: 5px;
        margin: 0 auto;
        padding: 0 auto;
}

th, td {
  padding: 5px 5px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}


.aflink {
   text-align: right;
   font-size: 14px;
   font-weight: bold;
   color: #ffffff;
   padding: 15px 20px 30px 20px;
   margin: 0;
}

.aflink span {
   font-size: 14px;
   background: #00aacc;
   padding: 3px 10px;
}


/*質問*/
.q1 {
   width: 710px;
   height: 57px;
   background: url(img2/q.gif) no-repeat;
   line-height: 50px;
   text-indent: 100px;
   font-weight: bold;
   color: #7c0000;
}


/*ランキング*/
.rank1_title {
   width: 710px;
   height: 88px;
   background: url(img2/rank1bg.gif) no-repeat;
   line-height: 80px;
   text-indent: 110px;
}

.rank2_title {
   width: 710px;
   height: 88px;
   background: url(img2/rank2bg.gif) no-repeat;
   line-height: 80px;
   text-indent: 110px;
}

.rank3_title {
   width: 710px;
   height: 88px;
   background: url(img2/rank3bg.gif) no-repeat;
   line-height: 80px;
   text-indent: 110px;
}

.rank4_title {
   width: 710px;
   height: 88px;
   background: url(img2/rank4bg.gif) no-repeat;
   line-height: 80px;
   text-indent: 110px;
}

.rank5_title {
   width: 710px;
   height: 88px;
   background: url(img2/rank5bg.gif) no-repeat;
   line-height: 80px;
   text-indent: 110px;
}

.f-navi {
   margin: 10px 0;
   padding: 0 10px;
}



/*フッターのリンク*/
.pr {
font-size:10px;
}
.pr a{
color: #000; text-decoration:none; 

}


