@charset "utf-8";

/* INITIALIZATION
--------------------*/

 @import "/css/initialization.css";


/* BASE COMPOSITION
---------------------*/

 body
 {
 	margin: 5px;
 }

 div#wrapper
 {
 	/*
 	margin: 0 auto;
 	padding: 0;
 	width: 814px;
 	height: auto;
 	border: 3px solid #FF9933;
 	text-align: center;
 	*/
 	background-color: #FFFFFF;
 }

 div#header
 {
 	/*
 	margin: 0;
 	padding: 0;
 	width: 814px;
 	height: auto;
 	background: #FF9933;
 	border-bottom: 2px solid #000000;
 	*/
}
 
 div#pankuzu
 {
 	/*
 	margin: 0;
 	padding: 10px 14px;
 	width: 786px;
 	height: auto;
 	font-size: 12px;
 	line-height: 1.2em;
 	*/
 	background: #FFFFFF;
 }

 div#total-count
 {
 	margin: 0;
 	padding: 3px 14px;
 	width: 786px; /* 814px 28px(padding) */
 	height: auto;
 	background: #FFFFFF;
 	font-size: 12px;
	text-align: left;
 	line-height: 1.2em;
 }

 div#content
 {
 	/*
 	margin: 0;
 	padding: 0 14px;
 	width: 786px;
 	height: auto;
	*/
 	background:#FFFFFF;
 }

 div#f-navi
 {
 	/*
 	clear: both;
 	margin: 10px auto;
 	padding: 5px;  
 	width: 680px;
 	height: auto;
 	border-top: 1px dotted #000000;
 	border-bottom: 1px dotted #000000;
 	font-size: 12px;
 	text-align: center;
	*/
 	background-color:#FFFFFF;
 }



