@charset "shift_jis";
@import url("../style/original.css");
@import url("../style/sidebar.css");

/* 写真のスタイルシート */
html{
	height: 100%;
}
body{
	height: 99.5%;
}

#container{
	height:100%;
}
#content{
	_margin-left:16px;				/* 左マージン */
}


/* 本文部分 */

#ue li,#sita li{
	list-style-type: none;
	width:12px;				/* 表示の横幅 */
	float:left;				/* フロートと回り込み */
	margin: 20px 0 40px 28px;				/* マージン */
	_margin: 20px 0 40px 24px;				/* マージン */
	text-align:center;			/* 文字揃え */
	line-height: 125%;
	height: 150px;
}
#list a:link {color:#333333; text-decoration:none;}
#list a:visited  {color:#333333; text-decoration:none;}
#list a:active {color:#FF9900; text-decoration:none;}
#list a:hover  {color:#FF0000; text-decoration:none;}

.kanji{
	font-size:16px;	
	line-height:200%;
	font-weight: bold;
}

#sita{
/* MacIE 除外 ¥*/
	clear:left;
/* */

}
/*Mac版 IE 5.x にのみ適用*/
/* ¥*//*/
.floatclear{
	clear:left;
}
/**/
#flash{
	clear:left;				/* 回り込み解除 */
	margin:0 0 30px 25px;
}
#footer{
	clear:left;				/* 回り込み解除 */
}
