﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック";
	background: #FFFFFF;
	text-align: center;
	color: #454545;
	font-size: 12px;
}

img {
	border: none;
	/*vertical-align: top;*/
}

#wrapper {
	width: 770px;
	background: #FFFFFF;
	background-image:url(../../images/bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー*/
#header {
	height: 545px;
	z-index: 100;
	text-align:center;
}


/*メニュー*/
#navi {
	position: absolute;
	left: 25px;
	top: 280px;
	list-style-type: none;
}

#navi ul {
	top: 305px;
	left: 282px;
	list-style-type: none;
}

#navi li {
	float: left;
	margin: 0;
}

#navi ul li{
	float: none;
}

#navi li.hide ul {
	display: none;
}

#navi li.show ul {
	display: block;
}

/*コンテンツ*/
#contents_box {
	overflow: auto !important;
	overflow: /**/: hidden;
	margin-bottom: 20px;
	text-align: center;
}

#contents_margin {
	width: 750px;
	margin: 0 auto;
	/*padding: 10px;*/
	text-align: left;
	background: #FFFFFF;
}

#contents {
	overflow: auto !important;
	overflow: /**/: hidden;
	padding: 20px;
}

a {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
}

a.title {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/*フッター*/
#footer {
	width: 770px;
	heigth: 40px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFFFFF;
}

#footer ul {
	list-style-type: none;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer li {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}

#copyright {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}