@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

/* デフォルト */

* {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll; /* Firefoxのスクロールバーの有無でセンタリング位置がズレを解消 */
}

ul {
	list-style-type: none;
}

/* フォント調整 */

.b {font-weight: bold;}

.f8 {font-size: 8pt;}
.f10 {font-size: 10pt;}
.f12 {font-size: 12pt;}
.f14 {font-size: 14pt;}
.f16 {font-size: 16pt;}
.f18 {font-size: 18pt;}
.f20 {font-size: 20pt;}

/* フォントカラー調整 */

.red {color: #f00;}
.blue {color: #00f;}
.green {color: #090;}
.orange {color: #f60;}

/* 配置調整 */

.al-r {
	text-align: right;
}

.al-l {
	text-align: left;
}

.al-c {
	text-align: center;
}

/* その他 */

.il {
	display:inline
}

.mb10 {
	margin-bottom: 10px;
}

.inline {
	display: inline;
}

.noborder {
	border: 0!important;
}

.nopadding {
	padding: 0!important;
}

/* ログール */

.logoole {
	position: absolute;
	top: 0px;
	right: 0px;	
}

/* ---------------------------------------------------------------------------------------------------- */

/* html */

body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: #00c;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	margin-top: 9px;
	margin-left: 5px;
	position: absolute;
	z-index: 2;
}

hr {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通テキスト位置 */

/* ---------------------------------------------------------------------------------------------------- */

/* 共通カラー */

h1 {
	color: #ccc;
}

#main h2 {
	color: #333;
}

#sidebar h3 {
	color: #333;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通背景カラー */

#container,
#header,
#logo,
#navi,
#contents,
#main-contents,
#sidebar {
	background-color: #fff;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通フォントサイズ */

#logo,
#main .section,
#sitemap .s-section {
	font-size: 10pt;
}

div#main .d-a dl,
#sidebar .menu p,
#sidebar .menu li,
#sidebar .parts p,
#sidebar .parts li,
#sidebar .s-pr p,
#sidebar .s-pr li,
#sidebar .search,
#sidebar .u-a li {
	font-size: 9pt;
}

h1,
#header,
#navi,
#footer address,
#footer p,
#tlb {
	font-size: 8pt;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通フォントスタイル */

#sidebar .menu h2,
#main .section h2,
#main .d-a dt,
div#sidebar .u-a li {
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通ライン高 */

#logo {
	line-height: 1.4em;
}

#main .section p,
#main .toplink li,
#main .u-a li,
#main .u-b li,
#main .u-c li,
#main .u-d li,
#main .d-a dd,
#sidebar .menu p,
#sidebar .menu li,
#footer address,
#sitemap .s-section,
#tlb {
	line-height: 1.6em;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通横幅 */

#container,
#header,
#logo,
#navi,
#contents,
#main-contents,
#footer {
	width: 800px;
}

/* ---------------------------------------------------------------------------------------------------- */

/* 共通クリア */

#container,
#header,
#logo,
#navi,
#contents,
#main-contents,
#main h2,
#main .section,
#sidebar h3,
#sidebar .menu,
#sidebar .parts,
#footer,
#tlb,
hr {
	clear: both;
}

/* ---------------------------------------------------------------------------------------------------- */

/* コンテナ */

div#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ヘッダー */

div#header {
	height: 29px;
	_height: 30px;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

div#header ul {
	margin-top: 8px;
	margin-right: 5px;
	float: right;
}

div#header li {
	display: inline;
	padding-left: 5px;
	margin-right: 5px;
	border-left: 5px solid #fff;
}

div#header a { color:#ccc; text-decoration: underline;}
div#header a:hover { color:#ccc; text-decoration: none;}

/* ---------------------------------------------------------------------------------------------------- */

/* ロゴ */

div#logo {
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	overflow: hidden;	
}

div#logo .left {
	position: absolute;
	top: 17px;
	left: 0px;
	float: left;
}

div#logo .right {
	float: right;
	position: absolute;
	top: 12px;
	right: 0px;
	text-align: right;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ナビ */

#navi {
	height: 28px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	position: absolute;
	overflow: hidden;
	top: 110px;
	z-index: 1;
}

#navi p {
	margin-left: 5px;
	line-height: 2.6em;
}

#navi a {
	color: #00c;
	text-decoration: none;
}

#navi a:hover {
	color: #c00;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------- */

/* コンテンツ */

div#contents {
	padding-top: 10px;
	position: absolute;
	top: 140px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------------------------------- */

/* メイン */

div#main {
	width: 580px;
	float: left;
	overflow:hidden;
}

div#main h2 {
	padding: 0.4em 5px 0.2em 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: url(../images/main-h2-bg.gif) repeat-x;
}

div#main .section {
	margin-bottom: 10px;
}

div#main .section .link_site {
	border-collapse: collapse;
}

div#main .section .link_site th {
	font-weight: bold;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 5px;
}

div#main .section .link_site td {
	border: 1px solid #eee;
	padding: 5px;
}

/* TOP相互リンク */

div#main ul.toplink {
	width: 580px;
	height: 600px;
}

div#main ul.toplink li {
	width: 268px;
	height: 18px;
	padding: 3px 5px 7px 5px;
	margin: 5px;
	border: 1px dotted #ccc;
	background-color: #fff;
	float: left;
	display: block;
}

/* p */

div#main .section p {
	margin-bottom: 10px;
}

/* pre */

div#main .section pre {
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	white-space: normal;
}

/* dl */

div#main .d-a dt {
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}

div#main .d-a dd {
	padding: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

/* ul */

div#main .u-a ul {
}

div#main .u-a li {
	padding-left: 15px;
	background: url(../images/main-u-a-li-bg.gif) 0px 4px no-repeat;
}

div#main .u-b ul  {
}

div#main .u-b li {
	padding-left: 20px;
	background: url(../images/main-u-b-li-bg.gif) 0px 3px no-repeat;
}

div#main .u-c ul  {
}

div#main .u-c li {
	padding-left: 20px;
	background: url(../images/main-u-c-li-bg.gif) 0px 3px no-repeat;
}

div#main .u-d ul  {
}

div#main .u-d li {
	padding-left: 20px;
	background: url(../images/main-u-d-li-bg.gif) 0px 5px no-repeat;
}

/* ---------------------------------------------------------------------------------------------------- */

/* サイドバー */

div#sidebar {
	width: 210px;
	float: right;
	overflow:hidden;
}

div#sidebar h3 {
	font-weight: bold;
	padding: 0.4em 5px 0.2em 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: url(../images/main-h2-bg.gif) repeat-x;
}

div#sidebar .menu {
	padding: 10px;
	margin-bottom: 10px;
}

div#sidebar .parts {
	padding: 10px;
	margin-bottom: 10px;
}

div#sidebar .s-pr {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #ccc;
}

div#sidebar .search {
	padding: 10px;
	margin-bottom: 10px;
}

/* ul */

div#sidebar .menu ul {
}

div#sidebar .menu li {
	padding-left: 20px;
	background: url(../images/main-u-d-li-bg.gif) 0px 3px no-repeat;
}

/* ---------------------------------------------------------------------------------------------------- */

/* フッター */

div#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	text-align: center;
}

div#footer address a {
	color: #333;
}

div#footer address a:hover {
	color: #333;
}

/* ---------------------------------------------------------------------------------------------------- */

/* サイトマップ */

div#sitemap {
	width: 800px;
	padding-bottom: 10px;
}

div#sitemap h2 {
	padding: 0.4em 5px 0.2em 5px;
	margin-bottom: 10px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #eee;
}

div#sitemap h2 a {
	color: #333;
	text-decoration: none;
}

div#sitemap h2 a:hover {
	text-decoration: underline;
}

div#sitemap .s-section {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#sitemap .s-section li {
	padding-left: 20px;
	margin-right: 5px;
	background: url(../images/main-u-d-li-bg.gif) 0px 3px no-repeat;
	display: inline;
	
}


/* ---------------------------------------------------------------------------------------------------- */

/* トップリンクボックス */

div#tlb {
	color: #999;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: left;
}

div#tlb a {
	color: #999;
	text-decoration: none;
}

div#tlb a:hover {
	color: #999;
	text-decoration: underline;
}