@charset "UTF-8";
/* CSS Document */

* { margin : 0 ; padding : 0 ; }
body { 
	width : 100% ;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
}
  /* Header ------------------------------- */
#header{
	width: 892px;
	background-image: url(../images/bg_top-center.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
}
#header h1{
	font-size: 1px;
	margin: 0 auto;
	padding: 22px 0;
	text-align: center;
}


  /* Menu ------------------------------- */
#menu{
	width: 864px;
	_width: 892px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 42px;
	_height: 56px;
	margin: 0px auto;
	padding: 7px 21px 7px 7px;
	text-align: center;
	color: #FFFFFF;
}
#menu ul {
	line-height:1em;
    list-style:none;
    white-space:nowrap;
	margin: 0 0 0 34px;
	padding: 0;
}

#menu li,
#menu li.li_left {
	list-style-type:none !important;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px; /* 文字サイズ */
	background-image: url(../images/menu_ten.gif);
	background-repeat: no-repeat;
}

#menu li.li_left {
	background-image: none;
}


#menu li a,
#menu li a.li_long,
#menu li a.li_short {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	display: block;
	height: 40px;
	padding: 0;
	line-height: 40px;	
}


#menu li a{
	width: 90px;
	margin: 0 10px;
}

#menu li a.li_long{
	width: 110px;
	margin: 0 10px;
}

#menu li a.li_short{
	width: 84px;
	margin: 0 3px;
}


#menu li a:hover,
#menu li a.active {
	background:none;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

 
 
   /* Contents ------------------------------- */
 #container_frame{
	clear:both;
	width: 892px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0;
	float: none;
	overflow: hidden;
}
#container_frame:after {	/* hack */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container_frame {		/* hack */
    height: 1em;
    overflow: visible;
}
/**/

#container{
	width: 850px;
	
	background-image: url(../images/bg_contents-top.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 33px 26px 20px 16px;
	
}
#container:after {	/* hack */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {		/* hack */
    height: 1em;
    overflow: visible;
}
/**/

#container_bottom {
	width: 892px;
	height: 26px;
	background-image: url(../images/bg_contents-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px auto 30px;
	padding: 0;
}

  /* topic_path ------------------------------- */
 #topic_path{
	clear:both;
	width: 872px;
	height: 14px;
	background-image: url(../images/bg_topic_path.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0 10px;
	float: none;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

  /* sidebar1 ------------------------------- */
#sidebar1{
	width: 190px;
	padding: 0;
	margin: 0px 10px 0 0;
	float: left;
	text-align: center;
}

  /* main ------------------------------- */
#main{
	width: 650px;
	padding: 0;
	margin: 0px 10px 0 0;
	float: left;
	text-align: left;
}

#main_inner{
	width: 616px;
	
	padding: 0;
	margin: 0 17px;
}
  /* sidebar2 ------------------------------- */
#sidebar2{
	width: 190px;
	padding: 0;
	margin: 0px;
	float: left;
	text-align: left;
}
  /* sub_menu ------------------------------- */
#sub_menu{
	margin: 0 0 30px 0;
}
#sub_menu h3{
	color: #F5F7F7;
	background-image: url(../images/sub_menu_tit_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 169px;
	
	padding: 0 0 0 21px;
	line-height: 35px;
}
#sub_menu li{
	color: #F5F7F7;
	background-image: url(../images/sub_menu_bg.gif);
	background-repeat: no-repeat;
	width: 169px;
	
	padding: 0 0 0 21px;
	line-height: 35px;
}
#sub_menu li.sub_menu_long{
	color: #F5F7F7;
	background-image: url(../images/sub_menu_bg_long.gif);
	background-repeat: no-repeat;
	width: 164px;
	
	height:57px;
	
	padding: 5px 5px 0 21px;
	line-height: 25px;
}
#sub_menu li.sub_menu_2{
	color: #F5F7F7;
	background-image: url(../images/sub_menu_bg_2.gif);
	background-repeat: no-repeat;
	width: 154px;
	
	padding: 0 0 0 36px;
	line-height: 35px;
}
#sub_menu li a{
	color: #F5F7F7;
}
#sub_menu li a:hover{
	text-decoration: none;
	color: #F5F7F7;
	background: #6E7F9A;
}

  /* Menu (Bottom) ------------------------------- */
#menu2 {
	width: 892px;
	height: 26px;
	margin: 0px auto 30px;
	padding: 0;
}

#menu2 ul {
	line-height:1em;
    list-style:none;
    white-space:nowrap;
	margin: 0;
	padding: 0;
}

#menu2 li,
#menu2 li.li_left {
	list-style-type:none !important;
	margin: 0 0 0 10px;
	padding: 0 10px 0 16px;
	display: inline;
	text-align: left;
	font-size: 12px; /* 文字サイズ */
	background-image: url(../images/arrow3_blue.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	border-right: 1px solid #D0D0D0;
}

#menu2 li.li_left {
	border: none;
}


#menu2 li a:hover {
	text-decoration: underline;
	color: #265f9a;
	background-color: #E0ECEF;
}



  /* Footer ------------------------------- */
#footer_frame {
	width: 100%;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	margin: 0 0 -22px 0;
	padding: 0;
}


#footer {
	width: 892px;
	margin: 0 auto;
	padding: 40px 0 0 100px;
}
#footer:after {	/* hack */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #footer {		/* hack */
    height: 1em;
    overflow: visible;
}
/**/


.footer_box{
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	text-align: left;
}
.footer_box_left {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer h6 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(../images/arrow1_gray.gif) no-repeat 0% 50%;
}
#footer a{
	color: #898989;
}
#footer a:hover{
	color: #898989;
	text-decoration: underline;
	background-color: #DCE7EF;
}
  /* Copyright */
#copyright {
	width: 892px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 50px auto 30px;
	padding: 0;
	clear: both;
	color: #B3B3B3;
}
#copyright a{
	color: #B3B3B3;
}

#copyright a:hover{
	color: #B3B3B3;
	text-decoration: underline;
	background-color: #D2E4EF;
}


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

  /* clearfix method for clearing floats */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* essential for Safari browser !! */
  .clearfix { display:block; }

  /* alternative solution to contain floats */
  .floatbox { overflow:hidden; }

  /* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
    #ie_clearing { display:none; }

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