/*
Theme Name: NPO WP
Theme URI: http://www.camper.ne.jp/npo/
Description: NPOキャンパー用スタイル
Version: 0.5
Author: Emborick
Author URI: http://www.emborick.co.jp/
*/


/* ******************************* */
/* 共通 */
body
{
    margin:0px;
    background:url(images/background_img.png) repeat-y;
}

#container
{
	width:870px;
}

#mainBox
{
	width:870px;
}

#contents
{
	float:right;
	width:640px;
	text-align:left;
}

.subTxt
{
	font-size:80%;
}



/* ******************************* */
/* 記事 */
.post
{
	margin-bottom:30px;
	border-bottom:solid 2px #000000;
}
.post h2
{
	background:#A5D1BB;
	border:solid 1px #101010;
	padding:2px;
	font-size:100%;
	margin-bottom:5px;
}
.post p
{
	margin-top:0px;
	margin-bottom:10px;
}
.post p, .post li
{
	line-height:130%;
	font-size:90%;
}
.post .postinfo
{
	margin-top:0px;
	margin-bottom:2px;
	font-size:80%;
	border-top:dotted 1px #333333;
	padding-top:2px;
	color:#4F9974;
	text-align:right;
	clear:both;
}
.post .postinfo a
{
	color:#4F9974;
}
.post .alignleft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.post .alignright
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.post .aligncenter
{
	clear:both;
	display:block;
	margin:0px auto;
}



/* ******************************* */
/* ヘッダ部 */
#header
{
    background:url(images/main_top.png) no-repeat;
    padding-left:313px;
    height: 120px;
}
#header #pref
{
    font-size:80%;
    font-weight:bold;
    line-height:130%;
    padding-top:20px;
    float:left;
    width:300px;
}
#header #bn
{
    padding-top:10px;
    width:220px;
    float:left;
}
#header #bn #submenu
{
    text-align:right;
    margin-top:10px;
}



/* ******************************* */
/* ホーム */
span.oldpage
{
	float:left;
}
span.newpage
{
	float:right;
}
p.pagelink a
{
	font-size:80%;
}



/* ******************************* */
/* カテゴリー */
p#pagetitle
{
	font-size:100%;
	font-weight:bold;
	border:dotted 1px #333333;
	text-align:center;
	padding:5px 0px;
	margin-top:0px;
}




/* ******************************* */
/* サイドバー部 */
#sidebar
{
    float:left;
    width:230px;
    background:url(images/main_top2.png) no-repeat;
    padding-top:40px;
}
#sidebar ul
{
    margin-top:0px;
    margin-left:5px;
    padding-top:0px;
    list-style-image:url(images/point.gif);
}
#sidebar li
{
    margin-bottom:6px;
}

#sidemenu
{
	margin-left:25px;
	width:180px;
}
#sidemenu .per
{
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
}
#sidemenu ul
{
	margin-left:0px;
	margin-top:10px;
	padding:1em;
}
#sidemenu li
{
	font-size:80%;
	margin-bottom:5px;
}
#sidemenu #bk
{
	font-size:90%;
}


/* ******************************* */
/* ページ共通 */
#pageCont h3
{
	border-left:solid 15px #000000;
	border-bottom:solid 2px #000000;
}



/* ******************************* */
/* 支援者一覧ページ */
.shienTb
{
	border-style:none;
	margin-bottom:5px;
	width:100%;
}
.shienTb th
{
	padding:3px;
	background:#4F7731;
	color:#FFFFFF;
}
.shienTb td
{
	padding:3px;
	background:#D6E1B3;
}



/* ******************************* */
/* フロート解除 */
.clearfix:after
{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix
{
    display:inline-block;
    min-height:1%; /* for IE 7 */
}