@charset "UTF-8";

/*----- common -----*/
body {
	background: #EAD023 url(images/bg.jpg) repeat-x fixed center top;
}

h3 {
	color: #E55E1B;
}

a:link, a:visited, a:active {
	color: #E55E1B;
	text-decoration: none;
}

a:hover {
	color: #E55E1B;
	text-decoration: underline;
}

#contents #inner-left .main {
	min-height:100px;
	height: auto !important;
	height: 100px;
}
