@charset "UTF-8";
/*basic.css*/

/*default
-----------------------------------*/
body,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,form,input,textarea,fieldset,
ul, ol, dl, li,dt,dd,address,caption {
    margin: 0;
    padding: 0;
}

table{
	border-collapse:collapse;
	}
p{
	margin:5px;
	}
	

html, body {
 font-size : 100%;
 height: 100%;
 background: 000000;
 color: #222222;
 padding: 0;
 margin: 0;
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
 font-weight: normal;
 font-style: normal;
 line-height: 1;
 position: relative;
 cursor: default;
 text-align: center;
 }

div.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto; 
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

img{
	vertical-align:bottom;
	border:none;
	margin-top: 10px;
	text-align: center;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	



/*link
-----------------------------------*/
a{	}
a:hover,a:active{}
a:visited{	}


/*font size
-----------------------------------*/
.txt-10px{	font-size:84%;	}/*10px*/
.txt-11px{	font-size:92%;	}/*11px*/
.txt-14px{	font-size:117%;	}/*14px*/
.txt-16px{	font-size:133%;	}/*16px*/
.txt-18px{	font-size:150%;	}/*18px*/
.txt-20px{	font-size:167%;	}/*20px*/
.txt-22px{	font-size:183%;	}/*22px*/
.txt-24px{	font-size:200%;	}/*24px*/

.red{	color:#F00;	}

/*clearfixハック
-----------------------------------*/
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ﾂ･*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



h1{
	margin-bottom:30px;
	padding:5px;
	font-size:117%;
	text-align:center;
	color:#fff;
	background-color:#000;
}
#content{
	padding:0 20px;
}
h2{
	margin-top:15px;
	margin-bottom:5px;
	font-size:120%;
	line-height:1;
	color: red;
}
h3{
	margin-bottom:15px;
	padding:3px 0 3px 10px;
	font-size:117%;
	line-height:1;
	border-left:3px #000 solid;
}

h5{
	margin-top: 2em;
	font-size: 100%;
}
#table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
#table th{
	font-weight: bold;
}
#table thead th{
	background: #e6e6e6;
}

