@charset "UTF-8";
/* Reset CSS*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, images, table, th, td, dl, dt, dd, form, input, textarea, label, button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial,Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table th, table td, select, input, textarea, button {
	font-size: inherit;
}
table {
	border-collapse: collapse;
}
ul, ul ul, ul ul ul {
	list-style: outside none none;
}
a {
	outline: medium none;
}
em {
	font-style: normal;
}
img {
	border: 0 none;
	vertical-align: bottom;
}

/*common*/

div#container{
	width:900px;
	height:1607px;
	margin:0 auto;
	}

/*index*/
div.background_index{
	background:url("./../images/background_image.jpg") no-repeat 50% 0;

	}

ul {
	position:relative;
	left:0px;
	top:1505px;
	}


li a.pc{
	display:block;
	float:left;
	margin-left:338px;
	height:65px;
	width:525px;
}

li a.sp{
	display:block;
	float:left;
	margin-left:13px;
	height:65px;
	width:257px;
}
