@charset "UTF-8";

/* ---------------------------------------*/
/* Styles */
/* ---------------------------------------*/

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

.container {
	background: #f1f1f1;
}


/* header
---------------------------------------- */
.header{
	text-align: left;
	background: #fff;
}

.header_top {
	zoom: 1; /* for IE 5.5-7 */
	width: 960px;
	margin: 0 auto;
}

.header_top:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.logo {
	float: left;
	margin: 0 0 16px;
	padding: 16px 0 0;
}

.search {
	float: right;
	width: 260px;
	padding: 12px 0 0;
}

form.gsc-search-box {
	margin: 0 0 12px !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0 !important;
	border: none !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

input.gsc-input {
	width: 202px !important;
	height: 31px;
	vertical-align: top;
	background-position: 10px center !important;
	border-color: #e6e6e6 !important;
	border-right: none !important;
	border-radius: 3px 0 0 3px ;
}

input.gsc-search-button {
	margin-left: 0 !important;
}

.cse input.gsc-search-button,
input.gsc-search-button {
	width: 45px;
	min-width: 0 !important;
	height: 35px !important;
	vertical-align: top;
	text-indent: -9999px;
	background: url(../img/common/btn_search.gif) no-repeat left top;
	border: none !important;
	border-radius: 0 3px 3px 0 !important;
	padding: 0 !important;
}

.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
	background: url(../img/common/btn_search_on.gif) no-repeat left top;
	cursor: pointer;
}

td.gsc-clear-button {
	width: 0 !important;
}

div.gsc-clear-button {
	display: none  !important;
}

.gnav_area {
	background: #003a8f;
}

.gnav {
	zoom: 1; /* for IE 5.5-7 */
	width: 959px;
	background: url(../img/common/border_gnav.gif) no-repeat left top;
	margin: 0 auto;
	padding: 0 0 0 1px;
}

.gnav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gnav li {
	float: left;
}

.gnav li a {
	display: block;
	width: 136px;
	height: 26px;
	text-align: center;
	background: url(../img/common/border_gnav.gif) no-repeat right top #003a8f;
	padding: 14px 1px 0 0;
}

.gnav li a:hover,
.gnav li a:active {
	background: url(../img/common/bg_gnav_on.gif) repeat-x left top;
	margin: 0 0 0 -1px;
}

.gnav li.current a {
	position: relative;
	background: #fff;
	margin: 0 0 0 -1px;
	z-index: 10;
}

.gnav li.current a,
.gnav li a:hover,
.gnav li a:active {
	width: 138px;
	padding-right: 0;
}

.gnav li img {
	vertical-align: top;
}


/* body
---------------------------------------- */
.body {
	zoom: 1; /* for IE 5.5-7 */
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 15px 19px 20px;
}

.body:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.topicpath {
	margin: 0 0 15px;
}

.topicpath li {
	display: inline;
	font-size: 79%;
	color: #666;
}

.topicpath li.current {
	font-weight: bold;
}

.topicpath li a {
	color: #666;
	text-decoration: none;
}

.topicpath li a:hover {
	text-decoration: underline;
}

.side {
	float: left;
	width: 220px;
	padding: 0 0 60px;
}

.sidemenu {
	margin: 30px 0;
}

.ttl_sidemenu {
	font-size: 215%;
	font-weight: bold;
	color: #003a8f;
	border-left: 8px solid #003a8f;
	margin: 0 0 30px;
	padding: 5px 0 5px 20px;
}

.sidemenu dt {
	font-size: 93%;
	font-weight: bold;
	color: #6093dc;
	background: #eaf3ff;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 15px;
}

.menu {
}

.menu li {
	font-size: 85%;
}

.menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(../img/common/side_arrow_off.gif) no-repeat 20px center;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 10px 30px;
}

.menu li a:hover {
	color: #0093d7;
	background: url(../img/common/side_arrow_on.gif) no-repeat 20px center #fafcff;
}

.menu li.current a {
	font-weight: bold;
	color: #fff;
	background: url(../img/common/side_arrow_cu.gif) no-repeat 20px center #003a8f;
}


/* 単独メニュー */
.menu_alone {
	border-top: 3px double #e6e6e6;
}


/* グレーのメニュー枠 */
.sidemenu_beta {
	margin: 30px 0;
	padding: 4px;
	background: #f2f2f2;
}

.sidemenu_beta > .menutitle {
	padding: 16px 11px;
	color: #666;
	font-size: 93%;
	font-weight: bold;
}

.list_sidemenu_beta {
	font-size: 85%;
}

.list_sidemenu_beta > li {
	background: #fff;
	margin: 4px 0;
}

.list_sidemenu_beta > li:last-child {
	margin-bottom: 0;
}

.list_sidemenu_beta > li a {
	display: block;
	padding: 10px 0 10px 26px;
	color: inherit;
	text-decoration: none;
	background: url(../img/common/side_arrow_off.gif) no-repeat 16px center;
}

.list_sidemenu_beta > li a:hover {
	color: #0093d7;
	background: #fafcff url(../img/common/side_arrow_on.gif) no-repeat 16px center;
}




.main {
	float: right;
	width: 690px;
}

.block {
	margin: 0 0 65px;
}

.block .text + .text {
	margin: 1.2em 0 0 0;
}

.title_area {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}

.title {
	display: inline-block;
	font-size: 150%;
	font-weight: normal;
	line-height: 1;
	border-bottom: 3px solid #003a8f;
	margin: 0 0 -1px;
	padding: 16px 0;
}

.wrapper {
	padding: 0 15px;
}

.list_style_01,
.list_style_02 {
	position: relative;
}

.list_style_01 dt,
.list_style_02 dt {
	position: absolute;
	font-size: 79%;
	color: #666;
	padding: 14px 0 0;
}

.list_style_01 dd,
.list_style_02 dd {
	zoom: 1; /* for IE 5.5-7 */
	font-size: 93%;
	border-bottom: 1px dotted #ccc;
	padding: 12px 0 12px 8em;
}

.list_style_01 dd:after,
.list_style_02 dd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.list_style_01 dd a,
.list_style_02 dd a {
	color: #000;
}

.list_style_01 dd a:hover,
.list_style_02 dd a:hover {
	color: #0093d7;
}

.list_style_02 {
	margin: -30px 0 0;
}

.list_nodate {
	margin: -10px 0 0;
}

.list_nodate li {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.list_nodate li a {
	color: #000;
}

.list_nodate li a:hover {
	color: #0093d7;
}

.link_icon {
	margin: 0 0 0 5px;
	vertical-align: baseline;
}

.link_pdf {
	background: url(../img/common/ico_pdf.gif) no-repeat right center;
	padding: 0 15px 0 0;
}

.link_blank {
	background: url(../img/common/ico_blank.gif) no-repeat right center;
	padding: 0 15px 0 0;
}

.ico_cat {
	display: inline-block;
	float: left;
	width: 90px;
	font-size: 85%;
	color: #fff;
	text-align: center;
	margin: 2px 10px 0 0;
	background: #666;
}

.cat_content {
	display: block;
	margin: 0 0 0 100px;
}

.intro {
	font-size: 129%;
	font-weight: normal;
	border-left: 2px solid #0093d7;
	margin: 0 0 30px;
	padding: 14px 0 14px 14px;
}

.subtitle {
	font-size: 108%;
	font-weight: bold;
	color: #003a8f;
	background: #f0f1f3;
	margin: 0 0 30px;
	padding: 10px 12px;
}

.button,
.button_right {
	font-size: 85%;
	margin: 20px 0 0;
}

.button a,
.button_right a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: url(../img/common/btn_arrow.png) no-repeat 2em center #003a8f;
	padding: .6em 2em .6em 3em;
}

.button a:hover,
.button_right a:hover {
	background: url(../img/common/btn_arrow.png) no-repeat 2em center #0093d7;
}

.button_right {
	text-align: right;
}

.img_center {
	text-align: center;
}

.img_right {
    float: right;
}

.img_left {
    float: left;
}

.list_item li a,
.list_item_nolink li {
	background: url(../img/common/bg_list.gif) no-repeat left .7em;
	padding: 0 0 0 1em;
}

.list_item li a {
	display: inline-block;
}

.list_note li {
	text-indent: -1.3em;
	margin: 0 0 0 1.3em;
}

.btn_border_3px,
.btn_border_2px {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.btn_border_3px:hover { border: 3px solid #0093d7; }
.btn_border_2px:hover { border: 2px solid #0093d7; }

.btn_border_3px:hover img { margin: -3px; }
.btn_border_2px:hover img { margin: -2px; }

.block_column {
}

.block_column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.block_column .img_right {
	float: right;
	margin: 0 0 0 50px;
}

.block_column .txt_left {
	overflow: hidden;
}

.block_column .txt_left p + p {
	margin: 1em 0 0;
}


.link_style_black a {
	color: #000;
}

/* テーブルスタイル1
---------------------------------------- */
.table_style_01 {
    width: 100%;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

/* th設定 */
.table_style_01 th {
    padding: 2px 6px;
    color: #666;
    font-weight: bold;
    font-size: 86%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background: #f1f6f8;
}

/* thが複数行になる場合は"row"を付与 */
.table_style_01 th.row {
    text-align: inherit;
    border-top: none;
    border-bottom: none;
}

.table_style_01 tr:nth-child(2n+1) th.row {
    background: #e3ebee;
}

/* thに色をつけない場合は"nobg"を付与 */
.table_style_01 th.nobg {
    background: transparent;
}

.table_style_01 tr:nth-child(2n+1) th.nobg {
    background: #f9f9f9;
}

/* td設定 */
.table_style_01 td {
    padding: 2px 6px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom: none;
}

.table_style_01 tr:nth-child(2n+1) td {
    background: #f9f9f9;
}

/* 強調スタイル */
.table_style_01 tr.emp th,
.table_style_01 tr.emp td {
    background: #d0f0ff;
}

/* 線のコントロール */
.table_style_01 tr:first-child td,
.table_style_01 tr:first-child th {
    border-top: none;
}

.table_style_01 tr:last-child td,
.table_style_01 tr:last-child th {
    border-bottom: none;
}

.table_style_01 th:first-child,
.table_style_01 td:first-child {
    border-left: none;
}

.table_style_01 th:last-child,
.table_style_01 td:last-child {
    border-right: none;
}

/* テーブルスタイル2
---------------------------------------- */
.table_style_02 {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.table_style_02 th,
.table_style_02 td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.table_style_02 th {
    color: #666;
}

/* テーブルメモ */
.table_memo {
    margin: 15px 0;
    color: #666;
    font-size: 86%;
    text-align: right;
}

.table_memo + .table_style_01,
.table_memo + .table_style_02 {
    margin-top: -15px;
}



/* footer
---------------------------------------- */
.footer{
	text-align: left;
	background: #003a8f;
}

.footer_inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.foot_list {
	zoom: 1; /* for IE 5.5-7 */
	margin: 0 0 5px;
}

.foot_list:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.foot_list li {
	float: left;
	font-size: 79%;
	margin: 0 12px 0 0;
}

.foot_list li a {
	color: #aec2e0;
}

.copyright {
	font-size: 72%;
	color: #aec2e0;
}
