﻿@charset "UTF-8";


@import "reset.css";
@import "clearfix.css";


/*--------------------------トップページ専用css--------------------------*/

body {
	background-color: #006633;
	}
	
/*html {
	overflow: auto;
	}
*/

#top-wrapper {
	background: url(../images/top-header-bg.jpg) repeat-x !important;
	}

/*-------------ヘッダー-----------------*/
#top-header {
	width: 100%;
	}

#top-header #header-inner {
	margin: 0 auto;
	text-align: center;
	}


/*-------------ナビ-----------------*/
#top-nav {
	background: url(../images/nav-bg.jpg) repeat-x left top;
	height: 40px;
	}

#top-nav #top-nav-inner {
	width: 871px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
	}

#top-nav #top-nav-inner ul {
	list-style-type: none;
	}	

#top-nav #top-nav-inner li {
	/*display: inline;*/
	float: left;
	font-size: 0;
	line-height: 0;
	height: 40px;
	}


/*-------------メインビジュアル-----------------*/


#top-main {
	height: 495px;
	text-align: center;
	background: url(../images/top-main-bg.jpg) repeat-x left top;
	}
#main-photo {
	width: 870px;
	height: 495px;
	margin: 0 auto;
	background: url(../images/top-main.jpg) no-repeat left top;
	}


/*-------------フッター-----------------*/
#top-footer {
	clear: both;
	margin: 30px auto 0 auto;
	text-align: center;
	}

h1 {
	width: 870px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	}











