@charset "utf-8";
img{
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom; 
}

.img2{
	border: 0;
	padding: 0;
	margin: 0px 10px 10px 0px;
}

.img3{
	border: 0;
	padding: 0;
	margin-left: 65px;
	margin-bottom: 20px;
}

.right{
	margin: 3px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
	color: #333;
}

.left{
	margin: 3px 20px 3px 20px;
	padding: 0px;
	text-align: left;
	float: left;
	vertical-align: bottom;
}

.namae{
	margin: 3px;
	padding: 0px;
	font-weight: bold;
	color: #333;
}

h1{
	margin: 3px;
	padding: 0px;
	font-size: 1.5em;
	color: #039;
	text-align: center;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	text-align: left;
}

h3{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
}

h4{
	margin: 0;
	padding: 0;
	color: #F00;
}

h5{
	margin: 0;
	padding: 0;
	color: #C00;
	text-align: center;
	font-size: 1.1em;
}

.p1{
	padding: 0px;
	margin: 3px;
	color: #333;
	line-height: 150%;
	text-indent: 1em;
}

.p2{
	padding: 0px;
	margin: 0px;
	color: #333;
	text-indent: 3em;
}

.p3{
	padding: 0;
	margin: 0;
	color: #333;
}

.p4{
	padding: 0;
	margin: 0;
	color: #333;
	line-height: 120%;
	text-indent: 2em;
}

.p5{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.7em;
	color: #333;
}

.p6{
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #900;
}

.p7{
	text-align: center;
}

.p8{
	text-align: right;
}

.torikesi{
	text-decoration: line-through;
}

.red{
	color: #C03;
}

html{
	height: 100%;
}

*html #container{
    height:100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/*コンテナエリア*/
#container{
	width: 900px;
	margin: 0 auto;
	background: #FFF url(img/border.gif) left bottom repeat-y;
	min-height: 100%;
	position: relative;
	border-left: #6CC 5px solid;
	border-right: #6CC 5px solid;
}

body > div#container{
	height: auto;
}

/*メイン*/
#main{
	padding-bottom: 30px;
}

/*ここからmain内*/
/*トップバナー*/
#top{
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

/*メニュー制御用*/
div#menuA, div#menuA *{
	margin: 0;
	padding: 0;
}

div#menuA{
	width: 210px;
	float: left;
}

div#menuA dl{
	list-style: none;
	border-top: 1px solid silver;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* カテゴリ名 */
div#menuA dt{
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: silver;
}

div#menuA dt a{
	padding: 5px 0;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #036 url(img/arrow.gif) right center no-repeat;
	width: 100%;
	text-indent: 3px;
}

/* カテゴリメニュー */
div#menuA dd{
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #CCC;
}

div#menuA dd a{
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 0.9em;
	background: #036 url(img/arrow2.gif) left center no-repeat;
	text-indent: 30px;

}

div#menuA dd a:hover{
	color: #000;
	background: #FFF url(img/arrow3.gif) left center no-repeat;
	text-indent: 40px;
}

div#menuA dd a.line, div#menuA dd a.line:hover{
	border-bottom: 1px dotted silver;
}

div#menuA dd a.end, div#menuA dd a.end:hover{
	padding-bottom: 1px;
}

/* ダイレクトリンク */ 
div#menuA dt.direct a{
	display: block;
	color: #FFF;
	background: #036 url(img/arrow2.gif) left center no-repeat;
	text-indent: 20px;
}

div#menuA dt.direct a:hover{
	color: #000;
	background: #FFF url(img/arrow3.gif) left center no-repeat;
	text-indent: 30px;
}

/*コンテンツエリア*/
#contents{
	float: right;
	width: 680px;
	height: 100%;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#contents a{
	text-decoration: none;
	color: #069;
}

#contents a:visited{
	text-decoration: none;
	color: #069;
}

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

/*index用テーブル設定*/
#contents .toptable{
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-collapse: collapse;
}

.toptable th{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
}

.toptable td{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
	padding-top: 2px;
	padding-left: 0.2em;
	padding-bottom: 2px;
	line-height: 110%;
}

/*概要用テーブル設定*/
#contents .lefttd{
	text-align: center;
	font-weight: bold;
}

#contents .righttd{
	padding-left: 2px;
}

/*手数料用テーブル設定*/
#contents .tesuryo{
	text-align: right;
}

#contents .tesuryo{
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-collapse: collapse;
}

.tesuryo caption{
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	background: #000;
	color: #FFF;
	font-weight: bold;
}

.tesuryo th{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
}

.tesuryo td{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*資格目次用リストタグ設定*/
#contents ul{
	list-style: square;
	text-align: center;
}

#contents li{
	float: left;
	padding-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

/*資格費用リストタグ設定*/

.hiyou{
	list-style: square;
	text-align: center;
}

.hiyou li{
	float: left;
	padding-top: 0px;
	margin-right: 15px;
	font-size: 0.8em;
}

/*資格手数料用テーブル設定*/
#contents .tesuryo2{
	margin-top: 2px;
	margin-bottom: 15px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-collapse: collapse;
}

.tesuryo2 caption{
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	background: #CCC;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.tesuryo2 th{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
}

.tesuryo2 td{
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

/*フッター*/
#foot{
	clear: both;
	bottom: 0px;
	height: 28px;
	width: 900px;
	background: #FFF;
	position: absolute;
	text-align: center;
	border-top: #CCC 2px solid;
}

#foot p{
	padding-top: 5px;
	margin: 0px;
	color: #333;
	font-weight: bold;
}