@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
	background-image:url(../img/main2.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#wrapper{
	text-align: left;
	height: 100%;
	width: 1000px;
	margin: 0 0 auto;
}


#header{
	height: 326px;
}


h1{
	display:none;
}

h2{
	font-size:16px;
	margin-bottom:10px;
	}
	
h3{
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
	}	

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC1420;
}
a:active {
	text-decoration: underline;
	color: #CC1420;
}


.fusen-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

.fusen-navi li { display: inline; }

.fusen-navi li a {
  margin-bottom: 1px;
  padding: 5px 0 5px 10px;
  display: block;
  width: 165px;
  text-decoration: none;
  border-left: 5px solid #333333;
  color: #333333;
}

.fusen-navi li a:hover {
  background-color: #333333;
  color: #ff0000;
  border-left: 5px solid #ff0000;
}


#container{
	width: 770px;
	float: right;
	margin-left: -200px;
	}


#sidebar{
	width: 180px;
	float: left;
	font-size: 0.9em;
	line-height: 1.7;
	margin-top: 20px;
	margin-left: 50px;
 }

ul{ list-style:none;
 }

#contents{
	height:350px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 1.7;
	font-size:0.9em;
}

table { width: 600px;
table-layout: fixed;
}

.w50 { width:90px;
}

#footer{
clear: both;
width: 100%;
text-align: center;
}

#footer p{
	font-size:12px;
	padding: 1em 0;
}


#updatelist dt {
	clear: left;
	float: left;
	width: 6em;
	padding: 3px 0;
	font-weight: normal;
}

#updatelist dd {
	display: inline-block;
	margin: 0 0 0 5em;
	padding: 3px 0;
}


#banner{
	text-align:right;
	margin-right: 30px;
	margin-top: 50px;
}

#banner img {
    border-style:none;
}

.floatclear {
	clear: both;
}
