@charset "Shift_JIS";

body{
margin-top: 0px;
margin-bottom: 0px;
background:#eaeff9;
}

*{
margin:0;
padding:0;
font-size:100%;
font-family: Verdana, Arial, "�q���M�m�p�S Pro W3", Osaka, "�l�r �o�S�V�b�N", sans-serif;
}

td{
margin:0;
padding:5px;
}

img, object{
border: 0;
vertical-align:text-bottom;
}

h1 {
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}

/*------------------------
 a
-------------------------*/
a:link {
color:#112299;
}
a:visited {
color:#112299;
}
a:hover {
color:#112299;
}
a:focus {
color:#112299;
}
a:active {
color:#f00000;
}

/*------------------------
 font
-------------------------*/
.text_xx-large { 
font-size:113%;
line-height:170%;
}
.text_x-large { 
font-size:100%;
line-height:170%;
}
.text_large { 
font-size:88%;
line-height:170%;
}
.text_large_w { 
font-size:88%;
line-height:170%;
color:#ffffff;
}
.text_medium { 
font-size:75%;
line-height:170%;
}
.text_medium_w { 
font-size:75%;
line-height:170%;
color:#ffffff;
}
.text_small { 
font-size:69%;
line-height:160%;
}
.text_x-small { 
font-size:63%;
line-height:160%;
}
.text_xx-small { 
font-size:56%;
line-height:160%;
}
.text10-14{ font-size: 10px; line-height: 14px; }
.text10-16{ font-size: 10px; line-height: 16px; }
.text11-14{ font-size: 11px; line-height: 14px; }
.text12-14{ font-size: 12px; line-height: 14px; }
.text12-16{ font-size: 12px; line-height: 16px; }
.text12-18{ font-size: 12px; line-height: 18px; }
.text12-20{ font-size: 12px; line-height: 20px; }
.text14-16{ font-size: 14px; line-height: 16px; }
.text14-14{ font-size: 14px; line-height: 14px; }
.text14-18{ font-size: 14px; line-height: 18px; }
.text14-20{ font-size: 14px; line-height: 20px; }
.text16-18{ font-size: 16px; line-height: 18px; }
.text16-24{ font-size: 16px; line-height: 24px; }
.text18-20{ font-size: 18px; line-height: 20px; }

/* ------------------------------------------------------
   container
------------------------------------------------------ */
div#container {
width:800px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
background:#ffffff;
}

/* clear */
div#container .clear {
clear:both;
/*
font-size: 0px;
*/
}

/* ------------------------------------------------------
   header
------------------------------------------------------ */
div#container div#header {
	width:800px;
	height:166px;
	margin:0 auto 0 auto;
	background: url(/common/images/header_22_.png) 0 0 no-repeat;
	background-size: cover;
}

/* ------------------------------------------------------
   menuarea
------------------------------------------------------ */
div#container div#header div#menuarea {
width:327px;
height:14px;
float:right;
margin:0;
position: relative;
text-align:left;
}

div#container div#header #menuarea p{
padding-top:0px;
margin-top:0px;
}

#menuarea ul {
margin:0;
list-style: none;
}

#menuarea li {
padding-top:146px;
padding-right:0px;
margin: 0;

position: absolute;
height: 14px;
list-style: none;
text-indent:14px;
background: transparent url(../image/icon_header.gif) no-repeat left bottom;
}

#menuarea li#headermenu-4 { top: 0px; right: 0px; width: 75px; height: 14px;}
#menuarea li#headermenu-3 { top: 0px; right: 85px; width: 85px; height: 14px;}
#menuarea li#headermenu-2 { top: 0px; right: 185px; width: 85px; height: 14px;}
#menuarea li#headermenu-1 { top: 0px; right: 327px; width: 87px; height: 14px;}

#menuarea li a{
color: #ffffff;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:140px;
height: 14px;
}

#menuarea li a:link {
text-decoration:none;
}

#menuarea li#headermenu-1 a:hover {
background: url(../image/icon_header_over.gif);
background-repeat: no-repeat;
}
#menuarea li#headermenu-2 a:hover {
background: url(../image/icon_header_over.gif);
background-repeat: no-repeat;
}#menuarea li#headermenu-3 a:hover {
background: url(../image/icon_header_over.gif);
background-repeat: no-repeat;
}
#menuarea li#headermenu-4 a:hover {
background: url(../image/icon_header_over.gif);
background-repeat: no-repeat;
}


/* ------------------------------------------------------
   dropmenu
------------------------------------------------------ */
div#container div#dropmenu_area {
width:800px;
height:30px;
margin:0 auto 0 auto;
background:#003C8C;
border-bottom: 3px solid #99ccff;
z-index:1;
}

#dropmenu{
  list-style-type: none;
  width: 580px;
  height: 30px;
  margin: 1px auto 0px;
  padding: 0;
  background: #003C8C;
  border-right: 1px solid #ffffff;
}
#dropmenu li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index:2;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 8px 0 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-right: 1px solid #ffffff;
}
#dropmenu li#last > a {	border-right:none;}

#dropmenu li:hover > a{
  background: #1e3c7e;
  color: #d3e1f3;
  z-index:3;
}

#dropmenu > li:hover > a{
  background: #1e3c7e;
  color: #fff;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  filter: alpha(opacity=90);
  -moz-opacity:0.90;
  opacity:0.90;
}
#dropmenu li#last ul{
  left: -100%;
  width: 100%;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #1e3c7e;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border-right:none;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #4c69a8;
  border-bottom: 1px solid #08215a;
}
#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;
}
/* 6column Global Navigation */
#dropmenu{	width:100%;}
#dropmenu li{	width:16%;}
#dropmenu > li:last-child{	width:20%;}




/* ------------------------------------------------------
   mainarea
------------------------------------------------------ */
div#container div#mainarea {
width:800px;
margin:0 auto 0 auto;
background:#ffffff;
z-index:0;
}

/* ------------------------------------------------------
   contentarea
------------------------------------------------------ */
div#container div#contentarea {
width:580px;
margin:0 auto 0 auto;
padding-left:0px;
padding-top:40px;

padding-bottom:40px;
float:left;
}

div#container div#cap {
width:580px;
float:left;
margin:0;
padding-top:0px;
padding-bottom:10px;
}

/* ------------------------------------------------------
   imgarea
------------------------------------------------------ */
div#container div#imgarea {
width:200px;
margin:0 auto 0 auto;
padding-right:0px;
padding-top:40px;
padding-bottom:20px;
float:right;
}

div#container div#imgbox {
width:200px;
margin:0 auto 20px auto;
float:right;
text-align: center;

}






/* ------------------------------------------------------
   index #naviCont
------------------------------------------------------ */

dl#naviCont {
width:580px;
margin:0;
}
dl#naviCont:after {
	content:"";
	clear:both;
}

dl#naviCont dt {
	padding-top: 20px;
	margin-bottom: 10px;
	clear:both;
}

dl#naviCont dt:first-child {	padding-top:0;}

dl#naviCont dd {
	margin:0 0 0 10px;
	padding: 0;
	float:left;
	width:45%;
	text-indent: 16px;
	background: transparent url(../image/icon.gif) no-repeat left top;
}
dl#naviCont dd.right {
	margin:0;
	width:52%;
}

dl#naviCont a{
color: #000000;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:100%;
height: 25px;
}

dl#naviCont a:link {
text-decoration:none;
}

dl#naviCont a:hover {
	background: url(../image/icon_over.gif) no-repeat left top;
	text-decoration:underline;
}







/* ------------------------------------------------------
   menuBOX-A
------------------------------------------------------ */

div#container div#menuBOX-A {
width:580px;
height:75px;
float:left;
margin:0;
padding-bottom:10px;
text-align:left;
position: relative;
}

div#container div#menuBOX-A p{
padding-top:0px;
}

#menuBOX-A ul {
margin:0;
list-style: none;
}

#menuBOX-A li {
padding-left:0px;
padding-top:0px;
vertical-align:middle;
margin: 0;
position: absolute;
height: 25px;
list-style: none;
text-indent: 16px;

background: transparent url(../image/icon.gif) no-repeat left top;
}

#menuBOX-A li#menu-1-1 { top: 0px; left: 10px; width: 260px; height: 25px;}
#menuBOX-A li#menu-1-2 { top: 0px; left: 280px; width: 220px; height: 25px;}
#menuBOX-A li#menu-1-3 { top: 25px; left: 10px; width: 260px; height: 25px;}
#menuBOX-A li#menu-1-4 { top: 25px; left: 280px; width: 220px; height: 25px;}
#menuBOX-A li#menu-1-5 { top: 50px; left: 10px; width: 260px; height: 25px;}
#menuBOX-A li#menu-1-6 { top: 50px; left: 280px; width: 220px; height: 25px;}



#menuBOX-A li a{
color: #000000;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:260px;
height: 25px;
}

#menuBOX-A li a:link {
text-decoration:none;
}

#menuBOX-A li#menu-1-1 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-A li#menu-1-2 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-A li#menu-1-3 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-A li#menu-1-4 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-A li#menu-1-5 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-A li#menu-1-6 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}



/* ------------------------------------------------------
   menuBOX-B
------------------------------------------------------ */

div#container div#menuBOX-B {
width:580px;
height:30px;
float:left;
margin:0;
padding-bottom:10px;
text-align:left;
position: relative;
}

div#container div#menuBOX-B p{
padding-top:0px;
}

#menuBOX-B ul {
margin:0;
list-style: none;
}

#menuBOX-B li {
padding-left:0px;
padding-top:0px;
vertical-align:middle;
margin: 0;
position: absolute;
height: 25px;
list-style: none;
text-indent: 16px;
background: transparent url(../image/icon.gif) no-repeat left top;
}

#menuBOX-B li#menu-2-1 { top: 0px; left: 10px; width: 260px; height: 25px;}
#menuBOX-B li#menu-2-2 { top: 0px; left: 280px; width: 200px; height: 25px;}


#menuBOX-B li a{
color: #000000;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:260px;
height: 25px;
}

#menuBOX-B li a:link {
text-decoration:none;
}

#menuBOX-B li#menu-2-1 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-B li#menu-2-2 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}


/* ------------------------------------------------------
   menuBOX-C
------------------------------------------------------ */

div#container div#menuBOX-C {
width:580px;
height:100px;
float:left;
margin:0;
padding-bottom:10px;
text-align:left;
position: relative;
}

div#container div#menuBOX-C p{
padding-top:0px;
}

#menuBOX-C ul {
margin:0;
list-style: none;
}

#menuBOX-C li {
padding-left:0px;
padding-top:0px;
vertical-align:middle;
margin: 0;
position: absolute;
height: 25px;
list-style: none;
text-indent: 16px;

background: transparent url(../image/icon.gif) no-repeat left top;
}

#menuBOX-C li#menu-3-1 { top: 0px; left: 10px; width: 260px; height: 25px;}
#menuBOX-C li#menu-3-2 { top: 0px; left: 280px; width: 200px; height: 25px;}
#menuBOX-C li#menu-3-3 { top: 25px; left: 10px; width: 260px; height: 25px;}
#menuBOX-C li#menu-3-4 { top: 25px; left: 280px; width: 200px; height: 25px;}
#menuBOX-C li#menu-3-5 { top: 50px; left: 10px; width: 260px; height: 25px;}
#menuBOX-C li#menu-3-6 { top: 50px; left: 280px; width: 200px; height: 25px;}
#menuBOX-C li#menu-3-7 { top: 75px; left: 10px; width: 260px; height: 25px;}

#menuBOX-C li a{
color: #000000;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:260px;
height: 25px;
}

#menuBOX-C li a:link {
text-decoration:none;
}

#menuBOX-C li#menu-3-1 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-2 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-3 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-4 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-5 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-6 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-C li#menu-3-7 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}

/* ------------------------------------------------------
   menuBOX-D
------------------------------------------------------ */

div#container div#menuBOX-D {
width:580px;
height:25px;
float:left;
margin:0;
padding-bottom:10px;
text-align:left;
position: relative;
}

div#container div#menuBOX-D p{
padding-top:0px;
}

#menuBOX-D ul {
margin:0;
list-style: none;
}

#menuBOX-D li {
padding-left:0px;
padding-top:0px;
vertical-align:middle;
margin: 0;
position: absolute;
height: 25px;
list-style: none;
text-indent: 16px;

background: transparent url(../image/icon.gif) no-repeat left top;
}

#menuBOX-D li#menu-4-1 { top: 0px; left: 10px; width: 260px; height: 25px;}
#menuBOX-D li#menu-4-2 { top: 0px; left: 280px; width: 200px; height: 25px;}



#menuBOX-D li a{
color: #000000;
text-decoration: none;/* ��Firefox���Ő����\������Ȃ��悤�ɂ��� */
display: block;
width:260px;
height: 25px;
}

#menuBOX-D li a:link {
text-decoration:none;
}

#menuBOX-D li#menu-4-1 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}
#menuBOX-D li#menu-4-2 a:hover {
background: url(../image/icon_over.gif) no-repeat left top;
}


/* ------------------------------------------------------
   menuBOX-E
------------------------------------------------------ */

div#container div#menuBOX-E {
width:580px;
float:left;
margin:0;
padding-bottom:30px;
padding-top:0;
}

div#container div#menuBOX-E div#news_main{
width:580px;
float:left;
margin:0;
padding:0;
background-image: url(../image/top_news_back.gif);
background-repeat: repeat-y;
}

div#container div#menuBOX-E div#news_main div#inner_box{
width:540px;
margin:10px auto 0 auto;
padding-left:20px;
padding-right:20px;
}



/* ------------------------------------------------------
   footerArea
------------------------------------------------------ */
div#container div#footerArea {
width:800px;
margin:10px auto 0 auto;
padding-top:0px;
padding-bottom:10px;
text-align:center;

}

div#container div#footerArea div#line{
width:800px;
height:1px;
margin:0 auto 0 auto;
padding-top:0px;
padding-bottom:0px;
background:#000000;
}
