/* 全体 */

* {
	font-size: 14px;
	color: #1a1a1a;
	font-family: sans-serif;
	line-height: 1.6;
}
a img {
	border: none;
}
body {
	background: #ffffff;
	border-top: 5px solid #06346E;
	padding:0;
	margin:0;
}
a {
	text-decoration: none;
	color: #06346E;
}
a:hover, a.underline {
	text-decoration: underline;
}
a.pdf {
    background: url(../img/icon/pdf.gif) no-repeat 0% 50%;
    padding: 7px 0 7px 20px;
}
a.doc {
    background: url(../img/icon/doc.gif) no-repeat 0% 50%;
    padding: 7px 0 7px 20px;
}
em {
	font-weight: bold;
	font-style: normal;
}

.wrapper {
	width: 851px;
	margin: 0 auto;
}

.inner {
	padding-top: 20px;
	clear: both;
}

.header .header-nav {
	float: right;
	text-align: right;
	line-height: 4;
}

.nav-area {
	width: 100%;
	margin-right: 5px;
	float: left;
	clear: both;
	background: #DAE1E9;
	padding: 10px 0 7px;
}

.nav-area .last {
	border-right: 1px solid #06346E;
}

.nav-area a.navi {
	border-left: 1px solid #06346E;
	padding: 0px 14px;
}

#dropmenu {
	margin: 0;
	padding: 0;
}

.nav-area li.nv {
	list-style: none;
	border: none;
	margin: 0;
	position: relative;
	display: block;
	float: left;
	padding: 10px 0;
}

.nav-area li a {
	font-size: 18px;
}

#dropmenu li.nv ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li.nav:last-child ul{
  left: -100%;
  width: 100%;
}
#dropmenu li.nv ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  padding: 0;
  border: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  padding-left: 25px;
  background: url(../img/point.gif) no-repeat 14px 7px #DAE1E9;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.main-area {
	background: #FFFFFF;
	float: left;
	width: 590px;
	margin-bottom: 30px;
}


.side-navi {
	display: block;
	float: right;
	width: 230px;
	margin-bottom: 30px;
}
.side-navi a img {
	margin-bottom: 30px;
}

.footer {
	background: #06346E;
	color: #ffffff;
	clear: both;
	height: 200px;
}
.address {
	float: left;
	color: #ffffff;
	margin-top: 20px;
}
.copyright {
	clear: both;
	padding: 35px 0;
	float: right;
	font-size: 12px;
	color: #ffffff;
}


#carousel {
	padding: 30px 0;
	clear: both;
}


.content dl dt{
	font-weight: bold;
	color: #06346E;
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
}
.content dl dd {
	padding: 5px 0px;
	margin-bottom: 20px;
}


h1 {
	display: block;
	float: left;
	margin: 30px 0;
}

h2 {
	background: url(../img/tag.png) no-repeat 20px center #FAFBFC;
	border-bottom: 2px solid #06346E;
	padding: 10px 20px 10px 50px;
	color: #06346E;
	font-size: 20px;
	margin-top: 0;
}
h3 {
	font-size: 16px;
	color: #06346E;
}
.side-navi h3{
	color: #ffffff;
	background: #06346E;
	padding: 15px;
	margin-top: 0;
}

.side-navi li.current a {
	font-weight: bold;
}

.information ul,
.side-navi ul,
.col2 ul {
	list-style-image: url(../img/point.gif);
	padding-left: 23px;
}

.information dl dt {
	padding-left: 25px;
	background: url(../img/point.gif) no-repeat 7px 7px;
	margin-top: 10px;
}
.information ul li,
.information dl dd,
.side-navi ul li {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;
}

.col2 {
	display: block;
	float: left;
	width: 50%;
}

.clear_float {
	clear: both;
}

a.inqury_button {
	text-align: center;
	background: #06346E;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 40px;
	margin-top: 30px !important;
	display: block;
}
a.inqury_button:hover {
	background: #07356F !important;
}

/* ナビゲーション */

.header .header-nav a {
	text-decoration: none;
}

.header .header-nav a:hover {
	text-decoration: underline;
}



.txt-red {
	color: #ff0000;
}
div.profile,
div.book {
	display: block;
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
p.gotop {
	clear: both;
	text-align: right;
}
p.credit,
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
p.breadcrumb {
	padding-top:0;
	margin-top:0;
	font-size: 12px;
}
p.breadcrumb a {
	font-size: 12px;
}
table.border {
	border-top: 1px solid #06346E;
	border-left: 1px solid #06346E;
}
table.border caption {
	text-align: left;
}
table.border td {
	border-right: 1px solid #06346E;
	border-bottom: 1px solid #06346E;
	padding: 7px;
}
table.border th {
	border-right: 1px solid #06346E;
	border-bottom: 1px solid #06346E;
	padding: 7px;
	background: #DAE1E9;
}
table.border td.no,
table.vertical-border td.date {
	text-align: center;
}

ul.nglist {
	list-style-type: none;
	padding: 0;
}
ul.nglist li {
	display: block;
	float: left;
	width: 140px;
}

input.button-submit {
	text-align: center;
	background: #06346E;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 40px;
	margin: 50px auto;
	display: inline;
	border: none;
}
input.button-submit:hover {
	background: #07356F !important;
}
