@charset "UTF-8";

a	{color: #017acd}




/* 基本設定　ここから */

body {
  color: #000000;
  font-size: 1em;
  font-style: normal;
  height: 50px;
  line-height: 2.0;
  font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  background-color: transparent;
  background-image: url(images-1/clover.jpg);
  background-repeat: repeat;
  background-position: top;
}


a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #00CCFF;
	text-decoration: none;
}
    
a:hover {
	color: #FF00FF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}



/* 基本設定　ここまで */

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
header	{background-color: #017acd;
	background-image: url(images-1/header.jpg);
	padding: 28px 20px 86px}

header h1	{margin: 0;
font-size: 28px;
color: #CCFF00}

header p	{color: #CCFF00;
	font-size: 18px;
	margin: 0}

/* PageBottomへのリンクテキスト　ここから */

#gotoBottom {
  clear: both;
  font-size: 0.8em;
  text-align: right;
  text-transform: uppercase; 
  height: 20px; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;  
}

/* PageBottomへのリンクテキスト　ここまで */


/* パンくずリスト */
p#bread	{font-size: 0.9em;
	margin-top: 3px;
    line-height: 1.0;
	margin-bottom: 30px}


/* コンテンツ */
article	{width: 564px;
    text-align: justify;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

article h2	{background-color: #014471;
	background-image: url(images-1/bar-green.png);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

article h3	{background-color: #e0e0e0;
	background-image: url(images-1/bar-green2.png);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

article p	{font-size: 1em;
	text-align: justify;
    line-height: 2.0;
	margin-top: 10px}


/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

div#sidebar nav li	{list-style-type: none}

div#sidebar nav li a	{display: block;
	line-height: 28px;
	text-decoration: none;
	color: #ffffff;
	background-color: #FF0099;
	border-bottom: solid 1px #ffffff;
	padding-left: 15px
}

div#sidebar nav li a:visited	{color: #ffffff}

div#sidebar nav li a:hover	{
background-color: #009900;
color: #ffffff
}

div#sidebar nav li a:active	{color: #000000}

div#sidebar nav ul	{font-size: 0.9em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

div#sidebar nav ul li	{list-style-type: none}

div#sidebar nav ul li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	background: transparent url("images-1/icon-arrow1.gif") no-repeat left center;
	color: #0000CC;
	background-color: #FFFFFF;
	border-bottom: solid 1px #aacfff;
	padding-left: 15px
	}

div#sidebar nav ul li a:visited	{color: #00CCFF}

div#sidebar nav ul li a:hover	{background-color: #FF0099;
    color: #ffffff}   
    
div#sidebar nav ul li a:active	{color: #000000}
    

div#sidebar aside	{margin-bottom: 10px}

div#sidebar aside a	{font-size: 0.9em;
	background-color: #ffffff;
    color: #000000;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

div#sidebar aside img	{border: none;
	vertical-align: middle}
    
/* サイドバー2 */
div#sidebar2	{width: 166px;
	float: left;
	margin-bottom: 25px}

div#sidebar2 nav li	{list-style-type: none}

div#sidebar2 nav li a	{display: block;
	line-height: 28px;
	text-decoration: none;
	color: #ffffff;
	background-color: #009900;
	border-bottom: solid 1px #ffffff;
	padding-left: 15px
}

div#sidebar2 nav li a:visited	{color: #ffffff}

div#sidebar2 nav li a:hover	{
background-color: #990099;
color: #ffffff
}

div#sidebar2 nav li a:active	{color: #000000}

div#sidebar2 nav ul	{font-size: 0.9em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

div#sidebar2 nav ul li	{list-style-type: none}

div#sidebar2 nav ul li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #0000CC;
	background-color: #CCFFFF;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

div#sidebar2 nav ul li a:visited	{color: #00CCFF}

div#sidebar2 nav ul li a:hover	{background-color: #FF33CC;
    color: #ffffff}   
    
div#sidebar2 nav ul li a:active	{color: #000000}
    

div#sidebar2 aside	{margin-bottom: 10px}

div#sidebar2 aside a	{font-size: 0.9em;
	background-color: #ffffff;
    color: #000000;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

div#sidebar2 aside img	{border: none;
	vertical-align: middle}
	

/* テーブル
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin: 2em 3% 10px;
}
table caption {
text-align:left;
font-size: 16px;
}
td, th {
border: 1px #998675 solid;
padding: 20px 5px 10px;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight:normal;
background-color: #FFFF33;
color: #000000;
}


    
/* バナー置き場
-----------------------------------------*/
section.banner,
section.banner-img {
background: url(images-1/back-button02.png);
margin: 1em 0;
}
.banner div,
.banner-img div {
font-size: 20px;
padding: 1.5em 0;
}
.banner a {
width: 80%;
display: block;
text-align: center;
font-size: 20px;
margin: 3% auto;
padding: 1em 0;
color: #FFFFFF;
text-decoration: none;
background: #2F79C3 url(images-1/back-button01.png) center center repeat-x;
border: 1px solid #3867F6;
}
.banner a:hover {
opacity: .85;
}
.banner-img img {
width: 80%;
margin: 0 0 5%;
}


/* フッター */
footer	{background-image: url(images-1/line-green.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

small	{font-size: 0.9em;
	font-style: normal;
	text-align: center;
	list-style-type: none;
    display: block}



/* PageTopへのリンクテキスト　ここから */

#gotoTop {
  clear: both;
  font-size: 0.8em;
  text-align: right;
  text-transform: uppercase; 
  height: 30px; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;  
}

/* PageTopへのリンクテキスト　ここまで */

