/* ----- * 基本設定 ******************************************************* ----- */
a:link    { color: 0033CC; text-decoration: none; }
a:visited { color: 0033CC; text-decoration: none; }
a:hover   { color: 21ABCD; text-decoration: none; }
a:active  { color: 00CCCC; text-decoration: none; }

body { /* ボディの設定 */
	color: #333333;
	background: #DDDDDD url(../img/back.gif) repeat-y;
	margin: 0px 0px 0px 23px;
	padding:0px;
}
form     { margin: 0px; }
.td-back { background-color: #21ABCD; }

/* ----- * ヘッダの設定 ******************************************************* ----- */
.header-menu {
	padding: 4px 8px;
}

.site {
	padding-right:5px;
}

/* ----- * 左部サブメニューの設定 ******************************************************* ----- */
td.subMenu {
	font-size: 75%;
	padding-bottom: 1em;
}

.subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subMenu li {
	color: #009933;
	background: url(../img/point-sub01.gif) no-repeat;
	border-bottom: 1px dotted #999999;
	padding: 6px 4px 6px 18px;
}

.subMenu dl {
	margin: 0px;
	padding: 0px;
	background: #FFFFEE;
	border-bottom: 1px dotted #999999;
}
.subMenu dt {
	font-weight: bold;
	color: #009933;
	background: url(../img/point-sub02.gif) no-repeat;
	padding: 6px 4px 6px 18px;
}
.subMenu dd {
	color: #009933;
	margin: 0px 0px 0px 10px;
	padding: 2px 4px 2px 18px;
	background: url(../img/point-sub03.gif) no-repeat;
}

/* ----- * フッターの設定 ******************************************************* ----- */
.footer {
	font-size: 80%;
	text-align: center;
	padding: 4px;
}
.copy {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding-bottom: 0.5em;
}
.copy02 {
	font-size: 70%;
	color: #333333;
	background: #EEEEEE;
	border: 1px dotted #999999;
}

/* ----- * トップページ内の要素 ******************************************************* ----- */
.topic-title {
	font-size: 80%;
	border-bottom: 2px solid #21ABCD;
}
.topic-main {
	font-size: 80%;
	line-height: 120%;
	padding-left: 12px;
	background: url(../img/point-topic.gif) no-repeat;
	border-bottom: 1px dotted #AAAAAA;
}

.top-menu {
	background: url(../img/top-back.gif) no-repeat;
}

.top-title {
	background: #FFFFFF url(../img/main_title.jpg) no-repeat;
}

.navi {
	margin-top: 270px;
	margin-bottom: 30px;
}


/* ナビ edit 08-05-13
--------------------------------------------------------- */
div#navi-area {
	width: 720px;
	margin: 0 0 30px 16px;
	background: url(../img/bg_navi.gif) no-repeat 0 100%;
}



/* ----- Clearfix ----- */
div#navi-area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#navi-area {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#navi-area { height: 1%; }
div#navi-area { display: block; }
/* End hide from IE-mac */




div#navi-area dl {
	display: inline;
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
	padding: 0;
}
div#navi-area dl dt {
	width: 170px;
	margin: 0;
	padding: 0;
}
div#navi-area dl dt img {
	vertical-align: bottom;
}
div#navi-area dl dd {
	font-size: 80%;
	line-height: 120%;
	margin: 0;
	padding: 5px 5px 10px;
}

/* ----- /edit 08-05-13 ----- */





.fotterarea {
	margin-left:5px;
}

ol {
	margin-bottom:0px;
	padding-bottom:0px;
}

.tokki {
	margin:0px;
	padding:0px;
	font-size: 10px;
}

.tokki th {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	text-align:left;
	font-size: 10px;
}

.tokki td {
	margin: 0px;
	text-align:left;
	font-size: 10px;
	line-height: 130%;
}