body {
	/*font-size: 9px;*/ /* Resets 1em to 10px */
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	color:#333;
	}


a {
	color:#333;
}


small {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	font-size: 0.8em;
	}


h1, h2, h3, h4, h5, h6 {
	font-size: 1em; /* Resets 1em to 10px */
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	color:#333;
	font-weight:bold;
}


pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

strong {	
	color:#666;
}

a {
	text-decoration: none;
}


a:hover {
	background:#00ccff;
	color: #fff;
}


hr {
	display: none;
	}

a img {
	border: none;
	}

code {
	background-color: #333;
	color:#FFF;
}


/* definition list */
dl {}
dt {
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
dd {
    color: #333333;
    font-size: 11px;
    font-style: italic;
    margin:0;
    text-decoration: none;
}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page, #page-single {
	margin: 0;
	padding-bottom: 40px;
	width: 100%;
}

#header {
	width:96%;
	margin: 50px 0 0 40px;
	padding:0px;
}

#wrapper {
	min-width:300px;
	clear:both;
	padding:20px;
}

#content {
        width:640px;
	margin:0;
	padding:0 0 0 30px;
	float:right;
	min-height: 100%;
}
	
#sidebar {
	width:200px;
	float:left;	
	margin:0;
	padding:0 0 0 30px;
}	


/* Header */
#header h1, #header h2 {
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
}

#header span.spacer {
	float:left;
	margin:0 10px;
}

#header p#twitter_update_list {
	float:left;
	margin:0;
	padding:0;
}


#header ul {
	display:inline;
	margin:0;
	padding:0;
}

	
#header ul li {
	padding:0;
	display:inline;
}

#header ul li {
	text-transform: lowercase;
}	

#header ul li#header_rss {
	background:url('rss.png') no-repeat;
	padding-left:20px;
}	

/* End header */


/* Post */

.post {
	margin: 0 0 0 0px;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	border-bottom:1px dotted #555;
	}

.post h2, .post-single h1 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:10px;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:10px;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:12px;
	line-height:1.7em;
	margin:20px 0;
}

.entry a{
	color:#00ccff;
}

.entry a:hover {
	background:#00ccff;
	color: #fff;
}


/* 引用 */
.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:11px;
	font-weight:bold;
        text-decoration: underline;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:10px;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* ---------Sidebar---------- */

/* 項目 */
#sidebar {
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	}

/* 見出し */
#sidebar h2 {
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#222;
        letter-spacing: 0.1em;
	padding: 30px 0 10px 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
        border-bottom: 1px dotted #999999;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	font-size: 11px;
	font-style: italic;
	margin: 0px 0 0 0px;
	padding: 5px 0;
        border-top: 1px dotted #999999;
	}
	

/* --------エントリーカスタム-------- */
#header a:hover {

}

/* トップページ */
.content-top {
	min-width:300px;
}



/* トップページエントリー */
#one-post {
	width:150px;
	height:80px;
	margin:15px 0px 15px 30px;
	overflow:hidden;
	float: left;

}

#one-entry {
	display:none;
}

#post-header {
	margin:0;
	padding:0 9.5px;
	float:left;

}

/*トップ日付*/
.post-date {
	margin:0;
	font-size:9.5px;
        border-right: 1px solid #999999;
        border-top: 1px solid #999999;
 }
 
/*トップ見出し*/
.post-title h2 {
	margin-top:-1px;
	font-size:10px;
        letter-spacing: 0.1em;
}

.post-comment {
	float:right;
	margin-right:9.5px;
}


/*----------カテゴリー配色-----------*/
#one-post.diary, .postmetadata-diary, .postmetadata-diary a {
	color: #2792c3;
}

#one-post.design, .postmetadata-design, .postmetadata-design a {
	color: #d7003a;
}

#one-post.work, .postmetadata-work, .postmetadata-work a {
	color: #16160e;
}

#one-post.food, .postmetadata-food, .postmetadata-food a {
	color: #007b43;
}

#one-post.photo, .postmetadata-photo, .postmetadata-photo a {
	color: #16160e;
}

#one-post.music, .postmetadata-music, .postmetadata-music a {
	color: #f08300;
}


/*--------single------------*/

#content-single, #content-category {
        width:640px;
	margin:0;
	padding:0 0 0 30px;
	float:right;
	min-height: 100%;
}


#postmetadata-single p, #postmetadata-single h2 {
	margin:0;
	padding:0;
}

#postmetadata-single h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
}

.entry-single {
	clear:both;
}

.entry-single h3, ul.st-related-posts{
	color:#777;
}

.entry-single h3 {
	text-decoration:underline;
	margin-top:30px;
}

/*-------post-single---------*/
body#body-single {
	width:100%;
	text-align: center;
	line-height: 1.5;
}

body#body-single a {
	border-bottom:1px dashed  #FF0;
}

#wrapper-single, #wrapper-archive {
	width:930px;
	clear:both;
}



.navigation-single {
	margin:20px 0 30px 0;
	font-size:10px;
}

.post-single h1 {
	font-weight:bold;
}

body.flash {
	background-image:url(back-flash.png);
	background-repeat:repeat;
}

/* ---------選択状態css----------3 */
div::selection,
a::selection,
p::selection,
h2::selection,
h3::selection,
small::selection,
strong::selection,
cite::selection,
span::selection,
dt::selection,
dd::selection,
li::selection{
    background: #666;
    color: #fff;
}

div::-moz-selection,
a::-moz-selection,
p::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
small::-moz-selection,
strong::-moz-selection,
cite::-moz-selection,
span::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
li::-moz-selection{
    background: #666;
    color: #fff;
}

/* Footer */	

#footer {
	clear:both;
	font-size:12px;
	text-align:center;
	color:#888;
}

.parts {
	display: none;
}

#footer address {
	float:right;
	text-align:right;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	margin-top:45px;
	padding:10px;
	width:100%;
	background-color:#222;
	color:#fff;
}

#footer address a:link, #footer address a:visited {
	color: #fff;
	border: none;
}

#footer address a:hover, #footer address a:active {
	color: #111;
	border: none;
}




/*------?g?b?v?y?[?W?�???}?�---*/
#one-post.image {
	height:auto;
	width:200px;
	overflow:hidden;

}

#image.post-date {
	display:none;
}


/*--------archive---------*/
#body-archive.photo {
	background-color:#000;
	color: #FFF;
}


/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}
/* End Calendar */