@charset "utf-8";
@import url("../../style/original.css");
@import url("../style/original.css");
@import url("../style/menu.css");
@import url("menu.css");

/* トップページスタイルシート */

#menu01 a{background-position: 0 0;}


#main{
	float:right;				/* フロートと回り込み */
	width:240px;				/* 表示の横幅 */
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}
#photo{
	float:left;				/* フロートと回り込み */
	width:300px;				/* 表示の横幅 */
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}
img{
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}

h2{
	width:240px;				/* 表示の横幅 */
	height:310px;				/* 表示の縦幅 */
	overflow: hidden;
}
h2 a{
	padding-top: 310px;
	width: 240px;				/* 表示の横幅 */
	height:0px;				/* 表示の縦幅 */
	display: block;				/* 表示形式 */
	background: url(images/title.gif) no-repeat right 0;
	font-size:14px;
}

