@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #000099;
  background: #FFFFFF;
}

/* ヘッダ・ナビゲーション
---------------------------------------------------- */
#header {
	font-size : 16px;
	font-weight : bold;
	height: 100px;
	color: #003399;
	padding-top:10px;
	padding-left:7px;
	background-image: url(../images/back-header.jpg);
	background-repeat: repeat-x;
}
#header img {
  float : left;
  padding-right:70px;
  width:386px;
}
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li {
  position: absolute;
  top: 72px;
  display: block;
  margin: 0;
  padding: 0;
  width: 111px;
  line-height : 28px;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;
  display: block;
  width: 111px;
  height: 28px;
}
#header li a:hover {
  height: 28px;
}
#header li#home {
	left: 30px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#header li#youji {
  left: 140px;
  background: url(../images/nav.gif) -110px 0 no-repeat;
}
#header li#shouchu {
  left: 250px;
  background: url(../images/nav.gif) -220px 0 no-repeat;
}
#header li#deta {
  left: 360px;
  background: url(../images/nav.gif) -330px 0 no-repeat;
}
#header li#profile {
  left: 470px;
  background: url(../images/nav.gif) -440px 0 no-repeat;
}
#header li#home a:hover {
	left: 30px;
	background: url(../images/nav.gif) 0px -57px no-repeat;
}
#header li#youji a:hover {
  left: 140px;
  background: url(../images/nav.gif) -110px -57px no-repeat;
}
#header li#shouchu a:hover {
  left: 250px;
  background: url(../images/nav.gif) -220px -57px no-repeat;
}
#header li#deta a:hover { 
  left: 360px;
  background: url(../images/nav.gif) -330px -57px no-repeat;
}
#header li#profile a:hover {
  left: 470px;
  background: url(../images/nav.gif) -440px -57px no-repeat;
} 
#header img#toiawase {
  width:162px;
  padding-right:1px;
  float : none;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  margin: 5px 0 0 10px;
  width: 660px;
}
#main {
  float: right;
  width: 450px;
}
#main a {
  color : #000099;
  text-decoration: underline;
  font-weight : bold;
}
#main a:hover {
  color : #3366FF;
  text-decoration: underline;
}
#main a:active {
	color : #3366FF;
	text-decoration: underline;
}
#main h1 {
    clear:both;
	font-family : "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
	font-size : 95%;
	margin : 0px;
	background-color : #33CCFF;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 30px;
	color : #000099;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #000099;
	background-image: url(../images/icon_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main h2{
	font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;
	font-size : 90%;
	margin-top : 1em;
	margin-bottom : 1em;
	padding-top : 3px;
	padding-left : 20px;
	padding-bottom : 3px;
	line-height : 1.2em;
	clear : both;
	color : #000099;
	background-image: url(../images/icon_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}
#main h3{
  font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;
  font-size : 90%;
  margin-top : 1.5em;
  margin-bottom : 1em;
  padding-left : 5px;
  border-left : solid 10px #000099;
  line-height : 150%;
  clear : both;
  color : #000099;
}
#main h4{
  font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;
  font-size : 90%;
  margin-top : 0.5em;
  margin-bottom : 0.2em;
  font-weight : bold;
  color : #000099;
}
#main p{
	font-family : "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
	font-size : 75%;
	line-height : 150%;
	margin : 0px;
	color : #000099;
}
#main td{
	color : #000099;
	font-size : 80%;
	line-height : 150%;
}
#main td ul{
font-size:100%;
}
#main td p{
font-size:100%;
}
#main ul{
  font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;  
  font-size : 75%;
  line-height : 120%;
  margin-top : 5px;
  margin-left : 15px;
  margin-bottom : 10px;
  padding-left : 5px;
  list-style-type : square;
}
#main ol{
  font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;
  font-size : 75%;
  line-height : 120%;
  margin-top : 5px;
  margin-left : 15px;
  margin-bottom : 5px;
  padding-left : 5px;
}
#main li{
  font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック",serif;
  margin-bottom : 0.5em;
}
#main strong{
font-weight:normal;
}
#main .pankuzu{
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : #000099;
  font-size : 75%;
  padding-bottom : 4px;
  margin-top : 4px;
  margin-bottom : 20px;
}
#main .topback{
  color : #5e8eab;
  text-align : right;
  border-bottom : dotted 1px #5e8eab;
  margin-top : 10px;
  margin-bottom : 5px;
  clear : both;
}
#main .topback a{
  color : #5e8eab;
  text-decoration : none;
  padding-left : 3px;
}
#main p.policy{
  font-size : 80%;
  color : #000099;
  margin-bottom : 20px;
  margin-top : 5px;
  background-image : url(../images/dot_back.gif);
  font-weight : bold;
}
#main p.toiawase{
	background-color : #CCFFCC;
	padding : 10px;
	margin-top : 10px;
	clear : both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #339933;
	border-bottom-color: #339933;
}
/* コンテンツ リスト
---------------------------------------------------- */
#main .sectionmenu{
  padding-bottom : 10px;
  border-bottom : solid 9px #cccc00;
  margin-top : 10px;
  margin-left : 0px;
  list-style-type : none;
}
#main .sectionmenu li{
  padding-left : 15px;
  margin-bottom : 0.5em;
  color : #000099;
  line-height : 1.5em;
  font-weight : bold;
  background-image : url(../images/icon_sankaku_orange.gif);
  background-repeat : no-repeat;
  background-position : left center;
}
#main .sankakurisuto{
  margin-top:5px;
  margin-bottom:5px;
  padding-left : 0px;
  margin-left : 0px;
  font-size : 13px;
  list-style-type : none;
}
#main .sankakurisuto li{
  padding-left : 10px;
  margin-left : 0px;
  font-size : 13px;
  background-image : url(../images/icon_sankaku_orange.jpg);
  background-repeat : no-repeat;
}
#main .sankakurisuto li a{
text-decoration:none;
}
#main .sankourisuto{
  padding-left : 0px;
  margin-left : 0px;
  font-size : 15px;
  list-style-type : none;
  margin-bottom : 20px;
}
#main .sankourisuto LI{
  margin-bottom:10px;
　line-height:15px;
  padding-left : 35px;
  margin-left : 0px;
  font-size : 12px;
  background-image : url(../images/sankou.gif);
  background-repeat : no-repeat;
}
/* コンテンツ 写真
---------------------------------------------------- */
#main .photo_right{
  margin-left : 5px;
  margin-bottom : 5px;
  border : solid 1px silver;
  float : right;
  color : olive;
  text-align : center;
}
#main .gazou{
  margin-left : 10px;
  margin-bottom : 10px;
  float:right;
}
/* コンテンツ ライン
---------------------------------------------------- */
#main .white12{
  font-size : 13px;
  color : white;
  font-weight : bold;
}
#main .bold130 {
	font-size: 130%;
	font-weight: bold;
	line-height: 20px;
}
/* コンテンツ 表
---------------------------------------------------- */
#main td.yellow{
  background-color : #ffffdb;
}
#main td.kage{
  border-right : solid 2px #CCCCCC;
  border-bottom : solid 2px #CCCCCC;
}
#main td.hyou_kou1{
background-color:#336699;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai1{
background-color:#e0edff;
border-bottom:1pt solid #bbd0ee;
border-right:1pt solid #bbd0ee;
padding-left:10px;
}
#main td.hyou_kou2{
background-color:#408080;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai2{
background-color:#DFFFDF;
border-bottom:1pt solid #BFFFBF;
border-right:1pt solid #BFFFBF;
padding-left:10px;
}
#main td.hyou_kou3{
background-color:#D9ACA6;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai3{
background-color:#FFECEC;
border-bottom:1pt solid #FFDDDD;
border-right:1pt solid #FFDDDD;
padding-left:10px;
}
#main td.hyou_kou4{
background-color:#FFCC33;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai4{
background-color:#FEF3C2;
border-bottom:1pt solid #E6E006;
border-right:1pt solid #E6E006;
padding-left:10px;
}
#main td.hyou_kou5{
background-color:#3399CC;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai5{
background-color:#DBE5E4;
border-bottom:1pt solid #bbd0ee;
border-right:1pt solid #bbd0ee;
padding-left:10px;
}
#main td.hyou_kou6{
background-color:#666699;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
line-height:20px
}
#main td.hyou_nai6{
background-color:#EFEFEF;
border-bottom:1pt solid #CCCCCC;
border-right:1pt solid #CCCCCC;
padding-left:10px;
}
#main td.red1{
  color : #FFFFFF;
  padding-left:5px;
  background-color:#804040;
  padding-top:1px;
  padding-bottom:1px;
}
/* メニュー
---------------------------------------------------- */
#menu {
	float: left;
	width: 180px;
}
ul#menu {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 180px;
	list-style: none;
	color: #000099;
	background-color: #33CCFF;
	font-weight: bold;
}
ul#menu li {
	display: block;
  min-height: 40px;
	margin: 0;
	font-size: 12px;
}
ul#menu li span {
	display: block;
	font-size: 12px;
}
ul#menu li a {
  display: block;
  min-height: 40px;
  padding: 5px 7px 5px 66px;
  text-decoration: none;
  color: #000099;
  background-color: #CCCC66;
  font-weight: bold;
}
ul#menu li a:hover {
  color: #000099;
  background-color: #33CCFF;
 }
#menu p{
  font-size : 12px;
  color : #3366FF;
  padding-top : 10px;
  padding-bottom : 10px;
}
#menu a{
  color : #000099;
}
#menu p a:hover {
  color : #3366FF;
}
#menu p a:active {
	color : #3366FF;
}
#menu span{
  color : #000099;
}
li#b04 a { background: url(../photo/menu/new.jpg) 7px 5px no-repeat; }
li#b05 a { background: url(../photo/menu/mousikomi.jpg) 7px 5px no-repeat; }

/* Hides from IE-mac \*/
* html ul#menu li a, * html ul#menu li {
  height: 40px;
  line-height: 1.5;
}
/* End hide from IE-mac */

/* フッタ
---------------------------------------------------- */
#footer {
    font-size:10px;
	clear: both;
	margin: 0;
	padding: 5px 2px 5px;
	color: #b8a68a;
	background: transparent;
	background-color: #3399CC;
}
#footer span {
  text-transform: uppercase;
}
#footer A {
  color: #666666;
}
