@charset "shift_jis";
html {
	height: 100%;
}

/*タグ効果無効*/
body{
	border-top-width: 0px;

	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 13px;
	color: #333333;
	line-height: 160%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 100%;
	padding: 0px;
}

a:link {

}


a:visited {


}

a:hover {

}

h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd {
	margin:0px;
	padding:0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
	line-height: 21px;
}

form {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*コンテナー*/
#container_ie5 {
	height: 100%;

}
#container {
	width: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#header {
	background-color: #FCFCFE;
	height: 46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
}
#header_inner {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	line-height: 15px;
}
#header_inner .ad {
	padding-bottom: 3px;
}


#container_inner {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi {
	height: 30px;
	background-color: #FBFBFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
}
#navi_inner {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi_bt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
#navi_bt a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCFCFC;
}
#navi_bt a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
