/*
-----------------------------------------------
 Base Styles
Author:   masahiro gondo
Version:  18 Feb 2007
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	line-height:160%;
	text-align:center;
	color:#777777;
	background-color: #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	letter-spacing: 1px;
  }
#container #main .mainleft {
	width: 270px;
	float: left;
	height: 100px;
	margin-top: 10px;
}
#container #main .mainright {
	float: left;
	text-align: center;
	height: 100px;
	margin-top: 10px;
}

#container {
	width:780px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
  }

  
#head  {
	margin: 0px;
	padding: 0px;
	background-image: url(images/li.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 780px;



}

#head li#sub { top: 30px; width: 780px; }


#head li {
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	height: 118px;
	list-style-type: none;
}

#head  a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 120px;
}
#head  a:hover{
	background-image: url(images/li_hover.jpg);
	background-repeat: no-repeat;    
}

h1 {
	font-size: 12px;
	color: #FBFACC;
	padding-right: 10px;
	float: none;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: right;
	margin: 0px;
	vertical-align: baseline;
} 
#main{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 520px;
	background-color: #FFFFFF;
}

#main h2{
	font-size: 16px;
	line-height: 100%;
	color: #86A9CC;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A9CC;
	padding-bottom: 2px;
}

#right h2{
	font-size: 15px;
	line-height: 100%;
	color: #86A9CC;
	margin-bottom: 10px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A9CC;
	padding-bottom: 2px;
}

#main h3{
	font-size: 15px;
	line-height: 100%;
	color: #555555;
	margin-bottom: 3px;
	padding-left: 3px;
	margin-top: 5px;
}


a{
	color: #3D6892;
}
a:hover{
	color: #CCCCCC;
}


#right{
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
#footer {
	clear:both;
	border-bottom:1px solid #fff;
	font-size:12px;
	background-color: #3D6892;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 780px;


  }
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


img{border:none;}

#right img{
border:none;
text-align:center;
}


#kobetu_table{
          margin-bottom: 15px;
          margin-top: 15px;
}

.sum{
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	float: left;
	overflow: hidden;
	width: 128px;
}

#right ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}


#right li {
  list-style-type: none;
  line-height: 180%;
  margin: 0;
  padding: 0px 3px 3px 18px;
  background: transparent url(images/ya.gif) no-repeat 0% 5px;

}

a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
