@charset "utf-8";

/* ============================

 base set
 
=============================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,li {list-style: none;}
h1,h2,h3,h4,h5 {
	font-size: 11px;
	line-height: 12px;
}
table,tr,td,th {margin:0px;padding:0px;border:none;}
table {border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
th,td {text-align:left;vertical-align:top;}
body {
	font: 13px/1 "ＭＳ Ｐゴシック", Helvetica, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}
* html body {font-size:small;font:x-small;}
*:first-child+html body {font-size:small;font:x-small;}


/* ============================

 header
 
=============================== */
#headerWrap {
	background-attachment: scroll;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#header {
	text-align: left;
	margin: 0px auto;
	width: 950px;
}
#header h1 {
	float: left;
	height: 71px;
	width: 454px;
}
#headerDate {
	float: right;
	width: 324px;
	padding-top: 45px;
}
#header ul {
	padding: 9px 0 0 0;
	clear: both;
}
#header ul li {
	float: left;
	height: 70px;
}

/* ============================

 content
 
=============================== */
#pageImage {
	margin: 0px auto;
	width: 950px;
}
#content {
	text-align: left;
	margin: 0px auto 5px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 13px;
	border-top: 1px solid #E0E0E0;
}
#contentIn {
	background-image: url(../images/content_middle.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}
/* --- contentLeft --- */
#contentLeft {
	float: left;
	width: 700px;
	padding-top: 9px;
}
.title01 {
	font-size: 122%;
	line-height: 1.2;
	background-image: url(../images/title_back01.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 660px;
	padding: 9px 0px 0px 40px;
	color: #333333;
	background-color: transparent;
	margin-bottom: 15px;
}* html .title01 {height:38px;width:700px;}
.title02 {
	font-size: 122%;
	line-height: 1.2;
	background-image: url(../images/title_back01.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 660px;
	padding: 9px 0px 0px 40px;
	color: #333333;
	background-color: transparent;
	margin-bottom: 10px;
}* html .title02 {height:38px;width:700px;}
.title03 {
	font-size: 100%;
	line-height: 1.2;
	background-image: url(../images/title_back01.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding: 9px 0px 0px 40px;
	color: #333333;
	background-color: transparent;
	margin-bottom: 10px;
	margin-left:3px;
	margin-right:3px;
	border-right:1px solid #CCC;
}
.p01 {
	font-size: 92%;
	line-height: 1.5;
	padding: 0px 20px 15px 20px;
}
.p01 strong {
	font-weight: bold;
	color: #DB1212;
	background-color: transparent;
}
.dl01 {
	padding: 0px 20px 10px;
	font-size: 92%;
	line-height: 1.5;
}
.dl01 dt {
	font-weight: bold;
	color: #61A3C2;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0px 0px 5px 15px;
}
.dl01 dd {
	padding: 0px 5px 5px 15px;
}.dl01 dd img {vertical-align:middle;}
.dl01 dd strong {
	font-weight: bold;
	color: #DB1212;
	background-color: transparent;
}
.ul01 {
	padding: 0px 20px 10px;
}
.ul01 li {
	font-size: 92%;
	line-height: 1.5;
	background-attachment: scroll;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0px 0px 5px 15px;
}
.link01 {
	color: #666666;
	text-decoration: underline;
	background-color: transparent;
}
.link01:hover {
	color: #E10914;
	text-decoration: none;
	background-color: transparent;
}
.link02 {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}
.link02:hover {
	color: #E10914;
	text-decoration: none;
	background-color: transparent;
}
/* --- contentRight --- */

#contentRight {
	background-image: url(../images/content_right_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	width: 200px;
	padding: 26px 0px 15px;
}
#contentRight img {margin-bottom: 10px;}
#contentRight h2 {
	color: #FFFFFF;
	background-color: #221815;
	padding: 3px 10px;
	font-size: 92%;
	line-height: 1.5;
	margin: 0px 11px 10px;
	text-align: left;
}

/* --- clear --- */

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}.clearfix {display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/* ============================

 page top
 
=============================== */
#pagetop {
	text-align: center;
	border-bottom: 3px solid #DB1212;
	margin-bottom: 2px;
}
#pagetop p {
	text-align: left;
	margin: 0px auto;
	width: 950px;
}
#pagetop p a {
	display: block;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: #DB1212;
	margin-left:830px;
	width: 85px;
	padding: 8px 10px 5px 23px;
	border-top: 1px solid #DB1212;
	border-right: 1px solid #DB1212;
	border-left: 1px solid #DB1212;
}* html #pagetop p a {width:120px;}
#pagetop p a:hover {
	color: #DB1212;
	background-color: #FFFFFF;
	border-top: 1px solid #DB1212;
	border-right: 1px solid #DB1212;
	border-left: 1px solid #DB1212;
}
/* ============================

 footer
 
=============================== */
#footerWrap01 {
	padding: 5px 0px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 1px;
	text-align: center;
}
#footerWrap02 {
	color: #C4AEA7;
	background-color: #221815;
	padding: 20px 0 15px;
}
#footer {
	width: 890px;
	text-align: left;
	margin: 0px auto;
}
#footerBox01 {
	width: 246px;
	border-right: 1px solid #E0E0E0;
	float: left;
}* html #footerBox01 {width:247px;}
#footerBox01 p {
	font-size: 107%;
	line-height: 1.2;
	padding: 28px 10px 2px 0;
}
#footerBox01 h2 {
	font-size: 136%;
	line-height: 1.2;
	padding: 0 10px 28px 0;
}
#footerBox02 {
	float: right;
	width: 614px;
	padding: 4px 0 0 0;
}
#footerBox02 h3 {
	color: #FFFFFF;
	background-color: #BCBCBC;
	padding: 5px 20px 4px 20px;
	font-size: 92%;
	line-height: 1.5;
	margin-bottom: 10px;
}
#footerBox3 {
	float: left;
	width: 350px;
}
#footerBox3 h4 {
	font-size: 107%;
	line-height: 1.5;
	font-weight: normal;
	padding-bottom: 7px;
}
#footerBox3 p {
	font-size: 136%;
	font-weight: bold;
}
#footerBox3 p span {
	font-size: 70%;
	font-weight: normal;
}
#footerBox4 {
	float: right;
	width: 253px;
	font-size: 92%;
	line-height: 1.3;
}
#footerWrap02 dl {
	width: 890px;
	text-align: left;
	margin: 0px auto;
}
#footerWrap02 dt {
	font-weight: bold;
	width: 50px;
	padding: 1px 0px 7px 0px;
	float: left;
	clear: both;
	font-size: 92%;
	line-height: 1.3;
}
#footerWrap02 dd {
	padding: 1px 0px 7px 0px;
	font-size: 92%;
	line-height: 1.3;
	margin-left: 50px;
}
#footerWrap02 p {
	font-size: 85%;
	line-height: 1.2;
	color: #999999;
	background-color: #221815;
	text-align: right;
	width: 890px;
	margin: 0px auto;
}

/* ============================

 top page
 
=============================== */
#topPageImage {
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 300px;
	height: 320px;
	padding: 71px 39px 0 611px;
}* html #topPageImage {width:950px;height:391px;}
#topPageImage h2 {
	background-image: url(../images/top_image_date.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
}
#topPageImage dl {
	padding: 9px 0px 4px;
	font-size: 11px;
	line-height: 12px;
}
#topPageImage dl dt {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 16px;
	width: 46px;
	background-repeat: no-repeat;
}
#topPageImage dl dd {
	text-indent: -9999px;
	display: block;
	float: right;
	height: 16px;
	width: 254px;
	background-repeat: no-repeat;
}
#topImageDt01 {background-image:url(../images/top_image_dt01.gif);}
#topImageDt02 {background-image:url(../images/top_image_dt02.gif);}
#topImageDt03 {background-image:url(../images/top_image_dt03.gif);}
#topImageDt04 {background-image:url(../images/top_image_dt04.gif);}
#topImageDd01 {background-image:url(../images/top_image_dd01.gif);}
#topImageDd02 {background-image:url(../images/top_image_dd02.gif);}
#topImageDd03 {background-image:url(../images/top_image_dd03.gif);}
#topImageDd04 {background-image:url(../images/top_image_dd04.gif);}
#topPageImage p {
	background-image: url(../images/top_image_word01.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -9999px;
}
#btnSet {
	padding: 0px 0px 20px 5px;
}
.btnSetBox {
	background-image: url(../images/btn_set_middle.jpg);
	background-repeat: repeat-y;
	width: 230px;
	float: left;
}
.btnSetBox h2 {
	background-image: url(../images/btn_set_top.jpg);
	background-repeat: no-repeat;
	font-size: 107%;
	line-height: 1.2;
	color: #333333;
	background-color: transparent;
	text-align: center;
	padding: 23px 5px 0px 5px;
	height: 27px;
}* html .btnSetBox h2 {height:50px;}
.btnSetPhoto {
	padding: 0px 15px 10px;
}
.btnSetMiddle {
	padding: 0px 15px 10px;
	font-size: 92%;
	line-height: 1.3;
	min-height: 54px;
}* html .btnSetMiddle {height:64px;}
.btnSetBottom {
	background-image: url(../images/btn_set_bottom.jpg);
	background-repeat: no-repeat;
	height: 28px;
	text-align: right;
	padding: 6px 18px 0px 0px;
}* html .btnSetBottom {height:34px;}
.btnSetBottom a {
	font-size: 92%;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
.btnSetBottom a:hover {
	text-decoration: none;
	color: #E10914;
	background-color: transparent;
}
dl#whatsNew {
	padding: 0px 20px 10px;
}
dl#whatsNew dt {
	padding: 1px 0px 20px 19px;
	float: left;
	clear: both;
	width: 89px;
	background-attachment: scroll;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	font-size: 92%;
	line-height: 1.2;
}* html dl#whatsNew dt {width:108px;}
dl#whatsNew dd {
	padding: 1px 0px 20px 0px;
	margin-left: 108px;
	
}
dl#whatsNew dd h3 {
	color: #61A3C2;
	background-color: #FFFFFF;
	font-size: 92%;
	line-height: 1.2;
	padding-bottom: 10px;
}
dl#whatsNew dd p {
	font-size: 92%;
	line-height: 1.2;
}

/* ============================

 map page
 
=============================== */
#mapBtn {
	background-image: url(../map/images/map_small_brn.jpg);
	background-repeat: no-repeat;
	height: 36px;
	text-align: right;
	padding: 7px 40px 0px 0px;
	font-size: 92%;
	line-height: 1.2;
}
#mapLarge {
	margin: 0px auto;
	padding: 10px 0px;
	width: 900px;
	text-align: left;
}
#mapLargeTitle {
	font-size: 122%;
	line-height: 1.2;
	background-image: url(../map/images/map_title_back.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 860px;
	padding: 9px 0px 0px 40px;
	color: #333333;
	background-color: transparent;
	margin-bottom: 10px;
}* html #mapLargeTitle {height:38px;width:900px;}

/* ============================

 entry page
 
=============================== */
.entryEndBox {
	text-align: center;
	padding: 5px;
	border: 3px solid #CCCCCC;
	margin-bottom: 15px;
}
.entryEnd01 {
	font-size: 138%;
	line-height: 1.5;
	color: #D90000;
	background-color: #FFFFFF;
	padding: 0px 0px 10px 20px;
	font-weight: bold;
}
.entryEnd02 {
	font-size: 138%;
	color: #D90000;
	background-color: #FFFFFF;
	font-weight: bold;
}
.entryEnd03 {
	font-size: 92%;
	line-height: 1.5;
	color: #D90000;
	background-color: #transparent;
}

.tbl_result_box{
	width:675px;
	margin-left:15px;
}
.tbl_result{
	width:100%;
	margin-left:15px;
	margin-bottom:30px;
}
.tbl_result th{
	padding:5px 15px;
}
.tbl_result td{
	padding:5px 15px;
	background-attachment:scroll;
background-image:url(../images/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
}
.txt1{
	width:30px;
}
.txt2{
	width:50px;}
.txt3{
	width:150px;}
.txt4{}
.txt5{
	width:80px;}
	
.tbl_result_pdf{
	margin-bottom:15px;
	margin-left:15px;
}
	
.tbl_result_pdf th{
}
	
.tbl_result_pdf td{
	text-align:center;
	padding:10px 15px;
	margin-right:5px;
}
	
	
.tbl_result_pdf td a{
	text-decoration:none;
	color:#666;
	font-size:14px;
	display:block;
	padding:5px 20px;
	padding-left:25px;
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 2px;
	border-bottom:#CCC solid 2px;
	background-attachment: scroll;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.tbl_result_pdf td a:hover{
	text-decoration:underline;
	color:#333;
}
	
	