@charset "utf-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,
fieldset, input, textarea, p, blockquote, th, td{margin: 0; padding: 0;}
img{border:none;outline: none;-ms-interpolation-mode:bicubic;}
img a{border:none;outline: none;}
a:focus{outline:none;}
a {overflow:hidden; text-decoration:none;}
ul li{ list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}


html,body {
  min-width:880px;
}


body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#000000;
	font-size:12px;
	line-height:1.5em;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-text-size-adjust:100%;
}


#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
}

.header{
	width:100%;
	padding:50px 0 40px 0;
}

.title{
	float:left;
	width:560px;
}

h1{ margin-top:10px;}
h2{ float:right;}
h3{ font-size:1.1em; line-height:1.7em; margin-top:35px;}
h4{
	width:100%;
	background:#000;
	color:#FFF;
	text-align:center;
	font-size:1.7em;
	line-height:1em;
	font-weight:bold;
	padding:45px 0;
}

.itemleft{
	width:383px;
	float:left;
}

.itemright{
	width:383px;
	float:right;
}

.itemleft p,.itemright p{
	padding-top:10px;
}

.info{
	height:10em;
}

.itemlink{
	width:100%;
}

.itemlink a{
	width:100%;
	background:#CECECE;
	display:block;
	padding:10px 0;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:1.15em;
}

.itemlink a:hover{
	background:#000;
	color:#CCC;
}

.banner{
	width:100%;
	text-align:center;
	padding:70px 0;
}
.banner a:hover img {
	filter:alpha(opacity=60); 
	-moz-opacity:0.60;
	-khtml-opacity: 0.6;
	opacity:0.60
}


.clearfix {
	float:none;
	clear:both;
}