@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img, p, ul, li, dl, dt, dd { 
 margin: 0;
 padding: 0;
}

img {
 border: 0;
}

ul li{
 list-style-type: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

#head {
	height: 20px;
	background-image: url(../img/common/back_head01.jpg);
	background-repeat: repeat-x;
}

#head h1 {
	display: none;
}

#menu {
	width: 860px;
	margin: auto;
	margin-bottom: 110px;
}

#menu li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #999999;
	float: left;
	margin-right: 30px;
	background-image: url(../img/common/ya_index.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}

#flash {
	width: 860px;
	height: 510px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#foot01 {
	height: 235px;
	padding-top: 18px;
	background-image: url(../img/common/back_index_foot.gif);
	background-repeat: repeat-x;
}

#foot02 {
	width: 860px;
	margin: auto;
}

#foot01L {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	float: left;
}

#foot01R {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #666666;
}

