@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 95%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/nature/images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;	/*文字色*/
}

a:hover {
	text-decoration: none;	/*カーソルオーバー時の文字色*/
	color: #FF2A00;
}



/*h1タグ設定（HPの最上段に入っているテキスト）
---------------------------------------------------------------------------*/
h1 {
	width: 930px;
	font-size: 11px;	/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
	text-align: right;	/*右寄せ*/
}



/*コンテナー（HPを囲んでいるブロック）
---------------------------------------------------------------------------*/
#container {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;	/*背景色（ここを設定しておかないと壁紙がそのまま出てしまいます）*/
	padding: 14px;		/*余白（HPの外枠フチに該当する部分）*/
}



/*ヘッダー（ロゴとメイン画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 100px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

#top #header {
	height: 310px;	/*トップページのみの高さ変更設定*/
}

#mainimg {
	position: absolute;
	top: 0px;
	right: 0px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 690px;
}

/*h2見出しタグ設定*/
#main h2 {
	font-size: 120%;
	color: #FFFFFF;					/*文字色*/
	background-color: #de2500;		/*背景色*/
	background-image: url(/nature/images/h2bg.gif);	/*背景画像（右側に入っている小さな画像）*/
	background-repeat: no-repeat;			/*背景画像をリピートしない設定*/
	background-position: right bottom;		/*背景画像を右下に配置する設定*/
	padding: 10px 80px 10px 10px;			/*左から上、右、下、左の余白の数値*/
}

/*段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から上、左右、下の余白の数値*/
}

/*数式　平均値表示*/
#main ave {
	text-decoration: overline;
}


/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 210px;
}

/*h3タグ設定*/
#side h3 {
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	background-color: #0E2954;	/*背景色*/
	padding: 10px;		/*余白*/
}

/*段落タグ設定*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*左側メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	padding-bottom: 1em;
}

ul.menu li {
	margin-bottom: 1px;
}

ul.menu img {
	vertical-align: bottom;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
#side ul.sidemenu {
	margin-bottom: 1em;
}

#side ul.sidemenu a {
	display: block;
	width: 190px;
	border-bottom: 1px solid #0E2954;	/*下線の幅と線種と色*/
	text-decoration: none;
	padding: 5px 10px;
	background-color: #e5e7ec;			/*背景色*/
}

#side ul.sidemenu a:hover {
	background-color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	color: #333333;				/*カーソルオーバー時の文字色*/
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 14px;		/*文字サイズ*/
	text-align: center;		/*センタリング*/
	padding-top: 50px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
	text-align: center;		/*センタリング*/
	color: #FFFFFF;			/*文字色*/
	background-color: #0E2954;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #D4D9E3;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl {
	width: 680px;
	height: 150px;			/*ボックスの高さ*/
	overflow: auto;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 690px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #bfbfbf;	/*枠線の幅、線種、色*/
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #F0F0F0;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;			/*センタリング*/
}


/*その他
---------------------------------------------------------------------------*/
.mb1em {
	margin-bottom: 1em;
}

ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}

.pagetop {
	text-align: right;
	padding-top: 2em !important;
	clear: both;
}

.color1 {
	color: #de2500;
	padding: 10px 90px 10px 10px;
}

.look {
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}

/*「上へ戻る」ボタン
------------------------------------------------------------------------------------------*/
/* backtotop */
#back-top {
     position: fixed;
     bottom: 50px; /*ボタンの下からの高さ*/
     margin-left: 75%; /*画面左端から何％の所に表示するか*/
     overflow: hidden;
     float: left;
     z-index: 1000;
}
#back-top a {
     width: 108px;
     height: 25px;
     display: block;
     text-align: center;
     font: 20px/100% "HG創英角ﾎﾟｯﾌﾟ体",
　　　　　 Helvetica, sans-serif; /*字の大きさ&フォント*/
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
     color: #000; /*通常時の文字の色*/
 
     /* transition */
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     transition: 0.3s;
}
#back-top a:hover {
     color: #00F;  /*マウスオーバー時の文字の色*/
}

/* arrow icon (span tag) */
#back-top a {
     width: 100px; /*ボタンの高さ*/
     height: 100px; /*ボタンの幅*/
     display: round;
     margin-bottom: 0px;
     background: #eae5e3 url(images/pagetop.jpg) no-repeat center center;    
 
     /* rounded corners */
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     border-radius: 40px;
 
     /* transition */
     -webkit-transition: 1s;
     -moz-transition: 1s;
     transition: 1s;
}
 
#back-top a:hover span {
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     transform: scale(1.2);
     opacity:0.8;
}