@charset "utf-8";
/* CSS Document */


/* Begin Content */
#content {
	float: left;
	}

#entry-top {
    width: 699px;
    height: 32px;
	padding: 0 0 0 15px;
	background:url('../../images/entry-title.gif') no-repeat;
    float:left;
	}	

#entry-top h2 {
    width: 532px;
	font-size: 22px;
	float: left;
	}

#entry-date {
    width: 160px;
	color: #999966;
	padding: 17px 0 0 0;
	float: left;
	}

#content .entry {
    padding: 1px 30px 0 20px;
    clear: both;
	}
	
#content .entry a {
	border-bottom: 1px dotted #ffcc99;
	}
	
#content .entry a:hover {
	color: #ff6600;
	border-bottom: 1px solid #ff9966;
	}

#content .tag {
	text-align: right;
	padding: 0 10px 0 0;
	}

#new_post {
    height: 270px;
	}
/* End Content */



/* Begin Excerpt */
#excerpt {
    width: 342px;
	height: 158px;
	padding: 0 0 0 10px;
    float: left;
    }

#excerpt h2 {
    width: 336px;
	height: 26px;
	background:url('../../images/excerpt_title.gif') no-repeat;
	font-size: 14px;
	color: #999966;
	padding: 0 0 0 5px;
	float: left;
	}

#excerpt img {
	margin: 0 0 0 5px;
	border: 2px solid #cccc66;
	float: left;
	}

.excerpt-top {
	height: 6px;
	}

#excerpt-date {
    color: #999966;
	float: left;
	}

#excerpt #field .comment {
    width: 130px;
	float: left;
	margin-left: 10px;
	padding: 0 0 0 25px;
	}
	
#excerpt #field {
    width: 228px;
	height: 100px;
	padding: 0 3px 0 8px;
	float: left;
	}

#excerpt p {
    line-height: 1.4;
	}
	
#excerpt #read_post {
    position: absolute;
	text-align: right;
	margin: 0;
	padding: 114px 10px 0 268px;
	clear: both;
	}
	
* html #excerpt #read_post { /* Hack for under IE6 */
    position: relative;
	text-align: right;
	margin: -13px 0 0 0;
	padding: 0 10px 0 0;
	clear: both;
	}
	
*:first-child+html #excerpt #read_post { /* Hack for IE7 */
    position: relative;
	text-align: right;
	margin: -13px 0 0 0;
	padding: 0 10px 0 0;
	clear: both;
	}
/* End Excerpt */




/* Begin Activity */
#activity {
	margin: 0 0 10px 12px;
	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;
	}

#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.2em;
	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 .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.4em;
	padding: 0 0 0 10px;
	}
	
#activity .works_category {
    font-size: 1.2em;
	color: #999966;	
	text-align: right;
	padding: 0 5px 0 0;
	}
/* End Activity */




/* 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 */

