@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(data/bg-2.gif);
}
p {

}
hr {
	color: #ccc;
}
.font-bold {
  font-weight:600;
  letter-spacing:normal;
}
.font-bold02 {
  font-weight:600;
  color:#0FA821;
}
.font-red {
  font-weight:600;
  color:#ff0000;
}
.font-wh {
  font-size:80%;
  color:#7AE0F6;
}
.font-green-mini {
  font-size:80%;
  color:#0FA821;
}
img {
	border:0;
	vertical-align:middle;
}
a:link {
	color:#0000ff;text-decoration:none;
}
a:active {
	color:#0000ff;text-decoration:none;
}
a:visited {
	color:#0000ff;text-decoration:none;
}
a:hover{
	color:#ff4500;text-decoration:underline;
}
table {
	empty-cells:show;
}
table.table01 {
	border: solid 1px #1E90FF;
	border-collapse: collapse;
}

td.a {
	width:220px;
}
td.b {
	width:420px;
}

/* ヘッダー
---------------------------------------------*/
#wrapper {
	margin: 0 auto;
	background: #FFFFFF;
	background: url(data/bg-2.gif);
}
#header {
	position: relative;
	width: 650px;
	/* width: 100%;  Windows Internet Explorer 6対策 */
	height: 74px;
	background: #2790D0 url(data/bg_header.gif);
	/*border: 3px solid green; */

	/* an */

	/* ■■■ */
	/*border-top: 11px solid #E6EBF6;*/
	border-top: 0px solid #E6EBF6;

        border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #91A7B4;

	text-align: right;
	z-index: 4;

}

/* ■■ 幅広メニュー */
#header2 {
	position: relative;
	width: 850px;
	/* width: 100%;  Windows Internet Explorer 6対策 */
	height: 74px;
	background: #59B4ED url(data/bg_header.gif);
	/*border: 3px solid green; */

	/* an */

	/* ■■■ */
	/*border-top: 11px solid #E6EBF6;*/
	border-top: 0px solid #E6EBF6;

        border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #91A7B4;

	text-align: right;
	z-index: 4;

}
#header h1 {
	margin: 0;
	font-size: 85%;
	color: #2DE4E2;
	padding: 4px 4px 0px 0px;
}
#header2 h1 {
	margin: 0;
	font-size: 85%;
	color: #2DE4E2;
	padding: 4px 4px 0px 0px;
}
#header p {
	margin: 0;
	font-size: 80%;
	color: #2DE4E2;
	padding: 0px 0px 0px 0px;
}
#header2 p {
	margin: 0;
	font-size: 80%;
	color: #2DE4E2;
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}


	/* トップ ナビゲーション
	---------------------------------------------*/
	#tabfloat {
		position: absolute;
		top: 0px;
		left: 0px;  
		width: 100%;  
		z-index: -1;
		text-align: right;
		/* For everyone except IE, CSS tables */
		display: table;

		/* for IE 8 only */
		top /*\**/: 44px\9;

	}

	#tabfloat ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px 0px 0px 255px;
		/* Bottom alignment */
		height: 68px;
		display: table-cell; 
		vertical-align: bottom;
		/* The amazing table-imitation hack */
		_height: auto;
		_padding-left: 0px;
		_position: absolute; _top: 68px; _left: 255px; _right: 0px;
	}
	#tabfloat ul li {
		_width: 0px;
		float: right;
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 1px 0px 1px;
		background: url(data/header-t.gif) no-repeat 0% 0px;
		_position: relative; _top: -100%;
	}

	#tabfloat ul li a {
		display: block;
		list-style-type: none;
		padding: 4px 8px 4px 8px;
		margin: 0px;
		background: url(data/header-u.gif) no-repeat 100% 0px;
		white-space: nowrap;
		font-weight: bold;
		color: white;
	}

	#tabfloat ul li:hover {
		background-image: url(data/header-t.gif);
		background-position: 0% -24px;
		color:#ff4500;
		text-decoration:underline;
	}

	#tabfloat ul li:hover a {
		background-image: url(data/header-u.gif);
		background-position: 100% -24px;
		color:#ff4500;
	}



/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 650px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #91A7B4;
	border-bottom: 1px solid #91A7B4;
	z-index: 2;

}

/* ■■ 幅広メニュー */
#content2 {
	position: relative;
	width: 850px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #91A7B4;
	border-bottom: 1px solid #91A7B4;
	z-index: 2;

}

#container {
	position: relative;
	/*height: 400px;*/
	margin: 0px 0px;
	width: 100%;
	background: url(data/shade000.png) left top;
	background-repeat: repeat-y;
	z-index: 2;
}
#primary {
	width: 462px;
	top: 0;
	text-align: left;
	margin: 0px 0px 0px 182px;
	padding: 30px 0px;
	z-index: 2;
}
#secondary {
	position: absolute;
	width: 170px;
	left: 10px;
	top: 0;
	text-align: left;
}

/* ボトム ナビゲーション
---------------------------------------------*/
	#bottom-navigation {
		width: 650px;
		/* width: 100%;  Windows Internet Explorer 6対策 */
		height: 10px;
		background: #FFF;
		/*border: 3px solid green; */
		border-top: 0px solid #666;
	        border-bottom: 3px solid #CCCCCC;
		background: url(data/shade000.png) left top;
		background-repeat: repeat-y;
	}

	#bottom-navigation ul {
		margin: 0;
		padding: 0;
		float: right;
		list-style: none;
	}
	#bottom-navigation li {
		float: right;
		width: 68px;
		margin: 0;
	}
	#bottom-navigation li a {
		display: block;
		width: 100%; /* Windows Internet Explorer 6対策 */
		padding: 0px 0px;
		text-align: center;
		font-family: "verdana";
		font-size: 75%;
		color: #0000ff;
		text-decoration: none;
		background: url(data/bg_bottom_navigation.gif) right top no-repeat;
	}
	#bottom-navigation li a:hover {
		color: #EC8602;
		background: url(data/bg_bottom_navigation.gif) right top no-repeat;
	}


	/* ■■ 幅広メニュー */
	#bottom-navigation2 {
		width: 850px;
		/* width: 100%;  Windows Internet Explorer 6対策 */
		height: 10px;
		background: #FFF;
		/*border: 3px solid green; */
		border-top: 0px solid #666;
	        border-bottom: 3px solid #CCCCCC;
		background: url(data/shade000.png) left top;
		background-repeat: repeat-y;
	}

	#bottom-navigation2 ul {
		margin: 0;
		padding: 0;
		float: right;
		list-style: none;
	}
	#bottom-navigation2 li {
		float: right;
		width: 68px;
		margin: 0;
	}
	#bottom-navigation2 li a {
		display: block;
		width: 100%; /* Windows Internet Explorer 6対策 */
		padding: 0px 0px;
		text-align: center;
		font-family: "verdana";
		font-size: 75%;
		color: #0000ff;
		text-decoration: none;
		background: url(data/bg_bottom_navigation.gif) right top no-repeat;
	}
	#bottom-navigation2 li a:hover {
		color: #EC8602;
		background: url(data/bg_bottom_navigation.gif) right top no-repeat;
	}


}
#footer {
	background-color: #DDDDDD;
	height: 50px;
        border-top: 1px solid #B6B6B6;
}



/* フッター ナビゲーション
---------------------------------------------*/
#footer .section {
	background-color: #DDDDDD;
	padding: 10px 10px;
	text-align: right;
}
#footer ul#foot-navi {
	clear: right;
	float: center;
	margin: 0;
}
#footer ul#foot-navi li {
	display: inline
}
#counter {
	color: #aaa;
	background-color: #DDDDDD;
	padding:0px 10px 10px 0px;
	text-align: right;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 30px 0px 50px 20px;
}
#primary h1 {
	margin: 0;
	font-family: "verdana";
	font-size: 110%;
	color: #555;
	background-color: #FFF3E6;
	border-left: 8px solid #FFAD29;
	border-bottom: 1px solid #FFAD29;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 6px 0px;
}
#primary h2 {
	margin: 0;
	font-family: "verdana";
	font-size: 110%;
	color: #555;
	background-color: #FFF3E6;
	border-left: 8px solid #FFAD29;
	border-bottom: 1px solid #FFAD29;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 6px 0px;
}
#primary h3 {
	vertical-align:middle;
	margin: 0;
	font-size: 110%;
	color: #18397C;
	background-color: #EFFFFF;
	border-left: 8px solid #8DCFF6;
	border-bottom: 1px solid #8DCFF6;
	padding: 4px 0px 4px 20px;
}
#primary h4 {
        font-weight:normal;
	margin: 0;
	text-align:left;
	font-size: 100%;
	padding: 10px;
	border-left: 8px solid #8DCFF6;
	border-bottom: 1px solid #8DCFF6;
	padding: 4px 0px 4px 20px;
}
#primary h5 {
        font-weight:normal;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	padding: 20px 0px 10px 0px;
}
#primary p {
	margin: 0px;
}
#primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#primary li {
	margin: 0;
	padding: 0px 0px 0px 25px;
	background: url(data/li_bg.gif) left center no-repeat;
}
#primary li.downloadlogo {
	margin: 0;
	padding: 2px 0px 2px 25px;
	background: url(data/logo-contents-03.jpg) left center no-repeat;
}
#primary li.pdflogo {
	margin: 0;
	padding: 2px 0px 2px 10px;
	background: url(data/logo-none.jpg) left center no-repeat;
}
#primary li.nonelogo {
	margin: 0;
	padding: 2px 0px 2px 0px;
	background: url(data/logo-none.jpg) left center no-repeat;
	float: left;
}



/* #primary .mark01 {
	background-color: #FFF5FF;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0px;
	padding: 10px 30px
	;
}
*/

#primary .mark01 {
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
}
#primary .mark01 .sticky {
	background-color: #FBF2E3;
	border: 1px solid #FFB643;
	position: relative; /* peekaboo ie bug */
}





#primary .mark01 .sticky .w1 {
	background-image: url(data/block2-t.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
	left: -1px;
}
#primary .mark01 .sticky .w2 {
	background-image: url(data/block2-u.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	position: relative;
	left: 2px;
}
#primary .mark01 .sticky .w3 {
	background-image: url(data/block2-b.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}
#primary .mark01 .sticky .w4 {
	background-image: url(data/block2-c.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	position: relative;
	left: -2px;
	padding: 1.2em;
	overflow: hidden;
}
#primary .mark01 .sticky .w4 p {
	position: relative;
}


#comment {
	width: 440px;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 85%;
}
#comment .sticky {
	background-color: #FBF2E3;
	border: 1px solid #FFB643;
	position: relative; /* peekaboo ie bug */
}
#comment .sticky .w1 {
	background-image: url(data/sticky-t.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
	left: -1px;
}
#comment .sticky .w2 {
	background-image: url(data/sticky-u.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	position: relative;
	left: 2px;
}
#comment .sticky .w3 {
	background-image: url(data/sticky-b.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}
#comment .sticky .w4 {
	background-image: url(data/sticky-c.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	position: relative;
	left: -2px;
	padding: 1.2em;
	overflow: hidden;
}
#comment .sticky .w4 p {
	position: relative;
}



/* SNSボタン
---------------------------------------------*/
#primary #sns-b{
	margin: 10px 0;
	float: right;
}
#primary .sbox {
	display: inline-block;
	padding: 0 5px 5px 0;
	float: left;
}




/* サイドメニュー
---------------------------------------------*/
#sidenavi {
	float: right;
	background-color: #E7F2D8;
	border: 1px solid #74A03A;
	color: #17512B;
	position: relative; /* peekaboo ie bug */
	/* font-size: 1.1em; */
	z-index: 1;

	margin: 0.5em 3px;
	_margin-bottom: 3em;

	_height: 1px;
	font-size: 0.8em; /* 0.8125 messes up firefox os x */
}
#sidenavi .w1 {
	/*  background: url(data/down-tl.png) no-repeat 0% 0%;*/
	position: relative;
	top: -1px;
	left: -1px;
}
#sidenavi .w2 {
	/*  background: url(data/down-tr.png) no-repeat 100% 0%;*/
	position: relative;
	left: 2px;
}
#sidenavi .w3 {
	background: url(data/down-br0.png) no-repeat 100% 100%;
	position: relative;
	top: 2px;
}
#sidenavi .w4 {
	background: url(data/down-bl0.png) no-repeat 0% 100%;
	position: relative;
	left: -2px;
	padding: 10px;
	overflow: hidden;
	width: 138px; /*■■ メニュー幅 */
	/*height: 100px;*/
	overflow: visible;
}
#sidenavi p {
	padding: 0px;
	margin: -12px -11px 0px -11px;
	height: 25px;
	background: url(data/menu_logo.gif) no-repeat 0% 0%;
	text-align: center;
	font-size: 3.0em;
	font-weight: bold;
	color: #17512B;
	position: relative;
	left: 1px;
}
#sidenavi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative; /* peekaboo */
}
#sidenavi ul li {
	display: block;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px -10px 1px -8px;
}
#sidenavi ul li a {
	padding: 4px 3px 4px 30px;
	display: block;
}
#sidenavi #contents-01 {
	background: #fff url(data/logo-contents-01.jpg) no-repeat 4px 49%;
}
#sidenavi #contents-02 {
	background: #fff url(data/logo-contents-02.jpg) no-repeat 4px 49%;
}
#sidenavi #contents-03 {
	background: #fff url(data/logo-contents-03.jpg) no-repeat 4px 49%;
}
#sidenavi #contents-04 {
	background: #fff url(data/logo-contents-04.jpg) no-repeat 4px 49%;
}
#sidenavi #contents-05 {
	background: #fff url(data/logo-contents-05.jpg) no-repeat 4px 49%;
}
#sidenavi #contents-06 {
	background: #fff url(data/logo-contents-06.jpg) no-repeat 4px 49%;
}
#sidenavi #sidenavi-02 {
	background: #fff; /*■■ リンクバナー */
}

#sidenavi a, #sidenavi a:visited {
	color: #2C5800;
}

