/*中ページのCSSをインポート*/
@import url('page.css');

/*************************************************************************************/
/*共通部分とindex.htmlのスタイル*/
/********↓↓↓***********************************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-attachment: fixed;
	background-image: url(../img/common/body.gif);
	background-position: center top;
}
.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto
}
h1,h2,h3,h4 {
	font-size: 1em;
	display: block;
	color: #333;
	padding-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; font-size:100%;}
ul,dl { margin:0; padding:0; list-style:none;}
ul,dl { display:block;}
input { vertical-align:middle;}
header,footer,nav,article,section { display:block;}
html, body{
	margin: 0;         /* 余白の削除 */
	padding: 0;        /* 余白の削除 */
	width:100%;
	height:100%;
}

.responsive {
	width: 100%;
	border: 0;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.wrapper {
	max-width: 1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	position: relative;
	min-height: 100%;
}
header {
	max-width: 980px;
	width:96%;
	margin-right: auto;
	margin-left: auto;
}
.h-top {
	background-color: #003399;
	color: #FFF;
	display:none;
	margin-right: 1%;
}
.h-top p {
	font-size: 0.9em ;
	padding-top: 2px;
}
header h1 {
	padding-top: 20px;
	width: 100%;
	text-align: center;
	margin-bottom:20px;
	padding-bottom: 20px;

}

.tell-box {
	display:block;
	color: #003399;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	margin-left:0%
	line-height: 150%;
}
.inqury-btn {
	display:block;
	width:160px;
	font-size: 0.8em;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: rgb(93,194,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(93,194,204,1) 0%, rgba(0,0,153,1) 73%, rgba(0,0,153,1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,194,204,1)), color-stop(73%,rgba(0,0,153,1)), color-stop(73%,rgba(0,0,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(93,194,204,1) 0%,rgba(0,0,153,1) 73%,rgba(0,0,153,1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(93,194,204,1) 0%,rgba(0,0,153,1) 73%,rgba(0,0,153,1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(93,194,204,1) 0%,rgba(0,0,153,1) 73%,rgba(0,0,153,1) 73%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(93,194,204,1) 0%,rgba(0,0,153,1) 73%,rgba(0,0,153,1) 73%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dc2cc', endColorstr='#000099',GradientType=0 ); /* IE6-8 */
	margin-top: 23px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
.inqury-btn a {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 20px;
	padding-top: 11px;
	padding-bottom: 10px;
	background-image: url(../img/common/m1.png);
	background-repeat: no-repeat;
	background-position: 10% center;
}
.inqury-btn:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

}

header nav {
	clear: left;
}
header nav li {
	width:100%;
	line-height: 100%;
	float: left;
	text-align: center;
	background-image: url(../img/nav/r-back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	margin-right:5px;
}

header nav li a {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 5px;
}
nav ul li a span {
	color: #003399;
	font-size: 80%;
	line-height: 0px;
}

header nav li a:hover {
	color: #FFF;
	background-image: url(../img/nav/ov-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #3399CC;
}
header nav li a:hover span {
	color: #FFF;
}

header nav li a span:before {
	content: "\A";
	white-space: pre;
}
li.page {
	display: none;
}
.head-img {
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.head-r {
	margin-top: 15px;
}
#contents{
	max-width:1000px;
	width:96%;
	margin:auto;
	position: relative;
	padding-bottom:10px;
}
#contents .main {
	width: 100%;
}

#contents .side {
	width: 100%;
}
.back {
	background-color: #003399;
	padding-top: 1px;
	padding-bottom: 1px;
}
.back h2 {
	font-size:1em;
	border: 1px solid #3399CC;
	margin-right: 1px;
	margin-left: 1px;
	color: #FFF;
	text-align: center;
	line-height: 1em;
	padding-top: 13px;
	padding-bottom: 5px;
	background: rgb(108,167,197); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(108,167,197,1) 1%, rgba(1,57,154,1) 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(108,167,197,1)), color-stop(67%,rgba(1,57,154,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(108,167,197,1) 1%,rgba(1,57,154,1) 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(108,167,197,1) 1%,rgba(1,57,154,1) 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(108,167,197,1) 1%,rgba(1,57,154,1) 67%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(108,167,197,1) 1%,rgba(1,57,154,1) 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca7c5', endColorstr='#01399a',GradientType=0 ); /* IE6-8 */
	clear: both;
}
.back h2 span{
	font-size:70%;
}
.side li a {
	background-color: #F5F5F5;
	display: block;
	color: #333;
	text-decoration: none;
	font-size:0.9em;
	line-height: 3em;
	background-image: url(../img/common/m2.png);
	background-position: 2% center;
	padding-left: 6%;
	background-repeat: no-repeat;
}
.side li a:hover {
	background-color: #FFF;
	display: block;
	color: #00C;
	text-decoration: none;
	font-size:0.9em;
	line-height: 3em;
	background-image: url(../img/common/m2.png);
	background-position: 2% center;
	padding-left: 6%;
	background-repeat: no-repeat;
}

li.back-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.side ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 16px;
}
.inqury-box {
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.main h2 {
	color:#333333;
	width:95%;
	padding-left:2%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 7%, rgba(243,243,243,1) 11%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(7%,rgba(243,243,243,1)), color-stop(11%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 7%,rgba(243,243,243,1) 11%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 7%,rgba(243,243,243,1) 11%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 7%,rgba(243,243,243,1) 11%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 7%,rgba(243,243,243,1) 11%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	line-height:34px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.main h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003399;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 96%;
	margin-bottom: 20px;
}
.main h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	margin-bottom: 10px;
}
.news {
	margin-bottom: 20px;
}

.news dl {
	width:94%;
	padding-left:3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 0.9em;
	line-height: 150%;
}
.news dt {
	margin-top: 9px;
}
.news dt span {
	background-color: #003399;
	color: #FFF;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
}
.news dd {
	margin-top: 3px;
	margin-bottom: 10px;
}
.staff {
	clear: both;
}
.staff dl {
	width: 94%;
	margin-left: 11px;
	margin-right: 20px;
	margin-bottom: 30px;
	height: auto;
	text-align: center;
}
.staff dt {
	text-align: center;
	margin-bottom: 10px;
}
.staff dd {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.staff dd p {
	font-size: 0.9em;
	font-weight: normal;
}
.text-box1 {
	font-size: 0.9em;
	margin-bottom:25px;
	width: 96%;
	padding-left: 15px;
	padding-right: 10px;
	clear: both;
}
.text-box1 p {
	margin-bottom:10px;
}
.text-box1 li {
	margin-bottom:10px;
	margin-left: 20px;
}

.repeat {
	width: 100%;
	height: 60px;
	font-size: 0.8em;
	margin-top: 15px;
	clear: both;
}
.repeat p {
	text-align: center;
}
.repeat a {
	display:block;
	line-height:30px;
	background-image: url(../img/common/top.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 28px;
	color: #0000DD;
}
.repeat a:hover {
	color: #000;
	background-image: url(../img/common/tophover.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.title1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	text-align: center;
	font-size: 0.9em;
	line-height: 2.5em;
	font-weight: bold;
}
.inqury-box p {
	font-size: 0.7em;
	text-align: center;
}
.btn {
	max-width: 100%;
	height: 52px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box1 {
	width:49%;
	margin-top: 15px;
	margin-bottom: 7px;
	float: left;
	font-size: 1.1em;
}
.box2 {
	width:49%;
	margin-top: 15px;
	margin-bottom: 7px;
	float: left;
	font-size: 1.1em;
}

footer {
	bottom: 0px;
	left: 0px;
	max-width: 1005px;
	margin-left:auto;
	margin-right:auto;
	background-color: #003399;
	color: #FFF;
	position: relative;
	clear: both;
	padding-bottom:5px;
}
footer nav {
	background-color: #FFF;
	color: #003399;
	font-size: 0.9em;
	width: 100%;
}
footer nav ul {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
footer nav li {
	list-style-type: none;
	display: block;
	width:100%;
	text-align:left;
	padding-left:0%;
	background-image:url(../img/common/btn-back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
footer nav li a {
	color: #003399;
	display:block;
	padding-left:5%;
	background-image: url(../img/common/m2.png);
	background-position: 2% center;
	background-repeat: no-repeat;
}
footer nav li a:hover {
	background-color: #FFF;
	text-decoration:none;
}

footer div {
	text-align: center;
	padding-top: 10px;
}
footer address {
	text-align: center;
	font-size: 0.8em;
	font-style: normal;
	margin-top: 15px;
	padding-top: 6px;
	padding-left: 4px;
	background-color: #003366;
}
.text1 {
	font-size: 200%;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.text2 {
	font-size: 0.9em;
	font-style: normal;
	padding-top: 10px;
}
.text2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.text2 a:hover {
	color: #33FFFF;
}
p.text3 {
	font-size: 1.3em;
	font-weight: bold;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

/* ==================↓タブレットのスタイル↓================ */

@media screen and (min-width : 540px){
.wrapper {
	max-width: 1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
header {
	max-width: 980px;
	width:96%;
	margin-right: auto;
	margin-left: auto;
}
.h-top {
	background-color: #003399;
	font-size: 0.8em;
	color: #FFF;
	padding-left: 2%;
	display:none;
}
header h1 {
	padding-top: 20px;
	width: 100%;
	text-align: center;
	margin-bottom:0;
}
.head-r{
	width:540px;
	margin-left:auto;
	margin-right:auto;

}
.tell-box {
	display:block;
	float: left;
	color: #003399;
	font-size: 0.8em;
	text-align: center;
	width: 260px;
	margin-top: 15px;
	margin-left:5%;
	line-height: 150%;
}
.inqury-btn {
	display:block;
	width:160px;
	font-size: 0.7em;
	float: left;
	margin-top: 23px;
	margin-bottom:20px;
	margin-left:1%;
}
header nav {
	clear: left;
	margin-top:20px;
	position:relative;
}

header nav li {
	width:49%;
	line-height: 100%;
	float: left;
	text-align: center;
	background-image: url(../img/nav/r-back.jpg);
	background-repeat: no-repeat;
}

header nav li a {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 5px;
}
nav ul li a span {
	color: #003399;
	font-size: 80%;
	line-height: 0px;
}

header nav li a:hover {
	color: #FFF;
	background-image: url(../img/nav/ov-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #3399CC;
}
header nav li a:hover span {
	color: #FFF;
}

header nav li a span:before {
	content: "\A";
	white-space: pre;
}
li.page {
	display: none;
}
.head-img {
	height: auto;
	width: 99%;
}
#contents{
	max-width:1000px;
	width:98%;
	margin:auto;
	position: relative;
	min-height: 100%;
	padding-bottom:10px;
}
#contents .main {
	width: 100%;
}

#contents .side {
	width: 100%;
}

.title1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	text-align: center;
	font-size: 0.9em;
	line-height: 2.5em;
	font-weight: bold;
}
.inqury-box p {
	font-size: 0.8em;
	text-align: center;
}
.btn {
	max-width: 100%;
	height: 52px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box1 {
	width:49%;
	margin-top: 15px;
	margin-bottom: 7px;
	float: left;
}
.box2 {
	width:49%;
	margin-top: 15px;
	margin-bottom: 7px;
	float: left;
}
.news {
	margin-bottom: 20px;
}
p.text3 {
	font-size: 1.3em;
	font-weight: bold;
}

.news dl {
	width:94%;
	padding-left:3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 0.9em;
	line-height: 150%;
}
.news dt {
	margin-top: 9px;
}
.news dt span {
	background-color: #003399;
	color: #FFF;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
}
.staff dl {
	width: 27.4%;
	float: left;
	margin-left: 1.1%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
}
.staff dt {
	margin-bottom: 10px;
}
.staff dd {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.staff dd p {
	font-size: 0.9em;
	font-weight: normal;
}
.text-box1 {
	font-size: 0.9em;
	margin-bottom: 20px;
	width: 95%;
	padding-left: 10px;
}

}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

/* ==================↓PCのスタイル↓================ */

@media screen and (min-width : 950px) {
.wrapper {
	width: 1000px;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
}
header {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.h-top {
	background-color: #003399;
	font-size: 0.8em;
	color: #FFF;
	padding-left: 2%;
	display:block;
}
header h1 {
	padding-top: 25px;
	width: 25.9%;
	text-align: left;
	margin-left:1.4%;
	margin-bottom:11px;
	float:left;
}
.head-r{
	width:72.7%;
	margin-left:0;
	margin-right:0;
	float:left;

}

.tell-box {
	float: left;
	color: #003399;
	font-size: 0.8em;
	text-align: center;
	width: 39%;
	margin-top: 18px;
	margin-left:34%;
	line-height: 150%;
}
.inqury-btn {
	width:160px;
	margin-left:2%;
	float:left;
}

header nav li {
	width:19.38%;
	line-height: 100%;
	float: left;
	text-align: center;
	background-image: url(../img/nav/r-back.jpg);
	background-repeat: no-repeat;
}

header nav li a {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 5px;
}
nav ul li a span {
	color: #003399;
	font-size: 80%;
	line-height: 0px;
}

header nav li a:hover {
	color: #FFF;
	background-image: url(../img/nav/ov-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #3399CC;
}
header nav li a:hover span {
	color: #FFF;
}

header nav li a span:before {
	content: "\A";
	white-space: pre;
}

header nav li.page {
	display:block;
	color: #FFF;
	background-image: url(../img/nav/ov-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #3399CC;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 5px;
	height:32px;
}
header nav li span:before {
	content: "\A";
	white-space: pre;
}
nav ul li span {
	font-size: 80%;
	line-height: 0px;
}
.head-img {
	height: auto;
	width: 99%;
}
#contents{
	max-width:1000px;
	width:99%;
	margin:auto;
	position: relative;
}
#contents .main {
	float: right;
	width: 72.5%;
	margin-right:1.5%;
}
.main h2 {
	width:95%;
	padding-left:3%;
}

#contents .side {
	max-width: 22%;
	float:right;
	margin-right:2.5%;
}
.side li a {
	background-color: #F5F5F5;
	display: block;
	color: #333;
	text-decoration: none;
	font-size:0.9em;
	line-height: 3em;
	background-image: url(../img/common/m2.png);
	background-position: 2% center;
	padding-left: 10%;
	background-repeat: no-repeat;
}
.side li a:hover {
	background-color: #FFF;
	display: block;
	color: #00C;
	text-decoration: none;
	font-size:0.9em;
	line-height: 3em;
	background-image: url(../img/common/m2.png);
	background-position: 2% center;
	padding-left: 10%;
	background-repeat: no-repeat;
}

li.back-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.side ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 42px;
}
.title1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	text-align: center;
	font-size: 0.9em;
	line-height: 2.5em;
	font-weight: bold;
}
.inqury-box p {
	font-size: 0.7em;
	text-align: center;
}

.btn {
	width: 100%;
	height: 52px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box1 {
	width:100%;
	margin-top: 7px;
	margin-bottom: 7px;
	float:none;
}
.box2 {
	width:100%;
	margin-top: 7px;
	margin-bottom: 7px;
	float: none;
}
p.text3 {
	font-size: 1.3em;
	font-weight: bold;
}

.news {
	margin-bottom: 20px;
}

.news dl {
	width:94%;
	padding-left:3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 0.8em;
	line-height: 150%;
}
.news dt {
	margin-top: 9px;
}
.news dt span {
	background-color: #003399;
	color: #FFF;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
}
.staff {
	margin-top:30px;
}
.staff dl {
	width: 28%;
	float: left;
	margin-left: 11px;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.staff dt {
	margin-bottom: 10px;
}
.staff dd {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.staff dd p {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom:20px;
}

.repeat {
	width: 96%;
	height: 30px;
	font-size: 0.8em;
	margin-top: 15px;
}
.repeat p {
	text-align:right;

}
.repeat a {
	display:block;
	line-height:30px;
	background-image: url(../img/common/top.png);
	background-position: 85% top;
	background-repeat: no-repeat;
	padding-top: 0px;
	color: #0000DD;
}
.repeat a:hover {
	color: #000;
	background-image: url(../img/common/tophover.png);
	background-position: 85% top;
	background-repeat: no-repeat;
}

footer {
	position:relative
	bottom: 0px;
	width: 1010px;
	background-color: #003399;
	color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

footer nav {
	background-color: #FFF;
	color: #003399;
	font-size: 0.9em;
	width: 100%;
}
footer nav ul {
	width: 652px;
	margin-right: auto;
	margin-left: auto;
}
footer nav li {
	display:inline;
	text-align:left;
	padding-left:0%;
	background-image: none;
	line-height: 40px;
	border:none;
	margin-right:10px;
}
footer nav li a {
	color: #003399;
	display: inline;
	padding-left:10px;
	background-image: url(../img/common/m2.png);
	background-position: 3px center;
	background-repeat: no-repeat;
}
footer nav li a:hover {
	background-color: none;
	text-decoration:underline;
	color:#09F
}

}
