@charset "Shift-jis";

@import url(menu.css);
@import url(styleBlock.css);

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* ページ全体
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #f0f0f0 url(../img/bg_body.gif) repeat-x;/* 背景変更 */
	color: #6e6e6e;
	  font-family: 'Universe','Lucida Grande','Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form {
	  font-family: 'Universe','Lucida Grande','Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#wrapper {
	width: 835px;
	margin: 0 auto;
}

img {
	border: none;
}


/* テーブルタグ装飾
------------------------------------------------------------ */

table {
	margin: 0;
	padding: 0;
}

table td {
	padding: 0;
	vertical-align: top;
}


/* リンクテキストの装飾
------------------------------------------------------------ */

a {
	color: #6e6e6e;
	text-decoration: none;
}

a:visited {
	color: #6e6e6e;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: none;
}


/* 全ての行間を詰める（行間リセット）
------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 100%;
}

hr {
    margin: 0;
    padding: 0;
    display: none;
}


/* リストタグ装飾
------------------------------------------------------------ */

ul {}

ol {}

li {}


/* ページの先頭に戻る
------------------------------------------------------------ */

.pagetop {
	text-align: right;
	margin-right: 15px;
}


/* 前のページに戻る
------------------------------------------------------------ */

.goback {
	text-align: right;
	margin-right: 15px;
}


/* ヘッダー装飾（サイトID部分）
------------------------------------------------------------ */

#header {
	position: relative;
	width: 835px;
	height: 90px;
	background: url(../img/bg_header.gif);
}

#headerlogo {
	padding: 0;
}

#header-inner {
	position: relative;
	width: 835px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header-inner h1 {
	padding: 21px 0 0 20px;	
}

#header-inner h2 {
	position:absolute;
	margin: 0;
	padding: 0;
	font-weight:normal;
	top: 36px;
	left:210px; 
}

#naviTop {
	position: absolute;
	display: block;
	width: 229px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 606px;
}
#naviTop ul {
	list-style-type: none;
	width: 229px;
	margin: 0;
	padding: 0;
	font-size: 9px;
}
#naviTop li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#naviTop li a {
	outline: none;
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -700em;
	text-decoration: none;
}
#naviTop .link1 a {
	width: 61px;
	background: url(../img/naviTop.gif) no-repeat left top;
}
#naviTop .link1 a:hover {
	background: url(../img/naviTop.gif) no-repeat left bottom;
}
#naviTop .link2 a {
	width: 56px;
	background: url(../img/naviTop.gif) no-repeat -61px top;
}
#naviTop .link2 a:hover {
	background: url(../img/naviTop.gif) no-repeat -61px bottom;
}
#naviTop .link3 a {
	width: 53px;
	background: url(../img/naviTop.gif) no-repeat -117px top;
}
#naviTop .link3 a:hover {
	background: url(../img/naviTop.gif) no-repeat -117px bottom;
}
#naviTop .link4 a {
	width: 59px;
	background: url(../img/naviTop.gif) no-repeat -170px top;
}
#naviTop .link4 a:hover {
	background: url(../img/naviTop.gif) no-repeat -170px bottom;
}
/* 
#naviTop {
	position: absolute;
	display: block;
	width: 171px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 664px;
}
#naviTop ul {
	list-style-type: none;
	width: 171px;
	margin: 0;
	padding: 0;
	font-size: 9px;
}
#naviTop li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#naviTop li a {
	outline: none;
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -700em;
	text-decoration: none;
}
#naviTop .link1 a {
	width: 61px;
	background: url(../img/naviTop.gif) no-repeat left top;
}
#naviTop .link1 a:hover {
	background: url(../img/naviTop.gif) no-repeat left bottom;
}
#naviTop .link2 a {
	width: 56px;
	background: url(../img/naviTop.gif) no-repeat -61px top;
}
#naviTop .link2 a:hover {
	background: url(../img/naviTop.gif) no-repeat -61px bottom;
}
#naviTop .link3 a {
	width: 54px;
	background: url(../img/naviTop.gif) no-repeat -117px top;
}
#naviTop .link3 a:hover {
	background: url(../img/naviTop.gif) no-repeat -117px bottom;
}
*/

#textSize {
	position: absolute;
	display: block;
	width: 140px;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 38px;
	right: 15px;
}
		
#textSize td img {
	margin: 0;
	padding: 0;
}


#head-btn {
	position: absolute;
	display: block;
	width: 311px;
	height: 35px;
	margin: 0;
	padding: 0;
	top: 41px;
	left: 524px;
	text-align: right;
}

#head-btn ul {
	margin: 0;
	padding: 0;
}
	
#head-btn li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
		
.h-btn01 a {
	width: 153px;
	margin: 0 5px 0 0;
	padding: 0;
}
		
.h-btn02 a {
	width: 153px;
	margin: 0;
	padding: 0;
}


/* navi装飾
------------------------------------------------------------ */

#navi {
    position:relative;
	width: 835px;

	background: url(../img/bg_footNavi.gif);
}

#navi ul {
/* 	position:absolute; */
	list-style: none;
	width: 835px;
	left: 0;
	margin: 0;
	padding: 0;

}

#navi ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#navi ul li a {
  margin: 0;
  padding: .5em 20px .5em 20px;
  display: block;
  background: url(../img/navi_bg_li.gif) no-repeat left center;
}

#navi a:hover {
  background: url(../img/navi_bg_li.gif) no-repeat -500px center;
  text-decoration: none;
}


/* パンくずナビ
------------------------------------------------------------ */

#bread {
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/bg_bread.gif) no-repeat top;
}

#bread-inner {
	margin: 0;
	padding: 7px 0 5px 20px;
	font-weight: bold;
}
/*
#bread p {
	margin: 0;
	padding: 7px 0 5px 20px;
	background: url(../img/bg_bread.gif) no-repeat top;
	font-weight: bold;
}
*/

#bread-none {
	margin: 0;
	padding: 0;
	background: url(../img/bg_bread_none.gif) no-repeat top;
}


/* メインビジュアル
------------------------------------------------------------ */

#visualmain {
	padding-top: 2px;
/*	height: 250px;*/
	background: url(../img/bg_visualmain.gif) bottom;
}


/* レイアウト、主要デザイン
------------------------------------------------------------ */

#container {
	min-height: 1em;
	background: url(../img/bg_container.gif);
}


#container-inner {
	min-height: 1em;
	background: url(../img/bg_container.gif) repeat-y;
}

.threeColumns #main {
	padding: 0 200px 0 200px;
	background: ;
}

.threeColumns #left {
	float: left;
	width: 200px;
	overflow: hidden;
}

.threeColumns #right {
	float: right;
	width: 200px;
	overflow: hidden;
}


/* 2カラムの場合（左ナビゲーション） */
.twoColumns-left #container {
	min-height: 1em;/* IE7背景非表示対策*/
	background: url(../img/bg_container.gif) repeat-y;
	overflow: hidden;
}
.twoColumns-left #container-inner {
	min-height: 1em;
	background: url(../img/bg_container_lNavi.gif) no-repeat;
}
.twoColumns-left #main {
	position: relative;
	float:right;
	width: 635px; 
	background: transparent;
}
.twoColumns-left #left {
	position: relative;
	float: left;
	width: 200px;
	top: auto;
	padding-top: 0;
	padding-bottom: 0;
/* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
	z-index: 1;
	overflow: hidden;
}

/* 2カラムの場合（左ナビゲーション） */
.twoColumns-left #side {
	position: relative;
	float: left;
	width: 200px;
	top: auto;
	padding-top: 0;
	padding-bottom: 0;
/* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
	z-index: 1;
	overflow: hidden;
}


/* 2カラムの場合（右ナビゲーション） */
.twoColumns-right #container {
	min-height: 1em;/* IE7背景非表示対策*/
	background: url(../img/bg_container.gif) repeat-y;
	overflow: hidden;
}
.twoColumns-right #container-inner {
	min-height: 1em;
	background: url(../img/bg_container_rNavi.gif) no-repeat;
}
.twoColumns-right #main {
	position: relative;
	float: left;
	width: 635px;
	background: transparent;
}
.twoColumns-right #right {
	position: relative;
	float: right;
	width: 200px;
	top: auto;
	padding-top: 0;
	padding-bottom: 0;
/* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
	z-index: 1;
	overflow: hidden;
}



/* 2カラムの場合（右ナビゲーション） */
.twoColumns-right #side {
	position: relative;
	float: right;
	width: 200px;
	top: auto;
	padding-top: 0;
	padding-bottom: 0;
/* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
	z-index: 1;
	overflow: hidden;
}



/* rightcolumn装飾（右カラム）
------------------------------------------------------------ */

#right-inner {
	/*padding: 15px;
	background: url(../img/bg_rightcolumn.gif);*/
}

#right-inner .blockTitle {
	margin: 0;
	/*padding: 5px 15px;*/
}
#right-inner .blockTitle h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 20px;
	background: url(../img/bg_right_title.gif) no-repeat center;
	line-height: 20px;
}

#right-inner .blockContent {
	padding: 10px 20px 15px 20px;
	/*background: url(../img/bg_right_block.gif);*/
	clear:both;
}

#right-inner ul {
	list-style-type: none;
	margin: 0;
}
#right-inner li {
	display: block;
	margin: 0;
	padding: 0;
}
#right-inner li a {
	outline: none;
	display: ;
	height: 1.8em;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/right_bg_li.gif) no-repeat left center;
	text-decoration: none;
}
#right-inner li a:hover {
	background: url(../img/right_bg_li.gif) no-repeat -500px center;
}

#right-inner p.moreInfo {
	text-align: right;
}


/* side装飾（左カラム）
------------------------------------------------------------ */

.twoColumns-left #side-inner {
	/*padding: 15px;
	background: url(../img/bg_leftcolumn.gif);*/
	padding: 20px 0 0 0;
}

.twoColumns-left #side-inner .blockTitle {
	margin: 0;
	/*padding: 5px 15px;
	background: url(../img/bg_left_title.gif);*/
}
.twoColumns-left #side-inner .blockTitle h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 20px;
	background: url(../img/bg_left_title.gif) no-repeat center;
	line-height: 20px;
}

.twoColumns-left #side-inner .blockContent {
	padding: 10px 20px 15px 20px;
	/*background: url(../img/bg_left_block.gif);*/
}

.twoColumns-left #side-inner p.moreInfo {
	text-align: right;
}

.twoColumns-left #side-inner #naviLocal {
	padding: 20px 0 0 0;
}

.twoColumns-left #side-inner #naviLocal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.twoColumns-left #side-inner #naviLocal li {
	display: inline;
}
.twoColumns-left #side-inner #naviLocal li a {
	outline: none;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 30px;
	background: url(../img/left_bg_li.gif) no-repeat left center;
	text-decoration: none;
}
.twoColumns-left #side-inner #naviLocal li a:hover {
	background: #eee url(../img/left_bg_li.gif) no-repeat -500px center;
}




/* side装飾（右カラム）
------------------------------------------------------------ */

.twoColumns-right #side-inner {
	/*padding: 15px;
	background: url(../img/bg_rightcolumn.gif);*/
}

.twoColumns-right #side-inner .blockTitle {
	margin: 0;
	/*padding: 5px 15px;*/
}
.twoColumns-right #side-inner .blockTitle h3 {
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 20px;
	background: url(../img/bg_right_title.gif) no-repeat center;
	line-height: 20px;
}

.twoColumns-right #side-inner .blockContent {
	padding: 10px 20px 15px 20px;
	/*background: url(../img/bg_right_block.gif);*/
}

.twoColumns-right #side-inner p.moreInfo {
	text-align: right;
}

.twoColumns-right #side-inner #naviLocal {
	padding: 20px 0 0 0;
}

.twoColumns-right #side-inner #naviLocal ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}
.twoColumns-right #side-inner #naviLocal li {
	display: inline;
}
.twoColumns-right #side-inner #naviLocal li a {
	outline: none;
	display: block;
	margin: 0;
	padding: 7px 5px 7px 30px;
	background: url(../img/right_bg_li.gif) no-repeat left center;
	text-decoration: none;
}
.twoColumns-right #side-inner #naviLocal li a:hover {
	background: #eee url(../img/right_bg_li.gif) no-repeat -500px center;
}




/* maincolumn装飾（中央カラム）
------------------------------------------------------------ */

#main-inner {
	padding: 20px 20px 20px 40px;
	background: ;
}

#main-inner .blockTitle {
	height: 30px;
	margin: 0 0 20px 0;
}
#main-inner .blockContent {
	margin-left: 0;
	padding: 0 0 30px 0;
	background: ;
}

.blockContent:after {
	clear: both;
}

#main-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-inner li {
	display: block;
	margin: 0;
	padding: 0;
}
#main-inner li a {
	outline: none;
	display: ;
	float: ;
	height: 1.8em;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/center_bg_li.gif) no-repeat left center;
	text-decoration: none;
}
#main-inner li a:hover {
	background: url(../img/center_bg_li.gif) no-repeat -500px center;
}

#main-inner p.moreInfo {
	text-align: right;
	margin: 15px 5px 0 0;
}

#main-inner .blockContent p {
	margin-left: 0;
	padding: 0 0 0 25px;
	background: ;
}


/* 日付＋タイトル　リスト並び
------------------------------------------------------------ */

#main-inner .blockContent dl {
	margin: 0;
	padding: 0 0 0 25px;
}

#main-inner .blockContent dt {
	float: left;
}

#main-inner .blockContent dd {
	margin: 0 0 10px 7em;
	padding: 0;
	zoom: 1;
}



/* maincolumn装飾（中央カラム）twoColumns-left twoColumns-right
------------------------------------------------------------ */

.twoColumns-left #main-inner .blockTitle h3,
.twoColumns-right #main-inner .blockTitle h3 {
	display: block;
	line-height: 20px;
	padding: 5px 25px;
	background: url(../img/center_bg_blockTitle.gif) no-repeat center;
}
/* .twoColumns #main-inner .blockContent {
	margin-left: 15px;
	padding: 0 0 30px 0;
	background: ;
}
*/

/* 汎用
------------------------------------------------------------ */

.block {
	position: relative;
}

.imgContent {
	margin-bottom: 5px;
}

.imgTitle {
	padding: 0 0 20px 0;
}


/* table
------------------------------------------------------------ */
/* テーブル２カラム */
.double {
}

.double td {
	width: 50%;
}

/* テーブル３カラム */
.triple {
}

.triple td,
.triple td {
	width: 33%;
}

.triple img {
	margin: 0 0 5px 5px;
}
.triple .first {
	margin-left: 0;
}

#main-inner .blockContent .triple p {
	padding: 0 0 5px 5px;
}
#main-inner .blockContent .triple p.first {
	padding-left: 0;
}

#main-inner .blockContent .triple p.moreInfo {
	margin: 0;
	padding: 0;
}



/* footNavi装飾
------------------------------------------------------------ */

#footNavi {
	clear: both;
	width: 835px;
	padding: 30px 0 0 0;
	/*background: url(../img/bg_footNavi.gif);*/
}

#footNavi ul {
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	width: 600px;
	left: 0;
	margin: 0;
	padding: 0 0 0 20px;
	height: 2.5em;
}

#footNavi ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#footNavi ul li a {
  margin: 0;
  padding: 6px 20px 5px 20px;
  display: block;
  background: url(../img/footNavi_bg_li.gif) no-repeat left center;
}

#footNavi ul li a:hover {
  background: url(../img/footNavi_bg_li.gif) no-repeat -500px center;
  text-decoration: none;
}


/* フッター装飾
------------------------------------------------------------ */

#footer {
    position:relative;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/bg_footer.gif) no-repeat;
	text-align: right;
}

#footer p {
	display: none;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

#footer li a {
	margin: 0;
	padding: 0 10px;
}

#footer li a.last {
	margin: 0;
	padding: 0 10px;
	border: none;
}

#footer .copyright {
	text-align: left;
}

#powered {
	position:absolute;
    display:block;	
	top:17px;
	left:20px;	
	margin:0;
}




/* clearfixハック
------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Sitemap
------------------------------------------------------------ */

#sitemap ul {
	line-height: 100%;
}
 
#sitemap li {
	line-height: 200%;
}

#sitemap li ul li {
	margin-left: 50px;
}

#sitemap li ul li a {
	outline: none;
	display: ;
	float: ;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/sitemap_bg_li.gif) no-repeat left center;
	text-decoration: none;
}
#sitemap li ul li a:hover {
	background: url(../img/sitemap_bg_li.gif) no-repeat -500px center;
}


