@charset "UTF-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
	vertical-align:bottom;
}


/********* HTML再定義 ***********************************************/

h1{
	display:none;
}

h2{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
}

/********* 共通クラス ***********************************************/

.caption{
	padding:5px 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	font-size:0.5em;
	line-height:1.2em;
}

.ishihara{
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:100px;
	height:115px;
	background:#CCCCCC;
	position:absolute;
	clear:both;
	left:510px;
	top:85px;
	text-align:center;
}

.hidden{
	display:none;
}

/********* レイアウト ***********************************************/

body{
	margin:0 0 0 0;
	padding:60px 0 0 0;	
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	background:url(../images/back.jpg) no-repeat top center #bcbcbc;
}

#wrapper{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:1000px;
	height:602px;
}

#header{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:30px;
	background:url(../images/header.gif) no-repeat top center;
	border-bottom:#000000 1px solid;
}
#title{
	margin:0 10px 0 0;
	padding:0 0 0 0;
	width:155px;
	height:580px;
	background:url(../images/title.jpg) no-repeat top center;
	display:inline;
	float:right;
	
}

#main{
	margin:15px 0 0 10px;
	padding:0 0 0 0;
	width:650px;
	height:400px;
	display:inline;
	float:left;
	position:relative;
}

#date{
	margin:25px 0 0 10px;
	padding:0 0 0 0;
	width:155px;
	height:70px;
	display:inline;
	float:left;
	background:#FF0000;
}

#button{
	display:inline;
}

#button ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#button ul li{
	margin:0 0 10px 10px;
	padding:0 0 0 0;
	width:155px;
	height:155px;
	display:inline;
	float:left;
	text-indent:-9999px;
}
#button ul li a{
	width:155px;
	height:155px;
	display:block;
	overflow:hidden;
}


.button1 a{background:url(../images/b1_off.jpg) top left no-repeat;}
.button2 a{background:url(../images/b2_off.jpg) top left no-repeat;}
.button3 a{background:url(../images/b3_off.jpg) top left no-repeat;}
.button4 a{background:url(../images/b4_off.jpg) top left no-repeat;}
.button5 a{background:url(../images/b5_off.jpg) top left no-repeat;}
.button6 a{background:url(../images/b6_off.jpg) top left no-repeat;}
.button7 a{background:url(../images/b7_off.jpg) top left no-repeat;}
.button1 a:hover{background:url(../images/b1_roll.jpg) top left no-repeat;}
.button2 a:hover{background:url(../images/b2_roll.jpg) top left no-repeat;}
.button3 a:hover{background:url(../images/b3_roll.jpg) top left no-repeat;}
.button4 a:hover{background:url(../images/b4_roll.jpg) top left no-repeat;}
.button5 a:hover{background:url(../images/b5_roll.jpg) top left no-repeat;}
.button6 a:hover{background:url(../images/b6_roll.jpg) top left no-repeat;}
.button7 a:hover{background:url(../images/b7_roll.jpg) top left no-repeat;}

.button1n{background:url(../images/b1_on.jpg) top left no-repeat;}
.button2n{background:url(../images/b2_on.jpg) top left no-repeat;}
.button3n{background:url(../images/b3_on.jpg) top left no-repeat;}
.button4n{background:url(../images/b4_on.jpg) top left no-repeat;}
.button5n{background:url(../images/b5_on.jpg) top left no-repeat;}
.button6n{background:url(../images/b6_on.jpg) top left no-repeat;}
.button7n{background:url(../images/b7_on.jpg) top left no-repeat;}

#menu{
	width:132px;
	height:165px;
	margin:0px;
	padding:0px;
	position:absolute;
	clear:both;
	left: 495px;
	top: 215px;
	background:url(../images/inline-menu.jpg) no-repeat top center;
}

#menu ul {
	padding:4px 0 0 0;
	margin:0 0 0 0;
}

#menu ul li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:132px;
	height:30px;
	display:block;
	background:url(../images/inline-button.jpg) no-repeat top center;
	text-indent:-9999px;
}
#menu ul li a{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:132px;
	height:30px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}

