@charset "euc-jp";

/* defalt_style
----------------------------------------------- */
*{
	margin:0;
	padding:0;
}

/* base_style
----------------------------------------------- */
html,body{
	width:100%;
	height:100%;
}

body{
	font-family:Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	font-size:12px;
	color:#333;
	line-height:140%;
}

a{
	color:#39F;
	text-decoration:underline;
}
a:visited{
	color:#369;
	text-decoration:underline;
}
a:hover{
	color:#39F;
	text-decoration:none;
}

img{
	border:none;
}

hr{
	display:none;
}

div.line{
	margin:10px 0px;
	height:1px;
	background-image:url(/common/images/img_line.gif);
	background-position:left;
	background-repeat:repeat-x;
	clear:both;
}

/* container_style
----------------------------------------------- */
div#container{
	width:100%;
	position:relative;
	height:100%;
	min-height:100%;
}
body > div#container{
	height:auto;
}

div#navi{
	height:30px;
	width:100%;
	background:#000;
}
div#navi p{
	color:#FFF;
	text-align:center;
	font-size:10px;
	line-height:30px;
}

div#contents{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:50px;
	width:500px;
}

div#footer{
	width:100%;
	height:30px;
	background:#000;
	position:absolute;
	bottom:0;
}
*+html body div#footer{
	position:static;
}
* html body div#footer{
	position:static;
}

div#footer address{
	color:#FFF;
	text-align:center;
	font-size:10px;
	font-style:normal;
	line-height:30px;
}

/* container_style
----------------------------------------------- */
div#navi a{
	color:#FFF;
	text-decoration:none;
}
div#navi a:hover{
	color:#FFEA01;
	text-decoration:none;
}
div#navi a:visited{
	color:#FFF;
	text-decoration:none;
}

/* contents_style
----------------------------------------------- */
div#contents h1{
	margin-bottom:20px;
	display:block;
	width:500px;
	height:101px;
	background-image:url(../images/img_h1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

div#contents p.text01{
	margin-bottom:20px;
	width:492px;
	height:94px;
	background-image:url(../images/img_text01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
div#contents p.text02{
	margin-bottom:20px;
	width:481px;
	height:43px;
	background-image:url(../images/img_text02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

div#contents div.data01{
	width:500px;
	height:520px;
	background-image:url(../images/img_data01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
div#contents div.data02{
	margin-bottom:20px;
	width:500px;
	height:500px;
	background-image:url(../images/img_data02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

div#contents div.form{
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}
div#contents div.form select{
	margin-bottom:20px;
}
div#contents select.f01{
	border:1px solid #669C00;
	width:300px;
	font-family:Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	font-size:14px;
}
div#contents select.f02{
	font-family:Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	width:75px;
	font-size:12px;
}
div#contents input{
	font-family:Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	font-size:12px;
}

div#contents div.boxarea{
	border:3px solid #669C00;
	padding:10px;
	width:474px;
}
div#contents div.boxarea h2{
	margin-bottom:10px;
	padding-left:25px;
	font-size:18px;
	line-height:normal;
	background-image:url(../images/icon_h2.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

div#contents table.result{
	border:1px solid #CCC;
	border-collapse:separate;
	border-spacing:1px;
	width:474px;
	margin-bottom:10px;
	font-size:12px;
}
div#contents table.result th{
	padding:5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#F3F3F3;
	color:#536C23;
	text-align:left;
	line-height:1.4em;
	width:50%;
}
div#contents table.result td{
	padding:5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#FCFCFC;
	text-align:left;
	width:50%;
}

div#contents div.boxareaR{
	border:3px solid #F90;
	padding:10px;
	width:474px;
}
div#contents div.boxareaR h2{
	margin-bottom:10px;
	padding-left:25px;
	font-size:18px;
	line-height:normal;
	background-image:url(../images/icon_h2.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}


/* etc_style
----------------------------------------------- */
.bold_r{
	color:#F00;
	font-weight:bold;
	font-size:14px;
}
.small{
	font-size:8px;
}
.smaller{
	font-size:10px;
}
.clear{
	clear:both;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mr10{
	margin-right:10px;
}
.mt10{
	margin-top:10px;
}
.mb10c{
	margin-bottom:10px;
	text-align:center;
}


select#ninzu{
	display:none;
}