/*
Theme Name: lifeSalonブログ
Theme URI: http://www.kids-hoken.net/
Description: ライフサロンスタッフブログデザイン
Author: Grofield
Author URI: http://www.grofield.jp/
Version: 1.0
*/

@import url("./css/default.css");	/* style default file */
@import url("./css/sidemenu.css");	/* sidemenu style */
@import url("./css/sidebar.css");	/* sidebar style */

/* コンテンツ
-----------------------------------*/
#content{
	width:520px;
	float:left;
	font-family:Verdana,"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3";
}

/* POSTなし
-----------------------------------*/
#content .no_post{
	font-size:12px;
}
/* POST
-----------------------------------*/
#content .post{
	margin-bottom:10px;
	background:url(./img/content/post_bg.gif) center repeat-y;
}
/*タイトル*/
#content .post .title_area{
	padding:23px 170px 0 30px;
	background:url(./img/content/post_title_bg.gif) top center no-repeat;
}
#content .post .title_area .title{
	padding-bottom:5px;
}
#content .post .title_area .title a{
	color:#663300;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 2px;
	background:url(./img/content/post_title_line.gif) bottom repeat-x;
}
#content .post .title_area .date{
	color:#FF6600;
	font-size:12px;
	padding-bottom:14px;
}
/*内容*/
#content .post .entry{
	padding:18px 0px 0;
	margin:0 30px;
	font-size:12px;
	line-height:32px;
	color:#A27900;
	background:url(./img/content/entry_bg.gif) top center repeat-x;
}
/* -+-+-+-+-+-+-+-+-+-+-+-+- WordPressBasicStyle */
#content .post .entry p{ padding-bottom:20px; }
#content .post .entry a span{ display:inline; }
#content .post .entry p img { padding: 0; max-width: 100%; }
#content .post .entry img.centered { display: block; margin-left: auto; margin-right: auto; }
#content .post .entry img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
#content .post .entry img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
#content .post .entry .alignright { float: right; }
#content .post .entry .alignleft { float: left; }
#content .post .entry address { font-style:italic; }
#content .post .entry strong { font-weight:bold; }
#content .post .entry h1 { font-size:26px; line-height:120%; font-weight:bold; padding-top:70px; }
#content .post .entry h2 { font-size:20px; line-height:120%; font-weight:bold; margin-top:30px; }
#content .post .entry h3 { font-size:16px; line-height:120%; font-weight:bold; margin-top:30px; }
#content .post .entry h4 { font-size:14px; line-height:120%; font-weight:bold; }
#content .post .entry h5 { font-size:12px; line-height:120%; font-weight:bold; }
#content .post .entry h6 { font-size:10px; line-height:120%; font-weight:bold; }
#content .post .entry ul,#content .post .entry ul li { list-style-type:disc; list-style-position:inside; }
#content .post .entry ol,#content .post .entry ol li { list-style-type:decimal; list-style-position:inside; }
#content .post .entry li { margin-left:20px; }

/* comment
-----------------------------------*/
#content .post .comments_wap{
	padding:10px 30px 10px;
}
#content .post .comments_wap #comment{
	width:100%;
	padding:20px 0 10px;
}

/*	関連リンク
-----------------------------------*/
#content .post .links{
	width:460px;
	margin:0 auto;
	background:url(./img/content/links_bg.gif) repeat-y;
}
#content .post .links .links_title{
}
#content .post .links .links_list{
	font-size:12px;
	line-height:120%;
	padding:0 14px 12px;
	background:url(./img/content/links_bottom.gif) bottom no-repeat;
}
#content .post .links .links_list li{
	padding:4px 0 4px 17px;
	color: #0099CC;
	background:url(./img/content/links_ya.gif) center left no-repeat;
}
/*	POST下部
-----------------------------------*/
#content .post_bottom{
	font-size:10px;
	text-align:right;
	padding:10px 30px 20px;
	height:100%;
	background:url(./img/content/post_bottom.gif) bottom no-repeat;
}
#content .post_bottom .postdata{
	float:left;
	color:#D0BD62;
	text-align:left;
	width:380px;
}
#content .post_bottom .postdata .date{
}
#content .post_bottom .postdata .metadata{
}
#content .post_bottom .postdata .metadata .post_tags{
	display:inline;
}
#content .post_bottom .postdata .metadata .post_tags li{
	display:inline;
	padding-right:5px;
}
#content .navigation{
	font-size:12px;
	line-height:16px;
}
#content .navigation .alignleft{ float:left; }
#content .navigation .alignright{ float:right; }
