/*ここは消さないで下さい!*/
/* Template Name: type12-pink */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
  margin: 0;
  padding: 0;
}

html{height: 100%;}

/* BODY */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color:#333;
  font-size: 14px;
  line-height: 150%;
  background: #FFF;
  font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Verdana,Arial, Helvetica, sans-serif;
  background: #EAEAEA url("http://www.telfon.biz/img/back.jpg") repeat-x;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {  float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}
img.h {vertical-align: middle;margin-right: 5px;}
img.f {margin: 0 5px 20px 0;float: left;}

/* 初期化 */
h1,h2,h3,h4{font-size: 14px;font-weight: normal;}
hr{display: none;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #CC0066;text-decoration: underline;}
a:hover{color : #FF0000;text-decoration: none;}
  
/* 基本設定 ----------------------------- */
#base{
  width: 1000px;
  margin: 0 auto;
  background: url("http://www.telfon.biz/img/base.gif") repeat-y;
  text-align: center;
  position: relative;
}

/*ヘッダー*/
#header  {
  height:280px;
  margin: 0 auto;
  width: 1000px;
  background: #EAEAEA url("http://www.telfon.biz/img/header.jpg") no-repeat;
  text-align: left;
}

#header h1{
  position: absolute;
  top: 230px;
  right: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #FFF;text-decoration: underline;}
#header h1 a:hover {color:#FF3300;text-decoration: none;}

#header h2{
  position: absolute;
  top: 250px;
  right: 35px;
  width: 700px;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  text-align: right;
}

#hnavi{
  position: absolute;
  top: 2px;
  right: 35px;
  text-align: right;
}

/*  パンくずリスト  */
.navi {
  margin :10px 0;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;
}

/*ブログの枠等の属性*/
#containar {
  width: 870px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;
}

/*コンテンツ*/
#content {
  float: left;
  width: 600px;  
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow: hidden;
}
        
#content h2{
  margin: 10px 0;
  font-size: 129%;
  color: #990066;
  font-weight: bold;
  text-align: left;
  text-indent: 5px;
  line-height: 30px;
}

#content h3 {
  margin: 10px 0;
  font-size:115%;
  font-weight: bold;
  color: #990066;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  overflow: hidden;
}

#content h3.com,
#content h3.comments-open-header,
#content h3.trackbacks-header,
#content h3.comments-header{
  height: 20px;
  margin: 20px 0 10px 0;
  font-size:108%;
  font-weight: bold;
  color : #CC3366;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px solid #BBB;
  display: block;
  overflow: hidden;
}

/* h2 h3リンク属性 */
#content a{font-weight: normal;}
#content a.c1{font-weight: bold;}
#content a.more-link{font-weight: normal;}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active{
  color: #990066;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#content h2 a:hover,
#content h3 a:hover{
  color : #F00;
  text-decoration: underline;
}



#content h4 {
  margin: 10px 10px 10px 0;
  border-bottom: 1px solid #DDD;
  color: #990066;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  display: block;
  text-align: left;
}

#content h5 {
  margin: 10px 0px 0px 10px;
  padding-left: 5px;
  color: #555;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  background: #EEE;
  display: block;
}

#content .line{
  clear: both;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #CCC;
}

#content p.postmetadata{
 	margin: 0 5px 10px 0 ;
 	text-align: right;
 	font-size: 10px; 
}

#content .doc,
#content .t_back{
  margin: 0 10px 0px 20px;
  text-align: left;
}

#content .doc p{
  padding: 5px 0;
}


/*  関連記事リスト属性 */
#content ol{
  margin: 0px 0px 0px 30px;
}

#content li{
  margin: 0;
  font-size: 100%;
  line-height: 19px;
}

#content .kanren ul{
  margin: 0px 0px 0px 10px;
  list-style: none;
}

#content .kanren li{
  margin: 0;
  font-size: 100%;
  line-height: 19px;
}

/*  相互リンクリスト属性 */
#content .slink ul{
  margin: 10px 5px 20px 20px;
}

#content .slink ul li{
  margin: 0;
  font-size: 12px;
  line-height: 150%;
}


/* trackbacks & Comments*/
.comments-open label {
  display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
  width: 80%;
}

#comment-bake-cookie {
  margin-left: 0;
  vertical-align: middle;
}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#top-num-comments, #num-comments {
  text-align: center;
}

#comment-submit {
  font-weight: bold;
}

.comment,
.trackback {
  margin: 0 0 .5em 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  font-size: 12px;
}

.comment .asset-meta,
.trackback .asset-meta {
  border: 0;
}

.comment-content {
  clear: none;
  line-height: 150%;
  margin-bottom: 1em;
}

.comment-content p {
  margin-bottom: .5em;
}

.comments-open-content{
  margin-left: 1em;
}

.trackbacks-info{
  margin-left: 1em;
  font-size: 12px;
}

/* 続きを読む */
#content .next{
  text-align: right;
}

/*　アドセンス　*/
.ads_rec{
  margin: 10px 0 10px 10px;
  text-align: left;
}

.ads_sky{
  margin:0 auto;
}

.ads_sqr{
  margin:10px 0;
  text-align: center;
}

.ads_banner{
  margin: 15px 0;
  text-align: center;
}

/*NAKAO*/
#news dl{
  margin: 10px 0 40px 0;
  color: #555;
}

#news dt a{
  margin: 0 0 0 20px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

#news dd{
  margin: 0 0 0 25px;
  color: #666;
  font-size: 12px;
}

/*ページ分割*/
.e_page{
  margin: 10px;
  text-align: left;
}

.e_page .link_before,
.e_page .link_page,
.e_page .current_page,
.e_page .link_next{
  padding: 5px;
  border: 1px solid #BBB;
}

.e_page .current_page{
  color: #FFF;
  background: #BBB;
}

.e_page a:link, .e_page a:visited, .e_page a:active {
  color: #999;
  text-decoration: none;}

.e_page a:hover{
  color:#FFF;
  background: #BBB;
}

/* ブックマーク */
ul.bmark{margin: 0;
  list-style-type: none;
  text-align: right;}

.bmark li{
  display: inline;
  margin: 0 2px;}


/*サイドバー*/
#sidebar {
  float: right;
  width: 250px;
  margin: 0;
  color: #333;
  text-align: left;
  font-size: 12px;
}

#sidebar .cont{
  margin-top: 10px;
  padding: 10px;
  background: url("http://www.telfon.biz/img/side_back01.gif") no-repeat top left;
}

.widget-header{
  font-weight: bold;
  color: #330033;
}

/*検索等*/

.search,
.slink,
.free{
  margin: 0;
  line-height: 130%;
}

  
/*新着記事等に利用できます*/
ul.widget-new{
  list-style: none;
}

.widget-new li{
  color: #CC0066;
  padding-left: 15px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
  background: url("http://www.telfon.biz/img/list.gif") no-repeat;
}

.widget-new li a:link,
.widget-new li a:visited,
.widget-new li a:active{
  color: #CC0066;
  text-decoration: none;
}

.widget-new li a:hover{
  color: #F00;
  text-decoration: underline;
}


/*メニュー（カテゴリー）*/
ul.widget-menu{
  list-style: none;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active{
  color: #CC0066;
  padding-left: 25px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
}
  
.widget-menu li a:hover{
  color: #F00;
  text-decoration: underline;
}


.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.monthry li a:link,
.monthry li a:visited,
.monthry li a:active{
  color: #CC0066;
  padding-left: 15px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
  background: url("http://www.telfon.biz/img/list.png") no-repeat;
}
  
.widget-menu li.pt a:hover,
.monthry li a:hover{
  color: #F00;
  text-decoration: underline;
}

/*メニュー（カテゴリー＆記事）*/
dl.widget-menu{
  margin: 0;
}

.widget-menu dt{
  font-weight: bold;
  color: #330033;
  padding-left: 10px;
}

.widget-menu dt.pt{
  font-weight: bold;
  color: #330033;
  padding-left: 0px;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
  color: #CC0066;
  padding-left: 25px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
}
  
.widget-menu dd a:hover {
  color: #F00;
  text-decoration: underline;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
  color: #CC0066;
  padding-left: 15px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
  background: url("http://www.telfon.biz/img/list.png") no-repeat;
}
  
.widget-menu dd.pt a:hover {
  color: #F00;
  text-decoration: underline;
}

/*フッターナビ*/
.f_navi {
  clear: both;
  margin: 0;
  padding: 10px 5px;
  text-align: right;
  font-size: 85%;
}

.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


.f_space{
  clear: both;
  margin: 0;
  background: url("http://www.telfon.biz/img/f_space.gif") no-repeat bottom left;
}

/*フッター*/
#footer{
  clear: both;
  height: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FE9292;
}

#footer .copyright{
  margin: 0 auto 20px auto;
  width: 934px;
  padding: 30px 0 20px 0;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
  background: url("http://www.telfon.biz/img/copyright_back.gif") no-repeat center bottom;
}

.copyright p{
  padding: 0 15px;
  text-align: left;
}

#footer a:link, #footer a:visited, #footer a:active {color: #CC0066;text-decoration: none;}
#footer a:hover {color:#F00;text-decoration: underline;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }



/* 枠の上下左右スペース */
<style type="text/css">
<!--
.i { margin-left: 0.5em; margin-right: 0.5em; margin-top: 0.5em; margin-bottom: 0.5em;}
-->
</style>



/* リンクの動き */
a:hover{
	color:#FF0000;text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}


/*--------------------１テーブル*/

.table_one{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:10px;
	margin-bottom:15px;
	background:#ffffff;
	text-align:left;
        font-size: 17px;
	}

.table_one td{
	padding:10px;　　/*----------------テーブル内間隔*/
          line-height: 155% ; 　　　/*----------------テーブル内行間*/
          font-size: 14px;
}



/*--------------------１テーブル口コミ*/

.table_man{
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding:10px;
	margin-bottom:15px;
	background:#f0f8ff;
	text-align:left;
        font-size: 17px;
	}

.table_man td{
	padding:10px;　　/*----------------テーブル内間隔*/
          line-height: 155% ; 　　　/*----------------テーブル内行間*/
          font-size: 12px;
}

/*--------------------口コミ*/

.user_l {
	width:60px;
	height:60px;
	float:left;
	margin-right:px;
	border:1px solid #c0c0c0;
	}
	
.user_r {
	width:465px;
	float:right;
	}




/*-------------------------------フォント：HGP創英角ｺﾞｼｯｸUB */

.font_hgp {
	font-size: 20px;
	font-weight: normal;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	line-height: 22px; 
	text-decoration: none;
}



/*-------------------------------フォント：大・太字・ワインレッド */
.font_wine {
        color: #dc0000;
        font-size: 1.4em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
        line-height: 1.6em;
}


/*-------------------------------フォント：大・太字・赤 */
.font_red {
        color: #dc0000;
        font-size: 1.4em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
        line-height: 1.6em;
}


/*-------------------------------フォント：大・太字・緑 */
.font_green {
        color: #008000;
        font-size: 1.2em;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
        font-weight: normal;
}


/*-------------------------------フォント：大・太字・黒 */
.font_black {
        color: #333;
        font-size: 1.2em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
}


/*-------------------------------フォント：大・太字・水色 */
.font_mizu {
        color: #0993bb;
        font-size: 1.2em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
}




/*-------------------------------トップリンク */
.link_space {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
          font-family: "HGP創英角ｺﾞｼｯｸUB";
          font-weight: normal;
        line-height: 1.6em;
}



/*-------------------------------リンク用フォント：大・太字 */
.link_font {
        color: #0044cc;
        font-size: 1.4em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
}




/*-------------------------------個別ページ誘導リンク 文字中*/
.link_font2 {
       color: #0044cc;
        font-size: 1.6em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
        line-height: 2.3em;
}



/*-------------------------------個別ページ誘導リンク 文字大*/
.link_font3 {
       color: #0044cc;
        font-size: 1.8em;
        font-family: "HGP創英角ｺﾞｼｯｸUB";
        font-weight: normal;
        line-height: 2.6em;
}







/* -------------CSS マウスオーバー薄く */
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
        -moz-opacity:0.70; /* Firefox CSS3以前 */
}

