@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css?t2301";

h2{
	margin-bottom: 5px;
}

#contents dl.detail{
	margin-top: 10px;
}

#contents dl.detail > dt{
	font-weight: bold;
	font-size: 130%;
	border-bottom: 1px #999999 solid;
	margin-bottom: 10px;
}

#contents .date{
	margin-bottom: 10px;
}

#contents dl.detail > dd{
	padding-bottom: 20px;
	border-bottom: 1px #999999 dotted;
	*zoom: 1;
}

#contents dl.detail > dd:before,
#contents dl.detail > dd:after {
	content: " ";
	display: table;
}

#contents dl.detail > dd:after {
	clear: both;
}

#contents dl.detailDate dt{
	width: 3em;
	float: left;
	clear: both;
}
#contents dl.detailDate dd{
	width: 88%;
	float: left;
	margin-bottom: 2px;
}

#contents .center{
	text-align: center;
	margin: 20px 0;
}

#contents .right{
	float: right;
}

#contents .left{
	float: left;
}

#contents ul.list_photo{
	
}

#contents ul.list_photo > li{
	float: left;
	margin: 0 0 5px 10px;
}

#contents .underline{
	text-decoration: underline;
}

/* ブラウザ互換
*********************************************************************/
