@charset "utf-8";
/* CSS Document */

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	border:0;
}

img {
	border-style: none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	background-color: #FFF9B0;
	font-weight: bold;
	color: #1A1E81;
	}
	
a {
	font-size: 1em;
}
a:hover {
	color: #CD7E85;
	text-decoration: underline;
}
a:link {
	color: #632136;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD7E85;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 900px;
	height:100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#main {
	padding: 0;
	margin-top: 15px;
	height: 630px;
	width: 100%;
}

#title {
	padding: 0;
	margin-top: 0px;
	height: 630px;
	float: left;
	width: 584px;
	margin:0;
}


#navi {
	padding: 0;
	margin-top: 0px;
	height: 630px;
	width: 316px;
	float: right;
}

#navi ul {
	list-style-type: none;
	height: 158px;
	width: 316px;
}
#navi ul li {
	margin: 0px;
	float: left;
	height: 158px;
	width: 158px;
}

#navi ul li:last-child {
	display: none;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	padding:30px 0 30px 0;
	text-align:right; 
}

#footer ul li{
	display: inline;
	list-style-type: none;
	margin-right:10px;
}

.sp {
	display: none;
}