/*
 * 肉と酒と放浪の記
 * http://mwap.nobody.jp/
 */

/********** 既存要素の再定義 **********/

body {
	line-height			: 1.5 ;
	background-color	: #9e83a5 ;
	background-image	: url(bg.png) ;
	background-repeat	: repeat-y ;
	margin-left			: 20px ;
}
h1 {
	color				: #97d ;
	width				: 100% ;
	font-style			: italic ;
	letter-spacing		: 1px ;
	background-image	: url(logo_half.png) ;
	background-repeat	: no-repeat ;
	height				: 43px ;
	text-indent			: 48px ;
}
li.menulist, li.history, li.link {
	margin-bottom	: 2em;
}