/* 全体構造
---------------------------------------------------- */
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	color:#441214;
}

body {
background-color: #000000;
padding:0;
margin:0;
}

/* リンクカラー
---------------------------------------------------- */
a {
color:#441214;
text-decoration:none;
}
a:link {
color:#441214;
text-decoration:underline;
}
a:visited {
color:#441214;
text-decoration:underline;
}
a:hover {
color:#441214;
text-decoration:underline;
}


/* レイアウト(header)
---------------------------------------------------- */
#layouthd {
margin:0;
padding:0;
text-align:center;
background-image:url(../images/bar_01.gif);
height:26px;
}

#layouthd .language {
padding-top:5px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
width:800px;
text-align:right;
}



/* レイアウト(main)
---------------------------------------------------- */
#layoutmain {
margin:0;
padding:0;
text-align:center;
background-image:url(../images/bg_01.jpg);
background-repeat:no-repeat;
background-position:top center;
}

/* レイアウト(gnavi)
---------------------------------------------------- */
#layoutgnavi {
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
padding:0;
width:800px;
text-align:left;
background-image:url(../images/bg_02.jpg);
background-repeat:no-repeat;
background-position:top left;
}


#layoutgnavi .navitbl {
margin:0;
padding:0;
text-align:left;
width:800px;
}

#layoutgnavi .navitbl .logo {
margin:0;
padding:0;
width:288px;
}

#layoutgnavi .navitbl .navi {
margin:0;
padding:0 5px 20px 0;
text-align:right;
width:512px;
}

#layoutgnavi .navitbl .navi span {
margin:0;
padding:0;
}

/* レイアウト(contents)
---------------------------------------------------- */
#layoutcontents{
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
padding:0;
width:800px;
text-align:center;
background-image:url(../images/bg_main_cotents.gif);
background-position:top;
background-repeat:repeat-y;
}

/* (contents_bottom)
---------------------------------------------------- */
#layoutbottom {
margin:0;
padding:0;
background-image:url(../images/bg_main_footer.gif);
background-position:top;
background-repeat:no-repeat;
height:114px;
text-align:right;
}

#layoutbottom .btn {
margin:0;
padding:55px 55px 0 0;
}

/* レイアウト(footer)
---------------------------------------------------- */
#layoutfooter {
margin:30px 0 0 0;
padding:20px 0 0 0;
text-align:left;
background-image:url(../images/bar_02.gif);
background-repeat:repeat-x;
background-position:top left;
}

#layoutfooter .fttbl {
width:800px;
}

#layoutfooter .fttbl span {
margin:0;
padding:0;
}

