
body	{
	background-color: white;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	}

/*　タイトルの整形　*/

.centerTitle	{
	text-align: center;
	}

/*　ニュースティッカー　*/

.news	{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	}
	
/*　段組　*/
#contents	{
	text-align: left;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
#idxContent	{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
.kiri	{
	clear: both;
}
/*　イメージを左へ　*/

div.leftImg	{
	float: left;
	padding: 5px;
	}
img.shadow	{
	margin: 5px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	}

#info	{
	display: none;
	font-size: 14px;
	line-height: 2.0;
	color: #333;
	padding: 15px;
	}

/*　リンク色の調整　*/
	
a:link {
	color: #003d8a;
	}
a:visited{
	color: dodgerblue;
	}
a:active{
	color: orangered;
	}


/*　ヘッドライン　*/
h1.hiroba	{
	font-size: 13px;
	color: #03c;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: center;
	}
h2	{
	font-size: 14px;
	font-weight: 900;
	margin-top: 0pt;
	margin-bottom: 3px;
	}

/*　フォントいじり　*/
.oomoji{font-size: 150%;
	color: #000000;}
.komoji{
	font-size: 80%;}
.hutoji	{	font-weight: 900;	}.hutodai	{	font-weight: 900;	font-size: large;	}.hutosho	{	font-weight: 900;	font-size: small;	}.doyo	{	 color: lightseagreen;		}.niti	{	 color: red;		}

/* 表みたいなやつ */

.flo	{
	 float: left;
	 width: 100px;
	 font-weight: bold;
	 margin-bottom: 5px;
	 text-align: right;
		}
.flom	{
	 margin-left: 105px;
	 margin-bottom: 5px;
		}

/*　引用の整形　*/
blockquote{	 padding-left: 55px;	 margin: 10px;	 font-size: 12px;	 color: #666;	 background: url("../images/parts/blockquote.gif") top left no-repeat;	 line-height: 1.4;		}
cite	{
	text-align: right;
	}
/*　イメージについて　*/
img	{
	border: none;
}
img.naka{
	vertical-align: middle;
	}

/*　リストの整形　*/
ul	{
	list-style-image: url("../images/parts/kuroten.gif");
	color: #333;
	}

ul.tama	{	 list-style-image: url("images/parts/link_ten.gif");
	 position: relative;		}


/*　ポップアップ内文書の整形　*/
.mado	{
	float: left;
	width: 340px;
	margin: 10px 0px;	
	padding-right: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border-right: #ccc solid 1px;
	}
.mado h2	{
	font-size: 18px;
	color: firebrick;
	}
.mado2	{
	float: left;
	width: 540px;
	margin: 10px 0px;	
	padding-right: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border-right: #ccc solid 1px;
	}
.mado2 h2	{
	font-size: 18px;
	color: firebrick;
	}
.kesi	{
	display: block;
	}
.rightAd	{
	float: right;
	width: 240px;
	margin-top: 20px;
	padding-left: 5px;
	}
.data	{
	text-align: right;
	font-size: 12px;
	color: #06c;
	margin-bottom: 1em;
	}
.kijiBox	{
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	}

td.hei	{
	width: 60px;
	 font-weight: 900;
	 font-size: normal;
	 background-color: tan;
	 vertical-align: top;
	 text-align: center;
		}
td.bei	{
	 background-color: beige;
		}

/*　フッタさん　*/
div.footer	{
	clear: both;
	width: 600px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	border-top: 1px solid #666;
	}
div.footer ul	{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
div.footerBox	{
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-left: 5px;
	color: #000;
	text-align: left;
	}
div.footerBox a	{
	text-decoration: none;
	}
div.footerBox a:link	{
	color: #333;
	}
div.footerBox a:visited	{
	color: #666;
	}
div.footerBox a:hover	{
	color: #ccc;
	}

address	{
	clear: both;
	font-size: 12px;
	font-style: normal;
	color:#666;
	}
dl	{
	line-height: 100%;
	}
dt	{
	font-weight: 900;
	}
dd	{
	margin-bottom: 20px;
	}
