﻿@charset "UTF-8";


/* Reset ------------------------------------------------------------------ */

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

html {
	overflow-y: scroll; /* Firefoxのスクロールバー領域をつねに表示する */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border: none;
	vertical-align: bottom; /* 文字列が存在しない領域の画像の下に隙間ができてしまうのを防ぐ */
}

hr {
	border: 0 none;
	height: 1px;
	background: #afafaf; color: #afafaf; /* Opera他モダンブラウザ用 */
}

/* HTML5の新要素をブロックレベルに指定 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}


/* Utilities -------------------------------------------------------------- */

/* 回り込みの解除 */
/* ----------------------------------- Firefox、Safari、Operaなどモダンブラウザ用（IE7、IE6、Mac IE5未対応） */
.clearfix:after, #header-inner:after, #main-navigation-inner:after, #contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ----------------------------------- IE7、Mac IE5用 */
.clearfix, #header-inner, #main-navigation-inner, #contents {
	display: inline-table;
	min-height: 1%;
}
/* ----------------------------------- IE6以前用 */
/* Hides from IE-mac \*/
* html .clearfix, #header-inner, #main-navigation-inner, #contents {height: 1%;}
.clearfix, #header-inner, #main-navigation-inner, #contents {display: block;}
/* End hide from IE-mac */


/* Layout ----------------------------------------------------------------- */

body {
	background: #fff;
	text-align: center; /* Win IE5.5用 */
}

#container {
	min-height: 100%;
	margin: 0 auto;
	text-align: center; /* Win IE5.5用 */
}

#main, #sub {
	position: relative;
	float: left;
	display: inline; /* Win IE6以前用 */
}

#main-navigation, #ex, #footer {
	clear: both;
}

#main-inner {
	padding: 30px 20px 20px 20px;
}
#sub-inner {
	padding: 30px 20px 20px 0;
}
#ex-inner {
	padding: 0 30px 20px 30px;
}

#header, #main-navigation-inner, #main, #sub, #ex, #footer {
	overflow: hidden; /* ボックスからはみ出た部分を非表示にすることでレイアウトが崩れるのを防ぐ */
	word-wrap: break-word; /* 連続する半角英数字が改行されないことでレイアウトが崩れるのを防ぐ */
}


/* ------------------------------------ カラムレイアウト */

#header, #main-navigation, #footer, #copyright {
	text-align: center; /* Win IE5.5用 */
}

#header-inner, #main-navigation-inner, #contents, #footer-inner, #copyright-inner {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* Win IE5.5用 */
}

#main {
	width: 690px;
}
#sub {
	width: 260px;
}
.layout-w #main {
	width: 950px;
}


/* Global ----------------------------------------------------------------- */

body {
	background: linear-gradient(to bottom, #efefef 0%, #fff 80%); color: #333;
	font-size: 88%; line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #003399; text-decoration : none;
}
a:hover {
	color: #bb3344; text-decoration : underline;
}

/* テキスト設定 */
.text_10 {font-size: 63%; font-weight: normal;}
.text_12 {font-size: 75%; font-weight: normal;}
.text_14 {font-size: 88%; font-weight: normal;}
.text_16 {font-size: 100%; font-weight: normal;}
.text_18 {font-size: 113%; font-weight: normal;}
.text_20 {font-size: 125%; font-weight: normal;}
.text_22 {font-size: 138%; font-weight: normal;}
.text_24 {font-size: 150%; font-weight: normal;}

.bold   {font-weight: bold;}

.red    {color: #ff0000;}
.blue   {color: #0000ff;}

.left   {text-align: left;}
.center {text-align: center;}
.right  {text-align: right;}
.middle {vertical-align: middle;}


/* Header ----------------------------------------------------------------- */

#header {
	background-color: #fff;
	margin-bottom: 10px;
}

#header-left {
	width: 276px;
	float: left;
	display: inline; /* Win IE6以前用 */
	padding: 10px 0 10px 20px;
}
#header-right {
	width: 190px;
	float: right;
	display: inline; /* Win IE6以前用 */
	padding: 10px 20px 10px 0;
}


/* Navigation ------------------------------------------------------------- */

#main-navigation {
	width: 100%;
	background-color: #313131; color: #999;
}
#main-navigation-inner {width: 900px; margin: 0 auto; padding:10px 20px;}

#main-navigation .header_menu  {float: right;}

#main-navigation .header_menu ul li a {
	color: #ccc;
	padding: 10px;
}
#main-navigation .header_menu ul li a:hover {
	color: #fff;
}

#main-navigation .header_menu ul li {
	display: inline;
}


/* Content ---------------------------------------------------------------- */

#container{
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #bfbfbf;
	margin: 20px auto;
	padding: 20px;
	width: 950px;
}


/* ------------------------------------ Main */

#main {background-color: #fff;}

#main .top-image {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 2em;
}
#main .top-image2 {background-color: #fffff0;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 2em;
}

#main .section {margin-bottom: 2em;}

#main .section h2 {
	background-color: #4979c4; color: #fff;
	border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;
	line-height: 1.6;
	padding: 8px 10px 7px 20px;
	margin-bottom: 1.75em;
}

#main .section h3 {
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin-left: 1.5em; margin-right: 1em;
	margin-bottom: 1em;
}
#main .section h3 span {
	border-bottom: 3px solid #004ea2;
	display: inline-block;
	padding: 10px 3px;
	position: relative;
	left: 0;
	top: 2px;
}

#main .section p, #main .section dl, #main .section ol, #main .section form {
	padding-left: 1.5em; padding-right: 1em;
	margin-bottom: 1.25em;
}
#main .section p.last, #main .section ol.last {
	margin-bottom: 2em;
}
#main .section p.arrow a {
	background: url(images/011.gif) no-repeat left center;
	padding-left: 0.75em;
}
#main .section ul, #main .section ol {margin-left: 1.5em;}


#main .section dl dt {
	background: #718ab4; color: #fff;
	float: left;
	width: 7em;
	margin: 10px;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.6;
}
#main .section  dl dd {
	padding: 10px 10px 10px 9em;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px dotted #ccc;
}

#main hr {margin-top: 1em; margin-bottom: 1em; width: 90%;}


/* ------------------------------------ Sub */

#sub {background-color: #fff;}

#sub .side-menu {
	margin-bottom: 1em;
	border: 1px solid #ddd;
}
#sub .side-menu ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	background: url(images/bg_side-menu.png) repeat-x center;
}
#sub .side-menu ul li a{
	padding: 10px;
	display: block;
	color: #666;
	text-decoration: none;
	background: url(images/icon_arrow.png) no-repeat 216px 18px;
}
#sub .side-menu ul li a:hover {
	background: #e7f5f4 url(images/icon_arrow.png) no-repeat 206px 18px;
}
#sub .side-menu ul li.last {
	border-bottom: none;
}

#sub .btn {
	margin-bottom: 1em;
	text-align: center;
}

#sub .section {
	background-color: #f7f7f7;
	margin-bottom: 1em;
	background: linear-gradient(to top, #f7f7f7 0%, #fcfcfc 80%);
}
#sub .section p.last {
	padding-bottom: 0;
}

#sub .side-box {
	border: 1px solid #ddd;
	font-size: 88%;
	padding: 0;
}
#sub .side-box h2 {
	background: linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
	color: #004ea2;
	margin: 0;
	padding: 5px 10px;
}
#sub .side-box p, #sub .side-box ul {
	padding: 10px;
}
#sub .side-box ul li {
	background: url(images/bg_arrow.gif) no-repeat left 11%;
	list-style: none;
	margin: 0;
	padding: 0 0 0 14px;
	line-height: 1.3;
	margin-bottom: 1em;
}
#sub .side-box ul li.last {
	margin-bottom: 0;
}

#sub .pamph img {
	border: 1px solid #ddd;
}

#sub .bannerArea {
	text-align: center;
}
#sub .bannerArea ul {
	list-style: none;
	margin-top: 20px;
}
#sub .bannerArea ul li {
	margin-bottom: 0.5em;
}
#sub .bannerArea ul li.last {
	margin-bottom: 0;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	width: 100%;
	background-color: #3b3b3b; color: #fff; font-size: 88%;
}

#footer .footer-content {
	width: 857px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: left;
}
#footer .footer-content a {
	color: #fff;
}
#footer .copyright {
	background-color: #313131; color: #999; padding: 20px 0; text-align: center;
}
#footer .copyright p {width: 857px; margin: 0 auto; font-size: 75%; text-align: right;}


/* ------------------------------------ ページの先頭へ戻る */

#pageTop {
	position: fixed;
	right: 48px;
	bottom: 30px;
	font-size: 125%;
}

#pageTop a {
	display: block;
	padding: 10px 20px 9px 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2); /* Firefoxで角丸部分が白くなるのを防ぐ */
	background: #4d4d4d;
	background: #333;
	color: #ccc;
	text-decoration: none;
}
#pageTop a:hover {color: #fff;}


/* Widget ----------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5; /* Win IE5.5用 */
	width: 620px;
	margin-left: 1.5em; margin-right: 1em;
	margin-bottom: 1.25em;
}
caption {
	font-size: 88%;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}
th {
	font-weight: bold;
	text-align: center;
}
th, td {
	border: 1px solid #808080;
	font-size: 88%;
	padding: 4px 8px;
}

/* 枠なしテーブル */
table.no-line {
	border-collapse: separate;
	border-spacing: 0;
}
.no-line th, .no-line td {
	border: 1px solid #fff;
	font-size: 100%;
}


/* テーブル・プログラム */
table.program {
	margin-left: 20px;
}
table.program th, table.program td {
	border: 0 none;
	font-size: 100%;
	text-align: left;
	padding: 8px 8px;
}
table.program tr {
	border-bottom: 1px solid #999999;
}


/* ------------------------------------ report.html */

table.study td {
	width: 50%;
	height: 3em;
}

table.bougai td { background-color: #d5dfff; font-weight: bold; }
table.bougai td + td { background-color: #f4f8ff; font-weight: normal; } /* 2列目 */

table.antenna td { background-color: #b7dee8; font-weight: bold; }
table.antenna td + td { background-color: #daeef3; font-weight: normal; } /* 2列目 */

table.apd td { background-color: #d8e4bc; font-weight: bold; }
table.apd td + td { background-color: #ebf1de; font-weight: normal; } /* 2列目 */

table.jintai td { background-color: #fcd5b4; font-weight: bold; }
table.jintai td + td { background-color: #fde9d9; font-weight: normal; } /* 2列目 */

table.sentan td { background-color: #e6b8b7; font-weight: bold; }
table.sentan td + td { background-color: #f2dcdb; font-weight: normal; } /* 2列目 */


