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

* {
 margin: 0;
 padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	background: #FFF;
	color: #555;
	line-height: 133%;
	font-size: 12px;
}

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

/* strongの属性 */
strong {font-weight: bold;}

/* リンクの属性（未指定時 */
a:link, a:visited, a:active { color: #3B9933;text-decoration: underline;}
a:hover{color: #FF6633;text-decoration: none;}

/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #666; line-height: 100%;}
td {padding: 2px;}

/* コンテンツ枠*/
#base{
	width: 820px;
	text-align: left; 
	margin: 0;
	background: url("http://web.life-smile1.com/img/back.gif") repeat-y;
}

/*ページ幅*/
#wrapper{
	width: 810px;
	text-align: left;
	margin: 0;
	background: url("http://web.life-smile1.com/img/header.gif") no-repeat;
}
		
/*タイトル部分*/
#header {
	font-family: Verdana, Arial, sans-serif;
	height:120px;
	text-align: left;
	margin: 0px;
	}

/*トップバナー*/
#header .banner{
	width: 235px;
	float: right;
	font-size: 10px%;
	font-weight: normal;
	color: #555;
	margin: 15px 5px 3px 0px;
}
	
#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
	}
#header h1 a {width:400px; height:118px;
	background-image: url("http://web.life-smile1.com/img/header.gif");
	background-repeat: no-repeat;
	display: block;
	}
#header h1 a:hover {background-image: url("http://web.life-smile1.com/img/header.gif");}

#header h2 {
	margin: -100px 0px 0px 0px;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #555;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 2px;
	height: 15px;
	}

/* コンテンツと左サイド指定 */
#container{
	width: 660px;
	float:left;
	text-align: left;
	margin: 0;
}

/*コンテンツ*/
#content {
	width: 470Px;
	float: right;
	margin: 0 0 0 5px;
	font-size: 100%;
	line-height: 155%;
}

#content h2	{
	background: url("http://web.life-smile1.com/img/back_h2.gif") no-repeat;
	height: 22px;
	margin: 10px 0 ;
	font-size: 13px;
	color : #3B9933;
	text-align: left;
	text-indent: 15px;
	line-height: 150%;
	}
#content h3 {
	border: 1px solid #CCC;
	background-color: #E1F0DC;
	margin: 10px 0px 5px 10px;
	text-indent:5px;
	font-size:12px;
	color : #666E99;
}

/* contennt h3 リンク属性 */
#content h3 a:link, #content h3 a:visited, #content h3 a:active {color: #3B9933;text-decoration: none;}
#content h3 a:hover{color : #FF6633;text-decoration: none;}
	
#content h4 {
	margin: 10px 10px 5px 0px;
	padding-left:2px;
	border-bottom: 1px dotted #55BF40;
	font-size:12px;
	color : #3B9933;
	font-weight: normal;
	}
#content .doc{
	font-size: 12px;
	color:#555;
	line-height: 150%;
	margin: 5px 0px 5px 10px;
}

#content ol{margin: 5px 0 5px 15px;}

#content li{margin: 0 0 5px 20px;}

/*インフォメーション*/
#content .info{
	margin: 3px 5px 10px 10px;
	text-align: left;
}

#content .new{
	width: 445px;
	height: 100px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #E1F0DC;
	margin: 0px 0px 20px 10px;
	padding: 5px;
	text-align: justify;
	text-justify: distribute;
}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #3B9933;text-decoration: underline;}
#content a:hover{color : #FF6633;text-decoration: none;}

/* contennt内イメージ属性 */
#content img{margin: 0 5px; border: none;}

/*----- trackbacks & Comments-----*/
#content .post1,#content .post2 {
	border-bottom: solid 1px #AAAAFF;
	font-size: 12px;
	padding-top: 6px;
	margin-bottom: 30px;
}

#content #trackbackdata post1{
	font-size: 10px;
	color: #888;
	margin-bottom: 10px;
}

#content #tbdata,#content #tbdata p, #content #commentdata,#content #commentdata p{
	font-size: 12px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}
#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/* 詳細表示アイコン */
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: 0 0 10px 0;
	color: #F27900;
	background: url("http://web.life-smile1.com/img/more01.gif") no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
}

#content .next a:hover {
	color: #F27900;
	background: url("http://web.life-smile1.com/img/more02.gif") no-repeat;
}

/*グーグルアドセンス*/
#content .ads{
	margin: 0 0 10px 0;
	font-size: 10px;
}
#content .ads .slink {
	margin: 0px; 
	font-size: 10px; 
	color: #888;
	text-align: right;
	}
	
/*サイドバー(左)*/
#left {
	width: 170px;
	float: right;
	margin: 0;
	color: #555;
}

/*サイドバー(左)ボックス表示指定*/
#left .lbox_top{
	width: 165px;
	height: 20px;
	margin: 5px 0 0 0;
	display: block;
	overflow: hidden;
	background: url("http://web.life-smile1.com/img/lbox_top.gif") no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #3B9933;
	text-indent: 10px;
	line-height: 180%;
}
#left .lbox_bottom{
	width: 165px;
	height: 5px;
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
	background: url("http://web.life-smile1.com/img/lbox_bottom.gif") no-repeat;
}
#left .lbox{
	width: 165px;
	margin: 0;
	display: block;
	background: url("http://web.life-smile1.com/img/lbox_body.gif") repeat-y;
}
#left .lbox div{
	padding: 5px 10px;
	font-size: 12px;
	color: #555;
	line-height: 130%;
}


/* メニュー属性 */
#left .idx{
	margin: 10px 0 5px 0;
	width: 165px;
	display: block;
	height: 20px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
	text-indent: 10px;
	background: url("http://web.life-smile1.com/img/idx.gif") no-repeat;
	}
	
#left .menu{margin: 10px 0 20px 0;}
#left .menu ul{
	list-style: none;
	margin: 0px;
	font-size: 12px;
}

#left .menu li.pt1{
	margin: 5px 0 2px 0;
	width: 165px;
	height: 20px;
	display: block;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
	text-indent: 10px;
	background: url("http://web.life-smile1.com/img/menu01.gif") no-repeat;
}
	
#left .menu li a:link, #left .menu li a:visited, #left .menu li a:active{
	width:165px;
	height:16px;
	display: block;
	font-size: 12px;
	color: #555;
	line-height: 160%;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://web.life-smile1.com/img/menu03.gif") no-repeat;
	}
#left .menu li a:hover{
	color: #FFF;
	background: url("http://web.life-smile1.com/img/menu04.gif") no-repeat;
	text-decoration: none;
	}
	
/*サイドバー(右)*/
#right {
	width: 130px;
	float: right;
	margin: 0px 5px 0px 0px;
	color: #555;
	text-align: left;
}

/*サイドバー(右)ボックス表示指定*/
#right .rbox_top{
	width: 130px;
	height: 15px;
	margin: 5px 0 0 0;
	display: block;
	overflow: hidden;
	background: url("http://web.life-smile1.com/img/rbox_top.gif") no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FF3333;
	text-indent: 10px;
	line-height: 160%;
}
#right .rbox_bottom{
	width: 130px;
	height: 5px;
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
	background: url("http://web.life-smile1.com/img/rbox_bottom.gif") no-repeat;
}
#right .rbox{
	width: 130px;
	margin: 0;
	display: block;
	background: url("http://web.life-smile1.com/img/rbox_body.gif") repeat-y;
}
#right .rbox div{
	padding: 5px;
	font-size: 10px;
	color: #555;
	line-height: 130%;
}
	
/* フッターナビ */
.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 10px;
	}

.rss img{border-style: none; vertical-align: middle;}


/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}

/*フッター部分*/
#footer{
	clear: both;
	background: url("http://web.life-smile1.com/img/footer_back.gif") repeat-y;
	border-top: 1px solid #999;
	color: #666;
	margin-top: 10px;
	padding: 5px 10px 5px 0;
	text-align: right;
	font-size: 12px;
	line-height: 133%;
	}
#footer img{
	border-style: none;
	vertical-align: middle;
	}

#footer .banner{
	background-color: #FFF;
	margin: 0px;
	padding: 15px 5px 10px 5px;
	float: left;
	}

#footer .link{

	}
/*  ページナビ  */
.navi2 {
	background-color: #FFF;
	height: 15px;
	border-bottom: 1px solid #CCC;
	font-size: 10px; color:#666;
	margin :0px 0px 0px 10px; padding-left: 10px;
	}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {color: #3B9933; text-decoration: none;}
.navi2 a:hover {color: #FF6633; text-decoration: underline;}

/*  記事の右寄せ  */
.detail {text-align: right; font-size: 12px; margin: 0px 10px 0px 0px;}

/*  フォームメール用  */
.comments-head{margin: 10px 10px 10px 5px; font-size: 14px; font-weight: bold; color: #4A4A97;}

.comment-content{margin: 10px 0px 10px 10px; font-size: 12px; color: #666; line-height: 155%;}

.comment-view{margin: 0px 0px 10px 10px; font-size: 12px; color:  #3399CC; line-height: 155%;}

.changecss{
	position: absolute;
	right: 10px;
	top: 8px;
	text-align: right;
	font-size: 85%;
}
