/* -------------------------------------------
	[common.css] 共通CSS

------------------------------------------- */

/* 各ページのタイトル */
#banner_title {
	margin:10px 0px 5px 0px;
/*	width:512px;*/
	width:100%;
	height:52px;
}

.dummy_height_5 {
	height:5px;
}
.dummy_height_10 {
	height:10px;
}
.dummy_height_15 {
	height:15px;
}
.dummy_height_20 {
	height:20px;
}
.dummy_height_100 {
	width:1px;
	height:300px;
}

/* 各ページの白背景 */
#wall_background {
	margin-left:12px;
/*	width:95%;*/
	width:512px;
	background-color:#FFF;
}

/* 通常使用フォント */
#string_normal {
	color:#333333;
	text-align:left;
	padding-left:10px;
	line-height:1.5em;
	font-size:12px;
	font-weight:normal;
}

strong.status, strong.must {
	color:#900;		/* ダークレッド */
	font-weight:bold;
}

strong.status, strong.essential {
	color:#F00;		/* レッド */
	font-weight:bold;
}

normal.status, normal.must {
	color:#900;		/* ダークレッド */
	font-weight:normal;
}

normal.status, normal.essential {
	color:#F00;		/* レッド */
	font-weight:normal;
}

.mouse_hand {
	cursor:pointer;
}