@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width:1010px;
	margin:0 auto;
	background:url("../images/bg_contents_left.gif") 0 0 repeat-y;
}

#wrapper {
	width:1010px;
	background:url("../images/bg_contents_right.gif") 100% 0 repeat-y;
}

#header {
	position:relative;
	background-image: url(../images/header_bg.jpg);
	height: 138px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#pr {
	position:absolute;
	width:460px;
	left:490px;
	top:7px;
}

#menu {
	float:left;
	background-image: url(../images/bg_menu.jpg);
	height: 50px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	width: 98%;
	font-weight: bold;
	color: #FFF;
}

#contents {
	clear:both;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#main {
	float:right;
	width:685px;
}

#sub {
	float:left;
	width:280px;
}

#pageTop {
   clear:both;
}

#footer {
	clear:both;
	margin:0 5px;
	background-color: #C9E9F8;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	padding:10px;
	font-size:24px;
	color:#fff;
	line-height:70px;
	float: right;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
	display:block;
	color:#FFF;
	line-height:50px;
	border-left:1px solid #DCDCDC;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 50px;
	padding-right: 12px;
	padding-left: 12px;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   color:#333;
}

#menu li a:hover {
	background-image: url(../images/bg_menu_a.jpg);
	background-repeat: repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#333;
   font-size:15px;
   font-weight:bold;
   border-top:2px solid #3298D3;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main h3 {
	margin-bottom:3px;
	font-size:16px;
	border-left:5px solid #3298D3;
	background:url("../images/bg_h3.gif") 0 100% repeat-x;
	color: #3298D3;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 8px;
}

#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0dfe9;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#3298D3;
   border-left:8px solid #3298D3;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#3298D3;
}

#main p {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#main dl.information dt {
	float:left;
	width:10em;
	padding:0;
	font-weight: bold;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#main dl.information dd {
	padding:0;
	background:transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 12em;
}

#main table {
	width:90%;
	border-collapse: collapse;
	margin-left: 20px;
}

#main  table th {
	font-size:12px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#main  table td {
	padding:5px;
	font-size:12px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 5px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding:10px 0;
	font-style:normal;
	font-size:11px;
	color:#333;
	text-align:right;
}
#top #wrapper #header h1 a img {
	margin-top: 75px;
}
#top #wrapper #contents #main h1 {
	margin-bottom: 20px;
}
#top #wrapper #contents #main .right {
	float: right;
	clear: both;
}
.clear {
	clear: both;
	height: 10px;
}

/* ========TOP PAGE======== */

#top_header {
	position:relative;
	background-image: url(../images/main14.jpg);
	height: 493px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
#top #wrapper #top_header h1 {
	text-indent: -9999px;
}
#top #wrapper #contents #topics {
	width: 600px;
	float: left;
	padding-left: 10px;
}
#top #wrapper #contents #banner {
	float: right;
	width: 333px;
	margin-bottom: 50px;
}
#banner a .mb5 {
	margin-bottom:5px;
	margin-left:5px;
}
#banner img {
	margin:0 auto;
}


#top dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 20px;
	margin-right: 20px;
}

#topics .information dt {
	background-image: url(../images/info_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(../images/info_list.jpg);
	float: left;
	font-weight: bold;
}

#topics .information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#top h2 {
	margin-bottom:8px;
	padding:5px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	border-top:2px solid #3298D3;
	background:url("../images/bg_h2.gif") 0 100% repeat-x;
}
.vision {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
}
.img_right {
	float: left;
	padding: 10px;
}
.left {
	float: left;
	width: 400px;
}
.center {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 200px;
	text-align: center;
}
#top #wrapper #contents #main h2 .hiduke {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	color: #2BA6E9;
}
.img_left {
	float: left;
	padding: 10px;
}
#top #wrapper #contents #main .news {
	float: left;
	width: 650px;
}
#top #wrapper #contents #topics .information dd a {
	color: #00ACEE;
	
}
#top #wrapper #contents #topics .information dd a:hover {
   color:#0172AB;
   text-decoration: underline;
} .bt_left {
	padding: 10px;
	float: left;
	width: 200px;
}
.bt_right {
	padding: 10px;
	float: right;
	width: 200px;
	text-align: right;
}
#top #wrapper #contents #topics .right {
	float: right;
}
.box01 {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 300px;
}


/* ========INFOMATION(info/)======== */

.infopage h2{
	margin-bottom:20px !important;
}
.infopage .info-tbl
 {
	border:none !important;
	margin-left:10px !important;
	margin-top:10px;
	vertical-align:top;
	text-align:left;
}

.infopage .info-tbl th
 {
	border:none !important;
	font-weight:normal;
	width:15%;
}
.infopage .info-tbl td
 {
	border:none !important;
}
.infopage .info-tbl .td1{
	width:20%;

}
.infopage .info-tbl .td2{
	width:45%;


}
.infopage .info-tbl .td3{
	width:20%;
}

#main .link_bt {
	display: block;
	width: 250px;
	padding: 15px;
	margin: 10px;
}
#main .link_bt a {
	width: 250px;
	padding: 15px;
	margin: 10px;
	font-weight: bold;
	background-color:#3298D3;
	color:#FFF;
	border: 3px solid #3298D3;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

#main .link_bt a:hover {
	font-weight: bold;
	color: #3298D3;
	background-color:#fff;
	color:#3298D3;
	border: 3px solid #3298D3;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}


 .seisaku_h2 {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
    padding: 20px 0 15px;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  660px;              /* 幅指定 */
    margin: 0 auto 35px;        /* 周りの余白指定 */
}


    .seisaku_h3 {
        margin:  0;                 /* デフォルトCSS打ち消し */
        font-size:  24px;           /* 文字サイズ指定 */
        position:  relative;        /* 位置調整 */
        font-weight:  normal;       /* 文字の太さ調整 */
        margin-bottom: 15px;        /* 周りの余白指定 */
        border-radius:  2px;        /* 角丸指定 */
    }
    .seisaku_h3-point {
        background-color: #2196F3;  /* 背景色指定 */
        border-radius:  50%;        /* 丸くする */
        padding:  10px;             /* 余白指定 */
        font-size: 40px;            /* 文字サイズ指定 */
        color: #fff;                /* 文字色指定 */
        margin-right: 5px;          /* 周りの余白指定 */
}

.mb_40{
	margin-bottom: 40px;
}

.seisaku_h4{
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	font-size: 20px;
	padding: 10px 0 0 0;
}

.box_red{
	border: 2px solid #FF0004;
	margin-bottom: 40px;
}

.box_red p{
	color: #FF0004;
	font-size: 16px;
}
