@charset "Shift_JIS";

/* -------------------------------------
* fontsize model    YUI  version: 2.7.0
* --------------------------------------
* 10px -> 77%　　      * 18px -> 138.5%
* 11px -> 85%          * 19px -> 146.5%
* 12px -> 93%          * 20px -> 153.9%
* 13px -> 100%         * 21px -> 161.6%
* 14px -> 108%         * 22px -> 167%
* 15px -> 116%         * 23px -> 174%
* 16px -> 123.1%       * 24px -> 182%
* 17px -> 131%         * 25px -> 189%
                       * 26px -> 197%
* ---------------------------------- */

/* -------- reset  -------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
	margin:0;
	padding:0;
}


html{
	overflow-y:scroll;

}


/* -------- body -------- */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #333333;
	background: #990000 url(../img/main.jpg) top center no-repeat;
}

tr,td,th {
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #333333;
	line-height: 18px;
}


/* -------- common -------- */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	line-height: 135%;
	text-align: left;
	display: block;
}

select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}


/* -------- hr -------- */

hr {
	display : none;
}


/* -------- img -------- */

img {
	border: none;
	vertical-align: bottom;
}


/* -------- li -------- */

li {
	list-style: none;
}


/* ---- clearfix ---- */

div{
    zoom: 1;
}

div:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/*---------- clear ---------------*/

.clear{
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
	display: block;
  	clear:both;
}


/*-------------- space ------------*/

.indent { 
	padding-left:1em;
	text-indent:-1em;
}


/*-------  sub sup --------------*/

sub {
	vertical-align: bottom;
	font-size: 70%;
}

sup {
	vertical-align: top;
	font-size: 70%;
}

/* ---- topics ---- */

#topics {
	font-size: 93%;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
	background: #ffffff url(../img/panel_topics.jpg) top center no-repeat;
	padding: 60px 12px 12px 12px;
}

.ttable_top {
	font-size: 93%;
	line-height: 1.2em;
	text-align:left;
	color: #333;
	background-color: #ffffff;
	padding: 6px 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc0000;
}

 .ttable2_top {
	font-size: 93%;
	line-height: 1.2em;
	text-align:left;
	color: #333;
	background-color: #ffffff;
	padding: 6px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc0000;
}


.ttable {
	font-size: 93%;
	line-height: 1.2em;
	text-align:left;
	color: #333;
	background-color: #ffffff;
	padding: 6px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc0000;
}

 .ttable2 {
	font-size: 93%;
	line-height: 1.2em;
	text-align:left;
	color: #333;
	background-color: #ffffff;
	padding: 6px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc0000;
}


/* ---- address ---- */

.address {
	font-size: 93%;
	line-height: 1.0em;
	text-align:left;
	color: #fff;
	background-color: #CC0000;
	padding: 12px;
}




/* ---- Links ---- */

a:link {
color: #cc0000;
text-decoration: underline;
}

a:visited {
color: #cc0000;
text-decoration: underline;
}

a:active {
color: #cc0000;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: none;
}

/* ---- Links(footer) ---- */


#footer a:link {
	text-decoration: none;
	color: #ffffff;
}

#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

/* ---- footer ---- */

.copyright {
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #ffffff;
}

#footer {
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #ffffff;
}