/*ここは消さないで下さい!
Template Name: m10-pink
Author: Tsunehisa Hazama
Author URI: http://www.jp-soft.com/
*/

* {
  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.st7.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: #347BA2;text-decoration: underline;}
a:hover {color:#990066;text-decoration: none;}
  
/* 基本設定 ----------------------------- */
#base{
	width: 1100px;
	margin: 0 auto;
	background: url("http://www.st7.biz/img/base.gif") repeat-y;
	text-align: center;
	position: relative;
}

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

#header h1{
    position: absolute;
    top: 210px;
    right: 85px;
    text-align: right;
    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:#FFCCFF;text-decoration: none;}

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

#hnavi{
  position: absolute;
  top: 208px;
  left: 80px;
  text-align: left;
}

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

/*コンテンツ*/
#content {
	float: left;
	width: 600px;	
	margin: 10px 0 0 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#content h2	{
	margin: 10px 0;
	height: 30px;
	font-size: 129%;
	color: #347BA2;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}

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

#content h3.com{
	height: 20px;
	margin: 20px 0 10px 0;
	font-size:108%;
	font-weight: bold;
	color : #CC3366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #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: #347BA2;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

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

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

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

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

/*記事枠*/
#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

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

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

/*  関連記事リスト属性 */
#content .box{
  padding: 15px;
  display: block;
  border: 1px solid #CCC;
  background: #EFEFEF;
}

#content ol{
  margin: 0px 0px 0px 30px;
}

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

/*ページ分割*/
.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;
}

/* 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-bottom: .5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
}

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

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

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

/* 続きを読む */
#content .next{
    margin-top: 5px;
    text-align: left;
}

#content .next_right{
    margin-top: 5px;
    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;
}

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

.navi a {
	color: #336699;
	font-weight: bold;
}

.navi a:hover {
	color: #CC338C;
}


/*  サイドメニュー等の属性  */
#sidebar {
	float: right;
	width: 250px;
	margin: 10px 0 0 0;
	color: #666;
	text-align: left;
	font-size: 12px;
}

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

/*　検索等　*/
.widget-content{  
    margin-bottom: 10px;
    padding: 10px;
	background: url("http://www.st7.biz/img/side_back01.gif") no-repeat top left;
}

/*新着記事等に利用できます*/
#sidebar ul.new{
	margin-left: 18px;
}
.new li{
    margin: 5px 0;
    line-height: 120%;
	list-style-image: url("http://www.st7.biz/img/list.png");
}

/* メニュー */
ul.widget-menu{
	list-style-image: url("http://www.st7.biz/img/list.png");
	margin-left: 18px;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active{
	color: #336699;
	text-align: left;
	line-height: 150%;
	text-decoration: none;
}

.widget-menu li a:hover{
	color: #CC338C;
	text-decoration: underline;
}

.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active{
	color: ##347BA2;
	text-align: left;
	line-height: 150%;
	text-decoration: none;
}

.widget-menu li.pt a:hover{
	color: #990066;
	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.st7.biz/img/f_space.gif") no-repeat bottom left;
}


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

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

.copyright ul.f_list{
  margin: 0px 10px 20px 13px;
  list-style: none;
}

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

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

#footer a:link, #footer a:visited, #footer a:active {color: #347BA2;text-decoration: none;}
#footer a:hover {color:#990066;text-decoration: underline;}


/* タグ指定 */

.widget-tag-cloud .widget-content ul {
  margin-right: 0;
  margin-left: 0;
}

.widget-tag-cloud .widget-content li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 1.6;
  background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

.tag_line{
  margin-bottom: 10px;
  font-size: 100%;
  text-align: left;
}