@charset "utf-8";

body {
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color:#333333;
	font-size:70%;
	height:100%;
	letter-spacing:0;
	line-height:100%;
	margin:0;
	text-align:center;
	padding:0;
	/*background-color:#000000;*/
}	

img {
	border:0 ;
}

li img {
	vertical-align:top;
}	

html, h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, div, img {
	margin:0;
	padding:0;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

table {
	border-collapse:collapse;
	font-size:100%;
	border-spacing: 0;
}

a{
text-decoration:none;
color:#003399;

}

a:hover{
text-decoration:underline;
color:#003399;
}

h1 {
	font-size:100%;
	font-style:normal;
	margin:10px 0 0 0;
}	

h2, h3, h4 {
 	font-weight:normal;
	font-size:100%;
}	


/*フロートに関するクラス*/

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.sp {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container {
	width:980px;
	margin:0 auto;
	background-color:#000000;
}	


#banarea {
	width:900px;
	margin:30px auto 0 auto;
	text-align:left;
	
}
	
.wrap {
	width:209px;
	float:left;
}
	
.box {
	width:207px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#ffffff;
	height:180px;
	position:relative;
	
}

.logo {
	text-align:right;
	position:absolute;
	bottom:5px;
	right:5px;
	
}	

.padL8 {
	padding-left:8px;
}

.padL16 {
	padding-left:16px;
}

.link {
	padding:5px 0 0 10px;
}

.ttl {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	color:#ffffff;
}	
	
.ttl02 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:0 0 20px 0;
	color:#ffffff;
}	
		