@charset "UTF-8";


/**************************************************
 height_adjust
**************************************************/

.haj{
	display: block;
	min-height: 0;
}
.haj:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .haj{
	display: inline-block;
}
/* exclude ie mac \*/
* html .haj{
	height: 1%;
}


/**************************************************
 
**************************************************/

html{
	height: 100%;
}
body{
	height: 100%;
	color: #666;
	background: url(../images/bg_h.gif) top repeat-x;
	line-height: 150%;
	font-size: 85%;
	text-align: center;
}

/* ▼base */
a{
	text-decoration: none;
}
a:hover{
	color: #cc0000;
	text-decoration: underline;
}
h1 a{
	color: #fff;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}
strong{
	color: #cc0000;
	font-weight: bold;
}
table{
	border-collapse: collapse;
}
th,td{
	padding: 4px;
	border: 1px #999 solid;
}
th{
	background: #ccc;;
}

div#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; 
}


/* ▼block1 */
div#header{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: url(../images/title.gif) no-repeat;
	text-align: left;
}
h1{
	padding: 30px 0 10px 0;
	color: #fff;
	font-size: 140%;
}
div#header p{
	color: #ccc;
}

/* ▼block2 */
div#main{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
div#navi{
	width: 250px;
	float: left;
}
div#contents{
	width: 640px;
	float: right;
}
div#main .push {
	height: 100px;
}

ul.navi_c{
	margin: 5px 0 15px 10px;
}
li span{
	color: #000;
	font-size: 110%;
}

div.contents,
table.contents,
ul.contents{
	margin: 10px 20px;
}
div.contents ul,
div.contents p{
	margin: 0 0 8px 0;
}
div.contents p.an{
	color: #ff6666;
}
/*
div.category{
	margin: 5px;
	width: 280px;
	min-height: 260px;
	border: 1px #ccc solid;
	background: #f2f2f2;
	float: left;
}
div.category h2{
	padding: 5px 10px;
	color: #fff;
	background: #000;
}
div.category ul{
	padding: 5px 10px;
}
*/

/* ▼block3 */
div#footer{
	width: 100%;
	height: 100px;
	clear: both;
	background: url(../images/bg_f.gif) bottom repeat-x;
}
div#credit{
	margin: 0 auto;
	padding: 50px 0 0 0;
	color: #fff;
}



