/* CSS RULES */
* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}


body {
	font-size:14px;
	font-family : 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Arial', 'Gothic', 'sans-serif', 'Osaka';
	color:#333333;
	background-color:#FFFFFF;
	background-image: url("images/header_title.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding: 0px;
	text-align:center;
	margin: 0px auto 0px auto;

}

img {
	border:none;
	vertical-align:middle;
	padding: 0px;
	margin: 0px;
}

table {
	padding: 0px;
	margin: 0px;
}

p {
	margin:7px 5px;
	text-align:left;
}
caption{
	text-align:left;
	caption-side: top;
	font-size:85%;
	font-weight:bold;
	color:#333333;

}

/* アンカー */
a:link { color: #336699;} 
a:visited { color: #336699;} 
a:hover { color: #cccccc; }
a:active { color: #003366; } 


/* 見出し */
h1 {
	background-image: url(images/h1back.gif);
	background-repeat: no-repeat;
	font-size:140%;
	padding: 10px 0 0 30px;
	text-align: left;
	color: #ffffff;
	width:580px;
	height:50px;
}


h2 {
	background-image: url(images/h2back.gif);
	background-repeat: no-repeat;
	font-size:120%;
	padding: 3px 5px 3px 5px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	color: #003366;
}

h3 {
 	background:url(images/arrow08.gif) no-repeat top left;
	background-repeat: no-repeat;
	font-size:110%;
	padding: 3px 10px 3px 20px;
	margin: 3px 0px 3px 0px;
	text-align: left;
	color: #003366;
}

h4 {
	background-repeat: no-repeat;
	font-size:110%;
	padding: 3px 10px 3px 3px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	color: #003366;
	border-bottom:1px dotted #aaaaaa;
}



/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  line-height:0; 
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* 回り込み回避 */
.nofloat{
	clear:both;
}


/* 画像レイアウト */
.img_left{
	margin: 5px;
	float:left;
	text-align:center;
	font-size:85%;
}
.img_right{
	margin: 5px;
	float:right;
	text-align:center;
	font-size:85%;
}

.minitext{
	margin: 5px;
	padding:5px;
}

/*ページ共通---------------------------------------*/
.container{
	width:800px;
	margin: 0 auto;
	text-align:center;
}

/*ヘッダー ----------------------------------------*/

#header {
	width:800px;
	margin: 15px auto;
	text-align:center;
}

#hd_title_bnr {
	width:500px;
	height:80px;
	float:left;
	margin:10px 0px;
}


/*グローバルナビゲーション ----------------------------------------*/

#globalnav{
	width:100%;
	height:48px;
	border-bottom:5px solid #a9dbf3;
	clear:both;
}


/* コンテンツエリア 共通スタイル----------------------------------------*/

#contents {
	text-align:center;
	margin: 0px auto;
	padding-top: 0px;
}

#title {
	width:100%;
	height:50px;
	background-image: url(images/subpage_title_pankuzu.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
}

ul#submenu li {
	background: url(images/footer_head.gif) top left;
	background-repeat: no-repeat;
	padding:0px 20px 0px 20px;
}

ul#list li {
	background: url(images/arrow09.gif) top left;
	background-repeat: no-repeat;
	padding:0px 20px 0px 20px;
}


/* フッター 　----------------------------------------*/
#footer {
	width:100%;
	height:30px;
	background-color:#87cefa; 
	clear:both;
	text-align:center;
	margin : 0px auto 0px auto;
	padding :5px 0px;

}


ul#footerlink li {
	float: left;
	background: url(images/footer_head.gif) ;
	background-position: left;
	background-repeat: no-repeat;
	padding:0px 20px 0px 20px;
}
ul#footerlink a:link { color: #000000;}
ul#footerlink a:visited { color: #0000000;}
ul#footerlink a:hover { color: #aaaaaa;}
ul#footerlink a:active { color: #000000;}

#copy{
	text-align:center;
	background: url(images/footer_back_copy.gif) ;
	background-repeat: repeat-x;
	width:100%;
	height:30px;
	float:left;
	clear:both;
	padding-top: 5px;
}

/*トップページ部品 ----------------------------------------*/

#top_img {
	width:800px;
	height:240px;
	background-image: url(images/top_img.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align:center;
	margin: 0px auto 0px auto;
}
#top_news_title{
	float:right;
	margin: 0px;
	width:300px;
	height:30px
}
#top_news{
	background-image: url(images/top_news_back.gif);
	float:right;
	margin: 0p;
}
#top_news_article{
	padding-top: 10px;
	background-attachment: fixed;
	overflow-y :auto;
	width:300px;
	height:170px;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #336666;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-highlight-color : #CCCCCC;
	scrollbar-shadow-color : #CCCCCC;
	scrollbar-track-color : #FFFFFF;
}

#top_news_data{
	float:left;
	width:25px;
	margin-left:10px;
}

#top_news_text{
	float:right;
	width:200px;
	text-align:left;
	margin-right:10px;
}

#top_contents01_right{
	text-align:left;
	float:right;
	width:580px;
	margin:20px 10px 10px 0px;
}

#articlebox{
	width:560px;
	text-align:left;
	}

#articlebox img{
	float:right;
	}

#articlebox_left{
	width:400px;
	float:left;
	}

#newstopic_news{
	float:left;
	background-image: url(images/news_news.gif);
	background-repeat: no-repeat;
	width: 580px;
	margin:5px 0px 0px 0px;
	/*border:1px solid #ff0000;*/
}

#newstopic_event{
	float:left;
	background-image: url(images/news_event.gif);
	background-repeat: no-repeat;
	width: 580px;
	margin:5px 0px 0px 0px;
	/*border:1px solid #ff0000;*/
}

#newstopic_date{
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 73px;
	/*border:1px solid #ff0000;*/
}

#newstopic_text{
	margin:0px 0px 0px 0px;
	/*border:1px solid #ff0000;*/
}

#top_contents01_left{
	float:left;
	text-align:left;
	width:200px;
	height:400px;
	margin:20px 0px 10px 0px;
}

#pickup{
	float:left;
	text-align:left;
	width:200px;
	height:77px;
	margin:10px 0px 5px 0px;

}
#top_contents01_text{
	margin:20px 0pc ;
}

#top_contents02{
	height:80px;
	margin:0 0 10px 0;
	padding:0px;
}


#top_contents03{
	width:100%;
	height:250px;
	background-image: url(images/top_contents03_back.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:10px 0;
}


#top_contents03_right{
	text-align:left;
	float:right;
	width:380px;
	margin:10px 0px;
}

#top_contents03_left{
	float:left;
	width:380px;
	margin:10px 0px;

}

#top_contents03_green{
	text-align:left;
	float:left;
	width:380px;
	height:150px;
	margin:10px 0;
	padding:10px 10px;
	background-color:#deeac8;
}
#top_contents03_orange{
	float:left;
	width:380px;
	height:150px;
	margin:10px 0;
	padding:0px 10px 10px 10px;
	background-color:#eae2c8;
}

#top_contents03_fukidashi{
	background-repeat: no-repeat;
	width:360px;
	padding:10px;
	background-color:#ffffff;

}
/*サブページ*/

#subpage_title{
	width:250px;
	float:left;
	text-align:left;
	margin: 0;
	padding:0;
}
#subpage_pankuzu{
	font-size:85%;
	width:530px;
	float:right;
	text-align:left;
	margin: 0;
	padding:13px 0 0 0px;
}

#subpage_leftmenu{
	float:left;
	width:250px;
	background-color:#f1f1f1;
}
/* サブメニュー 用スタイル*/
#subpage_leftmen ist{ 
	width:250px;
	text-align:left;
	padding-bottom: 10px ;
	min-height:15px;
	border-bottom: 1px dotted #aaaaaa;
	background: #f1f1f1;
}

ul#subpage_leftmenulist li {
 	list-style:none;
}

#leftmenulist_main  {
 	list-style:none;
	padding: 5px 0px 5px 10px;
	background: #eeeeee;
	font-size:110%;
	font-weight:bolder;
	
}
#leftmenulist_sub  {
	font-size:90%;
 	list-style:none;
 	background:url(images/arrow06.gif) no-repeat top left #fafafa;
	margin:0 10px;
	padding: 8px 0px 8px 25px;
	border-top: 1px dotted #aaaaaa;
}

#toptopics{
	width:360px;
	float:right;
	margin-right:10px;
}

#toptopics_list{
	width:360px;
	clear:both;
}

#toptopics_date {
	width:80px;
	float:left;
	padding-top: 4px;
}

#toptopics_text {
	width:275px;
	float:right;
	text-align:left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px dotted #cccccc;
}

/* サイトマップ Rules*/
ul#sitemaplist{
	width:250px;
	text-align:left;
	margin-top : 8px;
	margin-bottom : 8px;
	padding: 0px 10px 0px 10px;
}

ul#sitemaplist li {
	color:#ffffff;
 	background:#6699CC　　　 url(images/arrow08.gif) no-repeat center left;
	border-bottom: 3px solid #cccccc;
 	list-style:none;
	font-size:120%;
	padding: 3px 5px 2px 25px;
}
ul#sitemapsublist{
	width:250px;
	text-align:left;
	margin-top : 5px;
	margin-bottom : 5px;
	padding: 0px 10px 0px 10px;
}

ul#sitemapsublist li {
 	list-style:none;
 	background:url(images/page.gif) no-repeat center left;
	padding: 2px 5px 2px 25px;
}

p#sitemap_intro{
	width:230px;
	border-bottom: 1px solid #cccccc;
 	background:url(images/arrow02.gif) no-repeat center left;
 	background:#efefef;
 	font-weight:bold;
 	color:#666666;
	padding: 2px 10px 2px 10px;
}


#sitemaptable{
	margin-top:3px;
}

#sitemaptable td{
	background-image: url(images/tablebg.gif);
}

/* サブページ共通  ----------------------------------------*/

/* 2カラムレイアウト用*/

#subpage_left{ 
	width :180px; 
	float:left; 
	margin : 0px 0px 0px 20px;
	padding-right:0px;
	background:#fafafa;
	height:97%;
}

#subpage_right{ width : 570px; float:right;  margin:15px 20px 0px 0px;}


/* ページの先頭へ　ボタン*/

ul#pagebottom{
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	height:15px;
	padding: 3px 5px;
	margin:15px 0 15px 0;
}
#bottom_to_top {
 	background:url(images/arrow03.gif) no-repeat center left;
	text-align:right;
	float:right;
	font-size:90%;
	color:#6699bb;
	padding-left:15px;
}

#bottom_to_back{
 	background:url(images/arrow04.gif) no-repeat center left;
	float:left;
	clear:both;
	font-size:90%;
	color:#6699bb;
	padding-left:15px;
}

ul#pagebottom  a:link { color: #6699bb; text-decoration:none;}
ul#pagebottom   a:visited { color: #6699bb; text-decoration:none;}
ul#pagebottom   a:hover { color: #cccccc; text-decoration:none;}
ul#pagebottom   a:active { color: #6699bb; text-decoration:none;}


#go_titlelist {
	text-align:right;
	font-size:90%;
	color:#6699bb;
	border-bottom:1px dotted #cccccc;
	height:15px;
	padding: 3px 10px;
	margin:0px;
}


/* サブページ部品 */

/* テーブル */
table#basetable{
	margin: 10px 0px 10px 0px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

#basetable th {
	background-image: url(images/tablebg.gif);
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 3px 10px;
	text-align:left;
}

#basetable td {
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 3px 10px;
}

/* リスト*/
ul#baselist{
	text-align:left;
	margin-top : 0px;
	padding: 0px 10px 0px 10px;
}

ul#baselist li {
 	list-style:none;
 	background:url(images/arrow09.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
}

/* 画像装飾 */
#imgback_01{
	background-image: url(images/white_check.gif);
	padding: 2px;
	color:#333333;
	border: 2px solid #eeeeee;
}


/* 装飾テキスト */

div#article01{
	text-align:left;
	border-bottom:1px solid #cccccc;
	padding:10px 25px;
 	background:url(images/arrow06.gif) no-repeat top left #ebf5f8;
}
div#article02{
	text-align:left;
	border-bottom:1px solid #cccccc;
	padding:10px;
	margin:10px 0px;
 	background:#f1f1f1;
}
div#article03{
	text-align:left;
	padding:10px;
 	background:#f1f1f1;
}

/* 個別設定id */

