@charset "utf-8";


/*
----------------------------------------------------------------------
	1. =Reset
	2. =Link
	3. =Layout widget
	4. =Header
	5. =Contents
	6. =Footer		
----------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------
	1. =Reset
----------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
}

body {
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333333;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 180%;
	background-color: #FFFFFF;
}

h1 {
	margin-bottom: 19px;
	color: #6A1318
}

h2 {
	margin-bottom: 13px;
	color: #6A1318
}

p {
	margin-bottom: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

hr {
	margin-bottom: 17px;
	border: none;
	border-bottom: 1px solid #b7b7b7;
	height: 1px;
}

ul {
	margin-bottom: 11px;
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

strong {
	font-weight: bold !important;
}

.italic {
	font-style: italic;
}


/*
----------------------------------------------------------------------
	2. =Link
----------------------------------------------------------------------
*/

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}


/*
----------------------------------------------------------------------
	3. =Layput Widget
----------------------------------------------------------------------
*/

.section {
	clear: both;
	padding-bottom: 6px;
}

.grid-460-l {
	float: left;
	display: inline-block;
	width: 460px;
}

.grid-460 {
	float: left;
	display: inline-block;
	margin-left: 11px;
	width: 460px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.layout-left {
	text-align: left !important;
}

.layout-right {
	text-align: right !important;
}

.layout-center {
	text-align: center !important;
}

.attention {
	color: #6A1318;
}

.no-spacing {
	margin: 0;
	padding: 0;
}


/*
----------------------------------------------------------------------
	4. =Header
----------------------------------------------------------------------
*/


#header {
	height: 135px;
	min-width: 950px;
	background: url(../image/top/bg_header.gif) repeat-x top;
}

#header #logo {
	position: absolute;
	left: 26px;
	top: 40px;
}

#header #copy {
	position: absolute;
	left: 122px;
	top: 71px;
}

#header #nav {
	float: right;
	margin-top: 70px;
	margin-right: 30px;
	padding-left: 1px;
	width: 585px;
	background: url(../image/top/bar_nav.gif) no-repeat left;
}

#header #nav  ul, #header #nav l li, #header #nav  a {
	display: block;
}

#header #nav ul {
	display: block;
	width: 585px;
}

#header #nav li {
	float: left;
	padding-right: 1px;
	background: url(../image/top/bar_nav.gif) no-repeat right;
}

#header #nav li img {
	vertical-align: top;
}


/*
----------------------------------------------------------------------
	5. =Contents
----------------------------------------------------------------------
*/

#contents {
	margin: 0 auto;
	width: 100%;
	min-width: 950px;
}

#flash {
	height: 280px;
}

#context {
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

#des {
	float: left;
	padding-bottom: 50px;
	width: 400px;
}

#banner {
	float: right;
	padding-bottom: 50px;
	width: 312px;
}



/*
----------------------------------------------------------------------
	6. =Footer
----------------------------------------------------------------------
*/

#footer {
	position: relative;
	width: 100%;
	height: 85px;
	border-top: 1px solid #CCCCCC;
}


#footer #logo-airplane {
	position: absolute;
	top: 6px;
	right: 160px;
}

#footer #copyright {
	position: absolute;
	top: 15px;
	right: 30px;
}

