@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: medium;
 text-align: center;
 line-height: 1.6;
 background: #555555;
 padding: 0;
 margin: 0;
}

img { border: none; }

ul.menu {
 list-style:none;
 margin: 0;
 padding: 0;
}

#wrap {
 width: 820px;
 background: url(../img/bg-wrap.jpg);
 margin-right: auto;
 margin-left: auto;
}

/* ------------------------------

ヘッダー

------------------------------ */
#header {
 width: 800px;
 height: 350px;
 text-align: left;
 margin-right: auto;
 margin-left: auto;
 position: relative;
}

#logo {
 width: 171px;
 height: 64px;
 font-size: 100%;
 line-height: 1;
 margin: 0px;
 padding: 0px;
 position: absolute;
 left: 20px;
 top: 20px;
}

#description {
 width: 288px;
 height: 32px;
 line-height: 1;
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 20px;
 right: 20px;
}

/* ------------------------------

コンテンツ

------------------------------ */
#contents {
 text-align: left;
 background: url(../img/bg-contents.jpg) no-repeat center bottom;
 padding: 30px;
}

/* メインコンテンツ */
#article {
	width: 500px;
	float: left;
}

#article h2 {
 line-height: 1;
 margin: 0px 0px 20px;
 padding: 0px;
}

#article p {
 margin: 20px;
 padding: 0px 0px 20px;
  font-size: 80%;
}

#navtextcenter {text-align:center
}

#navtextright {text-align:right
}

/*  メインコンテンツ　サイドなし */
#nosidearticle {
 width: 600px;
 margin:0px auto;
 float:none;

}

#nosidearticle p {
 margin: 20px;
}

.bd_tb td{
	border-bottom:solid 1px #666633;

}
.bd_tb th{
	border-bottom:solid 1px #666633;
	font-size:12px;
	vertical-align:text-top;
	text-align: left;
}

/* サブコンテンツ */
#aside {
 width: 250px;
 float: right;
}

#aside h3 {
 color: #FFFFFF;
 font-size: 80%;
 background: #645842;
 margin: 0px 0px 5px;
 padding: 5px;
}

#aside li {
 padding: 5px 0px;
 border-bottom: 1px dotted #CCCCCC;
}


/* ------------------------------

フッター

------------------------------ */
#footer p {
 color: #999999;
 font-size: 80%;
 margin: 0px;
 padding: 0px 0px 10px;
}

/* ------------------------------

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: #000;
 text-decoration: none;
 display: block;
}

.btn span {
 color: #FFFFFF;
 font-size: 80%;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 margin-bottom: 5px;
}

.btn img { width: 100%; }

