@charset "utf-8";
/* CSS Document */

/* common */

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background: #ffeac5;
}

img,a {
	border: none;
}

/* lay-out */

#header {
	background: url(images/common/common/com_ttl01.jpg) center no-repeat;
	height: 193px;
}

#wrapper {
	background: url(images/common/common/com_bg02.gif) repeat-y;
	width: 920px;
	margin: 0 auto;
}

#container {
	background: url(images/common/index/top_bg01.jpg) no-repeat;
	height: 425px;
	width: 920px;
	overflow: hidden;
}

#footer {
}

/* contents */

#header * {
	display: none;
}

#container ul {
	width: 920px;
	height: 318px;
	list-style: none;
	margin: 27px 0 0;
	padding: 0;
}

#container ul li {
	width: 460px;
	float: left;
	margin: 0;
	padding: 0;
}

#container ul li a {
	display: block;
	text-align: left;
	text-indent: -9999px;
	height: 318px;
}

#container ul li a.nav01 {
	background: url(images/common/index/top_btn01.jpg) no-repeat;
	width: 223px;
	margin-left: 162px;
}

#container ul li a.nav02 {
	background: url(images/common/index/top_btn02.jpg) no-repeat;
	width: 215px;
	margin-left: 68px;
}

#container ul li a:hover {
	background-position: 0 -318px;
	
}

p.policy {
	padding: 20px 0;
	clear: both;
	margin: 0;
}

p.policy a {
	background: url(images/common/index/top_btn03.gif) no-repeat;
	width: 104px;
	height: 35px;
	margin: 0 auto;
	text-align: left;
	text-indent: -9999px;
	display: block;
}

p.policy a:hover {
	background-position: 0 -35px;
}


/* footer */

#footer h2 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 100%;
}

#footer address {
	font-style: normal;
	font-size: 75%;
	margin: 0 0 10px;
}

.copyright {
	border-top: 1px dotted #999999;
	margin: 0 50px;
	padding: 5px 0;
	font-size: 75%;
}
