@charset "utf-8";
/* CSS Document */

	


/* Begin Content */
#about_visual {
	background: #ffffff url('../../images/contents_visual.jpg') no-repeat;
	width: 990px;
	height: 112px;
	margin: 0 auto;
	}

#content {
	width: 905px;
	padding: 6px 0 20px 40px;
    clear: both;
	}

#about_title {
    width: 918px;
	height: 48px;
	background: url('../../images/about/about_title.png') no-repeat;
	margin-top: 5px;
    }
/* End Content */




/* Begin About */
#about {
    width: 900px;
	padding: 0 0 0 5px;
	margin-top: 15px;
    }
	
#about_menu {
    font-size: 1px;
    }
	
#about_menu li {
    list-style: none;
	display: inline;
    }	
/* End About */	




/* Begin Policy */
#policy {
	background: url('../../images/works/works_bg.gif');
    width: 846px;
	height: 700px;
    padding: 25px 0 0 54px;
	border: 1px solid #cccc99;
    }
	
#policy p {
    margin: 0 54px 0 0;
    }
/* End Policy */


	
	
/* Begin Profile */
#profile {
	background: url('../../images/works/works_bg.gif');
    width: 846px;
    padding: 50px 0 50px 54px;
	border: 1px solid #cccc99;
    }
	
#profile_left {
    width: 382px;
	margin: 0 15px 30px 0;
	float: left;
    }

#profile_left .author_img {
	width: 382px;
	height: 182px;
	background: url('../../images/about/author.jpg') no-repeat top right;
    }
		
#profile p.caption {
	width: 370px;
	height: 74px;
	text-align: right;
	line-height: 1.5;
	margin-top: 5px;
	}
	
#profile table {
     margin: 5px 0 0 0;
    }
	
#profile td {
    height: 25px;
	padding: 0 0 0 10px;
	text-align: right;
	border-bottom: 1px dotted #999966;
	}
	
#profile td.table_right {
	padding: 0 10px 0 10px;
	text-align: left;
	}
	
#history {
    height: 650px;
    margin: 20px 0 30px 0;
    }
	
#history h2 {
    width: 762px;
	height: 18px;
	background: url('../../images/about/history.png') no-repeat;
    }

#history p {
    margin: 0 0 0 250px;
    }

#profile #tools {
    width: 335px;
	float:left;
	}

#tools h2 {
    width: 286px;
	height: 30px;
	background: url('../../images/about/communication.png') no-repeat;
    }
	
#profile ul {
    float: left;
	}
	
#profile ul.tools_left {
	margin: 0 0 0 10px;
	}

#profile a {
	color: #999966;
	}

#profile #tools li {
    width: 120px;
    list-style: none;
	}

li.mixi {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/mixi.png') no-repeat;
    }

li.twitter {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/twitter.png') no-repeat;
    }
	
li.flickr {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/flickr.png') no-repeat;
    }

li.delicious {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/delicious.png') no-repeat;
    }
	
li.tumblr {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/tumblr.png') no-repeat;
    }
	
li.hateb {
    height: 25px;
    padding:  5px 0 0 30px;
	background: url('../../images/about/hateb.png') no-repeat;
    }
	
#project {
    width: 425px;
	float: left;
    }
		
#project h2 {
    width: 425px;
	height: 30px;
	background: url('../../images/about/project.png') no-repeat;
	float: left;
    }
	
#project_img {
	background: url('../../images/about/japan-trip.jpg') no-repeat;
    width: 169px;
	height: 94px;
	margin: 0 10px 0 5px;
	float: left;
    }
	
#project h3.japan_travel {
    width: 235px;
	height: 44px;
	background: url('../../images/about/japan_travel.png') no-repeat;
	float: left;
    }
	
#project a:hover h3.japan_travel {
	background: url('../../images/about/japan_travel_on.png') no-repeat;
    }
	
#project p {
    line-height: 1.4;
	margin-top: 0;
    }
/* End Profile */




/* Begin Attention */
#attention {
	background: url('../../images/works/works_bg.gif');
	width: 846px;
	height: 450px;
    padding: 50px 0 0 54px;
	border: 1px solid #cccc99;
    }
	
#attention h2 {
	background: url('../../images/about/attention.gif') no-repeat;
	width: 850px;
	height: 40px;
    }
	
#attention h3.guideline {
    width: 826px;
	height: 21px;
	background: url('../../images/about/guideline.gif') no-repeat;
	margin-left: 20px;
    }
	
#attention h3.siteinfo {
    width: 826px;
	height: 21px;
	background: url('../../images/about/siteinfo.gif') no-repeat;
	margin-left: 20px;
    }
	
#attention h3.link {
    width: 826px;
	height: 21px;
	background: url('../../images/about/link.gif') no-repeat;
	margin-left: 20px;
    }
	
#attention p {
	padding-left: 35px;
	margin: 0 0 30px 0;
    }	
/* End Attention */



	
/* 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 */

