@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.home  #container {
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

/* header styles--------------------*/

.home  #header {
	padding: 0;
	background-image: url(img/IMG_0016.jpg);
}
.home  #header  h1 {
	margin: 0px;
	height: 450px;
	width: 1000px;
}


/* footer styles--------------*/

.home  #footer {
	background-color: #FFCC00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.home  #footer  p {
	float: right;
	padding-top: 10px;
}
.home #container #footer address {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}
.home h2 {
	text-align: left;
	padding-left: 20px;
	float: none;
	font-size: 14px;
	color: #FFFFFF;
}
.home a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
.home a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.counter {
	float: right;
	width: 100px;
}

/* maincontent--------------------*/

.home  #mainContent {
	background: #FFFFFF;
	width: 790px;
	float: left;
}
.home #container #wrapper {
	height: 720px;
}
.obox {
	list-style-type: none;
	padding: 0px;
}
.osusume {
	padding-left: 10px;
	background-image: url(img/osusume_bgimg.jpg);
	background-repeat: no-repeat;
}
.home #container #wrapper #mainContent .obox .osusume {
	height: 320px;
	width: 240px;
}
.osusume:hover {
	padding-left: 10px;
	background-image: url(img/osusume_bgimg_on.jpg);
	background-repeat: no-repeat;
}
.coment {
	padding-left: 20px;
	padding-right: 10px;
	height: 100px;
	width: 220px;
}
.ivent {
	padding-left: 20px;
	float: left;
}
.home #container #wrapper #mainContent #ivent {
	background-image: url(img/ivent.jpg);
	height: 50px;
	width: 220px;
}
.home #container #wrapper #mainContent #ivent:hover {
	background-image: url(img/ivent_on.jpg);
	height: 50px;
	width: 220px;
}


/* menu style --------------------------------*/

.mbox {
	list-style-type: none;
	width: 980px;
}
.rbox {
	display: block;
	float: right;
	margin-top: 80px;
	margin-right: 10px;
	margin-left: 0px;
	width: 180px;
	margin-bottom: 50px;
	padding: 0;
}
.home #container #wrapper .rbox li {
	list-style-type: none;
	width: 170px;
	padding: 5px;
	height: 50px;
}
.home #container #wrapper .rbox li:hover {
	list-style-type: none;
	width: 170px;
	padding: 5px;
	background-image: url(img/rmenu_bgimg_on.jpg);
	height: 50px;
}
li {
	float: left;
}

.home #container #wrapper #navigation li {
	background-image: url(img/menu_bgimg.jpg);
	background-repeat: repeat-x;
}
.home #container #wrapper #navigation li:hover {
	background-image: url(img/menu_bgimg_on.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 220px;
}
