@charset   "UTF-8";
/*-----------------------------------------------------
  HyogoClub・CSS
-----------------------------------------------------*/
/*-----------------------------
	-body
-----------------------------*/
* {
	margin:0;
	padding:0px;
}
body {
	color: #464646;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	line-height: 120%;
       background-image: /*url(../img/blue.jpg)*/;
       background-repeat: /*repeat-x*/;
       background-color:#f3f3f3;
}
img {
	border:0px;
        vertical-align:bottom; 
}
hr {
	display:1pt solid #ACACAC;
}
h1 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#199698;
}
h2 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#000099;
}
h3 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#ff8000;
}
h4 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 0 15px;
	color:#0000ff;
       background : url(../img/h4.gif) no-repeat;
}
h5 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 0 20px;
	color:#000099;
       background : url(../img/h5.gif) no-repeat;
}
h6 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 0 20px;
	color:#ff8000;
       background : url(../img/h6.gif) no-repeat;
}
ul li {
	list-style-type:none;
}
a {
	color:#0000ff;
}
a:hover {
	color:#ff9900;
}
.hid {
	display:none;
}
p {
	margin-left:20px;
	margin-bottom: ;     /*.8em;*/
}

#container {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    background-color:#ffffff;
    width: 920px ;
    margin: 10px auto 20px;
    padding: 5px 20px;
}
}
/*-----------------------------
	-header
-----------------------------*/
div#header {
	padding:10px 5px 0 0;
}
div#header h1 {
	height:30px;
	padding-top:0px;
	font-size:160%;
}
div#header h1 a {
	text-decoration:none;
}
div#header h1 a:hover {
	position:relative;
	top:1px;
	left:1px;
}
div#header h2 {
	font-weight:normal;
}
}
#header li {
  margin : 0px 0px 0px 9px;
  padding: 0;
  height: 19px;
  list-style: none;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  height: 19px;
}
#header li#info    {
  float: right;
  width: 41px;
  background : url(../img/info.gif) no-repeat;
}
#header li#sitemap {
  float: right;
  width: 61px;
  background : url(../img/sitemap.gif) no-repeat;
}
#header li#www_site {
  float: right;
  width: 47px;
  background : url(../img/www.gif) no-repeat;
}
/*----------------------------
      -top logo
------------------------------ */
div#hc_top {
  margin: 0 0 0 0px;
  float:left;
  width: 918px;
}
div#hc_top ul {
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
div#hc_top li {
  width:918px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;

}
div#hc_top li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 918px;
  height: 100px;
}
div#hc_top li#hc_logo      {
  background : url(../img/hc_logo.gif) no-repeat 0px;
}
/*-----------------------------
	-memu
-----------------------------*/
#menu{
  padding: 0 0 0 0px;
  float:left;
  width: 920px;
}   
 
#menu ul{
  list-style : none;
  text-align:center;
  padding : 0;
  margin : 0;
}
#menu li{
  width : 153px;
  float:left;
  padding : 0;
  margin : 0;
}
#menu li a{
  font-size:90%;    
  display:block;
  width:100%;
  height : auto;
  background-image:url(../img/1.jpg); 
  background-position : left top;
  background-repeat : no-repeat;
  padding : 0;
  margin : 0;
  text-decoration : none;
  color : brown;
  line-height : 180%;
  border-top-style : solid;
  border-bottom-style : solid;
  border-right-style : solid;    
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff;
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}
#menu li a {
  color: #ffffff;
  text-decoration : none;
}
#menu li a:hover {
  color: #199698;
  text-decoration : none;
}                 
                 
#menu li a:hover{
  background-image:url(../img/2.jpg);
  background-position : left top;
  background-repeat : no-repeat;   
  color: #199698;
  padding : 0;
  margin : 0;
  line-height : 180%;
  border-top-style : solid;
  border-bottom-style : solid;
  border-right-style : solid;       
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}

/*-------------------------------
      -sub memu
--------------------------------- */
#menu_sub {
  margin: 0 0 0 0px;
  padding: 0 ;
  float:left;
  width: 915px;
  text-align: center;
  font-size : 80% ;
  line-height : 20px ; 
  background : ;            /*---#f5f5f5;---*/
  border : ;                /*---solid 1px #dcdcdc;---*/
}
#menu_sub a {
  color: #006400;
  text-decoration : none;
}
#menu_sub a:hover {
  color: #ff9900;
  text-decoration : none; 
}  

/*-----------------------------
	-main_container
-----------------------------*/
div#main_container {
	margin-top:10px;
       margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
	background: ;       /*---url(../img/bg_side.gif) repeat-y left top;---*/
}
/*-----------------------------
	-right_container
-----------------------------*/
div#right_container {
	float:left;
	width:650px;
	margin-right: 5px;
	padding-left: 20px;
	padding-bottom:20px;
	background: ;      /*---url(../img/bg_main.gif) no-repeat right bottom;---*/
}
div#right_container h1 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:150%;
	border-left:5pt solid #199698;
	border-bottom:1pt solid #efefef;
}
div#right_container h2 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:120%;
	border-left:5pt solid #000099;
	border-bottom:1pt solid #efefef;
}
div#right_container h3 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:120%;
	border:1pt solid #ff8000;
}
div#right_container h4 {
	margin: 0 0 10px;
	padding:5px 10px;
	font-size:120%;
	border:1pt solid #0000ff;
}
div#right_container ul {
	margin-bottom:20px;
}
div#right_container ul li {
	margin-bottom:.5em;
	padding-left:35px;
	background:url(../img/list_triangle.gif) no-repeat 20px 50%;
}
div#right_container ol {
	margin-left:22px;
}
div#right_container ol li {
	margin-bottom:.5em;
}
/*-----------------------------
	-left_container
-----------------------------*/
div#left_container {
	float:left;
	width:200px;
	padding-top :10px;
	padding-left :0;
}
div#left_container li {
	padding:0;
	text-align:center;
}
div#left_container li img {
	margin-bottom:5px;
	border:1px solid #999;
}

/*-----------------------------
	-footer
-----------------------------*/
div#footer {
	clear:both;
	font-size:80%;
	padding:40px 0 10px 10px ;
	font-style:normal;
        background:url(../img/hc_footer.gif) no-repeat 10px;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  09/11/08
  Copyright(C)2008 eecoms all rights reserved. 
-------------------------------*/
