/* HTML要素（一部#ID） */
*{
	margin:0;
	padding:0;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
}

/* 基本構造 */
hr	{display:none;}
html	{	}

/* 見出し */
h1,h2,h3,h4,h5,h6	{
font-size:100%;
margin:0px;}
h1	{
text-align:left;
padding:20px 0px 0px 30px;}
h2	{
	width:auto;
	font-size:180%;
	font-weight:bold;
	color: #FFFFFF;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding: 0px;
}
h3	{
	height: 25px;
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #333;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4	{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h5	{
	font-size: 110%;
	font-weight: bold;
}
h6	{}

/* 段落 */
p	{margin:10px;}

/* アンカー/下はメニュー部分 */
a:link,
a:visited,
a:active{
	color: #581601;
	font-weight: normal;
	text-decoration:underline;
}
a:hover{
	color: #bc2a21;
	font-weight: normal;
	text-decoration:underline;
}

img { border: none; }

	

/* 強調・追加・削除 */
em	{font-weight:bold;color:#669999;}
strong	{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
ins	{text-decoration:underline;}
del	{color:#888;}

/* フォーム */

input	{
	border:1px solid #d6c502;
	background-color: #d7cbc7;
	color: #300c01;
}
	input#TEXT	{border:1px solid #d6c502;}
	input#CHECKBOX	{border:1px solid #d6c502;}
	input#RADIO	{border:1px solid #d6c502;}
	input#BUTTON	{
	border:1px solid #d6c502;
	background-color: #d7cbc7;
	color: #300c01;
}
textarea	{border:1px solid #d6c502;}
select	{border:1px solid #d6c502;}
option	{border:1px solid #d6c502;}
optgroup	{border:1px solid #d6c502;}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:disc;margin:5px 0px 3px 20px; }
	
dl	{margin:10px;
}
dt	{
	color:#bc2a21;
	padding: 3px;
	font-size:90%;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc2a21;
}
dd	{
	font-size:90%;
	padding: 5px;
	margin: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #333333;
}

/* アドレス */
address	{font-style:normal;}

/* 引用（サンプルページ未記述） */
blockquote	{padding:5px;border:1px solid #666;background-color:#ccc;}

/* 物理要素（サンプルページ未記述） */
b	{font-weight:bold;}
i	{font-style:italic;}
big	{font-size:110%;font-weight:bold;}
small	{font-size:small;}
tt	{letter-spacing:2px;}

/* 各#ID＆.class */

body#INDEX	{
	margin: 0px;
}
div#HEADER	{
	width: 99%;
	height: 100px;
	background-image: url(../img/site_title.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.count {
float: right;
}

div#PAGETOP	{
	width: 1005px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.new {
	background-image: url(../img/new.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 30px;
}
.date {
	font-size:80%;
	text-align: right;
	margin-bottom: 10px;
}

.newstext {
	font-size:90%;
	text-align: left;
}


ul.modori li{ margin:0.1em 0 0 auto;
              padding:3px 5px 10px 0px;
              text-align:right;
              list-style-type:none; }		


div#FOOTER	{
	text-align:right;
	color:#FFFFFF;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
}
	#FOOTER	ul	{ list-style:none; }
	#FOOTER	li	{
	list-style:none;
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	widht; 1000px;
	height: 10px;
	line-height: 10px;
}
	#FOOTER	a	{ text-decoration:none; display:inline;}
	#FOOTER address { display :inline; }

h1,hr,#MENU h2,#FOOTER h2{ display:none;} 

