@charset "UTF-8";
/* ページ全般 */
html, body {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic" , "Osaka";
	font-size: 14px;
	color:#444;
	background-color: #d6d2c5;
	line-height: 140%;
}
* {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
li{
	list-style: none outside;
}
img {
	border-width: 0;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* リンク(基本) */

a:link {
	color:#163ba0;
}
a:visited {
	color:#7a327a;
}
a:hover,
a:active {
	color:#333;
}
div#header_left a,
div#header_right a,
div#footer_part a{
	color:#444;
}

/* フォント h1 h2 h3 */
h1#h1title{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
h2.h2title{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
h2.h2ct{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
h3.h3title{
	margin: 0;
	display:inline;
	font-size: 16px;
	font-weight: bold;
}
span.rss_no{
	font-size: 18px;
	font-weight: bold;
}
span.nolink{
	color:#163ba0;
	text-decoration: line-through;
}
span.noscript{
	font-weight: bold;
}
span.bold{
	font-weight: bold;
}
span.bold_red{
	color: red;
	font-weight: bold;
}
span.red{
	color: red;
}
span.link_exchange{
	font-size: 13px;
	color: #669966;
}
span.link_new{
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
}
span.m_url{
	font-size: 14px;
}

/* 全体の構成 paddingで余白をとっているのはIE6バグ回避 */
div#total_width {
	width: 1000px;
	margin:0px auto 0px auto;
	padding: 0px;
	background-color: #f4f2e8;
}
div#center_pdd { /* 左右の余白を作る */
	width: 976px;
	margin:0px auto 0px auto;
	padding:18px 12px;
	background-color: #f4f2e8;
}

/* ヘッダー */
div#header_box {
	width: 1000px;
	margin:0px auto 0px auto;
	background-color: #ffffff;
	background-image: url(/img/common/h_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div#header_404 {
	width: 1000px;
	margin:0px auto 0px auto;
	background-color: #ffffff;
}
div#header_title {
	padding:10px 20px 8px 30px;
	font-size: 18px;
}
div#header_subtitle {
	padding:0px 40px 8px 40px;
	font-size: 14px;
}
div#header_right {
	padding:0 24px 0 12px;
	font-size: 14px;
	float: right;
	position: relative;
}
div#header_left {
	padding:0px 24px;
	font-size: 14px;
	float: left;
	position: relative;
}
#header_right li {
	margin: 0 0 0 18px;
	display: inline;
}
#header_left li {
	margin: 0 18px 0 0;
	display: inline;
}

/* コンテンツフッター */
div#footer_part {
	clear: both;
}
div.contents_right {
	padding: 6px 12px 0px 12px;
	text-align: right;
}
div.contents_right li {
	margin: 0 0 0 18px;
	display: inline;
}

/* フッター */
div#footer_box {
	width: 1000px;
	margin:0px auto 0px auto;
	padding:6px 0px;
	clear: both;
	text-align: left;
	background-color: #ffffff;
}
div#footer_right {
	padding: 0px 24px 0px 12px;
	font-size: 14px;
	text-align: right;
}

/* コンテンツ */
/* IE6のバグ padding-bottom と border-left を同時に指定しないこと border-bottomが 1px以上ならOK */
div.contents {
	padding: 24px 16px 32px 16px;
	background-color: #ffffff;
	font-size: 16px;
	text-align: left;
	line-height: 160%;
}
div.contents_border {
	border:solid 2px #a39c85;
	background-color: #ffffff;
}
div.contents_margin {
	margin: 0px 6px 12px 6px;
}
div.list_padding {
}
div.center {
	text-align: center;
}
div.clear {
	clear:both;
}
div.contents_title {
	padding:3px 8px 3px 20px;
	background-color: #eae8e1;
	text-align: left;
}
div.contents li {
	margin: 6px 0;
}
/* その他リスト */
ul.link_inline li {
	margin: 4px 18px 4px 0;
	display: inline;
}
/* 注意書き */
div.note {
	margin: 18px 0;
	padding:12px;
	border: 1px #cccccc solid;
	background-color: #eee;
}
div.note_white {
	margin: 18px 0;
	padding:12px;
	border: 1px #aaa solid;
	background-color: #fff;
}
div.note_margin {
	margin: 18px 0 60px 0;
	padding:12px;
	border: 1px #cccccc solid;
	background-color: #eee;
}
/* トピックス */
div.topics{
	padding: 18px 16px;
	font-size: 16px;
	text-align: center;
}
div.topics_right {
	padding:0 0 0 18px;
	font-size: 14px;
	float: right;
	position: relative;
}
/* 広告 */
div.adv336_280{
	width:336px;
	height:280px;
}
div.adv728_90{
	width:728px;
	height:90px;
	margin:0 auto;
}
div.adv250_250{
	height:250px;
}
div.adv300_250{
	height:250px;
}
div.amazon {
	padding: 6px 12px;
}

/* サブ */
div.sub_title {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #eae8e1;
}
div.sub {
	margin: 0px;
	padding: 8px;
	background-color: #ffffff;
}
div.sub li {
	padding: 2px 0 2px 0;
}

/* 画像用余白 */
div.img_pdd{
	padding: 24px 0;
}
div.img_pdd_bottom{ /* bottomに余白 */
	padding: 0 0 24px 0;
}
div.img_note {
	padding: 18px 0px 60px 0px;
}
div.img_note_bottom { /* bottomに設置 */
	padding: 18px 0px 18px 0px;
}
/* ページガイド カテゴリー */
ul#category,
ul.paging{
	padding: 0 2px 4px 2px;
}
ul#site_timeline{
	padding: 0 2px 0 2px;
}
ul#category li{
	overflow:hidden;
	width:16.666%;
	float:left;
}
ul#site_timeline li{
	overflow:hidden;
	width:25%;
	float:left;
}
ul#category li a, ul.paging li a, ul#site_timeline li a{
	margin: 0 4px 8px 4px;
	line-height:30px;
	height:30px;
	font-size: 16px;
	background: #eae8e1;
	border:solid 2px #a39c85;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	display:block;
	text-decoration: none;
	color:#444;
}
ul#category li.selected a, ul.paging li.selected a, ul#site_timeline li.selected a{
	margin: 0 4px 8px 4px;
	line-height:30px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	background: #668866;
	border:solid 2px #a39c85;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	display:block;
	text-decoration: none;
	color: #fff;
}
ul.paging li{
	overflow:hidden;
	width:25%;
	display:block;
	float:left;
}
ul.paging li a{
	margin: 0 4px 8px 4px;
	line-height:24px;
	height:24px;
	font-size: 14px;
	background: #eae8e1;
	border:solid 2px #a39c85;
}
ul.paging li.selected a{
	margin: 0 4px 8px 4px;
	line-height:24px;
	height:24px;
	font-size: 14px;
}
ul#category li.other a{
	background: #f9f9e8;
}
ul#category:after,
ul.paging:after,
ul#site_timeline:after {
  content: "";
  clear: left;
  display: block;
}


/* リンク ブロックタイプ */
ul#category li a:hover,
ul.paging li a:hover,
ul#category li a:active,
ul.paging li a:active{
	font-weight: normal;
	color: #333333;
	background-color:#fff;
	text-decoration: none;
}
ul#category li.selected a:hover,
ul.paging li.selected a:hover,
ul#category li.selected a:active,
ul.paging li.selected a:active{
	font-weight:bold;
	color:#fff;
	background-color:#779977;
	text-decoration:none;
}
