
/* ■format
-----------------------------------*/

html {
	background-color: #FF0000;
	background-image: url('fts006_bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
}

body{
	font-size: 93%;
	font-family: Times New Roman,Times,serif;
	color: #FFFFFF;
	text-align: left;
	background-color: #FF0000;
	background-image: url('fts006_bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
}

h1,h2,h3,h4,h5,h6,em,strong{
	font-size: 93%;
	font-weight: normal;
	font-style: normal;
}

address{
font-style: normal;
}

p{
text-indent: 0.7em;
padding-right: 1em;
padding-bottom: 0.5em;
padding-left: 1em;
text-align: left;
}

a{
color: #FFFF00;
}

a:hover{
color: #CCCC00;
border-bottom-width: 1px;
border-bottom-color: #FFFF00;
border-bottom-style: solid;
}

img{
border-width: 0;
}

/* ■parts
-----------------------------------*/

div#sub{
width: 468px;
height: auto;
float: right;
text-align: center;
}

div#sub a{
/*font-size: 1.2em;*/
font-weight: bold;
}

div#sub h1{
/*font-size: 2em;*/
font-size: 138.5%;
font-weight: bold;
padding-top: 4em;
padding-bottom: 1em;
text-align: center;
}

div#sub p{
padding-bottom: 2em;
text-align: center;
}

div#sub li{
padding-bottom: 6px;
text-align: center;
}

div#main{
width: auto;
height: auto;
margin-right: 490px;
text-align: left;
}

div#main h2{
/*font-size: 1.4em;*/
font-size: 123.1%;
margin-bottom: 10px;
margin-left: 20px;
/*margin-top:40px;*/
padding-top: 2em;
border-bottom: 1px solid #000000;
text-indent: 1em;
text-align: left;
}

div#main li{
padding-bottom: 10px;
padding-left: 3em;
padding-right: 1.5em;
background-image: url('fts006_list.gif');
background-repeat: no-repeat;
background-position: 1em 4px;
line-height: 1.5em;
text-align: left;
}

div#main dt{
padding-right: 1em;
padding-left: 1em;
padding-top: 10px;
text-align: left;
}

div#main dd{
padding-bottom: 10px;
margin-right: 1em;
margin-left: 2em;
border-bottom-width: 1px;
border-bottom-color: #999999;
border-bottom-style: dashed;
text-align: left;
}

div#main address,
footer {
padding-top: 30px;
padding-right: 1em;
padding-bottom: 2px;
padding-left: 1em;
}

