/*ここは消さないで下さい!
Theme Name: matsuno-green
Edited with EditCSS
CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
  margin: 0;
  padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 150%;
  color: #444;
  list-style: none;
  text-align: center;
  background: #DAE9E1 url("img/back.gif") repeat-x;
  font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: none;
}

a:link, a:visited, a:active {color: #339933;text-decoration: underline;}
a:hover{color : #FF6600;text-decoration: none;}

/* 基本設定 ----------------------------- */
#base{
  width: 800px;
  margin: 0 auto;
  background: url("img/base_back.gif") repeat-y;
  text-align: center;
  position: relative;
}

#wrapper {
  width: 740px;
  margin: 0 auto;
  text-align: center;
}

/*  ヘッダー  */
#header {
  height:100px;
  margin: 0 0 10px 0;
  color: #FFF;
  background: #336633 url("img/header.jpg") no-repeat;
}

#header h1{
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 22px;
  line-height: 110%;
  text-align: left;
}

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

#header p{
  position: absolute;
  top: 50px;
  left: 10px;
  width: 290px;
  font-size: 100%;
  color: #CCFFCC;
  text-align: left;
}

.smap{  
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: right;
}

.smap a:link, .smap a:visited, .smap a:active {color: #FFF;text-decoration: underline;}
.smap a:hover{text-decoration: none;}


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


/*  記事枠等の属性  */
#content {
  float: left;
  width: 480px;  
  margin: 0;
  background: #FFF;
  overflow: hidden;
}

#content h2 {
  margin: 10px 0 ;
  color: #333;
  font-size: 123%;
  font-weight: bold;
  line-height: 200%;
  display: block;
  text-align: left;
  text-indent: 5px;
  background: #EEE;
  border-left: 8px solid #669966;
  border-bottom: 1px solid #CCC;
}

#content h2.post {
  margin: 10px 0 ;
  color: #333;
  font-size: 123%;
  font-weight: bold;
  line-height: 200%;
  display: block;
  text-align: left;
  text-indent: 0px;
  background: #FFF;
  border-left: none;
  border-bottom: 1px solid #CCC;
}

#content h2.trackbacks-header,
#content h2.comments-header,
#content h2.comments-open-header{
  margin: 10px 0 ;
  color: #333;
  font-size: 108%;
  font-weight: bold;
  line-height: 150%;
  display: block;
  text-align: left;
  text-indent: 0px;
  background: #FFF;
  border-left: none;
  border-bottom: 1px solid #CCC;
}

#content h3{
  margin: 10px 0 0 0;
  color: #333;
  font-size: 108%;
  font-weight: bold;
  line-height: 170%;
  display: block;
  text-align: left;
  text-indent: 5px;
  background: #EEE;
  border-left: 5px solid #669966;
  border-bottom: 1px solid #CCC;
}

#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: #333;
  text-decoration: none;
}

#content h2 a:hover,
#content h3.post a:hover{
  text-decoration: underline;
}

#content h4 {
  padding: 0;
  color: #669966;
  font-size: 108%;
  font-weight: bold;
  display: block;
  text-align: left;
}

#content h5 {
  padding: 0;
  color: #666;
  font-size: 100%;
  font-weight: bold;
  display: block;
  text-align: left;
}

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

#content .doc{
  margin: 10px 20px 20px 10px;
  line-height:170%;
  text-align: left;
}

.doc p{
  padding: 10px 0;
}

#content .next{
  margin: 15px 0;
  text-align: right;
}


/*  記事一覧  */
#content ol{
  margin: 0px 0px 20px 40px;
}

#content li{
  margin: 5px 0;
  font-size: 100%;
  color: #666;
}

#content .cform{
  margin: 0;
}

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


/*　アドセンス　*/
.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: 10px 0;
    text-align: center;
}

/*  サイドメニュー等の属性  */
#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	color: #555;
	text-align: left;
}

.widget-header{
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	background: #669966;
	display: block;
}

/*検索等*/
.widget-content{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}

	
/*新着記事等*/
ul.widget-new {
	margin-left: 0px;
    list-style: none;
}

.widget-new li{
    margin: 10px 0;
    padding-left: 15px;
    background: url("http://torim.biz/img/list.gif") no-repeat;
	line-height: 120%;
}

/*関連リンク用*/
ul.widget-link{
	list-style: none;
	height: 20px;
	margin: 0;
	padding-left: 5px;
	color: #339933;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
}
	

/* メニュー*/
ul.widget-menu,
ul.widget-monthry{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active, 
.widget-monthry li a:link,
.widget-monthry li a:visited,
.widget-monthry li a:active{
	display: block;
 	height: 20px;
 	list-style: none;
 	margin: 5px 0;
 	padding: 0 0 0 20px;
 	text-decoration: none;
	color: #339933;
 	font-size: 100%;
 	line-height: 30px;
 	overflow: hidden;
	background: #FFF url("http://torim.biz/img/menu03.gif") no-repeat;
}

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


.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.widget-monthry li.pt a:link,
.widget-monthry li.pt a:visited,
.widget-monthry li.pt a:active{
	display: block;
 	height: 20px;
 	list-style: none;
 	margin: 5px 0;
 	padding: 0 0 0 20px;
 	text-decoration: none;
	color: #339933;
 	font-size: 100%;
 	line-height: 20px;
 	overflow: hidden;
	background: #FFF url("http://torim.biz/img/menu01.gif") no-repeat;
}

.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.rss{
  margin: 20px 0 10px 0;
  padding:10px;
  border: 1px solid #CCC;
  line-height: 20px;
  font-size:13px;
}

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

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}


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

#footer .copyright{
  margin: 0 auto;
  padding: 10px 0;
  width: 800px;
  color: #CCFFCC;
  font-size: 100%;
  line-height: 170%;
  text-align: left;
}
  
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6600;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; }