@charset 'UTF-8';
/* ------------------------
	全体構造
------------------------ */
body {
	background: transparent url(images/bg_body.jpg) repeat-x left top;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif !important;
	font-size:80%;
	}
.container{
	width:750px;
	}
#header-container {
	width: 100%;
	background: transparent url(images/bg_header.jpg) no-repeat center top;
	}
#main-container {
	width: 100%;
	margin-bottom: 0;
	padding-top:1.5em;
	background: transparent url(images/bg_contents.jpg) repeat-y center top;
	}
#footer-container {
	width: 100%;
	margin-bottom: 0;
	height:80px;
	background: transparent url(images/bg_footer.jpg) no-repeat center top;
	}
#footer p{
	text-align:center;
	padding-top:30px;
	font-size:0.8em;
	}
#header {
	position:relative;
	height:234px;
	}
#header h1{
	padding:0px;
	margin:0px;
	}
#header h1 a{
	display:block;
	background: transparent url(images/ttl_site.jpg) no-repeat left top;
	width:213px;
	height:120px;
	text-indent:-9999em;
	position:absolute;
	left:20px;
	top:36px;
	}
#header div.description{
	display:none;
	}
#main{
	padding-top:10px;
	}


/* ------------------------
	記事のナビゲーション
------------------------ */
div.navigation {
   font-weight:bold;
   margin-bottom:1.5em;
	}
div.navigation .alignleft {
   text-align: left;
   float: left;
	}
div.navigation .alignright {
   text-align: right;
	}
/* ------------------------
	記事
------------------------ */
h2.pagetitle {
	padding:0 0 0.25em 0em;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:bold;
	background: transparent url(images/hr.gif) no-repeat left bottom;
	color:#333;
}
.post {
	margin-bottom:4.5em;
	}
.archive .post,
.search .post {
	margin-bottom:1.5em;
	}
.post h2,
.post h3{
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
	color:#b68500;
	background: transparent url(images/hr.gif) no-repeat left bottom;
	margin:0;
	margin-bottom:0.5em;
	padding-bottom:0.3em;
	}
.post h2 a,
.post h3 a{
	color:#333;
	background:transparent url(images/ballet_h2.gif) no-repeat left top;
	padding:3px 0 5px 26px;
	display:block;
	}
.post .date{
	margin:0.3em 0 1em 0;
	}
.post .postmetadata {
	font-size:0.8em;
	}
/* ------------------------
	エントリー見出し
------------------------ */
.entry h1, .entry h2,.entry  h3,.entry  h4,.entry  h5,.entry  h6 {
	font-weight:normal;
	background:none;
	color:#333;
	font-weight:normal;
	font-style:normal;
	}
.entry h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
.entry h2 {font-size:2em;margin-bottom:0.75em;}
.entry h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
.entry h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
.entry h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
.entry h6 {font-size:1em;font-weight:bold;}

/* ------------------------
	続きを読む
------------------------ */
a.more-link {
	display:block;
	clear:both;
	margin-top:1em;
}
/* ------------------------
	サイドバー設定
------------------------ */
#sidebar ul {
	list-style:none;
	margin-left:0;
	margin-right:0;
}
/* ------------------------
	ページング
------------------------ */
.paging {
	margin: 1em auto;
	text-align:center;
}
.paging a,
.paging span{
	padding: 2px .4em;
	text-decoration:none;
	font-size:0.8em;
}
.paging a:hover {
	color:#fff;
	background: #003c4e;
	text-decoration:none;
}
.paging span.current {
	color:#fff;
	background: #003c4e;
	border-color: #003c4e;
	font-weight:bold:
}
/* ------------------------
	検索フォーム
------------------------ */
#searchform {
	}
#searchform label {
	display:none;
	}
#searchform input#s {
	background: url(images/search_box.gif) no-repeat;
	height: 16px;
	width:120px;
	padding: 4px 10px 4px 10px;
	border: none;
	float: left;
	margin:0;
	}
#searchform input#searchsubmit {
	width:50px;
	height: 24px;
	background: url(images/search_btn.gif) no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0.1em;
	float: left;
	margin:0;
	text-indent:-999em;
	}
/* ------------------------
	ナビゲーション
------------------------ */
ul.navigation ,
ul.navigation li ul  {
	list-style:none;
	margin-left:0;
	}
ul.navigation li ul  li {
	padding-left: 12px;
	background: transparent url(images/bullet_list_arrow.gif) no-repeat 0 5px;
	}
ul.navigation ul  {
	margin-bottom:1.5em;
	}
ul.navigation h2  {
	text-indent:-999em;
	margin:0;
	margin-bottom: 0.5em !important;
	margin-bottom: 0px; /* for only IE6 style */ 
	height:24px;
	
	}
ul.navigation li.archives h2  {
	background: transparent url(images/nav_archive.gif) no-repeat left top;
	}
ul.navigation li.categories h2  {
	background: transparent url(images/nav_category.gif) no-repeat left top;
	}
ul.navigation li.linkcat h2  {
	background: transparent url(images/nav_linkcat.gif) no-repeat left top;
	}
/* ------------------------
	RSS
------------------------ */
li.rss2 a {
	display:block;
	text-indent:-999em;
	width:85px;
	height:24px;
	background: transparent url(images/rss2.gif) no-repeat left top;
	}
/* ------------------------
	Meta
------------------------ */
ul.meta {
	background-color: #f7f7f7;
	padding:10px;
	}
/* ------------------------
	リンク
------------------------ */
a{
	color:#003c4e;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
:focus{
	-moz-outline-style:none;/*Firefox link-dotted hidden*/
	}
/* ------------------------
	回り込み
------------------------ */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}