@charset "UTF-8";

/*
___________________________________________________________________

	Update  : 2006/03/20
___________________________________________________________________ */


/* ▼ 全体のレイアウト設定 ▼ */

body { 
	background-color: #fff;
	text-align: center;			/* IE5.5以前でcontainerを中央配置する為 */
	margin: 0;					/* 上 右 下 左 のマージン */
	padding: 0;
	font-family: Verdana, Helvetica, 'MS Pゴシック', Osaka, sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 1.5;
	}

#container {
	width: 750px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	padding: 0 5px 10px 6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#header {
	margin: 0;
	padding: 0;
	background-color:#fff;
	}

#main {
	}

#footer {
	}


/* ▼ リンク設定 ▼ */

a:link		{
	color: #349;
	text-decoration: underline;
	}
a:visited	{
	color: #008;
	text-decoration: underline;
	}
a:active	{
	color: #349;
	text-decoration: underline;
	}
a:hover		{
	color: #58c;
	text-decoration: underline;
	}


/* ▼ 全体共通設定 ▼ */

h1 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	display: none;
	}

img	{
	border: none;
	}


/* ▼ ヘッダ ▼ */ 

#sitelogo {
	margin: 0;
	padding: 0;
	}

#headnavi {
	}

#headnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#headnavi li {
	display: inline;
	}


/* ▼ メインコンテンツ ▼ */ 

#topmain, #topsub {
	color: #666;
	font-size: 90%;
	line-height: 150%;
	}

#topmain table, #topsub table {
	background-color:#ddd;
	}

#topmain p{
	margin: 5px 0 15px 0;
	padding: 0;
	}

#contents {
	margin: 0 5px;
	padding: 10px;
	border-top: 1px solid #ccc;
	}

#contents p {
	margin: 0 0 15px 0;
	padding: 0;
	}

h2 {
	margin: 20px 0 10px 10px;
	padding: 2px 10px;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	border-left: 5px solid #038;
	}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

#dirnavi {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	color: #999;
	}

#dirnavi a {
	text-decoration: underline;
	color: #999;
	}

#rep {
	margin: 0 20px 0 20px;
	}

#rep h3 {
	padding: 3px 10px;
	background-color:#e9e9e9;
	border-bottom: 1px dotted #ccc;
	}

#rep p {
	margin: 0 15px 20px 15px;
	}

#pagenavi {
	text-align: right;
	}

#pagenavi2 {
	margin: 10px 50px 10px 0;
	text-align: right;
	}

.big {
	font-size: 130%;
	}

.red {
	color: #e00;
	}

ol.wide li {
	margin-bottom: 14px;
	}

table.of {
	margin-left: 30px;
	}

table.systbl td {
	border-bottom: 1px solid #ccc;
	}

table.systbl td.ll {
	border-left: 1px solid #ccc;
	}

.fr {
	float: right;
	padding: 0 0 10px 10px;
	}


/* ▼ フッタ ▼ */ 

#footnavi {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	}

#totop {
	text-align: right;
	margin: 10px 10px 5px 0;
	}

#copyright {
	font-size: 15px;
	text-align: right;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
	}

#copyright .small {
	font-size: 11px;
	font-weight: normal;
	}

#footer a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#banner {
	margin: 5px;
	text-align: right;
	}

#banner img {
	margin: 0 2px;
	}
