@charset "utf-8";
/* CSS Document */

body{
	background-color: #FF9900;
	text-align: center;
	margin: 0px;
	background-position: center top;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	}

.page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	}

.txt {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

.txt2 {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

.txt_banner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
	
.b {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	}

.s {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}

table.suport{
	width:670px;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
}

.suport th{
	color:#666666;
	background-color:#FFCCCC;
	padding:0.3em 1em;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	font-size: 12px;
}
.suport td{
    border-bottom:1px solid #990033;
    padding:0.3em 1em;
	font-size: 12px;
}

table.suport1{
	width:710px;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#ffffff;
	empty-cells:show;
	margin-right: auto;
	margin-left: auto;
}

.suport1 th{
	color:#666666;
	background-color:#FFCCCC;
	padding:0
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	font-size: 12px;
}
.suport1 td{
    padding:0
	font-size: 12px;
}

#column {
	color: #333;
	padding: 0px;
	width: 700px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

p.up {
	font-size: 12px;
	margin: 0.5em 16px;
	text-align: right;
}

/* navi */
ul#navi{
	list-style:none;
	width:100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
ul#navi li{
    list-style:none;
    float:left;
    width:112px;
}
ul#navi a{
	display:block;
	width:112px;
	height:50px;
	text-indent:-500px;
	background-image:url(../images/navi.gif);
	overflow:hidden;
}
a.index{
    background-position:0px 0px;
}
a:hover.index{
    background-position:0px -50px;
}
a.news{
    background-position:-112px 0px;
}
a:hover.news{
    background-position:-112px -50px;
}
a.story{
    background-position:-224px 0px;
}
a:hover.story{
    background-position:-224px -50px;
}
a.chara{
    background-position:-336px 0px;
}
a:hover.chara{
    background-position:-336px -50px;
}
a.sample{
    background-position:-448px 0px;
}
a:hover.sample{
    background-position:-448px -50px;
}
a.down{
    background-position:-560px 0px;
}
a:hover.down{
    background-position:-560px -50px;
}
/* navi_end */

/* footnavi */
ul#footnavi{
    list-style:none;
    width:100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
ul#footnavi li{
    list-style:none;
    float:left;
    width:199px;
}
ul#footnavi a{
	display:block;
	width:199px;
	height:30px;
	text-indent:-500px;
	background-image:url(../images/footnavi.gif);
	overflow:hidden;
}
a.home{
    background-position:0px 0px;
}
a:hover.home{
    background-position:0px -30px;
}
a.back{
    background-position:-199px 0px;
}
a:hover.back{
    background-position:-199px -30px;
}
/* footnavi_end */