/*
Theme Name:Theme 198
Theme URI:http://www.dreamtemplate.com/
Description:The original WordPress theme that graced versions 2.6.x and prior.
Version:1.0
Author:DreamTemplate
*/ 
/*=== Setup ===*/
* { 
	border:0; 
	margin:0 auto; 
	padding:0; 
	outline:none;
	font-family:"ヒラギノ角ゴ","Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic","Arial","Helvetica",sans-serif;
}

body { 
	margin:0; 
	padding:0; 
}

#wrapper { 
	background:url(images/header_bg.jpg) repeat-x left top;
}

.clr{ 
	clear:both; 
	padding:0; 
	margin:0; 
	background:none;
}

li { 
	list-style:none;
}

/*=== Layout ===*/

#page { 
	width:970px; 
}

/*=== Header ===*/

#header { 
	margin:0 auto; 
	padding:0; 
}
/*- Logo -*/
.logo { 
	margin:0; 
	padding-bottom:30px; 
	float:left; 
}
.logo h1 { 
	margin:0; 
	padding:18px 0 0; 
}

.logo h1 small { 
	display:block; 
	padding:10px 0 18px 50px; 
	color:#dbdbdb; 
	font-size:14px; 
	font-weight:normal; 
	line-height:1em; 
	letter-spacing:normal;
}

#footer {
	text-align:right;
	color:#FFF;
	padding:10px 20px 10px 0;
	background:url(images/footer_bg.gif) repeat-x;
	margin-top:132px;
}

