@charset "utf-8";

/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 100%;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#008B96;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, li, dl, dt, dd {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}
a img {
	border: 0;
	overflow: hidden;
}
p {
	line-height: 1.5;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing: 0;
}

textarea {
	font-size: 100%;
}
em {
	font-weight:bold;
	font-style:normal;
}

.clfx {
	zoom:1;/*for IE 5.5-7*/
	min-height: 1px;
}
 .clfx:after /*for modern browser*/
 content:".";
 display: block;
 clear:both;
 height: 1px;
 margin-top: -1px;
 visibility:hidden;
}

/* ボディ
-----------------------------------------------------  */
body {
}

div#wrap{
	width:1008px;
	background:#008B96 url(/cmn_img/bg04.jpg) 50% 0 no-repeat;
	margin:15px auto;
	border:solid #5DA69E;
	border-width:1px;
	min-height:693px;
	position:relative;
	}
	
header#main{
	margin:60px 0 10px 500px;

}



div#mainDiv{
}

header#main h1{
	margin:0 0 15px;
}


header#main h1 img {

}


header#main nav {
	margin:0px 0 0;
}

header#main ul li{
	float:left;
	margin:0 5px 0 0;
  } 
  
 header#main p a.last {
	margin:0 0px 0 0;
  } 




header#main nav p{
}

header#main nav p a{
	width:90px;
}

header#main nav a:hover{
	opacity:0.5;
}



/* ２階層：アバウト
	-----------------------------------------------------  */


/* ナビゲーション
	-----------------------------------------------------  */
	
/* コピーライト
	-----------------------------------------------------  */
	
	footer{
		width:1008px;
		margin:25px auto;
		text-align:right;
		color:#eee;
	}