@import "reset.css";

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

strong{font-weight:bold;}

/* リンク色（ページ全体） */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff0000;}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}



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

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


/* ページレイアウト */
body
{
 min-width: 750px;
 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: 740px;
 background: url(img/bbg.gif) #fff;
}

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

/* ヘッダー（レイアウト） */

#banner
{
 position: relative;
 width: 730px;
 height: 325px;
 overflow:hidden;
 margin: 0 auto 15px;
 background-color:#fff;
 background-image:url(img/bnr_piabel.jpg);
 background-repeat:no-repeat;
 background-position:center bottom;
 top:0px; left:0px;
}

#banner h1
{
 margin:2px 20px 2px 15px;
 font-size:100%;
 color:#666;
 font-weight:normal;
 text-align:left;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
 position: relative;
 width: 660px;
 margin: 0 auto;
 text-align: left;
}

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


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

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 min-height: 1px;
 text-align: left;
 }


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

.entry
{
 line-height: 1.5;
 margin: 0 5px 20px 15px;
 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;
}

.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;
}


/* フッター */
#footer
{
 position: relative;
 width: 740px;
 height:60px;
 background: url(img/footer.gif) no-repeat left bottom;
 clear: both;
 color: #666;
 padding:10px 0;

}

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

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


#footer a:hover{ color: #f00;}


/*文字装飾*/

.rb{
 color:#f03;
}

.uline{
 text-decoration:underline;
}

.yb{
 background:#ff0;
}


.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{
}


.top_ad{
 font-weight:bold;
}

.t_left{
 text-align:left;
}

.t_center{
 text-align:center;
}

.t_right{
 text-align:right;
}

.c_both{
 clear:both;
}


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

.asp_bnr{
 margin-bottom:20px;
}



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

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

.ent_main_ad a{
 font-weight:bold;
 font-size:134%;
 background:url(img/arrow11_r.gif) no-repeat left center;
 padding-left:30px;
}

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


/* リスト関連 */

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-bottom:20px;
 border-bottom:1px dotted #ddd;
 line-height:1.4;
 font-weight:bold;
}



/* 見出し関連 */

.header1
{
 clear: both;
 background:url(http://www.sendaiopen.jp/piabelpia/img/h3_piabel.jpg) no-repeat;
 border-bottom:1px solid #999;
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 padding: 1px 0 5px 40px;
 line-height: 1.7;
 _line-height:2;
 font-size: 110%;
 font-weight: bold;
 letter-spacing:2px;
}

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

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

.header2 {
 border-left:none;
 color: #333;
 font-size: 123%;
 font-weight:bold;
 height:40px;
 line-height: 30px;
 margin: 5px 0px 5px 10px;
 padding:0px 0px 0px 5px;
}

.header2 span{
 display:block;
 border-bottom:1px solid #ddd;
}

.header2 span img{
 margin-bottom:-6px;
}


.header_z
{
 position: relative;
 margin: 0 0 10px;
 padding: 3px 0 2px 5px;
 font-size: 100%;
 font-weight: bold;
 clear: both;
 border-bottom:1px dotted #999;
}

.header_y
{
 position: relative;
 margin: 0 0 10px;
 padding: 3px 0 0 5px;
 font-size: 100%;
 font-weight:bold;
 clear: both;
 border-bottom:1px dotted #999;
}


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

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%;
}

/*記事内テーブル*/

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;
}


html{background:#eee;}

div.pr_zone
{
 width: 740px;
 font-size: 77%;
 margin: 0 auto 10px;
 padding: 5px 3px 5px;
 clear: both;
 color: #666;
}

div.pr_zone p
{
 padding: 0;
 margin: 0 0 5px;

}

div.pr_zone a
{
 color: #666;
 text-decoration: none;
}

div.pr_zone a:hover{ color: #f00;}

