div#container div#contents div#main {
	width: 650px;
}

div#container div#contents div#main h2 {
	text-indent: -99999px;
}

div#container div#contents div#main h2 a {
	display: block;
	height: 320px;
	background: url(../img/main/open.png) no-repeat center top;
}
div#container div#contents div#main h2 a:hover {
	background: url(../img/hover/main.png) no-repeat center top;
}

div#container div#contents div#main h2#concept {
	text-indent: -99999px;
	background: url(../img/main/consept.gif) no-repeat left top;
	height: 68px;
	margin-top: 25px;
}

div#container div#contents div#main p {
	font-size: 120%;
	padding-left:10px;
	padding-top: 10px;
}

div#container div#contents div#main p strong {
	font-size: 120%;
	font-weight: bold;
	color: #7d3214;
}

