@charset "utf-8";

/*-----------------------------------------------

 // Share Style

-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font-size:100%;
	line-height:150%;
	letter-spacing:normal;
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif, serif;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing:1px;
	font-size:90%;
	font-weight: normal;
}
h1,h2 {
	font-family:SimSun, "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
h1 {
display:block;
	width:840px;
float:left;
}

p {
	margin:0 0 1em 0;
}
li {
	list-style:none;
	line-height:110%;
	font-size:85%;
}
img {
	border:0;
}
/*--- // Link Setting // ---*/
a {
	color: #333333;
	text-decoration:none;
}
a:link { 
	color: #333333;
}

a:hover {
	color:#999999;
}
a:visited{
	color#333333;
}


#pagetop {
	width:840px;
	height:100%;
	margin:0 auto;
	padding: 10px;
	padding-top: 50px;
}
h1 {
	margin-right:.6em;
}
h1,h2#description {
	display:inline;
	line-height:100%;
}
h2#description {
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", sans-serif, serif;
}

/*-----------------------------------------------

 // contents Style

-----------------------------------------------*/
#contents {
	font-size:12px;
}
#contents {
	float:left;
	width:650px;
	margin-right:10px;
	margin-top: 10px;
	padding-top:10px;
	padding-left:10px;
}
#contents ol {
	float:left;
}
#contents ol li {
	line-height: 0px;
	font-size: 0px;
	float:left;
}
#contents p.photo {
	font-size:12px;
	margin-bottom: 50px;
	background: #000;
	text-align: center;
}
#contents #photo {
	font-size:13px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 50px;
}
#contents #entry_body {
	font-size:13px;
	width:200px;
	float:left;
	margin-right:10px;
}
#contents .entry_data {
	background:url(../image/line.gif) repeat-x;
	margin-top:-10px;
	margin-bottom:20px;
	padding-top:5px;
	text-align:right;
}
#contents .entry_data li {
	display:inline;
	padding-left:5px;
	border-left:1px solid #999;
	line-height:120%;
	letter-spacing:.1em;
}
#contents .entry_data li.site,
#contents .entry_data li.no,
#contents #entry_body .entry_data li.category {
	padding-left:0;
	border:0;
}

/*----------------------------------記事備考のテキスト段落と見出し-*/
#contents #entry_body h2 {
	border-left:1px solid #000;
	margin-left:5px;
	padding-left: 5px;
}
#contents #entry_body p {
	margin-left:5px;
}
/*-------------------------------------------PREVとNEXTのボックス-*/
#contents #trackback_comment {
	border-left:1px solid #000;
	margin-left:5px;
	padding: 5px;
	float: right;
	width: 100px;
}
#trackback_comment .prev {
	padding-left: 5px;
	float:left;
	width: 40px;
}
#trackback_comment .next {
	padding-left: 5px;
	float:left;
	width: 40px;
}

#trackback_comment .next_prev {
	font-size:13px;
	margin-left:0;
}
#trackback_comment .next_prev a {
	padding:0;
}
#trackback_comment .next_prev a:hover {
}
/*--------------------------------------------------------------------------------*/
/*-----------------------サムネイルpageタイトル-----*/
#archive #contents h2,
#about #contents h2,
#monthly #contents h2,
#category #contents h2 {
	font-size:15px;
	margin-bottom:10px;
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif, serif;
}
#monthly #contents .entry_box,
#category #contents .entry_box {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:290px;
}
/*-----------------------サムネイルの右の文字h3-----*/
#monthly #contents .entry_box h3,
#category #contents .entry_box h3 {
	line-height:120%;
	font-size:13px;
	padding-left:15px;
	background:url(../image/h3.gif) no-repeat 0em .4em;
	float:left;
	width:120px;
	letter-spacing: 0.05em;
}
#monthly #contents .entry_box p,
#category #contents .entry_box p {	
        font-size:85%;
	line-height:130%;
	float:left;
	width:200px;
}
#monthly #contents .entry_box p.thumb,
#category #contents .entry_box p.thumb {
	float:left;
	margin-right:10px;
	width:100px;
}

#monthly #contents a img,
#category #contents a img {
	border: 1px solid #333;
	padding:2px;
}
#monthly #contents a:hover img,
#category #contents a:hover img{
	border: 1px solid #999;
}

/*-----------------------------------------------

 // side Style

-----------------------------------------------*/
#side {
	float:left;
	width:170px;
	margin-top: 10px;
	padding-top:10px;
}
#side h2 {
	color: #006666;
	clear:both;
}
#side h2 a{
	color: #006666;
	clear:both;
}
#side h2 a:hover{
	color: #999933;
}
/*-------------------------------------------カテゴリのリスト-*/
#side ul {
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}
#side ul li {
	font-size:12px;
	letter-spacing:2px;
	margin-bottom:5px;
}
#side ul li a {
	color: #000;
	background:url(../image/list.gif) no-repeat 0em .2em;
	padding-left:12px;
}
#side ul li a:hover {
	color: #999999;
	background:url(../image/list_on.gif) no-repeat 0em .2em;
}

/*-------------------------------------------サブカテゴリのリスト-*/
#side ul li ul {
	margin-top:5px;
	margin-left:5px;
}
#side ul li ul li {
	font-size:100%;
}
#side ul li ul li a {
	background:url(../image/list_2.gif) no-repeat 0em .2em;
	padding-left:12px;
}
#side ul li ul li a:hover {
	background:url(../image/list_2_on.gif) no-repeat 0em .2em;
}

#side ol {
	float:left;
	margin-bottom:10px;
	padding-left:10px;
}
#side ol li {
	float:left;
	margin:0;
	line-height:1px;
	font-size:1px;
}

/*-----------------------------------------------

 // footer Style

-----------------------------------------------*/
#footer {
	font-size:13px;
	clear:both;
	padding-bottom:20px;
}
#footer p {
	margin-right:10px;
	margin-bottom:5px;
	text-align:right;
	font-size:85%;
}
#footer address {
	padding-left:10px;
	font-style:normal;
	border-top:1px solid #666;
	line-height:200%;
}

