@charset "utf-8";

/***************************************
  リセット
***************************************/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/***************************************
  トップページ用
***************************************/
html {
	overflow-y: scroll;
	text-align: center;
}

body {
	text-align: center;
}

/* 全体 */
#container {
	width: 717px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../image/bg.jpg);
}

/* H1
----------------------------------------------------------- */
h1 {
	margin: 0 auto;
	padding: 20px 0 15px;
}

/* Global Navigation
----------------------------------------------------------- */
#gNav {
	width: 711px;
	margin: 0 auto;
	padding: 5px 3px 0 3px;
	background-image: url(../image/gnav_bg.png);
	background-repeat: repeat-x;
}
#gNav li {
	float: left;
	padding: 0 1px;
	list-style: none;
}
#gNav img {
	border: none;
}


/* Contents
----------------------------------------------------------- */
#contents {
	width: 717px;
	background-image: url(../image/silhouette.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
}

#contact {
	padding: 10px;
	margin: 0 auto;
	font-size: 88%;
}


/* News Topics
----------------------------------------------------------- */
#tab-box {
width: 454px;
margin: 0 auto;
}

#tab-box ul#nav {
width: 454px;
margin: 0 auto;
padding: 20px 0 0;
list-style: none;
text-align: left;
}
#tab-box ul#nav li {
font-size:0;
line-height: 1.1;
padding: 0;
}
#tab-box ul#nav li a img {
outline:none;
border:none;
}
#tab-box div {
width: 450px;
margin-bottom: 15px;
border: 2px solid #34393D;
background: #FFF;
font-size: 88%;
text-align: left;
}
.clearFix:after{
display: block;
clear: both;
height: 0;
visibility: hidden;
content:".";
zoom: 1;
}

#tab-01 {
	text-align: left;
	padding: 10px;
	font-size: 88%;
}
#tab-01 ul {
	border-bottom: dotted 1px #000;
	margin-bottom: 10px;
	list-style: none;
}
#tab-01 li {
	background-image: url(../image/arrow01r.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 5px 5px 5px 13px;
}
#tab-01 a {
	color: #000000;
}


.rss {
	vertical-align: text-bottom;
}



/* Footer
----------------------------------------------------------- */
#footer {
	width: 717px;
	height: 88px;
	margin: 0 auto;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: repeat-x;
}


/* textalign
----------------------------------------------------------- */
.taL {
	text-align: left !important;
}
.taR {
	text-align: Right !important;
}
.taC {
	text-align: center !important;
}

/* margin
----------------------------------------------------------- */
.maL40 {
	margin-left: 40px !important;
}

.maB20 {
	margin-bottom: 20px !important;
}


/* a:hover
----------------------------------------------------------- */
a img.linkimg{ background: none !important;} 
a:hover img.linkimg{opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";background:none!important;}


/* ページの先頭へ */
.top {
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	text-align: right;
}

/* 回り込み解除 */
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* iframe
----------------------------------------------------------- */
iframe {
	border: none;
	width: 100%;
	height: 340px;
}
