/* ----------------------------------------------------
##### CSS Charset #####
Shift_JIS;

##### Font sizes #####
font-size:187.5%;	30px [26.25px]
font-size:175%;		28px [24.5px]
font-size:156.25%;	25px [21.875px]
font-size:131.25%;	21px [18.375px]
font-size:112.5%;	18px [16.17px]
font-size:100%;		16px [14px]
font-size:87.5%;	14px [12.25px (12px or 12px or 13px)]
font-size:75%;		12px [10.5px  (10px or 11px or 11px)]
font-size:68.75%;	11px [9.625px ( 9px or 10px or 10px)]
font-size:62.5%;	10px [8.75px  ( 8px or  9px or  9px)]
font-size:56.25%;	9px  [7.875px ( 7px or  8px or  8px)]

##### Font families #####
font-family: "Trebuchet MS", Trebuchet, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック" sans-serif;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W8", sans-serif;
font-family: "Monaco", "Courier New", Courier, "ＭＳ ゴシック", "Osaka−等幅" mono;
----- textarea, select, input -----
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック" sans-serif;

##### Color #####
#FFFFFF;
----- Background Color -----
#FCF6EF;
-----  -----
#F7F1EA;
#F2ECE5;
#EDE7E0;
#E6DFDA;
-----  -----
#E6DDD5;
#D9D1C9;

----- Text Color -----
#33302D;
#999088;
----- Menu Link -----
#66605B;
----- Menu Link Hover -----
#A39A91;

----- Text Link -----
#99724C;
----- Text Link Hover -----
#CC9665;
---------------------------------------------------- */


/* ----------------------------------------------------
	Default
---------------------------------------------------- */
* {
	margin: 0px;
	padding:0px;
	
	font-size:100%; /*16px*/
	font-weight:normal;
	font-style: normal;
	line-height:145%;
	text-decoration:none;
	text-align:left;
	
	list-style-type: none;
}

body {
	text-align:center;
}

body, th, td {
	font-family: "Trebuchet MS", Trebuchet, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック" sans-serif;
	color:#33302D;
	background-color: #F2ECE5;
}

textarea, select, input {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック" sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	color: #99724C;
}

a:visited {
	color:#99724C;
}

a:hover {
	color:#CC9665;
	text-decoration: none;
}

a:active {
	color:#CC9665;
	text-decoration: none;
}

pre, code {
	font-family:"Monaco", "Courier New", Courier, "ＭＳ ゴシック", "Osaka−等幅" mono;
	font-size:75%;
	padding:7px;
	margin:5px;
	border:5px solid #F2F291;
}

del {
	color:#999088;
	text-decoration:line-through;
}

/* ----------------------------------------------------
	Common
---------------------------------------------------- */
#wrapper {
	width: 830px;
	padding:10px;
	margin-left:  auto;
	margin-right: auto;
}


/* ----- Header ----- */
#header {
	overflow: hidden;
	margin-bottom: 10px;
}

#logo {
	float: left;
	width: 725px;
	height:60px;
	background-color: #E6DDD5;
}
#logo a {
	display: block;
	height:28px;
	margin-top:  20px;
	margin-left: 10px;
	
	font-size: 28px;
	color:#FFFFFF;
	text-decoration: none;
}

#linkto1cco {
	float: left;
	position: relative;
	width: 95px;
	height:60px;
	margin-left: 10px;
	background-color: #E6DDD5;
}
#linkto1cco a {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	height:10px;
	text-align: center;
	
	font-size: 10px;
	color:#999088;
	text-decoration: none;
}

/* ----- Main ----- */
#main {
	overflow: hidden;
	margin-top: 10px;
}

/* ----- Footer ----- */
#footer {
	overflow: hidden;
	margin-top:  10px;
	padding-top: 10px;
	border-top:  10px solid #E6DDD5;
	font-size: 62.5%;
}

/* ----- Next Back Navi ----- */
#nextback {
	overflow: hidden;
	min-height:50px;
	width:410px;
	margin-left:315px;
}

#nextback li {
	font-size: 62.5%;
	background-color: #FCF6EF;
}

#nextback li em {
	display:block;
	padding: 5px 5px;
	margin-bottom: 1px;
	color: #999088;
}

#nextback li a {
	display:block;
	text-decoration: none;
	color: #66605B;
}

#nextback li a:hover {
	color: #A39A91;
}

#nextback #prev a {
	background: url(imgs/arrow_left.gif) 0px 4px no-repeat;
	padding-left: 10px;
}

#nextback #next a {
	background: url(imgs/arrow_right.gif) 100% 4px no-repeat;
	padding-right: 10px;
	text-align: right;
}

/* ----------------------------------------------------
	Contents
---------------------------------------------------- */
#contents {
	float: right;
	width: 570px;
}

/* ----------------------------------------------------
	Entries
---------------------------------------------------- */
.entries {
	overflow: hidden;
	margin-bottom: 40px;
}

/* ----- date ----- */
.date {
	float: left;
	width:  35px;
	padding: 3px 5px 1px;
	background-color: #E6DDD5;
}
.date li.y {
	color: #66605B;
	font-size: 9px;
	text-align: center;
}
.date li.m {
	color: #FCF6EF;
	font-size: 12px;
	text-align: center;
}
.date li.d {
	width : 35px;
	margin:2px 0px;
	padding: 2px 0px;
	
	color: #66605B;
	font-size: 16px;
	text-align: center;
	background-color: #F2ECE5;
}


/* ----- article ----- */
.article {
	float: left;
	width: 410px;
	margin-left: 10px;
	font-size: 75%;
}

.article h2 {
	margin-bottom: 10px;
	font-size: 150%;
	line-height:145%;
	font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W8", sans-serif;
}

.article h2 a {
	text-decoration: none;
	color: #66605B;
}

.article p {
	margin-top: 1em;
	line-height:180%;
}

.article blockquote {
	line-height:180%;
	margin: 10px 0px 10px 20px;
	padding-left: 5px;
	border-left: 5px solid #E6DDD5;
	color: #999088;
}

.article strong {
	font-weight: bold;
}

.article u {
	text-decoration:underline;
}

.article em {
	font-style:italic;
}

.article img {
	margin: 0px 0px 10px;
	padding: 5px;
	border: 0px;
	background: #ffffff;
	line-height: 100%;
}

.article p.extended {
	padding:10px 10px 10px 25px;
	background:#FCF6EF url(imgs/arrow_l.gif) 10px 14px no-repeat;
}

.article .small {
	font-size:83%;
	line-height:180%;
}


/* ----- article detail ----- */
.article #body {

}

.article #more {

}

/* ----- articleinfo ----- */
.articleinfo {
	float: right;
	font-size: 62.5%;
	width: 95px;
}

.articleinfo li {
	width: 95px;
}

.articleinfo li em {
	display:block;
	padding: 2px 5px;
	margin-bottom: 1px;
	color: #999088;
}

.articleinfo li.ttl {
	background-color: #FCF6EF;
}

.articleinfo a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}
.articleinfo a:hover {
	color: #A39A91;
}

.articleinfo a.twitter {
	background: url(imgs/twitter_logo.jpg) 0px 0px no-repeat;
}




/* ----- cats and tags ----- */

.cats-tags {
	overflow:hidden;
	font-size: 83.3%;　/* 10px */
}

.cats-tags .cats {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.cats-tags .tags {
	float: right;
	width: 200px;
	margin-top: 10px;
}

.cats-tags em {
	font-style:normal;
	color: #999088;
}

.cats-tags .ttl {
	background-color: #FCF6EF;
	margin-bottom: 2px;
}

.cats-tags .ttl em {
	padding: 2px 5px;
	margin-bottom: 1px;
}

.cats-tags a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}
.cats-tags a:hover {
	color: #A39A91;
}

.cats-tags li {
	display: inline;
}

/* ----------------------------------------------------
	Comments
---------------------------------------------------- */
#comments {
	font-size: 62.5%;
	margin-left: 55px;
	margin-top: 10px;
}

#comments .comments-ttl {
	padding: 2px 5px;
	color: #66605B;
	background-color: #FCF6EF;
}

#comments .comments-ttl em {
	font-weight: bold;
}

#comments .comment {
	border-bottom: 1px solid #E6DDD5;
	padding: 2px 0px;
}

#comments .comment-content a {
	text-decoration: none;
	padding-left: 10px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}

#comments .comment-content a:hover {
	color: #A39A91;
}

/* ----------------------------------------------------
	Comment Form
---------------------------------------------------- */
#comments-open {
	margin-top: 10px;
}

#comments-open .comments-open-ttl {
	padding: 2px 5px;
	color: #66605B;
	background-color: #FCF6EF;
}

#comments-open .comments-open-ttl em {
	font-weight: bold;
}

#comments-open #comments-open-data div {
	margin-top: 5px;
}

#comments-open #comments-open-text {
	margin-top: 5px;
}


/* ----------------------------------------------------
	TrackBacks
---------------------------------------------------- */
#trackbacks {
	font-size: 62.5%;
	margin-left: 55px;
}

#trackbacks .trackbacks-ttl {
	padding: 2px 5px;
	color: #66605B;
	background-color: #FCF6EF;
}

#trackbacks .trackbacks-ttl em {
	font-weight: bold;
}

#trackbacks .trackbacks-ttl .tb-url {
	padding-left: 10px;
}

#trackbacks .trackbacks-ttl .tb-info {
	padding-left: 10px;
}

#trackbacks .trackback {
	border-bottom: 1px solid #E6DDD5;
	padding: 2px 0px;
}

#trackbacks .trackback-content a {
	text-decoration: none;
	padding-left: 10px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}

#trackbacks .trackback-content a:hover {
	color: #A39A91;
}


/* ----------------------------------------------------
	Menus
---------------------------------------------------- */
#menu {
	float: left;
	width: 200px;
	font-size: 62.5%;
}

#menu em {
	display:block;
	padding: 2px 5px;
	margin-bottom: 1px;
	color: #999088;
}

#menu a {
	display:block;
	text-decoration: none;
	padding-left: 10px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}

#menu a:hover {
	color: #A39A91;
}

#menu h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px 0px;
	background: #FCF6EF;
}

#menu h3 em,
#menu h3 em a {
	font-weight: bold;
}

#menu li {
	width: 200px;
}

#menu ul li ul li
{
	margin-left: 10px;
}

#menu .tagcloud li {
	display: inline;
}

#menu .tagcloud em {
	display: inline;
	padding: 2px 1px;
	margin-bottom: 0px;
}


#menu .tagcloud li a {
	display: inline;
	padding-right: 5px;
}

/* ----------------------------------------------------
	Tag Cloud Rank
---------------------------------------------------- */
#menu .tagcloud .rank-1 a  { color:#33302d; }
#menu .tagcloud .rank-2 a  { color:#4d4844; }
#menu .tagcloud .rank-3 a  { color:#66605b; }
#menu .tagcloud .rank-4 a  { color:#8c837c; }
#menu .tagcloud .rank-5 a  { color:#a39a91; }
#menu .tagcloud .rank-6 a  { color:#b3a99f; }
#menu .tagcloud .rank-7 a  { color:#bfb4aa; }
#menu .tagcloud .rank-8 a  { color:#ccc0b5; }
#menu .tagcloud .rank-9 a  { color:#d9cdc1; }
#menu .tagcloud .rank-10 a { color:#e6d8cc; }

#menu .tagcloud .rank-1 a:hover,
#menu .tagcloud .rank-2 a:hover,
#menu .tagcloud .rank-3 a:hover,
#menu .tagcloud .rank-4 a:hover,
#menu .tagcloud .rank-5 a:hover,
#menu .tagcloud .rank-6 a:hover,
#menu .tagcloud .rank-7 a:hover,
#menu .tagcloud .rank-8 a:hover,
#menu .tagcloud .rank-9 a:hover,
#menu .tagcloud .rank-10 a:hover { color:#111100; }

/* ----------------------------------------------------
	ADs
---------------------------------------------------- */
#menu .ads {
	margin-top: 10px;
	margin-bottom: 1px;
}

#menu .ads .unit {
	margin-top: 10px;
}

/* ----------------------------------------------------
	ADs Books
---------------------------------------------------- */
#menu .personalads li.img a {
	text-decoration: none;
	padding-left: 0px;
	background: none;
}

/* ----------------------------------------------------
	Footer
---------------------------------------------------- */

#footer em {
	display:block;
	padding: 2px 5px;
	margin-bottom: 1px;
	color: #999088;
}

#footer .categories,
#footer .archives,
#footer .recents,
#footer .links {
	float: left;
	width: 200px;
}
#footer .archives,
#footer .recents,
#footer .links {
	margin-left: 10px;
}

#footer a {
	display:block;
	text-decoration: none;
	padding-left: 10px;
	color: #66605B;
	background: url(imgs/arrow_right.gif) 0px 4px no-repeat;
}

#footer a:hover {
	color: #A39A91;
}

#footer h3 {
	margin-bottom: 5px;
	padding: 2px 0px;
	background: #FCF6EF;
}

#footer h3 em,
#footer h3 em a {
	font-weight: bold;
}

#footer li {
	width: 200px;
}

#footer ul li ul li
{
	margin-left: 10px;
}

#copyright {
	clear: both;
	padding: 20px 0px;
	text-align: center;
	color: #999088;
	font-size: 9px;
}

/* ----------------------------------------------------
	Utils
---------------------------------------------------- */
/* ----- Clearing Float ----- */
.clear {
	clear:both;
}













