@charset "Shift_JIS";

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

*{
font-family: Verdana,Chicago,sans-serif;
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

html,body{
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
line-height: 1.4em;
letter-spacing: 0.1em;

margin:0;
padding:0;
overflow-y:hidden;
}

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

strong{
font-size: 1.5em;
font-weight: bold;
font-style: normal;
}

a{
color: white;
text-decoration: none;
}

a:hover{
color: #999999;
text-decoration: none;
}

p{
text-indent: 0.7em;
padding: 0 1em 3px 1em;
}

address{
font-style: normal;
}

img{
border: none;
}

hr{
border: none;
clear: both;
visibility: hidden;
height: 0px;
}

/*wrapper-----------------------------------*/

div#container{
position: relative;

width: 100%;
height: 100%;

bgcolor: #ffffff;

margin: 0px;
padding: 0px;
overflow: hidden;
min-height: 100%;
}

/*header-----------------------------------*/

div#header{
position:absolute;

top: 50px;
height: 120px;
width: 100%;

z-index: 2;	/*いちばん上にする*/

background-color: #0e0e17;
filter: alpha(opacity=5);	/*IE6*/
opacity: 0.05;	/*IE7 Safari Opera*/
-moz-opacity: 0.05;	/*Firefox Netscape*/
-ms-filter: "alpha(opacity=5)";	/*IE8*/ 

zoom: 1;
}

div#header p{
margin: 0px;
padding: 50px 10px;
color: white;
font-style: bold;
font-size: 1.2em;
}

/* header用バックテキスト-----------------------------------*/

div#header_text{
position:absolute;

top: 50px;
height: 120px;
width: 100%;

z-index: 1;	
}

div#header_text p{
margin: 0px;
padding: 50px 10px;
color: white;
font-style: bold;
font-size: 1.2em;
} 

/*information-----------------------------------*/

div#information{
position:absolute;
bottom: 50px;
left: 0px;

height:180px;
width:600px;

color: white;

z-index: 2;	/*いちばん上にする*/

background-color: #0e0e17;
filter: alpha(opacity=5);	/*IE6*/
opacity: 0.05;	/*IE7 Safari Opera*/
-moz-opacity: 0.05;	/*Firefox Netscape*/
-ms-filter: "alpha(opacity=5)";	/*IE8*/

zoom: 1;
}

div#information h2{
margin: 0;
padding: 10px 10px;

font-style: bold;
font-size: 1.2em;
}

div#information li{
font-style: bold;
font-size: 1em;

width: 100%;
margin: 0px 10px;
padding: 10px 10px 10px 2em;
}

a.banner1{
position:absolute;
margin: 0px;
top: 20px;
right: 20px;
border: 0;
vertical-align:bottom;
}

a.banner2{
position:absolute;
margin: 0px;
top: 70px;
right: 20px;
border: 0px;
vertical-align:bottom;
}

/*information用バックテキスト-----------------------------------*/

div#information_text{
position:absolute;
bottom: 50px;
left: 0px;

height:180px;
width:600px;

color: white;

z-index: 1;	
}

div#information_text h2{
margin: 0;
padding: 10px 10px;

font-style: bold;
font-size: 1.2em;
}

div#information_text li{
font-style: bold;
font-size: 1em;

width: 100%;
margin: 0px 10px;
padding: 10px 10px 10px 2em;
}

/* content-----------------------------------*/

div#content{
position:absolute;
top:0px;
margin:0;
padding: 0 0 0 0;
overflow:hidden;

width:100%;
height:100%;

z-index: 0;

bgcolor:#ffffff;
}

/*footer-----------------------------------*/

div#footer{
position: absolute;
bottom: 0px;

height: 20px;
width: 100%;

z-index: 2;	/*いちばん上にする*/

background-color: #0e0e17;
filter: alpha(opacity=5);	/*IE6*/
opacity: 0.05;	/*IE7 Safari Opera*/
-moz-opacity: 0.05;	/*Firefox Netscape*/
-ms-filter: "alpha(opacity=5)";	/*IE8*/

zoom: 1;
}

div#footer p{
font-size: 1em;
font-style: bold;

margin: 0px;
padding: 0px 10px;
color: white;
}

div#footer ul{
position: absolute;

text-align: right;

bottom: 0px;
width: 100%;

font-size: 1em;
font-style: bold;

margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: white;
}

div#footer li{
display: inline;

padding-right: 20px;
padding-left: 20px;
}

/*footer用バックテキスト-----------------------------------*/

div#footer_text{
position: absolute;
bottom: 0px;

height: 20px;
width: 100%;

z-index: 1;	
}

div#footer_text p{
font-size: 1em;
font-style: bold;

margin: 0px;
padding: 0px 10px;
color: white;
}
div#footer_text ul{
position: absolute;

text-align: right;

bottom: 0px;
width: 100%;

font-size: 1em;
font-style: bold;

margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: white;
}

div#footer_text li{
display: inline;

padding-right: 20px;
padding-left: 20px;
}

/*menu-----------------------------------*/

div#menu{
position:absolute;

top: 0px;
width: 100%;

font-size: 1em;
font-style: bold;

color: white;

margin: 0px;
padding-top: 80px;
padding-bottom: 0px;

text-align: right;

z-index: 2;	
}

div#menu li{
display: inline;

padding-right: 10px;
padding-left: 10px;

border-left: 1px outset white;
}

div#menu li a{
width: 90px;
height: auto;

text-align: center;

padding-top: 3px;
padding-bottom:3px;
}

/*div#menu li a:hover{
color: black;
}*/

/*menu用バックテキスト-----------------------------------*/

div#menu_text{
position:absolute;

top: 0px;
width: 100%;

font-size: 1em;
font-style: bold;

color: white;

margin: 0px;
padding-top: 80px;
padding-bottom: 0px;

text-align: right;

z-index: 1;	
}

div#menu_text li{
display: inline;

padding-right: 10px;
padding-left: 10px;

border-left: 1px outset white;
}

div#menu_text li a{
width: 90px;
height: auto;

text-align: center;

padding-top: 3px;
padding-bottom:3px;
}
/* end of main.css*/
