﻿@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	font-size:11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.end{
	clear:both;
}

.container {
	width: 959px;
	background: #FFF;
	margin: 0 auto auto auto;
	overflow: hidden;
	border: #CCC 1px solid;
}

.sublist {
	background-color:#CCC;
	color:#000;
	padding:10px 0 10px 0;
	font-size:12px;
	border-left: 20px double #006;
	margin-bottom: 1px;
}

.category {
	color:#C00;
	clear:both;
	text-align:left;
	margin:0px;
	padding:18px;
	border-bottom:#666 1px dashed;
	font-size:12px;
	line-height: 1.8em;
}

.category a{
	color:#C00;
}
/* ~~ レイアウトに使用するカラムです。~~ */
.icons{
	clear:both;
	text-align:center;
	margin:0px 13px 13px 13px;
	border-bottom:#C00 dashed 1px;
	padding-bottom:10px;
}
.icons img {
	border:none;
	float:left;
}


.sidebar1 {
	float: left;
	width: 182px;
	background:#FFF;
}
.content {
	padding: 0 0;
	width: 775px;
	float: left;
	border-right: #CCC 1px solid;
}

.content .itemborder {
	border:#CCC 1px dotted;
}
.content table {
	font-size:12px;
	color:#333;
}

.series {
		margin-bottom:15px;
		border-bottom:1px #CCC solid;
		border-top:1px #CCC solid;
		}

.ring {
		width:102px;
		color:#009;
		font-weight:600;
		margin:auto;
	}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content h1 {
	font-size:1.5em;
	background-color:#EEE;
	color:#006;
	padding:5px;
	margin: 0px;
	text-align:left;
}

.content h2 {
	font-size:0.8em;
	background-color:#EEE;
	color:#006;
	padding:5px;
	margin: 0px;
	text-align:left;
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 1px; 
	font-size: 12px;
}
ul.nav li {
	border-bottom: 1px solid #FFF; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited {
	font-size:11px;
	padding: 10px 0 10px 30px;
	display: block;
	width: 148px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #BBB;
	color:#006;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #333;
	background-color: #CCC;
	text-decoration:underline;
}


td.line {
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding-bottom:10px;
	padding-top:10px;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.items {
	width:130px;
	margin:auto;
}

.itempict{
	width:60px;
	float:left
}

#footer {
	width: 900px;
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#footer address {
	font-size:11px;
	color:#C00;
}
.list_title_icon {
	text-align:left;
/*	border-left:20px double #006;*/
	background-color:#EEE;
	color:#333;
	font-size:12px;
	padding:10px 0 10px 0;
	text-align:center;
}

.list_title {
	text-align:left;
/*	border-left:20px double #006;*/
	background-color:#EEE;
	color:#333;
	font-size:12px;
	padding:10px 0 10px 0;
	text-align:center;
	margin-bottom: 1px;
}
