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

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

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

/* リンク(基本) */
a:link {
	color:#163ba0;
}
a:visited {
	color:#661466;
}
a:hover {
	color:#333333;
}
a:active {
	color:#333333;
}

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

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

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

/* フォント h1 h2 h3 */

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

span.rss_no{
	padding: 3px 4px;
	font-size: 16px;
	font-weight: bold;
}

span.bold{
	font-weight: bold;
}
span.counter{
	font-size: 14px;
	color: #444444;
}
span.counter_hd{
	font-size: 12px;
	color: #ffffff;
}
span.link_exchange{
	font-size: 13px;
	color: #22aa22;
}
span.server{
	color: #22aa22;
}
span.link_new{
	font-size: 13px;
	color: #ff0000;
}
/* 全体の構成 paddingで余白をとっているのはIE6バグ回避 */

div#total_width {
	width: 900px;
	margin:0px auto 0px auto;
	background-color: #ffffff;
}
div#center_pdd {
	width: 864px;
	margin:0px auto 0px auto;
}
div#center_part {
	width: 864px;
	margin: 18px 0px 0px 0px;
	text-align: left;
}
div#footer_part {
	width: 864px;
	text-align: left;
	clear: both;
}

/* ヘッダー */
div#header_box {
	width: 900px;
	background-color: #ffdd00;
	color: #333333;
}
div#header_404 {
	width: 900px;
	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:0px 12px 0px 12px;
	font-size: 14px;
	color:white;
	float: right;
	position: relative;
}

/* ヘッダー リンク */
#header_right a {
	text-decoration: underline;
}
#header_right a:link {
	color:#333333;
}
#header_right a:visited {
	color:#333333;
}
#header_righta:hover {
	color:#333333;
}
#header_right:active a {
	color:#333333;
}

/* フッター */

div#footer_box {
	clear: both;
	padding:4px 0px 8px 0px;
	text-align: left;
	background-color: #ffdd00;
	color:#333333;
}
div#footer_right {
	padding: 0px 12px 0px 12px;
	font-size: 14px;
	text-align: right;
}

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

div.float_right {
	margin: 8px 12px 0px 0px;
	text-align: right;
	float: right;
	position: relative;
}

/* サブ */
div.sub_title {
	padding:2px 8px 2px 8px;
	background-color: #e5e0c3;
}
div.sub {
	padding: 8px;
	background-color: #ffffff;
}
div.sub_small {
	padding: 8px;
	background-color: #ffffff;
	font-size: 12px;
}

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

/* リスト */
#header_right li {
	margin: 0 0 0 18px;
	display: inline;
}
div.contents_li {
	padding: 12px 12px 12px 12px;
	background-color: #ffffff;
	text-align: left;
}
.contents_li li {
	margin: 0 20px 0 0;
	display: inline;
}
.contents_right li {
	margin: 0 0 0 20px;
	display: inline;
}

