@charset "utf-8";

@import "common.css";
@import "layout.css";
@import "menu.css";


#enter_main {
	height: 680px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#enter_main .pcdr01 { background-image: url(..\\img\\pcdr01.jpg); background-repeat: no-repeat; height: 190px; width: 390px; position: absolute; left: 5px; top: 0px; }
#enter_main .pcdr02 { background-image: url(..\\img\\pcdr02.jpg); background-repeat: no-repeat; height: 190px; width: 390px; position: absolute; right: 5px; top: 0px; }
#enter_main .pcdr03 { background-image: url(..\\img\\pcdr03.jpg); background-repeat: no-repeat; height: 190px; width: 390px; position: absolute; left: 5px; top: 210px; }
#enter_main .pcdr04 { background-image: url(..\\img\\pcdr04.jpg); background-repeat: no-repeat; height: 190px; width: 390px; position: absolute; right: 5px; top: 210px; }
#enter_main .pcdr05 {
	background-image: url(..\\img\\pcdr05.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 390px;
	position: absolute;
	left: 5px;
	right: 415px;
	top: 435px;
}
#enter_main .pcdr06 {
	background-image: url(..\\img\\pcdr06.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 390px;
	position: absolute;
	right: 5px;
	top: 435px;
}
#enter_main h2 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 214px;
}
#enter_main p { height: 114px; width: 280px; position: absolute; top: 45px; right: 10px; font-size: 12px; line-height: 18px; }
#enter_main p strong {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #F00;
	display: block;
	height: 40px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
#enter_main .shosai {
	position: absolute;
	right: 11px;
	bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	width: 181px;
}
#enter_main .shosai a { font-weight: bold; color: #36F; text-decoration: none; }
#enter_main .shosai a:hover { color: #FF3333; }
#enter_main .footer_menu {
	height: -11px;
	width: 800px;
	position: absolute;
	left: 5px;
	bottom: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}
#enter_main .footer_menu a { color: #000; text-decoration: none; padding: 4px; border: 1px solid #F6F6F6; }
#enter_main .footer_menu a:hover { color: #FFF; text-decoration: none; padding: 4px; border: 1px solid #000; background-color: #333; }
