@charset "utf-8";

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
h1 {
}
h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}

/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #0000FF;
}

/*ニュース*/
.news {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.news h2 {
	color: #0000FF;
	background-image: url(../../images/title003_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
}
.news  h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	height: 1.5em;
}
.news ul {
	padding-left: 40px;
	padding-right: 20px;
}
.news ul li {
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-image: url(../images/yn006_06.gif);
}
.news p {
	padding-left: 10px;
	padding-right: 10px;
}


/*メニュー*/
#menu {
	background-color: #FFFFFF;
	background-image: url(../../images/back.gif);
	padding-bottom: 10px;
	padding-top: 10px;
}
#menu_list {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	color: #333333;
}
#menu_list ul {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-indent: 15px;
	padding-left: 0px;
}
#menu_list ul li {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	list-style-type: none;
}
#menu_list ul li a {
	display: block;
	color: #333333;
	background-image: url(../../images/yn006_04.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#menu_list ul a:hover {
	color: #FFFFFF;
	background-color: #00CC99;
	background-image: url(../../images/yn006_01.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#search {
	margin-bottom: 10px;
}
