@charset "utf-8"; /* 文字コード */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px;
		background-color: #000000;
		font-family: "Palatino Linotype", "Times New Roman ", Herculanum, serif;
		color: #ffcc99;
	}

/* リンク文字設定 */
	a {
		color: #ff6633;
		text-decoration: none;
	}
	a:link {
		color: #ff6633;
	}
	a:visited {
		color: #ff6633;
	}
	a:active {
		color: #ff6633;
	}
	a:hover {
		color: #993333;
		position:relative; top:1px; left:1px;
	}

/* h1h2 */
	h1{
		margin: 0px;
		padding: 20px 0px 0px 20px;
		font-size: 36px;
	}
		
	h2{
		margin: 0px;
		padding: 5px 0px 20px 40px;
		font-size: 16px;
	}

/* カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		width: 800px;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		background-color: #000000;
}
/* タイトル名 */
	#banner {
		color: #333333;
		background: #000000;
		text-align: left;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		text-decoration: none;
	}

/* ナビゲーションバー */

#navbar {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    width: auto;
    line-height: 150%;
    background-color: #000000;
    border-bottom: 1px solid #666666;
}

#navbar a{
    background-color: #000000;
    color:#333333;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    position:relative; top:0px; left:0px;
}

#navbar a:hover{
    background-color: #000000; 
    color:#996633;
}

#selected a,
#selected a:hover{
    background-color: #000033;
    color:#333333;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}
