@charset "utf-8";
/* 
------------------------------------------------------------------------------------------- 基本設定 */
html {
	overflow-y: scroll;
	background: #ead1c9 url(../images/bg.jpg) top repeat-x;
}
body {
	font-size: 12px;
	line-height: 1.6;
	color: #444;
	font-family: Verdana, sans-serif;
	background: url(../images/bg-head.jpg) top center no-repeat;
	letter-spacing: 1px;
}

/* for WinIE6 */
* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	vertical-align:baseline;
}

/* for WinIE7 */
*:first-child+html body { 
	font-size: 75%;
	font-family: Verdana, 'メイリオ', Meiryo, sans-serif;
}
body, p, h1, h2, h3, h4, h5, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
table {
	font-size : 100%;
}
ul {
	list-style:none;
}
li img {
	vertical-align: bottom;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	vertical-align: baseline;
	cursor: pointer;
	/* ¥*/ overflow:hidden; /* */
}
.small {
    font-size: 82%;
}
.large{
	font-size: 130%;
	line-height: 1.6;
}
img { border: none; }
.white { color: #ffffff; }
.red { color: #cc0000; }
.blue { color: #3b5880; }
.orange { color: #D76C18; }
.green { color: #006600; }
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.center {
	text-align: center;
}
p {
	margin:0 0 1em 0;
}
br {
	letter-spacing: 0;
}
.f-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.f-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.border {
	border: #ccc solid 1px;
}
.pointer {
	cursor: pointer;
}
a:link {
	color: #a44740;
	text-decoration:underline;
}
a:visited {
	color: #6e423f;
	text-decoration:underline;
}
a:hover {
	color: #be2f26;
	text-decoration:underline;
}
a:active {
	color: #be2f26;
	text-decoration:underline;
}
/* clearFix*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {   
    zoom: 100%;   
}


/* 
------------------------------------------------------------------------------------------- hx用 */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.head_common_01 {
	margin: 0 0 10px 0;
	padding: 0.8em 0 0.4em 0;
	font-size: 110%;
	font-weight: bold;
	border-bottom: #d3949b 1px solid;
	color: #666;
}

/*
------------------------------------------------------------------------------------------- コンテンツ用 */
.bspace {
	margin-bottom: 10px;
}
.bspace2 {
	margin-bottom: 20px;
}
.bspace3 {
	margin-bottom: 30px;
}
.margin0 {
	margin: 0;
}
.lspace {
	padding-left: 10px;
}
.pad10 {
	padding: 10px;
	height: 1%;
	zoom: 100%;
}
.pad0-10 {
	padding: 0 10px;
}
p.box {
	background: #FFF url(../images/bg_box.jpg) no-repeat;
	border: 1px solid #DDD;
	padding: 10px;
	_height: 1%;
	overflow: hidden;
	line-height: 1.6;
}


/*
------------------------------------------------------------------------------------------- メインコンテナ */
#container  {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

/*
------------------------------------------------------------------------------------------- ヘッダー用 */
#header {
	width: 760px;
	height: 180px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#header h1 a {
	width: 228px;
	height: 57px;
	margin: 23px 0 10px 143px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(../images/title.gif) left top no-repeat;
}
#header h2 {
	width: 380px;
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.1em;
}


/*
------------------------------------------------------------------------------------------- メイン設定 */
#content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#main {
	width: 540px;
	margin: 0;
	padding: 0;
	float: left;
}
#sidebar {
	width: 200px;
	margin: 0;
	padding: 0;
	float: right;
}


/*
------------------------------------------------------------------------------------------- entry */
.asset-header h2.entry-title {
	margin: 0;
	padding: 11px 17px 8px 17px;
	border-bottom: 1px solid #e0c3c6;
	background: #d19299 url(../images/bg-head.gif) top center no-repeat;
	font-size: 110%;
	font-weight: bold;
}
.asset-header h2.entry-title a,
.asset-header h2.entry-title a:visited,
.asset-header h2.entry-title a:hover {
	text-decoration: none;
	color: #555;
}
.asset-content {
	margin: 0;
	padding: 17px;
	background-color: #FFF;
}
.asset-footer {
	margin: 0 0 20px 0;
	padding: 10px 17px 15px 17px;
	background: #FFF url(../images/bg-entry.gif) bottom center no-repeat;
	clear: both;
}
.asset-footer p {
	margin: 0;
	padding: 0;
	font-size: 82%;
	text-align: right;
}
.prevnext p.prev {
	width: 265px;
	margin: 0;
	padding: 0;
	float: left;
}
.prevnext p.next {
	width: 265px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
.asset-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.asset-body {   
    zoom: 100%;   
}

/*
------------------------------------------------------------------------------------------- sidebar */
#calendar {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #FFF;
}
#calendar h3 {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/sidebar-bg-head-cal.gif) center no-repeat;
}
#calendar table {
	width: 180px;
	margin: 0 auto;
	border-collapse: collapse;
}
#calendar table caption {
	color: #85706d;
	font-weight: bold;
	font-size: 100%;
}
#calendar table th {
	color: #b48481;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px solid #d7b9c3;
	text-align: center;
}
#calendar table td {
	font-size: 100%;
	border-bottom: 1px solid #d7b9c3;
	text-align: center;
}
.widget-archive h3 {
	width: 200px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.widget-recent-entries h3 {
	background: url(../images/sidebar-bg-head-rec.gif) center no-repeat;
}
.widget-archive-monthly h3 {
	background: url(../images/sidebar-bg-head-arc.gif) center no-repeat;
}
.widget-archive-category h3 {
	background: url(../images/sidebar-bg-head-cat.gif) center no-repeat;
}
.widget-profile h3 {
	background: url(../images/sidebar-bg-head-pro.gif) center no-repeat;
}
.widget-content {
	margin: 0 0 20px 0;
	padding: 10px 10px 2px 10px;
	background-color: #FFF;
}
.widget-content ul {
	margin: 0;
	padding: 0;
	list style: none;
}
.widget-content ul li {
	margin: 0;
	padding: 0 0 6px 8px;
	background: url(../images/icon-list.gif) 0 0.6em no-repeat;
}
.widget-content ul li a,
.widget-content ul li a:visited,
.widget-content ul li a:hover {
	text-decoration: none;
}
ul.bnr {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
}

/*
------------------------------------------------------------------------------------------- フッター */
#footer {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	position: relative;
	background: url(../images/footer-bg.gif) top center no-repeat;
}
#footer p {
	text-align: center;
	font-family: Georgia;
}

/*
------------------------------------------------------------------------------------------- Print */
@media print{
html,
body,
#footer {
	background-image: none;
}
#main {
	overflow: visible;
}
}

