

/* 全体の初期化 */

body {
	margin: 0;
	padding: 0;
	bacground: #fff;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

* {

}

h1,h2,h3,h4,h5,form,p,ul,li,dl,dt,dd {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
a:link		{ color:#039; font-weight:normal; text-decoration:none;}
a:active	{ color:#039; font-weight:normal; text-decoration:none;}
a:visited	{ color:#039; font-weight:normal; text-decoration:none;}
a:hover		{ color:#039; font-weight:normal; text-decoration:underline;}

/*  */

div#wrapper {
	
}
div#header {
	background: url('../IMG/logo_matome.png') 4px 8px no-repeat;
	height: 78px;
}
div#header span {
	display: none;
}

div#header div#header_ad {
	font-size: 14px;
	width: 468px;
	height: 60px;
	margin: 3px 10px 0 0;
	float: right;
}


ul {
	display: block;
	width: 605px;
	margin: auto;
}
li {
	display: block;
	float: left;
}

li img {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

li a img {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

div.global {
	margin: 3px 0 20px 0;
	display: block;
	background: #ff3300;
	color: #fff;
	clear: both;
}

div.global p a {
	color: #fff;
	text-decoration: underline;
}

div#footer {
	clear: both;
	padding-bottom: 30px;
	text-align: center;
}

div#footer ul li {
	list-style-type: none;
}