@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f8f8f8;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
	border: none;
}

ul,
li
{
	list-style: none;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #cc6666;
	text-decoration: none;
}

blockquote {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	font-size: 80%;
	background-color: #fdf5f5;
	border: double #b8aa95;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}


/* ---------- 枠組みの設定 ---------- */
.container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}

.container h1 {
	margin: 0;
	padding: 5px 0 5px 25px;
	font-size: 80%;
}


/* ---------- ヘッダーの設定開始 ---------- */

.header {
	width: 980px;
	height: 115px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 60px;
}

/* ---- MDA count ---- */

#header-under {
	margin-top: 32px;
	font-size: 12px;
}

#rss-banner {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

* html #rss-banner {
	margin-top: -2px;
}

*:first-child+html #rss-banner {
	margin-top: -2px;
}

#count {
	float: left;
}

#count p {
	display: inline;
}

* html #header-under {
	margin-top: 30px;
}

span.counter {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}

/* ---------- ヘッダーの設定終了 ---------- */


/* ---------- メインコンテンツの設定開始 ---------- */

.contents {
	margin: 0 0 20px 0;
	padding: 0;
	width: 740px;
	float: right;
}

.contents-header {
	width: 710px;
	height: 20px;
	margin: 0 20px 10px 10px;
	font-size:12px;
}

.contents-inner {
	margin: 0 20px 0 10px;
	padding: 0;
}

.contents-footer {
	width: 710px;
	height: 10px;
	margin: 0 0 15px 10px;
	clear: both;
}

.contents p {
	margin: 0;
	padding: 10px 10px 0 15px;
	font-size: 80%;
	line-height: 1.5;
}

.contents p.last {
	padding-bottom: 30px;
}

/* ---------- メインコンテンツ内h要素の設定開始 ---------- */

.contents h2 {
	margin: -5px 0 0 0;
	padding: 13px 0 15px 25px;
	background-image: url(images/contents_h2.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
}

.contents h3 {
	margin: 0 0 0 20px;
	padding: 8px 0 7px 10px;
	background-image: url(images/contents_h3.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
}

.contents h4 {
	margin: 15px 0 0 0;
	padding: 10px 0 5px 45px;
	background-image: url(images/contents_h4.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
}

.contents h5 {
	margin: 10px 0 0 0;
	padding: 6px 0 5px 45px;
	background-image: url(images/contents_h5.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
}

.contents h6 {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 45px;
	background-image: url(images/contents_h6.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
}

/* ---------- メインコンテンツ内h要素の設定終了 ---------- */


/* ---------- メインコンテンツ内リスト要素の設定開始 ---------- */

.contents ul {
	margin: 0;
	padding: 2px 0 2px 2px;
}

*:first-child+html .contents ul {
	width: 740px;
}

.contents ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 0px;
	font-size: 80%;
}

.contents ul li.toplist {
	float:left;
}

/* ---------- メインコンテンツ内リスト要素の設定終了 ---------- */


/* ---------- メインコンテンツ内テーブル要素の設定開始 ---------- */

.contents table.large {
	margin: 15px 0 0 0;
	padding: 0;
	background-image: url(images/table_bg.jpg);
	background-repeat: repeat-y;
}

.contents table.small-01 {
	margin: 5px 10px 0 10px;
	border-top: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

.contents table.small-01 td {
	text-align: center;
	font-size: 80%;
	border-bottom: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
}

.contents table.small-02 {
	margin: 10px 10px 0 10px;
}

.contents table.small-02 td {
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 70%;
	line-height: 1.5;
}

.table-footer {
	width: 710px;
	height: 10px;
	background-image: url('images/table_footer.jpg');
	background-repeat: no-repeat;
}

/* ---------- メインコンテンツ内テーブル要素の設定終了 ---------- */


/* ---------- パンくずリストの設定 ---------- */
.contents p.topic-path {
	width: 710px;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 70%;
}

/* ----- インフォメーション部分・h2要素の設定 ----- */
.contents div.info h2 {
	margin: 0 20px 0 10px;
	padding: 25px 0 19px 20px;
	background-image: url(images/info_title.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
}

/* ----- ページトップ案内の設定 ----- */
.contents p.pagetop {
	text-align: right;
	font-size: 70%;
}


/* ----- フッターナビの設定 ----- */
.contents p.footer-navi {
	margin: 0;
	padding: 0 0 0 10px;
	clear: both;
	text-align: left;
	font-size: 80%;
}

/* ---------- メインコンテンツの設定終了 ---------- */


/* ---------- サイドメニューの設定開始 ---------- */

.menu {
	margin: 0 0 20px 0;
	width: 240px;
	float: left;
}


/* ---------- サイト内検索の設定開始 ---------- */

.menu div.search h3 {
	margin: 0 0 0 20px;
	padding: 15px 0 10px 45px;
	background-image: url(images/search_title.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
}

.search form {
	margin: 0 0 0 20px;
	padding: 5px 0 0 10px;
	background-image: url('images/search_bg.jpg');
	background-repeat: repeat-y;
	font-size: 80%;
}

.search-footer {
	width: 220px;
	height: 10px;
	margin: 0 0 0 20px;
	background-image: url('images/search_footer.jpg');
	background-repeat: no-repeat;
}

/* ---------- サイト内検索の設定終了 ---------- */


.menu h3 {
	margin: 10px 0 0 20px;
	padding: 15px 0 9px 35px;
	background-image: url(images/menu_title.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
}

.menu p {
	margin: 0;
	padding: 0;
}


/* ---------- サイドメニュー内リスト要素の設定開始 ---------- */

.menu ul {
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0;
}

.menu li {
	width: 220px;
	height: 30px;
	float: right;
	overflow: hidden;
	color: #660000;
}

.menu li a {
	margin: 0;
	padding: 7px 0 0 35px;
	display: block;
	height: 30px;
	background-image: url('images/menu_li.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
	font-size: 80%;
}

.menu li a:visited {
	color: #333333;
	text-decoration: none;
}

.menu li a:hover {
	background-position: 0 -30px;
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------- サイドメニュー内リスト要素の設定終了 ---------- */


/* ---------- サイドメニューの設定終了 ---------- */


/* ---------- フッターの設定開始 ---------- */

.footer {
	width: 980px;
	height: 60px;
	clear: both;
}

.footer p {
	text-decoration: none;
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 80%;
	color: #000000;
}
.footer a {
	color: #000000;
}
/* ---------- フッターの設定終了 ---------- */

.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px;
	background-image: url('images/ul.gif');
	background-repeat: repeat-y
}

.tree li {
	font-size: 1em;
	font-weight:bold;
	margin: 0px;
	padding: 3px 0 3px 24px;
	list-style-type: none;
}

.tree li a {
	text-decoration:none;
	color:#000;
}

.tree li a:hover {
	text-decoration:underline;
}

.tree ul ul {
	background-position: -1px 15px;
	background-image: url('images/ul.gif');
	background-repeat: repeat-y;
}

.tree ul li {
	background-position: 0px 7px;
	background-image: url('images/li.gif');
	background-repeat: no-repeat;
}

.tree ul li a {
	font-weight:bold;
	text-decoration:underline;
}

.tree ul li a:hover {
	text-decoration:none;
}

.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('images/li.gif');
	background-repeat: no-repeat;
}

.tree ul ul li a {
	background-position: 0px 7px;
	font-size:1em;
	color:#666;
	text-decoration:none;
}

.tree ul ul ul li a {
	background-position: 0px 7px;
	font-size:0.8em;
	color:#999;
	text-decoration:none;
}

.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

.module-tagcloud .module-content .module-list li a {
	text-decoration:none;
}

.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 21px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 11px; }


/* ---- MDA ----------------------
------------------------------- */

/* --- sbm --- */

#sbm {
    float: left;
    font-size: 12px;
	padding: 10px 0px 5px 25px;
}

p.sbm_end {
	clear: both;
	margin-top: 5px;
}


/* --- tooltip --- */

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}


/* --- about --- */

dl.about-dl {
	margin-left: 50px;
	font-size: 13px;
}

dl.about-dl dt {
	font-weight: bold;
}

dl.about-dl dd {
	margin: 5px 0px 15px 20px;
}

ul.about-ul {
	margin-left: 40px;
}

ul.about-ul li {
	list-style-type: disc;
}

ul.static-list {
	margin-left: 30px;
}

ul.static-list li{
	list-style-type: disc;
	list-style-position: inside;
}


/* --- news --- */

dl.news-dl {
	margin-left: 30px;
	font-size: 13px;
}

dl.news-dl dt {
	float: left;
	clear: both;
	margin-right: 10px;
}


/* --- inquiry ---*/

#inquiry-form {
	font-size: 12px;
}

#inquiry-table, #inquiry-table tr, #inquiry-table td {
	border-collapse: collapse;
	border-spacing: 0;
}

#inquiry-table {
	margin: 10px 0px 10px 60px;
}

colgroup.inquiry-label {
	width: 150px;
	background-color: #F5EDC6;
}

colgroup.inquiry-value {
	width: 400px;
}

#inquiry-table td {
	padding: 10px;
	border: solid 1px #999999;
}

span.inquiry-red {
	color: #FF0000;
}

div#submit {
	text-align: center;
}

.error {
	color: #FF0000;
	font-size: 13px;
}


/* --- link --- */

table.link-table {
	font-size: 12px;
	width: 650px;
	margin: 20px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #999999;
}

colgroup.site-name {
	width: 200px;
}

colgroup.site-about {
	width: 450px;
}

table.link-table caption {
	padding-bottom: 5px;
}

thead.link-table-thead {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #F5EDC6;
}

thead.link-table-thead th {
	border: solid 1px #999999;
}

table.link-table td {
	padding: 10px;
	border: solid 1px #999999;
}

/* --- mail magazine --- */
div#mailmagazine {
	margin-left: 10px;
}


/* --- adsense --- */

.gad {
	margin: 5px 0 5px 10px;
}

/* --- search --- */

div.site-search p {
	margin: 10px 0 0 40px;
}


/* --- request --- */

#request-form {
	margin: 5px 0 0 30px;
}


/* --- mobile --- */

#mda-mobile {
	margin-top: 5px;
	margin-bottom: 10px;
}

#mobile-txt {
	float: left;
}

#qr {
	float: left;
	margin: 5px;
}

#urlsent-form {
	clear: both;
	margin: 5px 0 0 30px;
}


/* --- pager --- */

#pager {
	margin: 45px 0 15px 0;
	text-align: center;
}

* html #pager {
	line-height: 28px;
}

*:first-child+html #pager {
	width: 740px;
	line-height: 28px;
}

span.current_page {
	padding: 5px 10px;
	background-color: #FF0000;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 900;
}

a.link_page {
	margin: 0 5px;
	padding: 5px 10px;
	background-color: #999999;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

a.link_page:link {
	background-color: #999999;
	color: #FFFFFF;
}

a.link_page:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}


a.link_before,a.link_next {
	color: #999999;
	text-decoration: none;
}

a.link_before,a.link_next:link {
	color: #999999;
	text-decoration: none;
}

a.link_before,a.link_next:visited {
	color: #999999;
	text-decoration: none;
}

ul.mobile_viewer_img {
	margin: 10px 15px;
}

ul.mobile_viewer_img li {
	float: left;
	margin: 0 10px;
}

#jump_mobile{
	font-size:12px;
	margin:0 0 0 20px;
}