@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:120px;				/* 表示の横幅 */
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}
#photo{
	float:left;				/* フロートと回り込み */
	width:420px;				/* 表示の横幅 */
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}
img{
	margin-bottom:20px;				/* 下マージン */
	_margin-bottom:10px;				/* 下マージン */
}
h2{
	width:120px;				/* 表示の横幅 */
	height:420px;				/* 表示の縦幅 */
	overflow: hidden;
}
h2 a{
	padding-top: 420px;
	width: 430px;				/* 表示の横幅 */
	height:0px;				/* 表示の縦幅 */
	display: block;				/* 表示形式 */
	background: url(images/title.gif) no-repeat 0 0;
	font-size:14px;
}
