@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {

	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: url(../img/ant-01.jpg);

	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
       font-family: "游ゴシック体", "Yu Gothic", "YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", "メイリオ"," Meiryo"," Osaka", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
background-color:rgba(255,255,255,0.65);
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #00335e;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: left;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
}

div#Main div#PortImg {
	margin: 10px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 10px auto 0 auto;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #B58378;
	border: 1px solid #414141;
	text-align: right;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
        background: #ffffff;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/
div#Side {
	width: 220px;
	float: left;
}

div#Side ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

div#Side ul li a {
 width:220px;
 height:0;
 padding-top:70px;
display:block;
overflow:hidden;

}

div#Side ul li#nav01 a {
  background-image: url(../img/b01.png);
}
div#Side ul li#nav02 a {
  background-image: url(../img/b02.png);
}
div#Side ul li#nav03 a {
  background-image: url(../img/b03.png);
}
div#Side ul li#nav04 a {
  background-image: url(../img/b04.png);
}
div#Side ul li#nav05 a {
  background-image: url(../img/b02-02.png);
}
div#Side ul li#nav06 a {
  background-image: url(../img/b03-02.png);
}
div#Side ul li#nav07 a {
  background-image: url(../img/b04-02.png);
}
div#Side ul li#nav08 a {
  background-image: url(../img/b01-02.png);
}


div#Side ul li a:hover{
	background-position: 0 -70px;

}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #00335e;
}