/*
 * 肉と酒と放浪の記
 * http://mwap.nobody.jp/
 */

/********** 既存要素の再定義 **********/

body {
	line-height			: 1.5 ;
	background-color	: #9E83A5 ;
	background-image	: url(bg.png) ;
	background-repeat	: repeat-y ;
}
dt {
	font-weight	: bold ;
}
li.link {
	margin-bottom	: 2em;
}
.standard {
	border : 1 oldlace dotted ;
}
.standard_list {
	list-style-type : circle ;
}
.attention {
	border				: 3pt #FFECC8 groove ;
	padding				: 0.5em ;
	background-color	: #FFCC88 ;
}
