@charset "UTF-8";
body {
	font-size: 10pt;
	color: #333;
	background-color: #CC9;
}
/*フォントの設定*/
h1 {
	font-size: 25px;
	color: #9C0;
	}
h2 {
	font-size: 16px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #9C0;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #F4FFCC;
	background-color: #9C0;
}
h3 {
	font-size: 16px;
	color: #9C0;
	}
h4 {
	font-size: 13px;
	color: #9C0;
	line-height: 20px;
	}
/*リストの設定*/
li {
	list-style-type: none;
	font-size: 10pt;
	line-height: 20px;
}


/*リンク画像をボーダーなしの設定に*/
a img {
    border-style:none;
}
/*リンクの設定*/
a  {
	color: #9C0;
}
	
a:hover {
	color: #9C0;
	text-decoration: none;	
}

#content {
	background-color: #FFF;
	width: 900px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 50px;
	background-color: #F4FFCC;
	margin: 0px;
	padding: 10px;
	background-image: url(img/header_bg.jpg);
}

#menu {
	float: right;
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	
}
#menu a  {
	color: #FFF;
	background-color: #9C0;
	height: 30px;
	text-decoration: none;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9C0;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #9C0;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
}
#menu a:hover {
	color: #9C0;
	background-color: #FFF;
	height: 30px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;	
}


#main {
	width: 800px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footer {
	font-size: 9pt;
	background-color: #9C0;
	color: #FFF;
	height: 20px;
	text-align: right;
	padding-right: 5px;
}
