@charset "utf-8";
/* CSS Document */

/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: #ffffff;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}




/* Begin Content */
#content {
	float: left;
	}

#entry-top {
    width: 699px;
    height: 42px;
	padding: 0 0 0 15px;
	background: url('../../images/entry-title.gif') no-repeat top left;
    float:left;
	}	

#entry-top h2 {
    width: 532px;
	font-size: 22px;
	font-weight: bold;
	float: left;
	}

#entry-date {
    width: 160px;
	color: #999966;
	padding: 17px 0 0 0;
	float: left;
	}
	
#content .entry {
    margin: 0 30px 0 20px;
	}
	
#content p {
    margin: 0;
	}

#content .tag {
	text-align: right;
	padding: 0 10px 0 0;
	}
	
#content .entry-meta {
    width: 691px;
	background: url('../../images/line.gif') no-repeat;
	text-align: right;
	padding: 9px 10px 0 0;
	margin-top: 10px;
	clear: both;
	}
	
#content .entry-meta img {
    margin-top: -2px;
	}
/* End Content */





/* Begin Related Posts */
#related_posts {
	color: #999966;
    padding: 0 0 0 40px;
	margin-bottom: 25px;
	}

#related_posts h3 {
    width: 132px;
	height: 37px;
	margin-left: -20px;
	background: #ffffff url('../../images/related_posts.gif') no-repeat;
	}
	
#related_posts p {
	color: #666666;
    line-height: 1.3;
	margin: 10px 0 0 0;
	}
	
#related_posts h4 {
    font-size: 1.2em;
	}

#related_posts li {
    width: 620px;
	height: 100px;
	line-height: 1.5;
	padding: 10px 0 0 20px;
	border-bottom: #FFFFFF 2px solid;
    list-style: none;
	background: #ffffff url('../../images/related_bg.gif') no-repeat;
	}
	
#related_posts img {
    width: 140px;
	height: 85px;
	}	
/* End Related Posts */





/* Begin Comments*/
#comment {
    padding: 0 30px 0 20px;
	}
	
#comment h3 {
    width: 114px;
	height: 23px;
	background: #ffffff url('../../images/comment.gif') no-repeat;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 0 0 20px;
	}

* html .commentlist { /* Hack for under IE6 */
	margin: 0 0 0 20px;
	padding: 0;
	}
	
*:first-child+html .commentlist { /* Hack for IE7 */
	margin: 0 0 0 20px;
	padding: 0;
	}

.commentlist li {
	font: 0.9em;
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.children {
    padding: 0;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eeeeee;
	padding: 2px;
	background: #ffffff;
	margin-right: 15px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5;
	border: none;
	}
	
.commentmetadata {
	color: #999999;
	font-weight: normal;
	border-left: 1px dotted #c0c0c0;
	margin-left: 30px;
	padding-left: 30px;
	}
	
.comment_text {
    margin: 5px 0 0 70px;;
    border-top: 1px dotted #c0c0c0;
	}
	
.reply {
    font-weight: normal;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
	}
/* End Comments*/



	
/* Begin Form*/
#respond {
    margin-top: 30px;
	}

#respond h3 {
    width: 169px;
	height: 22px;
	background: #ffffff url('../../images/comment_form.gif') no-repeat;
	}

#respond .form_title {
    width: 100px;
	text-align: right;
    float: left;
	padding: 10px 10px 0 0;
	}

#respond .respond_area {
	padding: 0 0 0 20px;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform input {
    color: #333300;
	background: #ffffff url('../../images/form_bg.gif');
	font: 0.9em;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #666633;
	}

#commentform textarea {
    color: #333300;
	font: 0.9em;
	background: #ffffff url('../../images/form_bg.gif');
	border: 1px solid #666633;
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform .submit input {
	width: 126px;
	border: none;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	background: #FFFFFF;
	float: right;
	}
	
.comment_text .re_clap {
	color: #996633;
	}
/* End Form */





/* Begin Sidebar */
#sidebar {
	margin: 0 0 10px 12px;
	padding: 0;
	width: 206px;
	list-style: none;
	float:left;
	}

* html #sidebar { /* Hack for under IE6 */
	margin: -11px 0 10px 12px;
	}
	
*:first-child+html #sidebar { /* Hack for IE7 */
	margin: -11px 0 10px 12px;
	}
	
#sidebar a {
	text-decoration: none;
	border: none;
	}

#sidebar ul {
    font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar .categories h2 {
    width: 206px;
	height: 28px;
	background: #ffffff url('../../images/category.png') no-repeat;
	}
	
#sidebar .categories li {
    height: 20px;
    width: 155px;
	padding: 7px 0 0 40px;
	background: url('../../images/category_icon.gif') no-repeat;
	border-bottom: 2px dotted #cccc66;	
	}
	
#sidebar .categories li a {
    color: #666633;
	}
		
.categories, .popular_posts, .tag_cloud {
	margin-bottom: 25px;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.popular_posts li {
    width: 195px;
	height: 145px;
    list-style: none;
	line-height: 1.2;
	border-bottom: 2px dotted #cccc66;
	}
	
.popular_posts h2 {
    width: 206px;
	height: 24px;
	background: #ffffff url('../../images/popular_posts.png') no-repeat;
	}

.popular_posts img {
    width: 140px;
	height: 85px;
	margin: 10px 0 5px 20px;
	}
	
.popular_posts p {
    clear: both;
	line-height: 1.2;
	text-align: left;
	padding:  0 0 0 17px;
	background: url('../../images/post_icon.gif') no-repeat;
	}
	
.popular_posts a, .popular_posts a:visited {
    color: #666633;
	}
		
.image_rack h2 {
    width: 206px;
	height: 39px;
	background: #ffffff url('../../images/image_rack.png') no-repeat;
	}
	
.image_rack ul {
	margin-bottom: 25px;
	}
	
.tag_cloud h2 {
    width: 206px;
	height: 34px;
	background: #ffffff url('../../images/tag_cloud.png') no-repeat;
	}
	

	
/*--------------------------------------
	Tag Cloud
---------------------------------------*/

ul.tagCloud {
	margin: 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.2em; /* ここで相対的に文字サイズを変更 */
}

ul.tagCloud li a {
	text-decoration: none;
}

/* タグレベル1～6 */

ul.tagCloud li.level1 a, {
	font-size: 122%;
	font-weight: bold;
	color:  #424242;
}

ul.tagCloud li.level2 a {
	font-size: 114%;
	font-weight: bold;
	color: #5e5e5e;
}

ul.tagCloud li.level3 a {
	font-size: 100%;
	font-weight: bold;
	color: #7a7a7a;
}

ul.tagCloud li.level4 a {
	font-size: 88%;
	color: #979797;
}

ul.tagCloud li.level5 a {
	font-size: 77%;
	color: #b3b3b3;
}

ul.tagCloud li.level6 a {
	font-size: 66%;
	color: #cfcfcf;
}
/* End Sidebar */





/* Begin Activity */
#activity {
	margin: 20px 0 0 0;
	width: 206px;
	list-style: none;
	float:left;
	}

#activity a {
	border: none;
	}

#activity ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#activity ul ul {
	margin: 5px 0 0 10px;
	padding: 0;
	}

#activity #project {
    margin-bottom: 15px;
	}

#activity #project h2 {
    width: 206px;
	height: 24px;
	background: #ffffff url('../../images/project.png') no-repeat;
	}
	
#activity .project_list {
    font-size: 1.1em;
	color: #999966;
	line-height: 1.2;
	text-align: center;
	}
	
	/* projectが増えたとき用。
#activity .project_list li {
    display: block;
    padding-bottom: 7px;
	border-bottom: 1px dotted #cccc66;
	}
 */	
	
#activity .project_list .go_project {
    line-height: 1.5;
	text-align: right;
	padding: 0 5px 0 0;
	}

#activity #latest_work h2 {
    width: 206px;
	height: 24px;
	background: #ffffff url('../../images/latest_work.png') no-repeat;
	}
	
#activity .works_list li {
    display: inline;
	}

#activity .works_list li .work {
    display: block;
	line-height: 1.5;
    padding: 10px 0 7px 0;
	border-bottom: 1px dotted #cccc66;
	}
	
#activity .works_list li a:hover {
    display: block;
    background: #ffffff url('../../images/latest_work_bg.gif');
	border: none;
	}
	
#activity .works_list h3 {
	color: #999966;	
    font-size: 1.2em;
	padding: 0 0 0 10px;
	}
	
#activity .works_category {
    font-size: 1.0em;
	color: #999966;	
	text-align: right;
	padding: 0 5px 0 0;
	}
/* End Activity */





/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
