@charset "utf-8";
/* CSS Document */

/* ▼ container ▼ */ 
#container {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #999;
	background-color: #FFF;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 150px;
	left: 280px;
	font-size: 18px;
}

#contents {
	float: left;
	width: 680px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}


/* ▼ パンくずリスト ▼ */ 
.topicpath ol li {
    /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
	font-size: 80%;
}

.topicpath ol li a {
    /* aの背景画像に記号の画像を指定 */
    background-image: url(image/crumb.gif);

    /* 右寄せ＆リピート無し */
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#section {
	background-image: url(image/section.gif);
	height: 150px;
	margin-top: -20px;
}

/* ▼ 見出し ▼ */ 
#section p {
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5;
	padding-left: 30px;
	padding-top: 30px;
}

/* ▼ リスト ▼ */ 
#contents ul li {
	font-size: 100%;
	line-height: 1.3em;
	padding-bottom: 6px;
	list-style: none;
}

#contents ol {
	font-size: 120%;
	padding-left: 3em;
	padding-right: 20px;
}

#contents li {
	line-height: 1.8em;
}


/* table.listTbl */
table.listTbl{
	width:98%;
	margin-top:18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

table.listTbl th{
	padding:10px 0 10px 10px;
	line-height:1.5;
	border: none;
	text-align: left;
}

table.listTbl .firstLine th{
	font-weight:bold;
	border-top:none;
	text-align:left;
	border:1px solid #938781;
	padding-left:10px;
}

table.listTbl td{
	padding:10px;
	line-height:1.5;
	border: none;
}

table.listTbl td a{
	color:#65b23f;
	text-decoration:underline;
}

table.listTbl td a:hover{
	color:#bcb1aa;
}

table.listTbl tr.odd {
	background-color: #FFF;
}

table.listTbl tr.even {
	background-color: #E8EBF0;
}


/* ナビゲーション */
#side {
	font-size: 100%;
	margin-left: 760px;
	padding: 0px 10px 0px 0px;
}

#side h4 {
	background-image: url(image/sidebaner.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 120%;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 3px;
	line-height: 43px;
	color: #FFF;
}

#side h4 a {
	text-decoration: none;
	color: #FFF;
}

#side h4 a:hover {
	color: #edff4a;
}

#side h5 {
	font-size: 115%;
	margin: 0px 0px 5px 0px;
	padding-top: 10px;
	border-bottom: dotted 3px #999999;
}

#side h5 a {
	text-decoration: none;
	color: #333;
}

#side h5 a:hover {
	color: #9400d3;
}

#side dl {
	font-size: 100%;
	margin-top: 10px;
	color: #666;
}

#side dt {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
}

#side dd {
	font-size: 110%;
	margin-left: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	background-image: url(image/crumb.gif);
	background-repeat: no-repeat;
	color: #333;
}

#side dd a {
	text-decoration: none;
	color: #333;
}

#side dd a:hover {
	color: #9400d3;
}

.nextpage {
	background-image: url(image/arrow2.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding-left: 30px;
}
#column {
	margin-top: 20px;
	margin-bottom: 60px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top-width: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #96C;
	border-right-color: #96C;
	border-bottom-color: #96C;
	border-left-color: #96C;
	width: 600px;
}
