@charset "Shift_JIS";         /* 文字コードの設定  */

/* トップページ用  */

@import url("all.css")/**/;
@import url("contents.css")/**/;

h3 {
	margin: 0px 0px 30px;
	background-image: url(../image/conImage01.gif);
	background-repeat: no-repeat;
	font-size: small;
	background-position: left bottom;
	padding: 7px 5px 13px 10px;
	color: #006600;
}
#mainLink ul {
	padding-bottom: 20px;
}
#mainLink li {
	padding: 0px 0px 5px;
	margin: 0px;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../image/icon01.gif);
}
li a {
	text-decoration: none;
}
