@charset "Shift_JIS";
/* CSS Document */



/* reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,a,table,th,td,dl,dt,dd,form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

br {
	padding:0px;
	margin:0px;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
}

/* css hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
	zoom:1;
}


/*---------------------
	[a]
---------------------*/

a {
	color: #0e692e;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;

}





/*---------------------
	[body]
---------------------*/
body {
	background-color: #F2F3EE;
	color: #000;
	font-size: 14px;
}



/*---------------------
	[container]
---------------------*/
#container {
	width: 850px;
	margin: auto;
	padding: 0 0 30px 0;
	background-color: #fff;
}



/*---------------------
	[header]
---------------------*/
#header {
}

h2 {
	width: 850px;
	margin: 25px 0 10px 0px;
	line-height: 170%;
	text-align: center;
	color: #46413e;
	font-size: 17px;
}
p.text {
	width: 850px;
	margin: 0px 0 25px 0px;
	line-height: 170%;
	text-align: center;
	color: #46413e;
}

/*---------------------
	[table]
---------------------*/

#table {
	padding: 30px 30px 25px 45px;
}

		table{border-collapse:collapse;
		font-size:90%;}
		th{background-color:#66cdaa;}
		
		.midashi{
		color:white;
		height:30px;
		}
		
		.naka{color:#46413e;
		background-color:white;
		width:120px;
		}
		
		.kaijo{color:#46413e;
		background-color:white;
		width:150px;
		}
		
		.toi{color:#46413e;
		background-color:white;
		width:155px;
		}
		
		.play{color:#46413e;
		background-color:white;
		width:205px;
		}
		
		td{height:80px;}
		th,td{border:solid 3px #c8f0d6;text-align:center;}

/*---------------------
	[JK]
---------------------*/

/* JKŽÊ */
ul.jk_img {
	width: 430px;
	height: auto;
	margin: 0 auto 20px auto;
	list-style: none;
}
ul.jk_img li {
	width: 200px;
	float: left;
	font-size: 12px;
	line-height: 120%;
}
ul.jk_img li img {
	margin: 0 0 10px 0;
}
ul.jk_img li.right {
	margin: 0 0 0 30px;
}

/* link */
#link {
	font-size: 17px;
}
ul.list_text {
	width: 440px;
	margin: auto;
	list-style: none;
	line-height: 200%;
}
ul.list_text li {
	background: #c8f0d6;
	padding: 5px;
	margin: 0 auto 5px auto;
}

/* text */
p.text_2 {
	text-align: left;
	margin: 25px auto 0 auto;
	color: #46413e;
	line-height: 170%;
}



/*---------------------
	[form]
---------------------*/

/* footer */
#footer {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 12px;
}
p.copy {
	color: #a7a7a7;
	margin-top: 8px;
}

