@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

*{
	margin:0;
	padding:0;
}


body{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #181818;
	background:#f8f5f0;
}

html, body{
	height:100%;
}

 body{
	min-width:1000px;
 }

html,body,img,header,section,footer,
h1,h2,h3,h4,h5,h6,p,
form,ol,ul,li,
table, tbody, tfoot, tr, th, td,
form, input, button
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	line-height: 1.2em;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

ol,ul,li{
	list-style:none;
}


img{
	vertical-align: bottom;
}

.clear {
	clear:both;
}

.clearfix {
	width:100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a{
	color:#7fc7d5;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)"; 
} 
input{
	padding:2px 10px;
	border:1px #eeeeee solid;
}

/* common
--------------------------------------------------*/
ul.imglist li {
	float:left;
}
ul.imglist a span,
span.hidden{
	visibility:hidden;
}

/* layout
--------------------------------------------------*/

#container {
	margin: 6px auto;
	padding: 0px;
	width:986px;
}
#navi{
	width:176px;
	float:left;
}
#main{
	width:800px;
	float:right;
	overflow: hidden; 
	margin-bottom:10px;
	margin-left:8px;
}

/* header
--------------------------------------------------*/
/*header*/
header{
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	background:#ffffff;
	height:88px;
	position: relative;
}
header p {
	margin:0 auto;
	width:980px;
	text-align:right;
}

#headernav{
	background:#ddf3f7;
}

#siteTitle{
	margin:10px auto;
	width:980px;
	display:block;
	}

#siteTitle ul li:nth-child(2){
padding: 6px 0 0 462px;
}

/* footer
--------------------------------------------------*/
#footer{
	background:#ffffff;
	overflow: auto;
	padding:8px 0;
	clear:both;
	margin:0 auto;
}
.link_box{
	width:980px;
	margin:6px auto;
	display:block;
	text-align:center;
}
.link_box li{
	float:left;
	padding:8px 30px;
	text-align:left;
}
.link_box li span{
	color:#6ab6c6;
	font-weight:800;
	font-size:13px;
	display:block;
}
#footerbg{
	background:#6ab6c6;
	padding:8px 0 ;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	display:block;
	clear:both;
}

#footer, #footer a{
	color:#181818;
	text-decoration: underline;
	font-weight:normal;
	font-size:10px;
	line-height:18px;
}

/* nav 
--------------------------------------------------*/
#navi ul{
	background:#ffffff;
	padding:0 5px 5px ;
	margin-bottom:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.menu_point01{
	background:#f9b2d2;
	border: 1px solid #f9b2d2;
	padding:5px;
	margin-top:6px;
	margin-bottom:2px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu_point02{
	background:#fac38b;
	border: 1px solid #fac38b;
	padding:5px;
	margin-bottom:2px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu_point03{
	background:#d5c5f2;
	border: 1px solid #d5c5f2;
	padding:5px;
	margin-bottom:2px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu_point04{
	background:#b0e16c;
	border: 1px solid #b0e16c;
	padding:5px;
	margin-bottom:2px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu_point05{
	background:#9fc5e9;
	border: 1px solid #9fc5e9;
	padding:5px;
	margin-bottom:2px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#menu_point a:link{
	color:#ffffff;
}
#menu_point a: hover{
	color:#ffffff;
}
#menu_point a:visited{
	color:#ffffff;
}

.menu_standard li{
	padding-left:2px;
	margin-bottom: 4px;
	line-height:20px;
}
.titlename{
	border-bottom:dotted 1px #cccccc;
	padding-top:6px;
}
.last-child{
	border-top:dotted 1px #cccccc;
	text-align:right;
}
.nav_search{
	display:block;
	width:54px;
	height:20px;
	background:#64b3c0;
	padding:4px 0 2px 0;
	margin:4px 0 0 100px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
}
.word input{
	width:124px;
}

/* main 2カラムy
--------------------------------------------------*/
.frame{
	background:#ffffff;
}
section h1{
	display:block;
	margin:16px 0;
	border-left:#64b3c0 solid 8px;
	padding-left:10px;
	font-size:21px;
	
}
section {
		margin:6px 10px;
		padding-bottom:10px;
}
/* navパンくず 
--------------------------------------------------*/
nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size:9px;
}
nav#breadcrumbs ol li:before {
	 content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	 content:"";
}
/* nav検索条件パンくず 
--------------------------------------------------*/
nav#searchname ol li {
	display: inline;
	list-style-type: none;
	font-size:9px;
}
nav#searchname ol{
	margin:6px 0;	
}
/* 注意書き 
--------------------------------------------------*/
.notice{
	font-size:10px;
}
/*TOPへ戻る
--------------------------------------------------*/
nav#top{
	margin:10px 4px;
	font-size:10px;
	text-align:right;
	clear:both;
}
/*deta
--------------------------------------------------*/
.detatxt{
	font-size:10px;
	overflow:hidden;
	text-align:left;
}
.detatxt table th{
	font-size:12px;
	text-align:left;
}
.detatxt table th a:link{
	text-decoration: underline;
	color:#181818;
}
.detatxt table th a:visited{
	text-decoration: underline;
	color:#181818;
}
.detatxt table td:first-child{
	min-width:20px;
	padding:2px 0;
	text-align: center;
}
.detatxt table td:last-child{
	max-width: 100px;
	padding:2px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*chart dialog
--------------------------------------------------*/
.ui-dialog-titlebar {
	display: none;
}

.ui-dialog {
	background: #fff;
	border-width: 3px;
}

#chart_dialog {
	text-align: center;
}

#chart_dialog > p {
	font-size: 16px;
}

#chart_buttons {
	width: 100%;
	position: relative;
	margin: 20px 0;
}

#chart_history p {
	font-size: 16px;
	font-weight: bold;
	color: #CDCDCD;
	margin: 3px;
}

#chart_history p:first-child {
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}

#chart_buttons div.btn {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	width: 200px;
	height: 100px;
	background: #D7E9FA;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 10px;
}

#chart_buttons div.btn:hover {
	background: #F7D7E6;
}

#chart_buttons div.btn > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.5em;
}

#chart_buttons a {
	opacity: 1;
}

#chart_buttons > a:first-child div.btn {
	left: 10px;
}

#chart_buttons > a:last-child div.btn {
	right: 10px;
}

#chart_history {
	display: inline-block;
	width: 100%;
	min-height: 100px;
}


/* etc
--------------------------------------------------*/
#menu_point li:nth-child(n+2) {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu_point li:nth-child(n+2):hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";	
}

.field input[type=checkbox] {
	vertical-align: middle;
	margin: 0 2px 3px 0;
}

#flashMessage {
	color: #f00;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	font-size: 14px;
}

.noData {
	text-align: center;
	font-size: 16px;
	color: #f00;
	border-top: dotted 1px #cccccc;
	margin: 20px 0 0;
	padding: 10px 0 0;
}

#chart_wait {
	display: none;
}

.wait_text {
	color: #FFF;
	text-shadow: 0px -1px #000, 1px 0px #000, 0px 1px #000, -1px 1px #000;
}
