@charset "utf-8";

#contents {
	height: auto;
	width: 800px;
	margin-top: 30px;
}
#left {
	height: auto;
	width: 180px;
	margin-right: 40px;
	float: left;
}

#left-nav {
	height: auto;
	width: 178px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #316AC5;
	border-right-color: #316AC5;
	border-left-color: #316AC5;
	margin-bottom: 30px;
}
#left-nav ul, #left-nav li {
	font-size: 15px;
	line-height: 200%;
	list-style-type: none;
	display: block;
	text-indent: 10px;
}
#left-nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #316AC5;
}
#left-nav a {
	text-decoration: none;
}

#left-banner {
	height: auto;
	width: 180px;
	float: left;
	text-decoration: none;
}

#left-banner li {
	font-size: 12px;
	line-height: 200%;
	list-style-type: none;
	text-indent: 20px;
	background-image: url(../images/temp-02-04-banner/yajirushi-green.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}
#left-banner a {
	text-decoration: none;
}







#main {
	height: auto;
	width: 580px;
	float: left;
}
