@charset "Shift_JIS";

@import "cnt.css";
@import "ie.css";



*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	list-style-type:none;
	line-height:150%;
	color:#333333;
	font-size:100%;
}


p{
	margin:0 0 10px 0;
}

table{
	border-collapse:collapse;
	width:100%;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#006699;
}

.centering{
	text-align:center;
}

.lefting{
	text-align:left;
}

.righting{
	text-align:right;
}

.small{
	font-size:85%;
}

#box h1{
	color:#999999;
	font-weight:normal;
	padding:0 0 40px 0;
	font-size:70%;
	font-weight:normal;
	background:url(../img/common/head_line.jpg) repeat-x top left;
}

h2,h3,h4{
	text-align:left;
	margin-bottom:10px;
}

#main h2{
	background:url(../img/common/h2_back.gif) no-repeat left bottom;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:15px;
	font-size:100%;
}

#main h3{
	background:url(../img/common/h3_back.gif) repeat-x left bottom;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:15px;
	font-size:100%;
}

.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {display: inline-table;}
/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

.block{
	width:100%;
	margin-bottom:30px;
	text-align:left;
}



#main{
	padding:8px;
}

/*header*/

#header{
	margin:0;
	padding:0;
	text-align:center;
	height:97px;
}

.logo{
	padding:11px 0 0 0px;
	margin:0;
}

/*footer*/

#footer{
	padding:10px 0 0 0;
	color:inherit;
	clear:both;
	text-align:center;
	margin:auto 0;
}
#footer ul li.foot{
	display:inline;
	border-right:1px solid #333;
	padding:0 8px 0 4px;
	margin:0;
	line-height:1.3;
	font-size:95%;
}
#footer ul li.last{
	border-right:none;
	padding:0 0 0 4px;
}
#footer ul li a{
	color:#333;
	background-color:inherit;
}
#footer ul li.foot a:hover{
	text-decoration:underline;
}
#footer address{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	padding:10px 0;
	background:#D9F2FE;
}
