@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 {
	margin: 0px;
	font-size: small;
}
h3 {
	font-size: small;
}


/*ニュース*/
.news {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 20px;
	background-color: #f0f0f0;
	font-size: small;
	margin-left: 10px;
}
#content #main .news p {
	margin-right: 25px;
	margin-left: 25px;
}

.news h2 {
	color: #3399CC;
	background-repeat: no-repeat;
	background-position: left center;
}

.news h3 {
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
}

.news h4 {
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 8px;
}

/*メニュー*/
#menu {
	background-color: #f0f0f0;
	background-image: url(./images/menuback.gif);
	padding-bottom: 5px;
	font-size: small;
	margin-left: 5px;
	padding-top: 10px;
}

/*メニュー内のコンテンツ*/
#menu ul {
	list-style-type: none;
	margin-left: 5px;
	letter-spacing: normal;
}

.conten h2 {
	color: #333333;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	border: 2px dotted #336699;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
}
#footer {
	font-size: small;
	text-decoration: none;
}
#content #side #menu .conten ul {
	line-height: 20px;
}
