@charset "utf-8";

/*	News欄スタイル	*/
@import url('../news.css');

/* トップページ用スタイル home/index.css */

h2
{
	width: 940px;
	height: 30px;
	background: url('../../img/home/h2-01.gif') no-repeat;
	text-indent: -10000px;
}

h3.h3-01
{
	width: 940px;
	height: 39px;
	background: url('../../img/home/h3-01.gif') no-repeat;
	text-indent: -10000px;
}

p.content01
{
	padding-left: 20px;
	font-weight: bold;
}

#club
{
	padding: 20px 0 30px 0;
	width: 960px;
}

#club li
{
	padding-right: 20px;
	display: inline;
	/zoom: 1;
}

#club li a
{
	display: inline-block;
	/display: block;
	width: 300px;
	height: 200px;
	text-indent: -10000px;
}

#club li a.club01
{
	background: url('../../img/home/club01.jpg') no-repeat;
}

#club li a.club02
{
	background: url('../../img/home/club02.jpg') no-repeat;
}

#club li a.club03
{
	background: url('../../img/home/club03.jpg') no-repeat;
}

#club li a.club04
{
	background: url('../../img/home/club04.jpg') no-repeat;
}

#events {
	padding: 8px 20px 30px 20px;
	width: 901px;
	height: 193px;
	background: url('../../img/common/news/bg_news.gif') no-repeat;
	font-size: 15px;
}

#events h3
{
	width: 130px;
	height: 16px;
	background: url('../../img/common/events/h3-01.gif') no-repeat;
	text-indent: -10000px;
}

#events ul {
	padding-top: 11px;
}

#events li {
	padding: 4px 0;
}

#events div {
	display: inline-block;
}

#events div.accept {
	width: 100px;
}

#events .event {
	width: 750px;
}

#events .bold {
	font-weight: bold;
}

#events .red {
	color: #FF0000;
}

#events a {
	text-decoration: underline;
}