/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*
#contents {
  width:450px;
  margin : 10px 10px 10px 10px ;
  table-layout: fixed;
}
*/

.text_basic{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height: 18px;
}

.text_basic_un{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	text-align:left;
	line-height: 18px;
}

.text_basic_center{
	font-family: "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
	font-style: normal;
	font-size: small;
}*/

ul,ol,dl,img {
	margin: 0;
	padding: 0;
}
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;
}

/* ---------- */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#navi {
	height: 35px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

#footer_p {
	width:450px;
	margin: 10px 10px 10px 10px;
	text-align:center;
}