@charset "utf-8";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{ margin:0; padding:0; 
    font:normal 12px/1.8em Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka; }

/* 基本構造 */
html	{	}
body	{
	font-size:100%;
	color:#000000;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../img/all_bg.gif);
	repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
hr	{display:none;}

/* 見出し */
h1,h2,h3,h4,h5,h6	{
font-size:100%;
margin:0px;}
h1	{
font-weight:bold;
font-family:Geneva, Arial, Helvetica, san-serif;
font-size:250%;
color:#FFFFFF;
text-align:left;
padding:20px 0px 0px 30px;}
h2	{
	background-image: url(../img/h2.png);
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height: 15px;
	height: 15px;
	padding-left: 25px;
	margin-left: 0px;
	color: #dfedc6;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	vertical-align: middle;
	text-align: left;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfedc6;
	}
h2,h4	{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	letter-spacing: 0.3em;
	height: auto;
	color: #FFFFFF;
	border-bottom-width: 1px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
}

h4	{
	color: #FFFFFF;
	background-image: url(../img/h4.gif);
	padding-left: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #999999;
}
	
h5	{
	letter-spacing: 0.3em;
	line-height: 15px;
	height: auto;
	background-color: #000000;
	color: #ffffff;
	border-top-width: thin;
	border-bottom-width: thin;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	}
h6	{}
h6:first-letter {font-weight:bold;color:#FF0000;}
/* 段落 */
p	{margin:0px;}

/* アンカー/下はメニュー部分 */
a {
	color:#dfedc6;
}
a:link {
	text-decoration: none;
	color:#dfedc6;
}
a:visited {
	text-decoration: none;
	color:#dfedc6;
}
a:hover {
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#dfedc6;
}

#FOOTERMENU li a{
	color:#dfedc6;
	text-decoration:none;
	padding-right: 1px;
	padding-left: 1px;
}

#FOOTERMENU li a:link,#menu li a:visited{ color:#dfedc6; }
#FOOTERMENU li a:hover{
border-bottom:1px solid #dfedc6;}


/* 強調・追加・削除 */
em	{font-weight:bold;color:#669999;}
strong	{
font-size:100%;
font-weight:bold;
color: #000000;
border-bottom:2px solid #dfedc6;}
}
ins	{text-decoration:underline;}
del	{color:#888;}

/* フォーム */

input	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
	}
	input#TEXT	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
	input#CHECKBOX	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
	input#RADIO	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
	input#BUTTON	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
textarea	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
select	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
option	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}
optgroup	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #dfedc6;
}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:disc; }
	
dl	{margin:5px;}
dt	{
	font-size: 100%;
	color: #dfedc6;
	padding-left: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
dd	{
	font-size: 90%;
	padding-left:5px;
	margin-left:10px;
	border-left:1px solid #dfedc6;
}

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

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

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

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{margin:0px;}

div#PAGETOP	{
	text-align:left;
	width:840px;
	height: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


div#HEADER	{
	width:840px;
	height:400px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border:1px solid #dfedc6;
}


div#KIZI {
	margin:0px;
	width:840px;
	height: 150px;
}

div#LEFT_KIZI {
	margin-top: 5px;
	width:530px;
	height: 140px;
	float: left;
}
div#RIGHT_KIZI {
	margin-top: 5px;
	width:280px;
	height: 140px;
	float: right;
}
div.newsarea {
	background-color: #e4f1f9;
	float: left;
	width: 530px;
	height: 125px;
	overflow: auto;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:1px solid #dfedc6;
	display: inline;
}
div.pickuparea {
	float: right;
	width: 267px;
	height: 130px;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	overflow: auto;
	margin-top: 245px;
	margin-bottom: 25px;
	margin-left: 545px;
	margin-right: 28px;
	display: inline;
}
div.loginarea {
	background-color: #e4f1f9;
	float: right;
	width: 280px;
	height: 80px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:1px solid #dfedc6;
	display: inline;
	text-align: center;
}

div.linkarea {
	float: right;
	width: 290px;
	height: 40px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	text-align: left;
}



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

img.photo {
	border: 5px solid #dfedc6;
	margin: 0px;
	padding: 0px;
}


div#FOOTER	{
	text-align:center;
	color:#FFFFFF;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
	#FOOTER	ul	{ list-style:none; }
	#FOOTER	li	{
	list-style:none;
	display:inline;
	font-size: 80%;
	font-family: "メイリオ", "Century Gothic", Times, serif;
}
	#FOOTER	a	{ text-decoration:none; display:inline;}
	#FOOTER address { display :inline; }

ul#PAN	{
padding:0px;
margin-left:20px;
clear: both;}
#PAN ul {
list-style:none; }
#PAN li {
list-style:none; 
display:inline;
margin-left:5px;}
#PAN a {
text-decoration:none;
display:inline;
padding-right:20px;
background:url("../img/point.gif") no-repeat 100% 50%;}

/*コンテンツ毎設定*/

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

