/*_______________________________________________________

	For Top page CSS
	written by Toyohiro Sugita
	ST CREATIVE INC.
	info@stcd.jp
	Last updated on 2006.12.31
	 
________________________________________________________*/

body {
	background: #FFF url("../../shared/image/bg.gif") repeat-x top;
}

#home #main-title {
	clear: both;
	width: 800px;
	height: 195px;
	margin: 0px;
	padding: 0px;
	background-image: url("../../image/main_bg.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	text-indent: -9999px;
}

#home #main-title div.top-join {
	clear: both;
	float: left;
	width: 168px;
	height: 168px;
	margin-top: 0px;
	margin-left: 612px;
	_margin-left: 306px;
	padding-top: 11px;
	_padding-top: 5px;
	display: block;
}

#home #main-title div.top-join a {
	clear: both;
	width: 168px;
	height: 168px;
	margin-top: 0px;
	background: url(../../shared/image/spacer.gif);
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#home div#greeting a {
	clear: both;
	background: url(../../image/miyamoto.jpg) no-repeat top left;
	display: block;
	height: 230px;
	margin-bottom: 10px;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
}

#home div#greeting a:hover {
	background-position: 0px -230px;
}


/*-----------------------------------------------

-----------------------------------------------*/

#home #event {
	clear: both;
	float: left;
	width: 540px;
	margin-top: 15px;
	padding: 0px;
	background: url(../../image/event_bg.gif) repeat-y top left;
}

#home div#event .body01 {
	clear: both;
	width: 540px;
	height: 34px;
	margin-top: 0px;
	background: url(../../image/title_event.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#home div#event .body02 {
	clear: both;
	width: 540px;
	text-align: left;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
}


#home div#event .pickup {
	margin: 0px;
	padding: 10px;
}

#home div#event .pickup h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
}

#home div#event .pickup h3 a {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	color: #FE7C16;
}

#home div#event .pickup p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#home div#event .pickup img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	border: 1px solid #c8cac7;
}

#home div#event .pickup .button li {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#home div#event .pickup .b01 a:link, 
#home div#event .pickup .b01 a:visited {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 109px;
	height: 30px;
	background: url(../../shared/image/detail01.gif) 0px 0px no-repeat;
	margin: 0px;
	padding: 0px;
}

#home div#event .pickup .b01 a:hover {
	background-position: 0 -30px;
}

#home div#event .body03 {
	clear: both;
	background-image: url(../../image/event_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 540px;
	padding: 0px;
}

/*-----------------------------------------------

-----------------------------------------------*/

#home div#event-end {
	clear: both;
	float: left;
	width: 540px;
	margin-top: 15px;
	padding: 0px;
}

#home div#event-end .body01 {
	clear: both;
	width: 540px;
	height: 34px;
	margin-top: 0px;
	background: url(../../image/title_event-end.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#home div#event-end .body02 {
	clear: both;
	width: 540px;
	text-align: left;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
}

#home div#event-end .pickup {
	clear: both;
	margin-bottom: 10px;
	padding: 10px 0px;
	display: block;
}

#home div#event-end .pickup h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
}

#home div#event-end .pickup h3 a {
	color: #FE7C16;
}

#home div#event-end .pickup p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#home div#event-end .pickup img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: 1px solid #c8cac7;
}

#home div#event-end .pickup .button li {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#home div#event-end .pickup .b01 a:link, 
#home div#event-end .pickup .b01 a:visited {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 109px;
	height: 30px;
	background: url(../../shared/image/detail02.gif) 0px 0px no-repeat;
	margin: 0px;
	padding: 0px;
}

#home div#event-end .pickup .b01 a:hover {
	background-position: 0 -30px;
}

