@charset "utf-8";

/* ----------------------------------------------------------
モジュール
最終更新日：2010年4月13日 11:51
---------------------------------------------------------- */


/* トップページ
---------------------------------------------------------- */
 
/* イントロダクション */
body.home div#contents div#mainContent div.introduction {
	border-top: solid 10px #F6F6F6;
	border-bottom: solid 10px #F6F6F6;
	margin-top: 30px;
	padding: 20px;
	
}

/* インフォメーション・更新履歴 */
body.home div#contents div#mainContent div#informations {
	font-size: .85em;/* 11px */
	float: right;
	width: 380px;
}

body.home div#contents div#mainContent div#informations h2 {
	border: none;
	padding: 0;
}

body.home div#contents div#mainContent div#informations dl {
}

body.home div#contents div#mainContent div#informations dl dt {
	border-bottom: none;
}

body.home div#contents div#mainContent div#informations dl dd {
	border-bottom: dotted 1px #999;
	margin-bottom: 20px;
}

body.home div#contents div#mainContent div#updates {
	font-size: .85em;/* 11px */
	float: left;
	width: 300px;
}
body.home div#contents div#mainContent div#updates h2 {
	border: none;
	padding: 0;
}

body.home div#contents div#mainContent div#updates dl {
}

body.home div#contents div#mainContent div#updates dl dt {
	border-bottom: none;
}

body.home div#contents div#mainContent div#updates dl dd {
	border-bottom: dotted 1px #999;
	margin-bottom: 20px;
}

body.home div#contents div#mainContent div#informations ul, div#updates dl{
	margin: 5px;
}

/* 緊急告知 */
body.home div#contents div#mainContent div#emergency {
	color: #C00;
	border: 10px solid #C00;
	margin: 20px 0;
	padding: 10px;
}
