* { /* ユニバーサルセレクタを使ったブラウザスタイルの初期化 */
	margin: 0; /* マージンを無くす */
	padding: 0; /* 余白を無くす */
	border: 0; /* ボーダーを無くす */
	font-style: normal; /* 初期設定の斜体文字を無くす */
	font-weight: normal; /* 初期設定の太字を無くす */
	font-size : 12px; /* 初期設定のフォントサイズを無くす */
}
html, body { /* div要素の高さ100％表示の為の基本設定 */
	height:100%;
}
html { /* Firefoxでセンタリング位置のズレを修正 */
	overflow: scroll;
}
#content { /* IE6以外で、コンテンツが少ない場合でも高さ100％指定 */
	position:relative;
	min-height: 100%;
}
* html #content { /* スターハックを利用してIE6のコンテンツが少ない場合でも高さ100％指定 */
	height:100%;
}
body {
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FF0000;
}
#seo_link { /* ＳＥＯ対策用 */
	position: absolute; /* 場所を絶対値で指定 */
	color: #FFFFFF; /* 1ドットを背景色に指定 */
	text-decoration: none; /* 文字装飾をとる */
	overflow: hidden; /* オーバーフロー部分を非表示 */
	top: -99999px; /* 表示位置を枠外に */
}
#content {
	text-align: left;
	width: 900px;
	font-size: 12px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#left {
	width: 340px;
	float: left;
	height: 570px;
}
#header {
	background-image: url(img/tel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 30px;
}
#header #chirashi {
	background-image: url(img/chirashi.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	padding-top: 1px;
}
#list h2 {
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/list_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	letter-spacing: 2px;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	background-position: 0px 5px;
}

#list {
	float: right;
	width: 550px;
	height: 570px;
}
#list ul {
	line-height: 1.5em;
	list-style-type: none;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;

}
#list li {
	overflow: hidden;
	height: 1.6em;
	padding-left: 25px;
}
#list  li.new  {
	background-image: url(img/new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#list  li.increase  {
	background-image: url(img/increase.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#list li a:link {
	color: #333333;
	text-decoration: none;
}
#list li a:visited {
	text-decoration: none;
	color: #333333;
}
#list li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#list li a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFF00;
}
#list #pachi {
	float: left;
	width: 270px;
	height: 540px;
}
#list #slot {
	float: right;
	width: 270px;
	height: 540px;
}
#footer {
	font-size: 9px;
	line-height: 30px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	float: left;
	text-align: right;
}
