	
	
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	
.ppt {
	text-indent: -999em;
}
#more{	font-size				: 80%; 
		font-family			: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','Meiryo','メイリオ','ＭＳ Ｐゴシック', sans-serif;}
#more p {
	color			: #000000;
	margin			: 0;
}

#more div#contents {
	width			: 565px;
	padding			: 0;
}

#more div#left-column {
	display			: inline;
	width			: 150px;
	float			: left;
}
#more div#right-column {
	display			: inline;
	width			: 405px;
	float			: right;
}

#more h2 {
	margin			: 10px 0 5px;
	padding			: 0;
	background		: none;
	color			: #ff9900;
}

#more h2 span {
	color			: #000;
	font-size		: 80%;
}

#more p#photo {
	margin-bottom	: 10px;
}

#more p#comment {
	padding			: 0;
	margin			: 0 0 10px;
	background		: #fff url("../../../images/staff/prof_bottom.gif") no-repeat left bottom;
}

#more p#comment span {
	display			: block;
	padding			: 10px 10px 15px;
	background		: url("../../../images/staff/prof_head.gif") no-repeat left top;
}

#more p#to-blog a {
	display			: block;
	width			: 136px;
	height			: 25px;
	padding			: 25px 7px 0;
	background		: url("../../../images/staff/to_blog.gif") no-repeat left top;
	color			: #293954;
	text-decoration	: none;
	font-size		: 90%;
}


