@charset "UTF-8";
/*  
Theme Name: Bodywork JAPAN
Theme URI: http://www.bodyworkjp.org/
Description: Bodywork JAPAN
Version: 1.0
Author: BWJ
Author URI: http://www.bodyworkjp.org/
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	background: #5F840A url(images/bg_body.gif) repeat-x left top;
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4 {
	font-weight: bold;
	color: #666666;
	line-height: 1.2;
	margin-bottom: 1em;
}
p, ul, ol, dl,dt,dd {
	margin: 0 0 1.6em 0;
	line-height: 1.6;
	font-size: 12px;
}
dt {
	margin: 1em 0 0;
}
dd {
	margin: 0;
}
a {
	color: #D18E11;
}
a:hover {
	color: #855A0B;
}
a:active {
	color: #D18E11;
}
img,a img,a:hover img {
	border: none;
	outline:none
}
.alignleft {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;
}
.alignright {
	float: right;
	padding-bottom: 12px;
	padding-left: 12px;
}
hr {
	visibility: hidden;
	clear: both;
	height: 48px;
	width: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}

/* フォーム ==============================*/
table.m-form {
	width: 100%;
	margin-bottom: 48px;
}
table.m-form tr th,
table.m-form tr td {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px solid #E5E6D6;
	padding: 1em 0;
	margin: 0;
}
table.m-form tr th {
	width: 12em;
}
table.m-form em {
	color: #CC0000;
	font-style: normal;
	font-weight: normal;
}
table.m-form tr th em {
	font-style: normal;
}
table.m-form tr td ul {
list-style: none;
text-indent: 0;
margin: 0;
padding: 0;
}
table.m-form tr td textarea {
	width: 100%;
}
table.m-form tr td span {
	display: block;
}
table.m-form tr td input,
table.m-form tr td select,
table.m-form tr td textarea {
	margin-bottom: 0.4em;
}

/* レイアウト ==============================*/
#wrap {	
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 864px;
}
#menu {
	background: transparent url(images/bg_menu.gif) no-repeat center top;
	height: 42px;
	width: 100%;
}
#logo {
	margin: 0 0 6px;
	height: 158px;
	width: 100%;
}
#contents {
	background: transparent url(images/bg_contents.gif) repeat-y center top;
	width: 100%;
	float: left;
	height: auto;
}
#contents-inner {
	background: transparent url(images/bg_contents_top.gif) no-repeat center top;
	width: 100%;
	padding: 48px 0;
	height: auto;
	float: left;
}
#main {
	padding: 0 48px;
	float: left;
	width: 480px;
	height: auto;
}
#sidebar {
	width: 240px;
	float: right;
	padding: 0 24px;
	height: auto;
}
#footer {
	float: left;
	padding: 0 0 48px 48px;
	width: 480px;
	height: auto;
}

/* メニュー ==============================*/
#menu ul {
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	height: 36px;
	width: auto;
}
#menu li {
	font-size: 12px;
	line-height: 1;
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	height: 12px;
	width: auto;
	clear: none;
	padding: 12px 20px;
	background: transparent;
	font-weight: bold;
	}
#menu a:hover, 
#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
	background: #8EBF28;
}

/** ロゴ周り ==============================*/
body#home #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 0;
}
body#single #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 -158px;
}
body#page #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 -316px;
}
body#archive #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 -474px;
}
body#search #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 -632px;
}
body#e404 #logo {
	background: transparent url(images/img_h1.jpg) no-repeat 0 -790px;
}
#logo h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding: 67px 0 0 24px;
	letter-spacing: -1px;
	margin: 0;
}
#logo h1 a, #logo h1 a:hover {
	text-decoration: none;
	color: #FFFFFF; 
}
#logo p {
	color: #FFFFFF;
	line-height: 2;
	font-size: 11px;
	margin-left: 24px;
}

/* 投稿 ==============================*/
.post {
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}
.post h2 {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 0.96em;
}
.post h3 {
	font-size: 14px;
	margin-bottom: 1.37em;
	color: #855A0B;
}
p.older,
p.newer {
	line-height: 1.2;
	margin-bottom: 0.5em;
}
p.older {
	text-align: left;
}
p.newer {
	text-align: right;
}

/* サイドバー ==============================*/
#sidebar {
	color: #666666;
}
#sidebar h2 {
	margin-bottom: 0.4em;
	font-size: 14px;
	font-weight: normal;
	color: #C88810;
	text-transform: uppercase;
}
#sidebar a {
	color: #666666;
}
#sidebar a:hover {
	color: #D18E11;
}
#sidebar a:active {
	color: #855A0B;
}
#sidebar li.current-cat a {
	color: #855A0B;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 48px;
	padding: 0;
}
#sidebar li ul {
	border-bottom: 1px solid #E5E6D6;
}
#sidebar li li {
	padding: 6px 0;
	margin: 0;
	border-top: 1px solid #E5E6D6;
}
#search {}
#search h2 {
	margin-bottom: 20px;
}
#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}
#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Footer ==============================*/
#footer {}
html>body #footer {
	height: auto;
}
#footer {
	clear: both;
}
#footer p {
	font-size: 11px;
	line-height: 1;
}

/* Home ==============================*/
#headline {}
