@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "MS UI Gothic";
	color: #333333;
	font-size: small;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
}

h1 {
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*リンクの基本設定*/

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #336699;
	position: relative;
	left: 2px;
	top: 2px;
}

a:active {
	color: #003399;
	position: relative;
	left: 2px;
	top: 2px;
}

/*ヘッダ*/
h6 {
	height: 9px;
	background-image: url(./images/line01.gif);
	margin-left: 10px;
	margin-right: 10px;
	margin: 0;
}


#content {
	background-color: #f0f0f0;
	font-size: small;
	margin-bottom: 5px;
}
h2 {
	font-size: large;
	border: medium dashed #006699;
	padding: 8px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h3 {
	font-size: small;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}


/*ニュース*/
.news {
	width:100%;
	background-color: #f0f0f0;
	font-size: small;
	margin: 20px;
}
.news h2 {
	color: #333333;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: large;
	text-align: center;
	border: medium dashed #336699;
	padding: 5px;
}

.news h4 {
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 8px;
	margin-right: 8px;
}

/*メニュー*/
#menu {
	background-color: #f0f0f0;
	background-image: url(./images/menuback.gif);
	padding-bottom: 5px;
	font-size: small;
	margin-left: 5px;
	padding-top: 10px;
}

#footer {
	font-size: small;
	text-decoration: none;
}
#content #side #menu .conten ul {
	line-height: 20px;
}
#content #main p {
	padding-right: 40px;
	padding-left: 40px;
}
