@charset "utf-8";
/* 共通css */
/*
Theme Name: zamuu
Theme URI: http://www.zamuu.com/
Description: zamuu
Version: 1.0
Author: zamuu
Author URI: http://www.zamuu.com/
Tags: zamuu white simple
*/

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%	 11px = 85%	 12px = 93%	 13px = 100%
14px = 108%	15px = 116%	16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%	23px = 174%	24px = 182%	25px = 189%
26px = 197%
------------------------------------------------------*/

body {
	background-image:url(../images/bk.jpg);
	background-repeat:repeat-x;
	color: #CCC;
	text-align:center;
	height:100%;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #C36;
}
a:active {
	color: #999;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#wrap {
	background: url(../images/head_bk.jpg) no-repeat;
	width:1000px;
	height:100%;
	line-height:1.5;
	text-align: center;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#header {
	position:relative;
	width:640px;
	height:200px;
	margin:0 180px;
}
#header .headtitle {
	float:left;
	margin:64px 0 0;
}
#header ul.headnavi {
	float:right;
	margin-top:170px;
	padding-right:0;
}
#header ul.headnavi li {
	float:left;
	margin:0;
	padding:0;
}
/*  maincontent  */
#content {
	position:relative;
	width:780px;
	margin:0 auto 50px;
	padding-bottom:70px;/* must be same height as the footer */
}
#main {/*  右カラム */
	width:500px;
	margin:0 auto;
	text-align:left;
}
#content ul#menu {
	position:absolute;
	width:90px;
	height:135px;
	top:50px;
	left:0;
}
#content ul#menu li {
	width:90px;
	height:45px;
	margin:0;
	padding:0;
}
/*  footer  */
#footer {/* 背景用 */
	position:relative;
	width:780px;
	height:100px;
	font-size:10px;
	margin:-70px auto 0;/* negative value of footer height */
}
/* table */
table {
	width:500px;
	border:solid 1px #ccc;
	font-size: 100%;
}
table caption {
	text-align: left;
}
table th, table td {
	border:solid 1px #666;
	padding: 0.5em 1em;
}
table th {
	white-space: nowrap;
	color:#FFF;
	background-color:#333;
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
/* p hタグ関連 */
#main p {
	margin-bottom:1em;
}
#main h2 {
	clear:both;
	width:500px;
	margin:20px 0 0px;
	padding-bottom:0.8em;
	font-size:14px;
	color:#FFF;
	line-height:1.5;
}
#main h3{
	clear:both;
	width:500px;
	margin:30px 0;
	color:#3CF;
	font-size:14px;
	line-height:1.5;
}
#main h4{
	margin:20px 0;
	padding-bottom:0.4em;
	line-height:1.5;
	border-bottom:1px #666 solid;
}
.r_navi {
	text-align:right;
	margin:30px 0;
}

