﻿@charset "utf-8";


/*-------------------------------------*/

p#mainImg{
	margin: 10px;
}

.Title {
    color: #323232;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 42px;
    opacity: 1.00;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 30px;
}	

div#mainContents h1{
	font-size: 20px;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	margin: 30px 0 5px 0;
	padding: 4px 0 4px 10px;
	display: block;
    color: #323232;
}

div#mainContents h2{
	font-size: 15px;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	display: block;
}


div#mainContents h3{  
	font-size: 21px;
	font-style: bold;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    border-left:7px solid #bbb;  
   	margin: 45px 10px 15px 10px;
    padding:3px 15px;
    color: #323232;
}  

div#mainContents h4{
	font-size: 15px;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	margin: 30px 0 30px 0;
	padding: 0px 0 0px 50px;
	display: block;
}

div#mainContents h5{  
	font-size: 21px;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
  border-bottom: 2px solid #ccc;
  padding: 0px 0px 0px 5px;
   	margin: 45px 10px 15px 10px;
    color: #323232;
}

div#mainContents h6{
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    padding: 0px 20px;
    color: #000000;
    font-size: 15px;
    margin-left: 15px;
    margin-right:4px;
	background: #D3D3D3;
}

div#mainContents h7{
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    padding: 3px 20px;
    color: #696969;
    font-size: 15px;
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 5px;
	background: url(../../share/img/bg_gray.gif) repeat 0 0;
}

div#mainContents table th{
	font-size: 13px;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	background: url(../../share/img/bg_border.gif) repeat 0 0;
}
div#mainContents table td{
	font-size: 13px;
}

/* 新着情報 */
div#topicsBox{}

div#topicsBox h2{}

div#topicsBox table{
	width: 680px;
	border-top: 1px solid #bbb;
	margin-left: 16px;
	table-layout: fixed;
}
div#topicsBox table th{
	padding: 10px 5px;
	background: url(../../share/img/bg_border.gif) repeat 0 0;
	border: 1px solid #bbb;
	text-align: center;
}
div#topicsBox table td{
	padding: 10px 5px;
	border: 1px solid #bbb;
}

/* 表 */
div#tableBox table{
        width: 720px;
        border-top: 1px solid #bbb;
        table-layout: fixed;
}
div#tableBox table th{
        padding: 10px 5px;
        background: url(../../share/img/bg_border.gif) repeat 0 0;
        border: 1px solid #bbb;
}
div#tableBox table td{
        padding: 10px 5px;
        border: 1px solid #bbb;
}

/* search結果 */
div#resultBox{}

div#resultBox h2{}

div#resultBox table{
	width: 680px;
	border-top: 1px solid #bbb;
	margin-left: 16px;
}
div#resultBox table th{
	border-bottom: 1px solid #bbb;
	background: url(../../share/img/bg_border.gif) repeat 0 0;
	padding: 10px 0 10px 10px;
	width: 5px; 
}
div#resultBox table td{
	border-bottom: 1px solid #bbb;
}



/* 見出し */
div.chapterBox{}

div.chapterBox h2{}

div.chapterBox strong{
	display: block;
	font-weight: bold; color: #666;
	margin-bottom: 8px;
}

div.chapterBox span{
	display: block;
	margin-bottom: 22px;
	font-style: italic;
}

div.chapterBox a{
	display: block;
	margin-bottom: 28px;
}

/*-------------------------------------*/
div#footer{
	clear: both;
	color: #333;
	margin-top: 45px;
	padding: 30px 0;
	border-top: 1px solid #efefef;
}
div#footer p#copyright{
	padding: 8px 0;
	text-align: center;
}


input {
margin-top: 50px;
}

#menu {
  width:700px;
  padding:0;
  margin-left:15px;
  margin-bottom:120px;
  list-style-type: none;
}
#menu li {
  width:14%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
#menu li+ li {
  width:14%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  border-left: 0;
  border-right: 1px solid #bbb;
}
#menu li a {
  width:auto;
  color:#323232;
  font-size:14px;
  padding:2px 0;
  text-decoration:none;
  display:block;
}
#menu li a:hover {
  background:#E6F0F9;
}

#pathway {
 margin-left: 100px;
}
