/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}

/* ---------- */
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #CCFF33;
}


#navi {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 920px;
}

#contents {
	padding-top: 12px;
	width: 920px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
p {
	color: #333333;
	font-size: 12px;
}
*/
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}



/* ---------- */
html{
    height:100%;
}
body{
    height:100%;
}
* html div#container{
    height:100%;
}
div#container{
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
}
body > #container {
        height: auto;
}
div#wrapper{
    padding-bottom:16px;
}
