@charset "euc-jp";

/* -------------- reset -------------- */

* html selector{
	propaty:value;
	margin:0;
	padding:0;
	border:0;
	line-height:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-indent:0;
        border: none;
        list-style-type:none;
        font-style:normal;
        font-weight:normal;
        font-size:100%;
        text-align:left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, p, blockquote, th, td, a ,img {
	margin: 0; 
	padding: 0;
}

html{
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
a img{
	border:none;
	margin:0;
	padding:0;
}
fieldset, img{
	border:0;
}
table{
	border-collapse: collapse; 
 	border-spacing:0;
}
caption, th{
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}


/* -------------- reset -------------- */

body{
	font:normal normal 1em /180% "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", monospace;
	
}

p{
	color:#000;
	font:normal normal 0.8em /180% "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", monospace;
	text-indent:12px;
	padding-bottom:18px;
}
a{
	color:#900;
	font:normal normal 0.9em /100% "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", monospace;
	text-indent:12px;
}


a:hover{
	color:#f60;
	text-decoration:bold;
	text-indent:12px;
}

.center{
	text-align:center;
}

h1{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
}

h2{
	color:#fff;
	text-indent:35px;
	font:bold 1em /100% "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", monospace;
	background-image:url("../image/h2.jpg");
	display:inline-block;
	width:600px;

	padding-top:9px;
	padding-bottom:5px;
}
h4{
	color:#900;
	clear:both;
}

.clear{
	clear:both;
}

.necessary{
	font-size:12px;
	color:#f00;
}

#all{
	width:880px;
	position:absolute;
	left:50%;
	margin-left:-440px;
}

#title_middle{
	height:50px;
	background-color:#900;
}

#main_top{
	padding-top:10px;
}

#main_top p{
	color:#006;
}

#submit{
	text-align:center;
	height:60px;
	padding-top:30px;
}

.table_left{
	width:300px;
	height:50px;
	border:1px #ccc dotted;
	padding:10px 0 10px 15px;
}
.table_right{
	width:540px;
	height:50px;
	border:1px #ccc dotted;
	padding:10px 0 10px 15px;
}

.s{
	font-size:11px;
	text-indent:0;
	color:#666;
	line-height:100%;
	margin:0;
	padding:5px 0 5px 0;
}

.r{
	color:#f00;
}

.b{
	color:#009;
	text-decoration:underline;

#main_middle{
	padding:10px;
}

