@charset "utf-8";
/* CSS Document */

	


/* Begin Content */
#headline_visual {
	background: #ffffff url('../../images/contents_visual.jpg') no-repeat;
	width: 990px;
	height: 112px;
	margin: 0 auto;
	}

#content {
	width: 940px;
	padding: 6px 0 20px 40px;
    clear: both;
	}
		
#headline_title {
    width: 905px;
	height: 48px;
	background: url('../../images/headline/headline_title.png') no-repeat;
	margin-top: 5px;
    }
	
#headline_top {
    width: 700px;
	height: 15px;
	background: url('../../images/headline/headline_top.png') no-repeat;
    }
	
#headline_bottom {
    width: 700px;
	height: 15px;
	background: url('../../images/headline/headline_bottom.png') no-repeat;
    }	
/* End Content */





/* Begin Headline */
#headline {
   	color: #999966; 
    width: 700px;
	margin: 15px 0 30px 0;
	float: left;
	background: url('../../images/headline/headline_bg.png') repeat-y;
    }

#headline table {
     margin: 0 0 0 0;
    }
	
#headline td.date {
    width: 30px;
	padding: 0 0 0 80px;
	}
	
#headline td.title {
	padding: 0 0 0 20px;
	}
	
#headline a {
	color: #666633;
	text-decoration: underline;
	}
	
#headline .post {
	margin: 0 0 10px 0;
	}
/* End Headline */	




/* Begin Year */
#headline_2009 {
    width: 700px;
	height: 40px;
	background: url('../../images/headline/2009.png') top center no-repeat;
    }
/* End Year */	



/* Begin Activity */
#activity {
	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 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 */

