@charset "Shift_Jis";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
	}

/*基本指定*/
html{height:100%;}
body{ font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif; color:#797979; font-size: 0.9em !important; line-height:1.6em; text-align:center; background-color:#fff; }
a{color:#AAA;  text-decoration:none;}
a:hover{color:#f90; text-decoration:underline;}
hr{display:none;}
h1{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:2.5em;  font-weight:normal;}
h2{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.5em;  font-weight:normal}
h3{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:1.2em;  font-weight:normal;}
h4, h5, h6{ font-size: 1.2em; font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif; font-weight:normal; }
p{}/*指定なし*/
ul{list-style-position:inside;}
ul li{list-style-type:square;}
ol{list-style-position:inside;}
ol li{list-style-type:upper-alpha;}
dl{}/*指定なし*/
dt{margin:5px 0;padding:5px 0 5px 5px;border-left:5px solid #fd4;}
dd{margin:5px 0;}
blockquote{padding:5px;border:double 1px #aaa;background-color:#cfd0d9;}
blockquote:hover{}/*指定なし*/
form{}/*指定なし*/
fieldset{border:none;}
legend{display:none;}
input{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.3em;  border:solid 1px #aaa;}
textarea{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.3em;  border:solid 1px #aaa;}
select{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.3em;  border:solid 1px #aaa;}
input:focus, textarea:focus, select:focus{}/*指定なし*/
address{font-style:normal;}

/*各ID*/
div#TOP{
	margin:					0 auto;
	width:					650px;
	background-image:		url(../img/bg.png);
	background-repeat:		repeat-y;
	background-position:	50% 0;
	}

div#CONTAINER{
	width:					650px;
	}
	

/*ヘッダーの指定*/
div#HEADER{
	width:					650px;
	text-align:				left;
	background-image:		url(../img/title_top.png);
	background-repeat:		no-repeat;
	background-position:	0 0;
	}
h1#name{
	width:					650px;
	height:					120px;

	padding:				30px 0 0 20px;
	background-image:		url(../img/title_under.png);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	letter-spacing:			0.1em;
	}
h1#name a{
	color:					#777;
	}
h1#name a:hover{
	color:					#f90;
	}
	
/*ナビゲーションの指定*/
ul#NAVI{
	height:					40px;
	padding:				0 0 0 9px;
	background-image:		url(../img/navi_bg.png);
	background-repeat:		no-repeat;
	background-position:	0 0;
	}
li.navi_path{
	list-style-type:			none;
	float:					left;
	line-height:				40px;
	}
li.navi_path a{
	display:					block;
	padding:				0 15px;
	color:					#6cf;
	line-height:				40px;
	}
li.navi_path a:hover{
	color:					#FFF;
	text-decoration:			none;
	background-image:		url(../img/navi_on.png);
	background-repeat:		repeat-x;
	}
	
li.navi_path#IN a{
	background-image:		url(../img/navi_in.png);
	color:		#fff
	}


/*トピックの指定*/
div#TOPIC{
	clear:					both;
	float:					left;
	width:					150px;
	text-align:				center;
	}
h2.topic_title{
	width:					150px;
	height:					30px;
	padding:				0 0 5 5px;
	color:					#fff;
	line-height:				30px;
	background-image:		url(../img/topic_title.png);
	}
ul.topic{
	list-style-position:		inside;
	}
li.topic_list{
	list-style-type:			none;
	display:					inline;
	}
li.topic_list a{ display:					block; width:					150px; padding:				0 0 8 0px; line-height:				30px; background-image:		url(../img/topic_list.png); }
li.topic_list a:hover{ color: #f90; text-decoration:			none; background-image:		url(../img/topic_list_hover.png); }


/*コンテンツの指定*/
div#CONTENTS{
	float:					right;
	width:					499px;
	text-align:				left;
	background-image:		url(../img/contents_bg.png);
	background-repeat:		repeat-y;
	}
div.contents{
	margin:					25px 10px 15px 25px;
	}
h2.contents_title{
	margin:					10px 0 20px;
	padding:				5px;
	color:					#f90;
	letter-spacing:			0.2em;
	}

h2.contents_title:first-letter{
	margin:					0 7px 0 0;
	padding:				6px;
	font-size:				1.2em;
	font-weight:				bold;
	color:					#fff;
	background-color:		#f90;
	}

h3.subtitle{
	margin:					15px 0;
	padding:				5px;
	border-left:				5px solid #fd4
	}
div.scroll_area{
	overflow:				auto;
	height:					150px;
	margin-right:		20px
	}
ul.top{
	margin-top:				20px;
	text-align:				right;
	padding-right:		15px
	}
li.page_top{
	list-style-type:			none;
	}

/*----index----*/	
.index	{margin-left:auto;
	 margin-right:auto;
	 text-align:center}

.index td	{width:100px;
	 height:110px;
	 vertical-align:top}

.index img	{margin-bottom:5px;
	 border:none}

.index a	{font-size:12px;
	 font-weight:bold;
	 color:#777777;
	 text-decoration:none}

.index a:hover	{color:#6cf}


/*フッターの指定*/
div#FOOTER{
	clear:					both;
	padding:				10px 0 20px 0;
	color:					#83d5d5;
	background-image:		url(../img/bg.png);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	}
div.footer_menu{
	text-align:				center;
	}
div#FOOTER address{
	display:					block;
	}
ul.footer{
	display:					inline;
	}
li.footer_list{
	display:					inline;
	list-style-type:			none;
	margin-left:				5px;
	}

/*テンプレ用指示*/
ul.newspaper{list-style-type:none;  margin:10px 0;}
li.newspaper_list{display:inline;  margin-right:10px;}