/* 全体 */
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #333333;
	line-height: 1.5em;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	background: transparent;
	text-decoration: none; 
	color: #006666; 
	}

a:hover {
	text-decoration: underline; 
	background:none;
	color: #CC3366; 
	}

/* ヘッダー */
#header {
	width: 75%;
	background:transparent;
	padding: 0;
	height: 101px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 
}

#header h1 {
	padding: 30px 0;
	color: #FF3366;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

/* コンテンツ */
#container {
	width: 75%;
	padding: 0;
	background-color: transparent;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	margin: 0;
	padding: 40px;
	
}

#navi {
	position: absolute;
	top: 85px;
	left: 200px;
	width: 500px;
	padding: 0;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

#navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#navi li a {
	padding: 3px;
	margin: 0;
	border-bottom: none;
	background: transparent url(images/bg2.gif) repeat;
	text-decoration: none;
	font-weight: bold;
	
}

#navi li a:link { color: #006666; }
#navi li a:visited { color: #CC3366; }

#navi li a:hover {
	color: #CC3366;
	background: transparent url(images/bg2.gif) repeat;
}

#navi li a#current {
	background: transparent url(images/bg2.gif) repeat;
	border-bottom: 1px solid #999;
}

/* フッター */
#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}


h2 {
	color: #CC3366;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3366;
}

.ad_google {
	color: #999999;
	font-size: 10px;
	text-align: left;
}	
