@charset "UTF-8";

/*
--------------------------------------------------------------------------
全般
--------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	font-size: 100%;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/*
--------------------------------------------------------------------------
コンテナブロック
--------------------------------------------------------------------------
*/

/* 全体のボックス */
#cb {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	border-top: 2px solid #f00;
}

/* テキスト部・ナビゲーション部のボックス */
#cbtexts {
	width: 840px;
	float: left;
	text-align: left;
}



/*
--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------
*/

#head {
	width: 1000px;
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
}

#head div#title {
	float: left;
	text-align: left;
}

/* 検索窓 ---------------------------------------- */

#head form {
	margin-top: 5px;
}

#head input {
	border: 1px solid #fcc;
	padding: 2px;
	font-size: 80%;
}

#head input.smt {
	border: none;
	color: #666;
	background-color: #fdd;
	padding-left: 1em;
	padding-right: 1em;
}

/* 追加文 ---------------------------------------- */

#head p {
	float: right;
}

/* 固定ページナビゲーション ---------------------------------------- */

#head ul.flist {
	clear: right;
	float: right;
	padding-top: 1em;
	list-style: none;
	font-size: 64%;
}

#head ul.flist li {
	display: inline;
	padding-left: 1em;
}

#head ul.flist li a {
	color: #666;
}

#head ul.flist li a:hover {
	color: #f00;
}

#head ul.flist li.act {
	color: #f00;
}

/* カテゴリーナビゲーション ---------------------------------------- */

#head ul.list1 {
	clear: both;
	padding-top: 1em;
	list-style: none;
	line-height: 2;
	text-align: left;
	font-size: 80%;
}

#head ul.list1 li {
	display: inline;
	white-space: nowrap;
	padding-right: 1em;
}

#head ul.list1 li a {
	color: #666;
}

#head ul.list1 li a:hover {
	color: #f00;
}

#head ul.list1 li.act {
	color: #f00;
}

#head ul.list1 li a.act {
	color: #f00;
}

/* ヘッダー終端 ---------------------------------------- */

#head hr {
	clear: left;
	clear: both;
	border-bottom: 1px solid #fcc;
}



/*
--------------------------------------------------------------------------
テキスト部
--------------------------------------------------------------------------
*/

#text {
	position: relative;
	z-index: 1;
	float: right;
	width: 600px;
	line-height: 2;
}

/* 左右余白 ---------------------------------------- */

#text h2, #text .sect {
	padding-left: 30px;
	padding-right: 5px;
}
#text h3, #text h4 {
	margin-left: -25px;
}
#text p#blist {
	padding-right: 5px;
}


/* タイトル・ブレッドリスト・概要 ---------------------------------------- */

#text h2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 172.8%;
	color: #f00;
}

#text p#blist {
	margin: 0;
	font-size: 64%;
	text-align: right;
}

#text #abstract {
	font-size: 90%;
	padding-left: 55px;
	padding-right: 55px;
}

/* セクション内 ---------------------------------------- */

#text .sect {
	padding-top: 1em;
	padding-bottom: 1em;
}

#text h3, #text h4, #text h5, #text h6, #text p, #text ul, #text ol, #text li, #text table {
	margin-top: 1em;
	margin-bottom: 1em;
}

#text li, #text li p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* ヘッドライン ---------------------------------------- */

#text h3{
	clear: right;
	border-bottom: 1px solid #f00;
	font-size: 120%;
	font-weight: bold;
	color: #f00;
}

#text h3 a {
	color: #f00;
}

#text h3 a:hover {
	text-decoration: none;
}

#text h4 {
	clear: right;
	color: #f00;
	font-size: 100%;
}

#text h5 {
	clear: right;
	color: #c00;
	font-size: 100%;
}

/* P, UL, OL ---------------------------------------- */

#text ul, #text ol {
	margin-left: 2em;
}

#text ul.em {
	font-size: 80%;
	color: #f00;
}

#text li p {
	margin-top: 0;
}

#text dt {
	color: #c00;
	font-weight: bold;
}

#text dd {
	margin-left: 3em;
}

/* ○○と同じ ---------------------------------------- */

#text .car {
	margin-left: -25px;
	padding-left: 25px;
	background-color: #fcf9f6;
	background-image: url("../imgw/i_car.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* 差し込み画像 ---------------------------------------- */

#text .ins-s {				/* 画像幅 240px */
	float: right;
	width: 270px;
}

#text .ins-b {				/* 画像幅 360px */
	float: right;
	width: 390px;
}

#text .ins-s p, #text .ins-b p {
	margin: 0;
	padding: 15px;
}

/* TABLE ---------------------------------------- */

#text table {
	border-collapse: separate;
	border-spacing: 0 1px;
}

#text th, #text td {
	border-spacing: 0;
	padding: 0.5em 1em;
	font-size: 80%;
}

#text th {
	background-color: #fee;
	border-bottom :1px solid #fcc;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
}

#text td {
	background-color: #eee;
	border-bottom :1px solid #ccc;
}

#text td.nb {
	border: none;
	background-color: #fff;
}

#text td p {
	margin: 0;
}


/* FORM ---------------------------------------- */

#text input, #text textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font-size: 100%;
	background-color: #ffe;
}

#text select {
	border: 1px solid #ccc;
}

#text .smt {
	text-align: center;
}

#text .smt input {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	padding: 3px 6px;
	color: #00f;
	background-color: #fdd;
}

/* 条文表示 ---------------------------------------- */

#text div.text {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.5em;
	font-size: 80%;
}

#text div.text p.title {
	margin-bottom: 0;
}

#text div.text p.top {
	margin-top: 0;
}

#text div.text p.exp {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 1em;
}

#text div.text p.jou {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
}

#text div.text p.jount {
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
}

#text div.text p.gou {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3em;
	text-indent: -1em;
}

#text div.text p.gou1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4em;
	text-indent: -1em;
}

#text div.text p.gou2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5em;
	text-indent: -1em;
}

#text div.text p.gout {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
}

#text div.text table {
/*
	*border-collapse:collapse;
for IE6,7 
*/
	border-spacing: 0;
	margin: 0;
	margin-left: 1em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 100%;
}

#text div.text th, #text div.text td {
	border-spacing: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.25em;
	vertical-align: top;
	font-size: 100%;
}

#text div.text th {
	background-color: #fff;
	white-space: normal;
	text-align: left;
}

#text div.text td {
	background-color: #fff;
}



/* フォーラム用 ---------------------------------------- */

#text .topic {
	border: 3px double #fcc;
	padding: 0.5em;
}

#text .q {
	border: 3px double #ccc;
	padding: 0 0.5em;
}

#text .a {
	border: 3px double #fcc;
	padding: 0 0.5em;
}

#text p.goforum {
	font-size: 80%;
	text-align: center;
}

/* フォーラム一覧表示用 ---------------------------------------- */

#text ul.topics {
	margin-left: 0;
	list-style: none;
}

#text ul.topics li {
	margin: 0.5em 0;
	border-bottom: 1px dotted #ccc;
}

#text ul.topics li p {
	margin: 0 0.5em;
	text-align: right;
}

#text ul.pagelist {
	text-align: center;
	color: #666;
}

#text ul.pagelist li {
	display: inline;
	margin: 0 1px;
	border: 1px solid #ccc;
	padding: 0.25em 0.5em;
}

#text ul.pagelist li.skip {
	border-color: #fff;
}



/*
--------------------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------------------
*/

#navi {
	float: right;
	width: 240px;

}

/* 全般 ---------------------------------------- */

#navi a:hover {
	color: #f00;
}

#navi h2 {
	margin: 0;
	padding: 0.25em 0.5em;
	color: #fff;
	background-color: #f00;
	font-size: 100%;
}

#navi h2 a {
	color: #fff;
}

#navi h2 a:hover {
	color: #fff;
}

#navi h3 {
	margin: 0.5em 0;
	color: #f00;
	font-size: 80%;
}

#navi h3 a {
	color: #f00;
}

#navi h4 {
	margin: 0.5em 0;
	border-left: 0.5em solid #fcc;
	padding-left: 0.5em;
	font-size: 80%;
	color: #f00;
}

#navi h4 a {
	color: #f00;
}

#navi ul {
	margin-left: 2em;
	list-style: square;
	font-size: 80%;
	color: #f00;
}

#navi li {
	margin: 0.5em 0;
}

#navi li a {
	color: #666;
}

#navi li a.act {
	color: #f00;
}

#navi li.na {
	color: #666;
}

#navi li span {
	font-size: 80%;
	color: #666;
}

#navi p {
	margin: 0.5em 0.25em;
	font-size: 80%;
}

/* アカウント部 ---------------------------------------- */

#navi .account {
	text-align: center;
}

#navi .account ul {
	text-align: left;
}

#navi .account li {
	margin: 0;
	font-size: 80%;
}

#navi .account p.aboutentry{
	text-align: left;
	font-size: 80%;
}

#navi .account p.aboutentry span {
	color: #f00;
}

/* ログインフォーム ---------------------------------------- */

#navi form {
	margin: 0 6px;
	padding: 3px 0;
	font-size: 80%;
}

#navi form table {
	margin: 0 auto;
}

#navi form th, #navi form td {
	vertical-align: top;
	font-size: 80%;
}

#navi form th {
	font-weight: normal;
	text-align: right;
}

#navi form td {
	text-align: left;
}

#navi form input {
	font-size: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fcc;
	border-bottom : 1px solid #fcc;
	padding: 1px;
}

#navi form td.smt {
	vertical-align: middle;
}

#navi form .smt input {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #ccc;
	border-bottom : 2px solid #ccc;
	padding: 1px 3px;
	color: #00f;
	background-color: #fdd;
}

#navi hr {
	border-top: 1px solid #ccc;
	border-bottom : none;
}


/* 関連サイト ---------------------------------------- */

#navi ul.rws {
	margin-left: 0;
	list-style: none;
	text-align: center;
}

#navi ul.rws li {
	margin: 10px 0;
}



/*
--------------------------------------------------------------------------
Ads
--------------------------------------------------------------------------
*/

#ads {
	position: relative;
	z-index: 0;
	float: left;
	width: 160px;
	padding-bottom: 5px;
}

#ads div {
	padding-top: 5px;
}

#ads div.amazonads {
	margin: 5px auto 0 auto;
	border: 1px solid #f00;
	padding: 0;
	text-align: center;
}


/*
--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------
*/

#foot {
	clear: left;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	border-top: 2px solid #f00;
	font-size: 80%;
}

#foot p, #foot h2, #foot address {
	text-align: right;
}

#foot p {
	color: #f00;
}

#foot h2 {
	font-size: 100%;
	color: #000;
}

#foot p span {
	font-size: 110%;
	font-family: "Arial Black";
	color: #f00;
}

#foot address {
	font-style: normal;
}



/*
--------------------------------------------------------------------------
インデックスページ用
--------------------------------------------------------------------------
*/

#text #indexabs, #text .indexsect {
	padding-left: 30px;	/* 本文左右余白 */
	padding-right: 30px;
}

#text #indexabs {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

#text .indexsect {
	margin-top: 3em;
	margin-bottom: 3em;
}


#text .indexsect h2 {
	margin-right: -24px;	/* 本文左右余白 */
	margin-left: -24px;
	margin-top: 2em;
	border-bottom: 1px solid #f00;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #f00;
}

#text .indexsect h3 {
	color: #f00;
	border: none;
	margin-left: -24px;
	font-size: 100%;
}



/*
--------------------------------------------------------------------------
装飾用
--------------------------------------------------------------------------
*/

#text .spl {
	font-size: 10px;
}

#text .nmt {
	margin-top: 0;
}

#text .nmb {
	margin-bottom: 0;
}

#text img {
	border: 1px solid #fff;
}

.oms {
	font-size: 12px;
	color: #666;
}

.cnt {
	text-align: center;
}

.if {
	font-size: 80%;
	text-align: center;
}

.konkyo {
	font-size: 80%;
	color: #f66;
}

p.date {
	margin-right: 5px;
	font-size: 80%;
	color: #666;
	text-align: right;
}

.at {
	color: #f00;
	font-weight: bold;
}