@charset "utf-8";

/***************************************************
	COSMO DARTS スタイルシート
	fitflight.css
	トップページレイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	background-color: #040000;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #323232;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #e7e7e7;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active, a:focus{ outline:none; }

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* 画像ロールオーバー */
.on_btn a:hover {	display: block;	background-color: #FFFFFF;}
.on_btn a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*-----header-----*/
#header {
	position: relative;
	width: 900px;
	background: url(../img/fitflight/temp/header_bg.jpg) repeat-x;
}
#header h1 {
	float: left;
	width: 175px;
}
#header h1 a {
	display: block;
	width: 175px;
	height: 76px;
	text-indent: -9999px;
	background: url(../img/fitflight/temp/fitflight_logo.jpg) no-repeat;
}
#header .top_navi {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 256px;
}
#header .top_navi a {
	display: block;
	float: left;
	height: 21px;
	padding-left: 5px;
	text-indent: -9999px;
}
#header .top_navi a.bn01 {	width: 88px;	background: url(../img/fitflight/temp/btn01.jpg) 0 0 no-repeat;}
#header .top_navi a.bn02 {	width: 158px;	background: url(../img/fitflight/temp/btn02.jpg) 0 0 no-repeat;}
#header .top_navi a:hover {	background-position: 0 -21px;}


/*-----gnavi-----*/
#gnavi {	padding-top: 32px;}
#gnavi ul {
	float: right;
	width: 723px;
}
#gnavi li {
	float: left;
	width: 118px;
	padding-right: 3px;
}
#gnavi li.n06 {
	padding-right: 0;
}
#gnavi li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
}
#gnavi li.n01 a {	background: url(../img/fitflight/temp/gnavi01.jpg) 0 0 no-repeat;}
#gnavi li.n02 a {	background: url(../img/fitflight/temp/gnavi02.jpg) 0 0 no-repeat;}
#gnavi li.n03 a {	background: url(../img/fitflight/temp/gnavi03.jpg) 0 0 no-repeat;}
#gnavi li.n04 a {	background: url(../img/fitflight/temp/gnavi04.jpg) 0 0 no-repeat;}
#gnavi li.n05 a {	background: url(../img/fitflight/temp/gnavi05.jpg) 0 0 no-repeat;}
#gnavi li.n06 a {	background: url(../img/fitflight/temp/gnavi06.jpg) 0 0 no-repeat;}
#gnavi li a:hover {	background-position: 0 -44px;}

/*-----contents-----*/
#contents {	padding: 20px;}

/*-----footer-----*/
#footer {
/*	clear: both;*/
	width: 900px;
	margin: 0;
	background-color: #282828;
}

#footer .copy {
	padding: 16px 0 14px;
}
#footer .copy p.copyright {
	text-align: center;
}


