@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html{
	overflow-y: scroll;
}

body {
	color:#333333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background: #FFF url(/images/top_bg.gif) top repeat-x;
	}

table,td,tr,div { margin:0px; padding:0px;}

a:link	  {color: #74B771; text-decoration: underline;}
a:visited {color: #74B771; text-decoration: underline;}
a:active  {color: #74B771; text-decoration: none;}
a:hover   {color: #74B771; text-decoration: none;}

img {
	display: block;
	border: 0px;
	}

li {
	list-style-type: none;
	margin-bottom:5px;
	}

.hidden {
  display: none;
}
/* ************************************************ 
 *	共通
 * ************************************************ */
.leftbox {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rightbox {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* clearFix */
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */
#wrapper {
  width: 814px;
  margin: 0 auto;
}
#wrapper:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */

#header {
  height: 94px;
  position: relative;
}

/*　画面左側の幅　*/
#main {
  width: 570px;
  float: left;
  margin-left: 28px;
  display: inline;
}

/*　レイアウト調整　*/
#side {
  float: right;
  margin-right: 20px;
  display: inline;
  width: 
}

/*　画面右側メニューの幅　*/
.side_in {
  width:186px;
  margin-top:0px;
  margin-left:5px;
}

.side_in dt {
	font-size: 13px;
	/*border-top: 2px solid #768FBE;*/
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	}

.sidebar input {
  display: inline;
}

/*　フッター　*/
#footer {
  width:100%;
  margin: 0 auto 30px;
  margin-top: 40px;
  border-top: 2px solid #77B670;
	height: 74px;
	text-align: center;
	clear: both;
}
#footer #footerAddress {
  padding-top: 10px;
}
#footer #copyright {
  padding-top: 23px;
  font-family: Arial, sans-serif;
}




/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */
#header #headerText {
  position: absolute;
  top: 3px;
  left: 20px;
}
#header #headerLogo {
  position: absolute;
  top: 30px;
  left: 29px;
}
#header #siteDescription {
  position: absolute;
  width: 300px;
  top: 8px;
  right: 20px;
}
#siteNavi {
  padding: 5px 0;
}
/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: 13px;
	/*border-top: 2px solid #768FBE;*/
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.comment li{
	background:url(./template/cmsp/13/disk.gif) no-repeat;
	background-position:0px 6px;
	text-indent:8px;
	line-height:130%;
	margin-bottom:5px;
	}


/* カレンダー ---------*/

table.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 140%;
	margin-bottom:10px;
	width:100%;
	margin:0px auto;
	text-align:center;
}


/* ************************************************ 
 *	エントリー
 * ************************************************ */
.entry {
	border-top: 2px solid #74B771;
	margin-bottom: 30px;
	}

.entry_navi {
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
	padding: 5px 0px;
	}

.entry_state {
	text-align:right;
	margin-top:10px;
	}

.entry_title {
	margin-top:10px;
	font-size: 13px;
	font-weight:bolder;
	}
.entry_title a {
  color: #000000;
  text-decoration: none;
}
.entry_title a:hover {
  text-decoration: underline;
}
.entry_body {
	margin:10px 0;
	line-height:170%;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:3px solid;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict { }



/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback { padding-top: 20px;padding-bottom:10px;}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
	padding: 5px 0px;
	border-top: 2px solid #768FBE;
	}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	}


#trackback .tb_title {
	font-weight: bold;
	padding: 5px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 5px 10px;
	}

#trackback .tb_state {
	border-top: 1px dotted #CCC;
	padding: 5px;
	text-align:right;
	}

#trackback .formarea {
	padding: 5px;
	background:#F8F8F8;
	border:1px dotted #CCC;
	color:#999;
	margin-top:20px; 
	}


