@charset "UTF-8";
@import "reset.css";

*{font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;}

strong{font-weight:bold;}

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

/* リンク色（ヘッダー） */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

img {
 border:1px solid #ddd;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 min-width: 800px;
 margin: 0;
 padding: 0;
 font-size: 100%;
 text-align: center;
 color: #333;
 background: #eee;
 line-height: 1.5;
}

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

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}

/* 大見出し（ターゲットキーワード） */



/* ●ヘッダー（レイアウト）● */
#banner
{
 position: relative;
 width: 800px;
 height: 217px;
 overflow:hidden;
 background-color:#fff;
 background-image:url(img/bnr_hikkoshi3.jpg);
 background-repeat:no-repeat;
 background-position:center bottom;
 top:0px; left:0px;
}

#banner h1
{
 margin:0px 10px;
 font-size:78%;
 color:#000;
 font-weight:normal;
 text-align:right;
 padding-top:0;
}

#pan{
 text-align:left;
 font-size:92%;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 text-align: left;
 padding-left:15px;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main
{
 position: relative;
 min-height: 1px;
 text-align: left;
 width:550px;
 float:left;
 padding-bottom:10000px;
 margin-bottom:-10000px;
 overflow:hidden;
 }


/* 記事部分コンテンツ */

.entry
{
 line-height: 1.5;
 margin: 0 5px 10px;
 padding-bottom: 10px;
 font-size:92%; 
}

.entry p{
margin-bottom:15px;
}

.entry dt{
 margin-bottom:10px;
}

.entry dd{
margin:0 0 20px;
padding:0;
border-bottom: 1px dotted #dcdcdc;
}

.entry dd ul{
margin:0 0 10px 15px;
padding:0;
}

.entry dd li{
list-style:none;
display:inline;
margin-right:10px;
}

.ent2{
 font-size:92%;
}


.more
{
 text-align: right;
 }



.entry-footer
{
 margin: 5px 10px 0 0;
 border-top: 1px dotted #ccc;
 padding: 5px 0;
 color: #999;
 font-size: 10px;
 text-align: right;
}


/*記事内テーブル*/

table.spec {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 98%;
}


table.spec th{
  border: 1px dotted #ccc;
  border-collapse: collapse;
  background-color: #ffc;
  color: #333333;
  font-size: 92%;
  font-weight:bold;
  line-height: 160%;
  margin:0;
  padding: 5px 10px;
  vertical-align:top;
  width:40%;
}


table.spec td{
  border: 1px dotted #ccc;
  border-collapse: collapse;
  font-size: 92%;
  margin:0;
  padding: 5px 10px;
  line-height: 160%;
  vertical-align:top;
}

.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
 font-size:77%;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
 font-size:77%;
}

.gotop 
{
 text-align: right;
 clear: both;
 padding: 10px;
 font-size:77%;
}

.img
{
 float: left;
 margin: 0 15px 5px 0;
}

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* サイド */

#side{
 float:right;
 width:220px;
 padding-bottom:10000px;
 margin-bottom:-10000px;
 background:url(img/contents_bg_right.jpg) repeat-y left top #ddd;
 overflow:hidden;
}

.side_d{
 background:#fff;
 margin:10px;
}

.side_d h3{
 height:28px;
 margin:0px 0px 5px 0px;
 padding:4px 0px 0px 15px;
 font-size:100%;
 font-weight:bold;
 background-image:url(img/head017_01.png);
}

.side_d ul{

}

.side_d li{
 border-bottom:1px solid #ddd;
 font-size:80%;
 min-height:30px;
 line-height:1.2;
 padding:3px;
}

.side_d li a{
 text-decoration:none;
 display:block;
 width:auto;
 min-height:30px;
 padding:5px;
 border-left:3px solid #666;
 color:#333;
}

.side_d li a:hover{
 border-left:3px solid #f00;
 color:#f00;
}


/* フッター */
#footer
{
 position: relative;
 width: 800px;
 height:30px;
 background: #333;
 clear: both;
 color: #fff;
 padding:10px 0;
 border-top:1px solid #ccc;
}

#footer p
{
 padding: 0;
 margin: 0 0 5px;
 font-size: 77%;
}

#footer a
{
 text-decoration: none;
 color: #fff;
}


#footer a:hover{ text-decoration: underline;}



/*運営者情報テーブル*/

table.ask {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	width: 94%;

}


table.ask th{
	border: 1px dotted #666;
	border-collapse: collapse;
	background-color: #FEF5E7;
	color: #333333;
	font-size: 92%;
	font-weight:bold;
	line-height: 160%;
	margin:0;
	padding: 5px 10px;
	text-align: center;
	white-space:nowrap;
}


table.ask td{
	border: 1px dotted #666;
	border-collapse: collapse;
	font-size: 92%;
	margin:0;
	padding: 5px 15px;
	line-height: 140%;
}



.ad_link{
 clear:both;
 text-align:center;
 margin: 0 0px 40px 0px;
}

.ad_link a{
 font-weight:bold;
 font-size:134%;
}

.ad_link a:hover{
}


.asp_bnr{
 margin-bottom:20px;
}



/*記事本文下テキストリンク*/

.ent_main_ad{
 clear:both;
 margin-bottom:10px;
}

.ent_main_ad a{
 font-weight:bold;
 font-size:115%;
 background:url(img/arrow11_r.gif) no-repeat left -4px;
 padding-left:25px;
 line-height:25px;
}

.ent_main_ad a:hover{
 background:url(img/arrow9_r.gif) no-repeat left -4px;
}


/*その他 追加スタイル*/

ul.prlink{
 margin:0 5px 30px 20px;
 font-size:85%;
}

ul.prlink li{
 list-style-type:disc;
 margin-left:10px;
}

ul.prlink a{
 color:#333;
}

ul.prlink a:hover{
 color:#f00;
 text-decoration:none;
}

.mlt{
 margin:10px 10px 10px 3px;
}

.mlt li{
 background:url(img/reten.gif) no-repeat left 1px;
 padding-left:25px;
 margin-top:5px;
 margin-bottom:15px;
 border-bottom:1px dotted #ddd;
 line-height:1.4;
}

.mlt li a{ text-decoration:none;}
.mlt li a:hover{ text-decoration:underline;}


/*プロバイダ比較*/

.prc1item {
 border: 2px solid #333;
 width:100%;
}

.prc1item th {
 padding: 3px 1px;
 text-align: center;
 border: 1px solid #666;
 background:#ddd;
 font-size:85%;
 font-weight:bold;
}
.prc1item td {
 text-align: center;
 padding: 3px 1px;
 border: 1px solid #666;
 line-height:1.2;
 font-size:85%;
 white-space:nowrap;
}
.prc1item .alt td {
	background-color: #F5F5F5;
}

.prc1item .price {
	text-align: right;
	width: 120px;
}

.odd td{
 background:#ffc;
}

.camptbl{
 width:100%;
 margin:0 auto 20px;
}

.camptbl td{
 padding:5px 2px;
}

/*文字装飾*/

.rb{
 color:#f03;
}

.uline{
 text-decoration:underline;
}

.yb{
 background:#ff0;
}

.top_ad,
.bold{
 font-weight:bold!important;
}

.t_left{
 text-align:left!important;
}

.t_center{
 text-align:center!important;
}

.t_right{
 text-align:right!important;
}

.c_both{
 clear:both!important;
}

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

/* 余白関連 */
.aM0{ margin: 0;}

.aM10{ margin: 10px!important; }
.tM10{ margin-top: 10px!important; }
.rM10{ margin-right: 10px!important; }
.bM10{ margin-bottom: 10px!important; }
.lM10{ margin-left: 10px!important; }

.aM15{ margin: 15px!important; }
.tM15{ margin-top: 15px!important; }
.rM15{ margin-right: 15px!important; }
.bM15{ margin-bottom: 15px!important; }
.lM15{ margin-left: 15px!important; }

.aM20{ margin: 20px!important; }
.tM20{ margin-top: 20px!important; }
.rM20{ margin-right: 20px!important; }
.bM20{ margin-bottom: 20px!important; }
.lM20{ margin-left: 20px!important; }

.aP0{ padding: 0;}

.aP10{ padding: 10px!important; }
.tP10{ padding-top: 10px!important; }
.rP10{ padding-right: 10px!important; }
.bP10{ padding-bottom: 10px!important; }
.lP10{ padding-left: 10px!important; }

.aP15{ padding: 15px!important; }
.tP15{ padding-top: 15px!important; }
.rP15{ padding-right: 15px!important; }
.bP15{ padding-bottom: 15px!important; }
.lP15{ padding-left: 15px!important; }

.aP20{ padding: 20px!important; }
.tP20{ padding-top: 20px!important; }
.rP20{ padding-right: 20px!important; }
.bP20{ padding-bottom: 20px!important; }
.lP20{ padding-left: 20px!important; }

.waku{
 border:2px solid #ddd;
 padding:10px;
 font-weight:bold;
 margin-top:10px;
 margin-bottom:10px;
}

.sub-head{
height:29px;
margin:30px 0px 10px 0px;
padding:1px 0px 0px 3px;
font-size:123%;
font-weight:bold;
color:#333333;
background-image:url(img/head005_01.gif);
}

.sub-head a{
 color:#333;
 text-decoration:none;
}

.sub-head a:hover{
 color:#f00;
 text-decoration:underline;
}

.txtbnr{
 text-align:center;
 padding-top:15px;
 margin-bottom:15px;
}

.txtbnr span{
 font-weight:bold;
}
.txtbnr span a{
 background:#ff0;
 color:#00f;
 text-decoration:underline;
}

.txtbnr span a:hover{
 color:#f00;
 text-decoration:none;
}

.normal_list li{
 list-style-type:disc;
 margin-left:10px;
}

.sougolist{
 font-size:12px;
}

.sougolist li{
 list-style:decimal;
 margin-left:25px;
 margin-bottom:10px;
}

.sougolist span{
 color:#008000;
}

.menulist li{
 list-style:disc;
 margin-left:30px;
}

.menudes{
 font-size:85%;
}

.bdr1{
 margin:0 30px 10px 5px!important;
}



