@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	font: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	margin:0;
	padding:0;
	border:none;
	vertical-align:middle;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header h1 {
	width:1200px;
	margin:0 auto;
	padding:5px;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width:1200px;
	margin:0 auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	width:1200px;
	margin:0 auto;
}
nav#menubar ul {
	background-color: #0e1e41;
	height: 40px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284571), to(#0e1e41));
	background-image: -webkit-linear-gradient(#284571, #0e1e41);
	background-image: linear-gradient(#284571, #0e1e41);
	padding-left: 20px;
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
}
nav#menubar ul li {
	float: left;
	width:150px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
nav#menubar ul li a {
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
}
nav#menubar ul li a:hover {
	background-color: #2f5184;
	color: #FFF;
}
nav#menubar ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width:100%;
}
#main h2 {
	background-color: #0e1e41;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284571), to(#0e1e41));
	background-image: -webkit-linear-gradient(#284571, #0e1e41);
	background-image: linear-gradient(#284571, #0e1e41);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 100%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
}

/*フッタ
---------------------------------------------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width:100%;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer a {
	text-decoration: none;
}

/*更新情報・お知らせ
---------------------------------------------------------------------------*/
#news {
	width:70%;
	margin:0 auto;
}
#news dl {
	height: 150px;
	overflow: auto;
}
#news dt {
	float: left;
	width: 8em;
}
#news dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}

/*項目
---------------------------------------------------------------------------*/
.items {
	width: 100%;
}
.items,
.items th,
.items td {
	border:solid 1px #CCC;
}
.items th {
	width: 200px;
	padding: 5px;
	font-weight:normal;
	text-align:left;
	background-color:#f3f3f3;
}
.items td {
	padding: 5px;
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"]:not(.msgButton):not(.btn),
input[type="reset"],
button {
	width: 150px;
	margin:0px 5px 0px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 30px;
	background-color: #e9f7f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);
	background-image: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow:  0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;
}
input[type="submit"]:hover,
input[type="button"]:hover:not(.msgButton):not(.btn),
input[type="reset"]:hover,
button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	background-image: -webkit-linear-gradient(#e3e3e3, #FFF);
	background-image: linear-gradient(#e3e3e3, #FFF);
	cursor:pointer;
}

/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
img {
	max-width: 100%;
	height: auto;
}

#menubar_hdr {
	display: none;
}

body#ReportUpd span.item {
	display:inline-block;
	width:170px;
}