
@import "/library/default.css";

body {
	color:#cccccc;
	background-color:#00A350;
	background-image:url(../image/bg_body.png);
	background-repeat:repeat-y;
	background-position:center top;
	height:100%;
}

a:link { text-decoration:none; color:#86BAB9; }
a:visited { text-decoration:none; color:#86BAB9; }
a:active { text-decoration:none; color:#86BAB9; }
a:hover { text-decoration:underline; color:#8BA7A7; }

th, td {
	color:#eeeeee;
}

/*-----*/

#wrap {
	background-color:#000000;
}

#wrap h1 {
	background-color:#5C9779;
	font-size:13px;
	padding:10px 0 8px 18px;
	margin:0 0 10px 0;
	color:#ffffff;
	border-bottom:2px solid #cccccc;
	background-image:url(../image/bg_h1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#wrap h2 {
	background-color:#59642D;
	font-size:13px;
	padding:7px 0 6px 10px;
	margin:0 0 10px 0;
	color:#ffffff;
}

#wrap h3 {
	border-left:5px solid #BECB8C;
	font-size:13px;
	padding:2px 0 1px 7px;
	margin:0 0 10px 0;
	color:#BECB8C;
}

/*-----*/

.waku {
	background-color:#222222;
	padding:15px;
	border:1px solid #555555;
}

/*-----*/

.contents {
	padding:0 0 10px 0;
}

/*-----*/

.menu {
	width:970px;
	margin:0 -20px 3px 0;
}

.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li {
	float:left;
	margin:0 2px 0 0;
	width:93px;
	height:85px;
}

.menu li a { display:block; }
.menu li a:hover { background-color:#AFD5C2; }

.menu li a.active {
	background-color:#AFD5C2;
	background-image:url(../image/menu/active.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.webservice {
	margin:0;
	padding:10px 0 0 0;
	border-top:3px solid #666666;
	position:relative;
	width:950px;
	height:250px;
}

.webservice .tweet {
	position:absolute;
	z-index:1;
	width:950px;
	bottom:0px;
	right:0px;
}

.webservice .botton {
	position:absolute;
	z-index:2;
	top:0p;
	right:0px;
}

.webservice .botton ul {
	margin:0;
	padding:0;
	list-style:none;
}

.webservice .botton li {
	float:right;
}

/*-----*/

.circle table {
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

.circle th {
	background-color:#333333;
	padding:10px 10px 8px 10px;
	border-bottom:1px dotted #999999;
}

.circle td {
	border-bottom:1px dotted #999999;
	padding:10px 10px 8px 10px;
}

/*-----*/

.mailform em {
	font-style:normal;
	color:#E75F5F;
}

.mailform table {
	table-layout:fixed;
	border-collapse:collapse;
}

.mailform th {
	width:25%;
	padding:7px 0 5px 0;
	border-bottom:1px solid #999999;
}

.mailform td {
	width:75%;
	padding:7px 0 5px 7px;
	border-bottom:1px solid #999999;
}

.mailform .submit {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 0 9px 0;
	background-color:#000000;
	border:1px solid #999999;
}

.mailform .submit input {
	font-size:16px;
}
