@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,b,strong {
	font-weight: bold;
	margin:0;
	padding:0;
}

img {
	border: none;
}

hr.dotted {
	margin: 10px 0;
	border: dotted;
	color: #FFFFFF;
	border-width: 1px 0px 0px;
	border-color: #333333 black black;
	width: 150px;
}

.nocss {
	display: none;
}

.nocssread {
	display: none;
}

/*
 Mac IE 5以外のブラウザは以下を読み込みます。
\*/
.nocssread {
	display: block;
	position:absolute;
	left:-9999px;
	width:9999px;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
*/

.topics_body td {
	font-size: 0.9em;
}

.topics_body td td {
	font-size: 1em;
}

.topics_body td td td {
	font-size: 1em;
}

.topics_body td td td td {
	font-size: 1em;
}

table.menu_title {
	margin: auto;
	border-collapse: collapse;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000; 
}
table.menu_title td {
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	font-weight: bold;
}

.topmain {
	margin:0;
	padding: 0;
	text-align: center;
}
.topmain td {
	/*margin:0;
	padding: 0;*/
	text-align: left;
}


/* トップページs3slider向けCSSここから */
#s3slider {
	text-align: left;
	width: 530px; /* important to be same as image width */ 
	height: 270px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	/*margin: 0;
	padding:0;*/
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #FFF;*/
}

#s3sliderContent {
	width: 530px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	/*border: 1px solid #FFF;*/
	margin:0;
	padding:0;
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

.s3sliderImage span {
text-align: left;
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   font-family:  "メイリオ", "Meiryo", verdana, arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
   padding: 10px 13px;
   width: 504px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}

.clear {
   clear: both;
} 

.s3top {
   top: 0;
   left: 0;
}
.s3bottom {
   bottom: 0;
   left: 0;
}
.s3left {
	top: 0;
	left: 0;
	width: 90px !important;
	height: 280px;
	/*width: 0px;
	height: 0px;*/
}
.s3right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 280px;
	/*width: 0px;
	height: 0px;*/
}
/* トップページs3slider向けCSSここまで */

