

/* 
	初期化 
----------------------------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }


/* 
	デフォルト設定
----------------------------------------------------------------------------- */
body {
	text-align: center;
/*	font-family: 'Verdana','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック'; */
	font-family: 'Verdana','MS Pゴシック';
	font-size: 12px;
	color: #333333;
	background: #242424 url("/images/03/bg_1.gif") 0 0 repeat-x;
}

a {
	color: #09a2c2;
	text-decoration: none;
}
a:hover {
	color: #066377;
}


/* 
	パンくず
----------------------------------------------------------------------------- */
div#topicPath {
	font-size: 10px;
	text-align: left;
	margin: 10px 20px 0;
	border: 1px solid #efefef;
	padding: 5px;
}
div#topicPath ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#topicPath ul li {
	display: inline;
}
div#topicPath ul li em {
	font-style: normal;
	font-weight: normal;
}

/* 
	ヘッダ設定
----------------------------------------------------------------------------- */
div#header {
	margin: 30px auto;
	width: 950px;
	text-align: left;
	color: #ffffff;
}
div#header h1 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
div#header p {
	margin: 0;
	padding-left: 5px;
}


/* 
	コンテンツ設定
----------------------------------------------------------------------------- */
div#contents {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	display: inline-block;
}
div#contents:after {
	content: "";
	display: block;
	clear: both;
}

div#large {
	width: 650px;
	float: right;
}

div#small {
	width: 230px;
	float: left;
}
p.top {
	clear: both;
	text-align: right;
	padding: 10px 20px 0 0;
	margin: 0;
}
p.top span.top_icon {
	font-size: 9px;
}

/* 
	メイン設定
----------------------------------------------------------------------------- */
div#main {
	background: #ffffff url("/images/03/bg_head.gif") 0 0 repeat-x;
	width: 650px;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
div#main h2 {
	background: url("/images/03/bg_head_lr.gif") right -450px no-repeat;
	min-height: 45px;
	font-size: 22px;
}
* html div#main h2 {
	height: 45px;
}
div#main h2 span {
	display: block;
	background: url("/images/03/bg_head_lr.gif") 0 -300px no-repeat;
	min-height: 25px;
	padding: 30px 0 0 20px;
}
* html div#main h2 span {
	height: 45px;
}
div#main p.credit {
	text-align: right;
	color: #999;
	font-size: 10px;
	padding-right: 20px;
	margin: 0;
}
div#main ul.data {
	list-style-type: none;
	padding: 5px 20px;
}
* html div#main ul.data {
	padding: 0;
}
div#main ul.data li {
	display: inline-block;
	margin: 10px 0 20px;
}
div#main ul.data li:after {
	content: "";
	display: block;
	clear: both;
}
div#main ul.data li div.content {
	float: left;
	width: 400px;
}
div#main div.detail {
	margin: 10px 0 20px;
	padding: 5px 20px;
}
div#main div.content p.item_category {
	font-size: 10px;
	margin: 0;
	color: #cccccc;
}
div#main div.content p.item_category a {
	color: #999999;
}
div#main div.content p.item_category a:hover {
	color: #666666;
}
div#main div.content h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
div#main div.content h4 {
	font-size: 16px;
	font-weight: normal;
	color: #438e9c;
	border-left: 2px solid #438e9c;
	padding: 3px 0 3px 10px;
}
div#main div.content dl {
	margin: 0;
	display: inline-block;
}
div#main div.content dl:after {
	content: "";
	display: block;
	clear: both;
}
div#main div.content dt {
	clear: both;
	background: url("/images/03/icon.gif") 0 0px no-repeat;
	padding-left: 10px;
	color: #438e9c;
}
div#main div.content dd {
	display: inline-block;
}
div#main div.content dd:after {
	content: "";
	display: block;
	clear: both;
}
div#main div.content dd p {
	margin-top: 0;
}
div#main div.content dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#main div.content dd ul li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
div#main div.content dd ul li:after {
	content: "";
	display: block;
	clear: both;
}
div#main ul.data li div.image {
	float: right;
	width: 180px;
}

/* 
	ページ切り替え設定
----------------------------------------------------------------------------- */
ul#paging {
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
	float: right;
	display: inline-block;
}
ul#paging:after {
	content: "";
	display: block;
	clear: both;
}

ul#paging li {
	display: inline;
	height: 25px;
	line-height: 25px;
	float: left;
}

ul#paging li.now_page {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: #ffffff url("/images/03/bg_page.gif") 0 0px no-repeat;
	margin: 0 5px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

ul#paging li a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: #ffffff url("/images/03/bg_page.gif") 0 -25px no-repeat;
	margin: 0 5px;
	text-align: center;
	font-size: 10px;
}


/* 
	サブ設定
----------------------------------------------------------------------------- */
div#sub {
	background: #ffffff url("/images/03/bg_head.gif") 0 0 repeat-x;
	width: 650px;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
div#sub h2 {
	background: url("/images/03/bg_head_lr.gif") 0 0 no-repeat;
	min-height: 45px;
	font-size: 22px;
}
* html div#sub h2 {
	height: 45px;
}
div#sub h2 span {
	display: block;
	background: url("/images/03/bg_head_lr.gif") right -150px no-repeat;
	min-height: 25px;
	padding: 30px 0 0 20px;
}
* html div#sub h2 span {
	height: 45px;
}
div#sub p.credit {
	text-align: right;
	color: #999;
	font-size: 10px;
	padding-right: 20px;
	margin: 0;
}
div#sub ul.data {
	list-style-type: none;
	padding: 5px 20px;
}
* html div#sub ul.data {
	padding: 0;
}
div#sub ul.data li {
	display: inline-block;
	margin: 10px 0 20px;
}
div#sub ul.data li:after {
	content: "";
	display: block;
	clear: both;
}
div#sub ul.data li p.note {
	font-size: 10px;
	margin: 0;
	color: #999999;
}
div#sub p {
	margin: 10px 20px;
}

/* 
	サイド設定
----------------------------------------------------------------------------- */
div.side {
	background: #ffffff url("/images/03/bg_side_head.gif") 0 0 repeat-x;
	width: 230px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.side h3 {
	background: url("/images/03/bg_side_head_lr.gif") right -50px no-repeat;
	min-height: 20px;
	font-size: 14px;
	font-weight: normal;
}
* html div.side h3 {
	height: 20px;
}
div.side h3 span {
	display: block;
	background: url("/images/03/bg_side_head_lr.gif") left 0 no-repeat;
	padding: 20px 10px 10px 10px;
}
* html div.side h3 span {
	height: 20px;
}
div.side_first h3 {
	background: url("/images/03/bg_side_head_lr.gif") right -150px no-repeat;
}
div.side_first h3 span {
	background: url("/images/03/bg_side_head_lr.gif") left -100px no-repeat;
}
div.side ul {
	margin: 0 10px 0 20px;
	padding: 0;
	list-style-type: none;
}
div.side ul li {
	background: url("/images/03/icon.gif") 0 0px no-repeat;
	padding-left: 10px;
	margin: 3px 0;
}
div.side dl {
	margin: 0 10px 0 20px;
}
div.side dl dt {
	background: url("/images/03/icon.gif") 0 0px no-repeat;
	padding-left: 10px;
	margin: 3px 0;
}
div.side dl dd {
	margin: 0 0 0 10px;
	font-size: 10px;
}

/* 
	エラー設定
----------------------------------------------------------------------------- */
div#error {
	margin: 0 auto 20px;
	background: #ffffff url("/images/03/bg_head.gif") 0 0 repeat-x;
	width: 950px;
	padding: 0 0 20px 0;
}
div#error h2 {
	background: url("/images/03/bg_head_lr.gif") right -450px no-repeat;
	min-height: 45px;
	font-size: 22px;
}
* html div#error h2 {
	height: 45px;
}
div#error h2 span {
	display: block;
	background: url("/images/03/bg_head_lr.gif") 0 -300px no-repeat;
	min-height: 25px;
	padding: 30px 0 0 20px;
}
* html div#error h2 span {
	height: 45px;
}

/* 
	フッタ設定
----------------------------------------------------------------------------- */
div#footer {
	margin: 0 auto;
	width: 950px;
	background: #ffffff url("/images/03/bg_head.gif") 0 0 repeat-x;
	padding: 0 0 20px 0;
}
div#footer p#copyright {
	background: url("/images/03/bg_head_lr.gif") 0 0 no-repeat;
	font-size: 10px;
	margin: 0;
}
div#footer p#copyright span {
	display: block;
	background: url("/images/03/bg_head_lr.gif") right -150px no-repeat;
	padding: 20px 0 0;
}
