@charset "UTF-8";

/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* ------------------------------

共通項目

------------------------------ */
body {
	color: #333333;
	font-size: 95%;
	line-height: 1.6;
	background: url(../img/back_01.jpg) repeat;
	margin: 0;
	padding: 0;
}

img { border: none; }

ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

a:link {
	color: #000099;
}

a:visited {
	color: #999999;
}

a:hover {
	color:#FF0000;
}

/*-------------------------------

テーブル（テーブル枠）

-------------------------------*/
#waku {
	width: 902px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/*-------------------------------

ワープ（サイド枠）

-------------------------------*/
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	position: absolute;
}

/* ------------------------------

ヘッダー

------------------------------ */
#header {
	width: 900px;
	height: 400px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/eito_01.jpg);
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#logo {
	width: 85px;
	height: 20px;
	font-size: 85%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#description {
	width: 288px;
	height: 16px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	bottom: 10px;
}

/* ------------------------------

コンテンツ

------------------------------ */
#contents {
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-right-color: #003300;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #003300;
	border-left-style: solid;
	border-left-width: 1px;
}

/* メインコンテンツ */
#article {
	width: 580px;
	float: left;
	word-break: break-all;
	margin: 20px 15px 15px 30px;
}

#article h2 {
	padding: 0px 3px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 115%;
	background-color: #336666;
	margin-bottom: 5px;
	border-left-color: #00FF00;
	border-left-style: ridge;
	border-left-width: 10px;
}

#article p {
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

/* サブコンテンツ */
#aside {
	width: 220px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
	padding-bottom: 10px;
	margin: 20px 30px 15px 15px;
	background-color: #FFFFCC;
}

#aside h3 {
	color: #333333;
	font-size: 90%;
	margin: 0px 0px 5px;
	padding: 5px;
	background-color: #FFCC33;
}

#aside li {
 padding: 5px 7px 5px 7px;
 border-bottom: 1px dotted #CCCCCC;
}

/* ------------------------------

フッター

------------------------------ */
#footer {
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 0px 5px;
	width: 900px;
	background-color: #006666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: static;
	margin-top: 0px;
	bottom: 0px;
	height: 30px;
}

/* ------------------------------

Fisheyeメニュー

------------------------------ */
/* 共通項目 */
.fisheye-container, .btn {
	position: absolute;
}
.btn span { display: none; }
#fisheye {
	width: 100%;
}


/* 個別設定 */
#fisheye {
 position: absolute;
 left: 0px;
 bottom: 0px;
}

.fisheye-container {
	height: 20px;
	bottom: 0px;
}

.btn { bottom: 0px; }

.btn a {
 color: #666666;
 text-decoration: none;
 display: block;
}

.btn span {
 font-size: 200%;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 margin-bottom: 5px;
}

.btn img { width: 100%; }
.mp {
	border: 1px inset #006666;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 1px;
	margin-top: 3px;
}
