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

/*IE7のみ適用*/  
*+html body { padding-left: 1px; }

/*IE6以前のみ適用*/  
* html body { padding-left: 1px; }

/* リンク(基本) */

a:link {
	color:#163BA0;
}
a:visited {
	color:#7A327A;
}
a:hover {
	color:#333333;
}
a:active {
	color:#333333;
}

/* リンク(メインコンテンツの小さい部分) */
div.mini_li a {
	text-decoration: none;
}
div.mini_li a:hover {
	text-decoration: underline;
}

/* リンク ブロックタイプ */

.tbl_ct a {
	margin: 0px;
	padding: 8px;
	display:block;
}
.tbl_ct a:hover {
	font-weight: normal;
	color: #333333;
	background-color:#d6d2c5;
	text-decoration: none;
}
.tbl_ct a:active {
	color: #333333;
	background-color:#d6d2c5;
	text-decoration: none;
}

.tbl_pg a {
	margin: 0px;
	padding: 7px;
	display:block;
}
.tbl_pg a:hover {
	font-weight: normal;
	color: #333333;
	background-color:#d6d2c5;
	text-decoration: none;
}
.tbl_pg a:active {
	color: #333333;
	background-color:#d6d2c5;
	text-decoration: none;
}

/* フォント h1 h2 h3 */

h1#h1title{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
h2.h2title{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
h2.h2ct{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
h3.h3title{
	margin: 0;
	display:inline;
	font-size: 16px;
	font-weight: normal;
}

span.rss_no{
	font-size: 18px;
	font-weight: bold;
}

span.noscript{
	font-weight: bold;
}
span.bold{
	font-weight: bold;
}
span.counter{
	font-size: 12px;
	color: #fffefe;
}

span.link_exchange{
	font-size: 13px;
	color: #669966;
}
span.link_new{
	font-size: 13px;
	color: #ff0000;
}
span.m_url{
	font-size: 14px;
}

/* 全体の構成 paddingで余白をとっているのはIE6バグ回避 */

div#total_width {
	width: 950px;
	margin:0px auto 0px auto;
	padding: 0px;
	background-color: #d6d2c5;
}
div#center_pdd { /* 左右の余白を作る */
	width: 914px;
	margin:0px auto 0px auto;
	padding:18px 0 0 0px;
}
div#footer_part {
	width: 914px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

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

/* フッター */
div#footer_box {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding:4px 0px 8px 0px;
	text-align: left;
	background-color: #ffffff;
}
div#footer_right {
	padding: 0px 18px 0px 18px;
	font-size: 14px;
	text-align: right;
}

/* コンテンツ */
/* IE6のバグ padding-bottom と border-left を同時に指定しないこと border-bottomが 1px以上ならOK */
div.contents {
	margin: 0px;
	padding: 16px 16px 32px 16px;
	background-color: #ffffff;
	text-align: left;
}
div.contents_right {
	margin: 0px;
	padding: 6px 12px 18px 0px;
	text-align: right;
}
div.contents_border {
	margin: 0px 0px 12px 0px;
	border-width: 2px;
	border-color: #a39c85;
	border-style: solid;
	background-color: #ffffff;
}
div.center {
	text-align: center;
}
div.contents_title {
	margin: 0px;
	padding:3px 8px 3px 20px;
	background-color: #e5e3da;
	text-align: left;
}
div.contents_mini_ti {
	font-size: 14px;
	padding: 3px 18px;
	background-color: #e5e3da;
}
div.contents_mini_ti_white {
	font-size: 14px;
	padding: 3px 18px;
	background-color: #ffffff;
}

/* 広告 */
div.adv336 {
	width: 340px;
}

/* サブ */

div.sub_title {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #e5e3da;
}
div.sub {
	margin: 0px;
	padding: 8px;
	background-color: #ffffff;
}

/* リスト */

div.contents_li {
	padding: 12px 12px 12px 12px;
	background-color: #ffffff;
	text-align: left;
}
.contents_li li {
	margin: 0 18px 0 0;
	display: inline;
}
#header_right li {
	margin: 0 0 0 18px;
	display: inline;
}
.sub li {
	padding: 2px 0 2px 0;
}
.contents_right li {
	margin: 0 0 0 18px;
	display: inline;
}
div.mini_li {
	line-height: 130%; 
	font-size: 12px;
	padding: 3px 12px;
	background-color: #ffffff;
}
.mini_li li {
	margin: 0 6px 0 0;
	display: inline;
}

