@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
口座開設・資料請求などの申込ページのスタイルシート
--------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 100%;
	line-height: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:120%;
}

a {
	text-decoration: none;
	color: #33586c;
}

a:hover {
	text-decoration: underline;
	color: #33586c;
}


/*----------------------------------------------------------
改行用（マージン）のbr設定（適用ページ共通）
----------------------------------------------------------*/
br.mar0 {
	line-height: 0px;
}
br.mar5 {
	line-height: 5px;
}
br.mar10 {
	line-height: 10px;
}
br.mar15 {
	line-height: 15px;
}
br.mar20 {
	line-height: 20px;
}
br.mar25 {
	line-height: 25px;
}
br.mar30 {
	line-height: 30px;
}


/*----------------------------------------------------------
フォントカラー設定（適用ページ共通）
----------------------------------------------------------*/
.blue {
	color: #115f83;
}
.red {
	color: #ff0000;
}
.gray {
	color: #666666;
}


/*----------------------------------------------------------
配置設定（適用ページ共通）
----------------------------------------------------------*/
.center_box {
	text-align: center;
}
.right_box {
	text-align: right;
}


/*----------------------------------------------------------
箇条書き設定（適用ページ共通）
----------------------------------------------------------*/
dl {
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
	height: 1em;
}
*+html body dl {
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
	height: auto;
	overflow: hidden;
}

dl dt {
	float: left;
}

dl dd {
	float: left;
	margin-left: 1px;
}

:root dl {
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
}

:root dl dt.itemize01 {
	float: left;
	width: 1em;
}

:root dl dd.itemize01 {
	float: inherit;
	margin-left: 1em;
}
ol.number {
	margin: 0px;
	list-style-type: decimal;
	text-align:left;
	}
	
ol.number li {
	margin: 5px 5px 0px 30px;;
	}
	

/*--------------------------------------------------------------------------
ページの基礎エリア
--------------------------------------------------------------------------*/
body#width860 #container {
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}

body#width800 #container {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}

body#width640 #container {
	width: 640px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}


/*----------------------------------------------------------
javascript設定依頼メッセージ
----------------------------------------------------------*/
#message_env {
	height: auto;
	overflow: hidden;
	font-size: 80%;
	background-color: #99ccff;
}


/*--------------------------------------------------------------------------
ヘッダエリア
--------------------------------------------------------------------------*/
#header_area {
	height: auto;
	overflow: hidden;
	padding: 5px 0px 5px 10px;
	background-color: #edebdd;
	text-align: left;
}


/*----------------------------------------------------------
フッタエリア
----------------------------------------------------------*/
#footer_area {
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #4d4d4d;
	text-align: right;
	margin: 0px;
	padding: 6px 25px 4px 0px;
	background: url(../img/temp_footer-mark.gif) right top no-repeat;
	clear: both;
}


/*----------------------------------------------------------
プリント用ヘッダ・フッタ設定
----------------------------------------------------------*/
#header_print {
	display: none;
}
#footer_print {
	display: none;
}

/*----------------------------------------------------------
メインエリア
----------------------------------------------------------*/
#contents_area {
	height: auto;
	overflow: hidden;
	margin: 5px 0px 30px 0px;
	clear: both;
}


