/*
Theme Name: sashisuseso-honpo
Theme URI: http://www.e-bhs.com/
Description: This is "sashisuseso-honpo" theme.
*/

/*
----------------------------------------------------------------------------------------------
初期化
ベースレイアウト（２カラム）

	idの構造
	
	#container
		#header	ヘッダ
		#main	メーンコンテンツ(float: right;)
		#sub	サブコンテンツ(float: left;)
		#footer	フッタ(clear: both;)

----------------------------------------------------------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6, p, address,
a, span, em, strong, img, hr,
dl, dt, dd, ul, ol, li,
form, fieldset, legend, label,
table, caption, tr, th, td,
object,
abbr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: bottom;
	background: transparent;
	font-weight: normal;
}


body {
	width: 100%;
	line-height: 150%;
	color: #555555;
	background-color: #D9E5CD;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 72.5%;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

/*h1 {
	margin: 0 auto;
	padding: 0 50px;
	width: 800px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

h1 span {
	font-size: 0.8em;
}*/

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, em {
	font-style: normal;
}

a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #333333;
}
a:hover,
a:active {
	color: #aaaaaa;
}



/*
----------------------------------------------------------------------------------------------
コンテナスタイル

----------------------------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0 50px;
	width: 800px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}



/*
----------------------------------------------------------------------------------------------
ヘッダスタイル

----------------------------------------------------------------------------------------------*/

#header {
	margin-bottom: 1em;
	padding-top: 30px;
	border-bottom: 1px dashed #B5DE2A;
	height: 80px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header h1 a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	height: 80px;
	margin: 0;
	width: 445px;
}
#header h1 a em {
	display: none;
}



/*
----------------------------------------------------------------------------------------------
コンテンツスタイル

----------------------------------------------------------------------------------------------*/

#contents {
	/*padding: 10px;*/
	height: 1%;
	overflow: hidden;
}



/*
----------------------------------------------------------------------------------------------
メーンコンテンツスタイル(全般)

----------------------------------------------------------------------------------------------*/

#main {
	padding: 0;
	float: right;
	width: 575px;
	height: 1%;
	overflow: hidden;
	background-color: #ffffff;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	margin-bottom: 0;
	font-weight: bold;
}

#main .section {
	margin-bottom: 5em;
}
#main p#pagetitle {
	margin-bottom: 3em;
	padding: 1em;
	border: 3px double #B5DE28;
	font-weight: bold;
	text-align: center;
}

#main h2 {
	margin-bottom: 1.5em;
	border-bottom: 3px solid #B5DE28;
	line-height: normal;
	text-indent: 6px;
}
#main h2 a {
	font-weight: bold;
	font-size: 1.4em;
}
#main .post {
	margin-bottom: 5em;
	border-bottom: 1px dashed #B5DE28;
	height: 1%;
	overflow: hidden;
}
#main .post h2 {
	border-bottom: none;
	background-color: #A1C726;
	background-image: url(images/titlebg_800-35.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 35px;
}
#main .post h2 strong {
	background-image: url(images/titlebg_800-35_2.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	line-height: 35px;
	padding-left: 32px;
}
#main .post h2 strong a {
	color: #ffffff;
	font-size: 1.3em;
}
#main .post p {
	margin-bottom: 2em;
	padding: 0 6px;
	line-height: 1.6;
}
#main .post p img {
	margin-bottom: 2em;
	padding: 0 6px;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignleft {
	margin-right: 12px;
	margin-bottom: 2px;
	float: left;
}
.alignright {
	margin-left: 12px;
	margin-bottom: 2px;
	float: right;
}
.wp-caption {
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
#main .post p.postinfo {
	margin-top: 3em;
	margin-bottom: 0;
	clear: both;
	font-size: 0.8em;
	text-align: right;
}
#main .post p.pagelink {
}
#main .post p.pagelink .pageprev {
	padding-left: 6px;
	display: block;
	float: left;
}
#main p.pagelink .pagenext {
	padding-right: 6px;
	display: block;
	float: right;
}

#main #com {
	margin-top: 5em;
	margin-bottom: 2em;
}
#main #com p {
	padding: 0 6px;
}
#main #com form {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px dashed #dcdcdc;
}
#main #com form p {
	margin-bottom: 1em;
}
#main #com form p textarea {
	width: 500px;
}
#main #com #comfeed img {
	margin-right: 6px;
	vertical-align: middle;
}
#main #com #comfeed {
	margin-bottom: 1em;
	background-color: #f9f9f9;
	padding: 8px;
}
#main #com #trurl {
	background-color: #f9f9f9;
	padding: 8px;
}
#main #com #trurl strong {
	font-weight: bold;
}
#main #com h2 {
	border-bottom: 3px solid #dcdcdc;
	font-weight: bold;
	font-size: 1.2em;
}
#main #com h2#postcomment {
	margin-top:3em;
}
#main #com .compost {
	margin-bottom: 2em;
	border-bottom: 1px dashed #dcdcdc;
}
#main #com .compost p {
	margin-bottom: 1em;
	padding: 0 6px;
}
#main #com .compost p strong {
	font-weight: bold;
}
#main #com .compost p.cominfo {
	margin-bottom: 0;
	font-size: 0.8em;
	text-align: right;
}
#main #com .compost-tb {
	margin-bottom: 2em;
	border-bottom: 1px dashed #dcdcdc;
	background-color: #FFFFee;
}
#main #com .compost-tb p {
	margin-bottom: 1em;
	padding: 0 6px;
}
#main #com .compost-tb p strong {
	font-weight: bold;
}
#main #com .compost-tb p.cominfo {
	margin-bottom: 0;
	font-size: 0.8em;
	text-align: right;
}



/*
----------------------------------------------------------------------------------------------
サブコンテンツスタイル

----------------------------------------------------------------------------------------------*/

#sub {
	float: left;
	width: 180px;
	height: 1%;
	overflow: hidden;
	background-image: url(images/left-back.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#sub h2{
	margin: 3px;
	padding: 3px;
	border-top: 3px solid #7FA300;
	border-right: 1px solid #7FA300;
	border-bottom: 1px solid #7FA300;
	border-left: 1px solid #7FA300;
	height: 24px;
	color: #7FA300;
	background: none;
	background-color: #ffffff;
	text-align: center;
}
#sub h2 strong {
	padding: 0;
	line-height: 24px;
	font-size: 1em;
	font-weight: bold;
	background: none;
}
#wp-calendar {
	margin: 0 auto 2em auto;
	border-collapse: collapse;
	width: 174px;
}
/*#wp-calendar caption {
	margin: 3px;
	padding: 3px;
	
	border-top: 3px solid #7FA300;
	border-right: 1px solid #7FA300;
	border-bottom: 1px solid #7FA300;
	border-left: 1px solid #7FA300;
	height: 30px;
	line-height: 30px;
	color: #7FA300;
	background: none;
	background-color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}*/
#wp-calendar tr {}
#wp-calendar tr th {
	text-align: center;
	background-color: #ffffff;
}
#wp-calendar tr td {
	text-align: center;
	background-color: #ffffff;
}
#wp-calendar thead tr {}
#wp-calendar thead tr th {
	padding-top: 0.5em;
	border-bottom: 1px dashed #B5DE28;
	font-weight: bold;
	text-align: center;
}
#wp-calendar thead tr th.sunday {
	color: #ff0000;
}
#wp-calendar thead tr th.saturday {
	color: #0000ff;
}
#wp-calendar thead tr td {
	text-align: center;
}
#wp-calendar tfoot tr {}
#wp-calendar tfoot tr th {
	background-color: #66FFFF;
	text-align: center;
}
#wp-calendar tfoot tr td {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	border-top: 1px solid #B5DE28;
}
#wp-calendar tfoot tr td#prev {
	padding-left: 3px;
	text-align: left;
}
#wp-calendar tfoot tr td#next {
	padding-right: 3px;
	text-align: right;
}
#wp-calendar tbody tr td a {
	color: #0000FF;
}
#wp-calendar tbody tr td a:hover,
#wp-calendar tbody tr td a:active {
	color: #aaaaFF;
}

#sub ul {
	margin-bottom: 2em;
	padding: 0.5em 0 0.5em 14px;
	list-style-type: none;
}
#sub ul li {
	margin-bottom: 0.3em;
	padding-left: 14px;
	background-image: url(images/list-mark05.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
}
#sub ul li a {
	display: block;
	color: #3A75AF;
}
#sub ul li a:hover {
	color: #FF6600;
}
#sub ul li a:hover {
	color: #FF6600;
}
#sub p.feed {
	padding:6px;
	background-color: #ffffff;
}
#sub p.feed img {
	margin-right: 8px;
	vertical-align: middle;
}


/*
----------------------------------------------------------------------------------------------
フッタスタイル

----------------------------------------------------------------------------------------------*/


#footer {
font-size:90%;
}
#footer p {border-bottom:5px solid #B5DE28;
border-top:1px solid #333333;
height:3em;
line-height:3em;
margin:0;
text-align:center;
}
#footer p a {
}