@charset "utf-8";
/*----------------------------------------
float解除
----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}

.clearfix{
	display: block;
	clear: both;
}

/*----------------------------------------
全体的な要素
----------------------------------------*/
html {
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 63.5%;
	background: url("./images/background.gif") repeat-x;
}
div#wrap {
	margin: 0 auto;
	width: 980px;
	background: #FFF;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

div#container {
	width: 980px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

/*----------------------------------------
ヘッダー
----------------------------------------*/
div#header {
	width: 980px;
	height: 316px;
	position: relative;
	background: url("./images/header.jpg") no-repeat;
}
div#header_apply_button {
	position: absolute;
	top: 128px;
	left: 398px;
}
div#header_beginner_button {
	position: absolute;
	top: 81px;
	left: 789px;
}

/*----------------------------------------
フッター
----------------------------------------*/
div#footer {
	margin-top: 8px;
	padding-top: 13px;
	height: 29px;
	width: 980px;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	letter-spacing: 3px;
	background: url("./images/footer.gif") no-repeat;
}

div#footer_menu {
	padding: 13px 0 0 13px;
	font-size: 1.3em;
	color: #666;
}

div#footer_menu a {
	color: #666;
}
div#footer_menu a:hover {
	color: #333;
}

div#footer_menu ul {
	list-style: none inside;
}
div#footer_menu ul li {
	display: inline;
}

/*----------------------------------------
サイドバー
----------------------------------------*/
div#side {
	width: 200px;
	float: left;
	display: inline;
}
ul.sidemenu {
	margin: 21px 0 0 13px;
	padding: 0;
	width: 180px;
	list-style: none inside;
	float: left;
	display: inline;
}

ul.sidemenu li {
	float: left;
	display: inline;
}

div#banner {
	margin: 0 0 13px 16px;
	padding-top: 21px;
}

/*----------------------------------------
コンテンツ
----------------------------------------*/
div#content {
	margin: 0 20px 0 20px;
	width: 740px;
	float: right;
	display: inline;
}
div.content_title {
	margin: 21px 0 0 0;
	width: 740px;
}
div.content_body {
	padding: 13px 13px;
	width: 714px;
	font-size: 1.3em;
	overflow: hidden;
}

.thumb {
	margin: 13px 13px 5px 0;
	width: 133px;
	height: 133px;
	float: left;
	background: #CCC;
}

div#privacy_box {
	widht: 610px;
	height: 480px;
	border: 1px solid #999;
	overflow: scroll;
	overflow-x: auto;
}
div.privacy {
	margin: 5px 0 0 13px;
}
div.privacy dt {
	font-weight: bold;
}
div.privacy dd {
	margin: 0;
	padding: 0 55px 13px 13px;
}

.faq_box dt {
	padding: 5px;
	font-weight: bold;
}
.faq_box dd {
	padding: 0 5px 0 13px;
}

ol.law_list {
	margin: 13px;
	padding: 0 13px;
}

/*----------------------------------------
テーブル
----------------------------------------*/
table.table_service {
	width: 640px;
	border-collapse: collapse;
	border: 1px solid #AAA;
}
table.table_service tr.even {
	background: #DEDEDE;
}
table.table_service th {
	padding: 7px 5px 5px 5px;
	border-bottom: 1px solid #AAA;
	background: #364860;
	color: #FFF;
}
table.table_service td {
	padding: 7px 5px 5px 5px;
	text-align: right;
	border-bottom: 1px solid #AAA;
}

table.table_company {
	width: 610px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.table_company th {
	padding: 5px 8px;
	background: #DEDEDE;
	border: 1px solid #CCC;
	width: 144px;
	text-align: right;
	vertical-align: top;
}
table.table_company td {
	vertical-align: top;
	padding: 5px 8px;
	border: 1px solid #CCC;
}

table.law {
	margin: 13px 0;
	width: 610px;
	border-collapse: collapse;
	border: 1px solid #AAA;
}
table.law th {
	border: 1px solid #AAA;
}
table.law td {
	border: 1px solid #AAA;
}

/*----------------------------------------
フォーム
----------------------------------------*/
div.form_title {
	padding: 13px 3px 3px 5px;
	font-weight: bold;
	color: #364860;
	font-size: 1.2em;
}
div.form_input {
	padding: 5px 3px 3px 21px;
}
div.form_input input.text {
	width: 233px;
	border: 1px solid #369;
}
div.form_input textarea {
	width: 420px;
	height: 133px;
	border: 1px solid #369;
}