@import "http://";

body{
	background-color: #eeffe3
	line-height: 1.5;
    /* 文章の行間 */

}

/* リンクの色 */
a	{
	color: #ff0000;
/* 	color: #017acd; */
text-shadow: 0px 1px 0px #dddddd;

}


/* パンくずリスト ただし、使ってないような。*/
div#bread {
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}



/* コンテナ */

div#container {
	border: solid 1px #666666;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	line-height: 1.3;
    /* 文章の行間 */
}


/* ヘッダー ただし、使ってないような。*/

div#header {
	background-color: #005087;
/*	background-image: url(topheadback.jpg); */
	background-image: url(yama_50_.jpg);
	padding: 15px 10px 1px;
	height: 100px;
}

div#header h1{
	margin: 0;
	color: white;
}

div#header p {
	color: #ffffff;
	font-size: 0.75em;
	margin: 0
}
/* ヘッダー end */




/* コンテンツ div#content */

div#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#content h2{
	background-color: #014471;              /* h2の背景色が青色 */
    background-image: url(pic/bar-blue.png);/* h2の背景画像を指定 */
	/* background-repeat: no-repeat;           ｈ２の背景画像を繰り返さない。 */
	font-size: 0.875em;                     /* h2のfontサイズを指定 */
	color: #ffffff;                         /* h2のfont色？白色にするを指定 */
	line-height: 28px;                      /* 行の高さ */
	padding-left: 6px;                      /* 一文字目の前に空白を作る。 */
	margin-top: 5px;                        /* この行の上に空白を作る */
	margin-bottom: 0;
}

div#content h3{
	background-color: #e0e0e0;/* ｈ３の背景色が灰色 */
    background-image: url(pic/bar-green.png);/* h2の背景画像が緑■と銀色 */
	background-repeat: no-repeat;/* h2の背景画像を繰り返さない */
	font-size: 0.875em;
	line-height: 23px;/* 行の高さ */
	padding-left: 30px;/* ｈ３一文字目の「前」に空白を作る。 */
	margin-top: 10px;/* この行のに空白を作る */
	margin-bottom: 0;/* この行のに空白を作る */
}	

div#content p{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: -12px;
	margin-bottom: -10px;
}
/* コンテンツ div#content   end */



/* menuメニューリスト「上部の横長」横は１００ｐｘ　高さが４０ｐｘ */
ul#menu{
	font-size: 0.75em;
	margin-left: 0;
	padding-left: 0;
	height: 40px;
	background-color: #000066/* あおいろ */
}

ul#menu li{
	list-style-type: none;
	float: left;
	border-right: solid 1px #ffffff;
	border-top: solid 0px #0000ff;
	border-left: solid 1px #000000;
}

ul#menu li a{
	display: block;
	width: 100px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;/* リンクの文字色 */
	background-color: #000066;
}

ul#menu li a:hover {background-color: #0000cc}



/* leftcontainerコンテナ */

div#leftcontainer {
	width:150px;
	margin-left: 0;
	margin-right: auto;
	background-color: #005087;
}




/* leftmenu左のメニュー「左の縦長」広さ１５０ｐｘ　高さ４０ｐｘ　リンク有りは高さ５０ｐｘ */
ul#leftmenu{
	font-size: 0.75em;				/* フォントサイズを１６＊０．７５＝１２ｐｘ */
	margin-left: 0;					/* 左のマージン０ */
	padding-left: 0;				/* ぱっでぃんぐの左０ */
	background-color: #000099;		/* 背景色 */
	border-top: solid 1px #0000ff;	/* 横線１ｐｘ 色： */
}


/* 	float: left;をはずしてみた？？？ */
ul#leftmenu li{
	list-style-type: none;
	display: block;
	float: left;
	width: 150px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #ffaaff;
	background-color: #000099;
	border-right: solid 1px #0000ff;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #0000ff;
}

ul#leftmenu li a{
	display: block;
	width: 150px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #000099;
	border-top: solid 1px #222222;
}

ul#leftmenu li a:hover {background-color: #0000cc}



div#naiyo10{
	margin-left: 10px;
}
div#naiyo20{
	margin-left: 20px;
}



/* フッター これつかっているっけ？？？？*/
div#footer	{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	font-size: 0.625em;
}

address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}


/*  */

/*  */

/*  */

/*  */



/* お知らせのList これも使ってない。*/
ul#oshirase{
	font-size: 0.95em;
	margin-left: 0;
	padding-left: 0;
	background-color: #ffffff;
}

ul#oshirase li{
	list-style-type: square;
	list-style-position: inside;
}

ul#oshirase li a{
	width: 150px;
	line-height: 20px;
	text-decoration: none;
	color: blue;
	background-color: #ffffff;
}

ul#oshirase li a:hover {background-color: #017acd}
/* お知らせのList これも使ってない。*/









/* 更新状況のList */
ul#koushin{
	font-size: 0.95em;
	margin-left: 0;
	padding-left: 0;
	background-color: #ffffff;
}

ul#koushin li{
	list-style-type: none;
}

ul#koushin li a{
	width: 150px;
	line-height: 20px;
	text-decoration: none;
	color: blue;
	background-color: #ffffff;
}

ul#koushin li a:hover {background-color: #017acd}






.point{
	background-color:#ff9999;

}
