@charset "utf-8";

/* clearfix iepngfix
----------------------------------------------------------- */

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

.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/

*html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from MacIE */

/* IEでimgの拡大縮小を綺麗にする
----------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
} 

/* タグの定義
----------------------------------------------------------- */

html {
	background: url(../images/bg-html.jpg) repeat-x center top;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
	word-break:break-all;
	font-size: 87%;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial;
}

h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.4;
}

div, p, table, form {
	text-align: left;
}

p {
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 16px;
}

table {
	width: 100%;
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

th, td {
	vertical-align: middle;
	padding: 6px;
	line-height: 1.4;
}

img {
	border: 0px;
}

ul, ol, dl {
	line-height: 1.4;
}

a {
	outline: none;
}

hr {
	display: none;
}

blockquote {
	background: #fcf5e6;
	margin: 0px 0px 20px;
	padding: 16px;
	line-height: 1.4em;
	border: 1px solid #a2a8b7;
}

a:link, a:visited {
	color: #007ad3;
	text-decoration: underline;
}

a:hover, a:active {
	color: #F30;
	text-decoration: none;
}

/* 全体の定義
----------------------------------------------------------- */

#container {
	width: 950px;
	background: url(../images/bg-container.jpg) no-repeat center top;
	margin: 0px auto;
	padding-top: 18px;
	padding-bottom: 10px;
}
#header {
	height: 58px;
	padding-top: 16px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header-info {
	list-style: none;
	position: absolute;
	right: 0px;
	top: 16px;
}
#header-info li {
	float: left;
	margin-left: 18px;
}
#contents {
	width: 518px;
	float: left;
	padding-bottom: 20px;
}

/* ホームを定義
----------------------------------------------------------- */

#home-topics  {
	height: 176px;
	overflow: auto;
	position: relative;
        font-size: 95%;
	border: 1px solid #a2a8b7;
	margin-bottom: 16px;
}

#home-topics dt {
	width: 12em;
	position: absolute;
        font-size: 95%;
	padding: 4px 0.5em 3px;
}

#home-topics dd {
	background: #f0f4f4;
	padding: 3px 10px 3px 9em;
	border: 1px solid #FFF;
}
#home-topics dd.color {
	background: #FFF;
}
#home-info  {
	margin-bottom: 16px;
}

#home-info dt {
	width: 162px;
	padding-right: 14px;
	margin-bottom: 16px;
	float: left;
	clear: left;
}

#home-info dd {
	width: 338px;
	margin-bottom: 16px;
	float: left;
}
*html #home-info dd {
	float: none;	/*IEハック*/
}
#footer {
	background: #5791b5 url(../images/bg-footer.gif) repeat-x;
	padding-top: 14px;
	padding-bottom: 16px;
	position: relative;
}
#footer-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: relative;
	color: #FFF;
}
#footer-inner address {
	font-style: normal;
	text-align: left;
	margin-bottom: 16px;
	line-height: 1.4;
}
#footer-inner p {
	margin-bottom: 4px;
}
#footer-menu {
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 87%;
}
#footer-menu a:link, #footer-menu a:visited, #footer-menu a:hover, #footer-menu a:active {
	color: #FFF;
}
#to-top {
	text-align: right;
	clear: both;
}
#home #contents h2 {
	margin-bottom: 20px;
}
#home #contents h3 {
	margin-bottom: 8px;
}

/* ナビゲーションを定義
----------------------------------------------------------- */

#navigation {
	float: right;
	width: 417px;
	font-size: 12px;
	padding-bottom: 20px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul a:link, #navigation ul a:visited {
	color: #3c7598;
	text-decoration: underline;
}
#navigation ul a:hover, #navigation ul a:active {
	color: #F30;
	text-decoration: none;
}
#menu {
	margin-bottom: 16px;
	background: #FFF;
	padding: 1px;
}
#menu h3 {
	background: #57a3ce url(../images/menu-open.gif) no-repeat 13px 14px;
	border-right: 1px solid #779cb1;
	border-bottom: 1px solid #779cb1;
	margin-bottom: 1px;
	height: 40px;
	width: 414px;
	cursor: pointer;
}
#menu h3.close {
	background: #57a3ce url(../images/menu-close.gif) no-repeat 13px 14px;
}
#menu h3 img {
	margin-top: 13px;
	margin-left: 40px;
}
#sub-menu {
	float: left;
	width: 174px;
}
#sub-menu h3 {
	color: #FFF;
	background: #377aa3;
	padding: 4px 6px;
	border-bottom: 1px solid #c3d1cf;
}
#sub-menu h4 {
	background: #edf2f2;
	color: #3c7598;
	padding: 4px 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #adb9b6;
	border-bottom: 1px solid #c3d1cf;
}
#submenu-info, #submenu-link {
	margin-bottom: 8px;
}
#submenu-info li, #submenu-link li {
	background: #f5f7f5 url(../images/mark-link.gif) no-repeat 4px 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #adb9b6;
	border-bottom: 1px solid #c3d1cf;
}
#banner {
	width: 234px;
	float: right;
}
#navigation #banner-link {
	margin-bottom: 16px;
}
#banner-link li {
	margin-bottom: 6px;
}
#navigation .mark-list li {
	font-size: 116%;
	background: url(../images/mark-link.gif) no-repeat 0px 6px;
	padding-left: 14px;
}
#submenu-other li {
	background: #e8edf1 url(../images/mark-link.gif) no-repeat 4px 7px;
	margin-bottom: 6px;
	border: 1px solid #a7b5d7;
}
#submenu-other li a {
	display: block;
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#sub-menu a img {
	padding-left: 3px;
}
.menu-inner {
	background: #f5f7f5 url(../images/bg-menu-inner.gif) repeat-x left top;
	display: none;
	border-right: 1px solid #adb9b6;
	margin-bottom: 1px;
	padding-top: 7px;
}
.menu-list {
	background: #f5f7f5 url(../images/bg-menu-inner2.gif) repeat left top;
	padding: 0px 0px 0px 0px;
}
.menu-list li {
	background: url(../images/mark-link.gif) no-repeat 0px center;
	margin-left: 12px;
	padding-left: 14px;
	display: inline-block;
	_display: inline;	/*IE6ハック*/
	zoom: 1;
	height: 26px;
	line-height: 26px;
}
*:first-child+html .menu-list li {
	display: inline;	/*IE7ハック*/
}
.menu-inner a:link, .menu-inner a:visited {
	color: #3c7598;
	text-decoration: underline;
}
.menu-inner a:hover, .menu-inner a:active {
	color: #F30;
	text-decoration: none;
}
.menu-list a img {
	padding-left: 3px;
}

/* 内部ページを定義
----------------------------------------------------------- */

.general #contents {
	width: 610px;
	background: url(../images/bg-general-contents.gif) no-repeat center top;
}
.general #contents-inner {
	background: #FFF;
	margin-top: 5px;
	padding-right: 16px;
	padding-left: 16px;
}
.general #navigation {
	width: 320px;
}
.general #menu {
	margin-bottom: 6px;
}
.general #menu h3 {
	background: #57a3ce url(../images/menu-open.gif) no-repeat 13px 14px;
	border-right: 1px solid #779cb1;
	border-bottom: 1px solid #779cb1;
	margin-bottom: 1px;
	height: 40px;
	width: 317px;
	cursor: pointer;
}
.general #menu h3.close {
	background: #57a3ce url(../images/menu-close.gif) no-repeat 13px 14px;
}
.general #sub-menu {
	float: none;
	width: auto;
}
.general #banner {
	width: auto;
	float: none;
	background: #f4f4f4;
	padding: 18px 43px;
}
.general #submenu-info, .general #submenu-link {
	margin-bottom: 6px;
}
.general #submenu-info h3, .general #submenu-link h3 {
	background: #377aa3 url(../images/submenu-open.gif) no-repeat 14px 7px;
	padding-left: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.general #submenu-info h3.close, .general #submenu-link h3.close {
	background: #377aa3 url(../images/submenu-close.gif) no-repeat 14px 7px;
}
.general #submenu-info .inner{
	display: none;
}
.general #submenu-link .inner {
	display: none;
}

.general #contents h2 {
	font-size: 120%;
	color: #1d6592;
	margin-bottom: 16px;
	border-bottom: 1px solid #7e9fb3;
	margin-right: -16px;
	margin-left: -16px;
	padding: 14px 12px 12px;
}
.general #contents h3 {
	background: url(../images/bg_h3.gif) repeat-y;
	font-size: 116%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 20px;
	color: #1d6592;
	line-height: 1;
}

.general #contents h4 {
	color: #1d6592;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.general #contents h5, .general #contents h6 {
	color: #666666;
	line-height: 1.6em;
	margin-bottom: 12px;
}

.table-style1 {
	margin-bottom: 20px;
}

.table-style1 th {
	background: #fcf5e6;
	border: 1px solid #a2a8b7;
	white-space: nowrap;
}

.table-style1 td {
	border: 1px solid #a2a8b7;
}

.general #contents ol, .general #contents ul {
	margin-left: 26px;
	margin-bottom: 20px;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.center {
	text-align: center;
}

.center img {
	margin-bottom: 6px;
}

.small {
	font-size: 90%;
}

.x-large {
	font-size: 128%;
}

.large {
	font-size: 114%;
}

.right {
	float: right;
	margin-bottom: 12px;
	margin-left: 16px;
}

.left {
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}

.red  {
	color: #C30;
}

.blue {
	color: #06C;
}

.ivory {
	color: #b8a273;
}

.gray {
	color: #666;
}

.orange {
	color: #dc6429;
}

/* リンクマーク
----------------------------------------------------------- */

span.link-mark {
	background: url(../images/mark-link.gif) no-repeat 2px center;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

span.blank {
	background: url(../images/mark-blank.gif) no-repeat center center;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

span.pdf {
	background: url(../images/mark-pdf.gif) no-repeat center center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}

span.word {
	background: url(../images/mark-word.gif) no-repeat center center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}

span.excel {
	background: url(../images/mark-excel.gif) no-repeat center center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}

span.mail {
	background: url(../images/mark-mail.gif) no-repeat center center;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

