@charset "shift_jis";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:14px;
	letter-spacing:0.2em;
	line-height:1.6em;
}


ul, ol, dl, li { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;	
}
a img { 
	border: none;
	padding:0;
	margin:0;
}

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

a:link {
	color: #000;
	text-decoration: none; 
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#555;
}


.container {
	width: 960px;
	margin: 0 auto; 
}


.header {
	border-top:#199dbf solid 5px;	
	
}
.header-inner {
	background-image:url(../img/common/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	width:1020px;
	height:200px;
	position:relative;
	padding:0;

}
.header-inner .logo-btn a {
	display: block;
	position: absolute;
	text-indent: -9000px;
	left: 355px;
	width: 312px;
	top: 21px;
	height: 79px;
}
.header-inner .btn-area {
	width:980px;
	height:40px;
	padding:150px 0 40px 40px;
}
.btn-area li {
	list-style:none;
	display:inline-block;
}




.main-img {
	width:1070px;
	height:300px;
	margin:0 auto;
	position:relative;
	padding-top:10px;
}


/*************************/

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
  }

.nav {
  z-index: 100;
  position: relative;

}


/***********/

.nav li.btn1 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:157px;
	background-position:0 -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;

}

.nav li.btn1 a:hover {
	background-position:0 0;
	background-repeat:no-repeat;	
}

.nav li.btn2 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:157px;
	background-position:-157px -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;

}

.nav li.btn2 a:hover {
	background-position:-157px 0;
	background-repeat:no-repeat;
}






.nav li.btn31 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:157px;
	background-position:-314px -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;
	position: relative;
}
.nav li.btn31 a:hover {
	background-position:-314px 0;
	background-repeat:no-repeat;
}



.nav li ul li.btn32 a, .nav li ul li.btn32 a:link, .nav li ul li.btn32 a:active, .nav li ul li.btn32 a:visited {
  letter-spacing:0em;
  background-color: #ddd;
  background-image:none;
  color:#555;
  height:20px;
  width:132px;
  color: #555;
  display: block;
  padding: 5px 0 5px 25px;
  text-decoration: none;
  margin-right:-5px;
  border-bottom:2px #999 solid;
  filter: alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
  font-size:15px;
  text-indent:0;
}

.nav li ul li.btn32 a:hover {
  background-image:none;
  color: #000;
  background-color:#dff;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;	
}


/******************/
.btn-area .btn4 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:157px;
	background-position:-471px -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;
}
.btn-area .btn4 a:hover {
	background-position:-471px 0;
	background-repeat:no-repeat;
}
.btn-area .btn5 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:157px;
	background-position:-628px -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;
}
.btn-area .btn5 a:hover {
	background-position:-628px 0;
	background-repeat:no-repeat;
}
.btn-area .btn6 a {
	display:block;
	text-indent:-9000px;
	height: 32px;
	width:155px;
	background-position:-785px -32px;
	background-image:url(../img/common/btn_set.png);
	background-repeat:no-repeat;
}
.btn-area .btn6 a:hover {
	background-position:-785px 0;
	background-repeat:no-repeat;
}



/******************/





#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #555;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #555;
  text-align:left;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #000;
  border-bottom:#009FC6 solid 2px;
}


.nav li ul {

  list-style: none;
  margin: 0;
  width: 150px;
  position: absolute;
  top: -999em;
  left:102;
  text-indent:0px;
  
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 32px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  width: 150px;
  white-space: nowrap;
}


.align-c {
	text-align:center;
}


















/****************************************************************/
.head_img {
	width:980px;
	margin:0 auto;
}

td {
	vertical-align:middle;
	padding-bottom:5px;
}

.container-inner {
	margin:0 auto;
	width:890px;
	padding:40px 40px;
	position:relative;
}


.sidebar {
	position:relative;
	float:left;
	width: 208px;
	z-index:100;
}
.sidebar h3 {
	font-size:12px;
	padding:0 0 2px 3px;;
	margin:0 0 10px 0;
}

.side-btn-area li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
.sidebar ul {
	margin-bottom:40px;
}


.side-btn-area .btn1 a {
	display:block;
	text-indent:-9000px;
	height: 45px;
	width:208px;
	background-image:url(../img/common/side-btn-set.png);
	background-repeat:no-repeat;
}
.side-btn-area .btn1 a:hover {
	background-position:-208px 0px;
	background-repeat:no-repeat;
}

.side-btn-area .btn2 a {
	display:block;
	text-indent:-9000px;
	height: 45px;
	width:208px;
	background-image:url(../img/common/side-btn-set.png);
	background-repeat:no-repeat;
	background-position:0 -45px;
}
.side-btn-area .btn2 a:hover {
	background-position:-208px -45px;
	background-repeat:no-repeat;
}
.side-btn-area .btn3 a {
	display:block;
	text-indent:-9000px;
	height: 45px;
	width:208px;
	background-image:url(../img/common/side-btn-set.png);
	background-position:0px -90px;
	background-repeat:no-repeat;
}
.side-btn-area .btn3 a:hover {
	background-position:-208px -90px;
	background-repeat:no-repeat;
}
.side-btn-area .btn4 a {
	display:block;
	text-indent:-9000px;
	height: 45px;
	width:208px;
	background-image:url(../img/common/side-btn-set.png);
	background-position:0px -135px;
	background-repeat:no-repeat;
}
.side-btn-area .btn4 a:hover {
	background-position:-208px -135px;
	background-repeat:no-repeat;
}
.side-btn-area .btn5 a {
	display:block;
	text-indent:-9000px;
	height: 45px;
	width:208px;
	background-image:url(../img/common/side-btn-set.png);
	background-position:0px -180px;
	background-repeat:no-repeat;
}
.side-btn-area .btn5 a:hover {
	background-position:-208px -180px;
	background-repeat:no-repeat;
}




.sidebar li.hitoki-bnr {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	line-height:0em;
}


.sidebar .rss-area {
	margin:15px 0 30px 0;
}
.sidebar .rss-area .rss-title {
	border-bottom:1px dotted #aaa;
	padding-bottom:5px;
	margin-bottom:5px;
}
.sidebar .rss-area .rss-date {
	margin-bottom:5px;
	font-size:12px;
	color:#090;
}





.content {
	width: 606px;
	float: right;
}

.content h3 {
	background-image:url(../img/common/h3_bg.jpg);
	background-repeat:no-repeat;
	width:606px;
	height:35px;
	margin-bottom:20px;
	padding:15px 0 0 20px;
	font-size:18px;
	color:#666;
	font-weight:normal;
}




.page-top {
	padding:40px 0 20px 0;
	text-align:center;
}



.footer {
	background-image:url(../img/common/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	
	position: relative;
	clear: both;
	height:217px;
	margin-top:50px;
}
.footer-inner {
	width:940px;
	margin:0 auto;
	height:217px;
}
.footer-inner p {
	font-size:12px;
	color:#555;
	letter-spacing:0.1em;
	text-align:center;
	padding-top:130px;
}
.footer-inner a {
	color:#555;
	text-decoration:none;
}
.footer-inner a:hover {
	color:#090;
}
	




.footer-inner .copy {
	font-size:9px;
	color:#555;
	letter-spacing:0.1em;
	text-align:center;
	padding-top:45px;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.bottom10 {
	padding-bottom:10px;
}
.bottom20 {
	padding-bottom:20px;
}
.bottom30 {
	padding-bottom:30px;
}
.bottom40 {
	padding-bottom:40px;
}

.top10 {
	margin-top:10px;
}
.top20 {
	margin-top:20px;
}
.top30 {
	margin-top:30px;
}
.top40 {
	margin-top:40px;
}


.blue {
	color:#0072b7;
}
