/* CSS Document */

/* BODY */
body{
	margin:0px;
	padding:0px;
}

h1 {
	font-size: 11px;
	color: #555555;
	text-align: left;
	font-weight:normal;
	margin:0px;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}

h1 strong{
	font-weight:normal;
}

h3 {
	color:#333333;
}

/* リンク色 */
a:link {
	color: #4e4e4e;
	text-decoration:none;
}

a:visited {
	color: #4e4e4e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #4e4e4e;
}

a:active {
	text-decoration:underline;
	color: #4e4e4e;
}

table td{
	vertical-align:top;
}




/* 背景薄い青・左寄り */
.mf1{
	font-size:12px;
	padding:0.5em;
	text-align:left;
	line-height:130%;
	letter-spacing: 0.2em;
	vertical-align:middle;
	background-color: #eeeeee;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
/* センター寄り */	
.mf2{font-size:12px;
	padding:0.5em;
	text-align:center;
	line-height:130%;
	letter-spacing: 0.2em; 
	}
	
/* 背景白・左寄り　枠線あり */	
.mf3{
	font-size:12px;
	padding:0.5em;
	text-align:left;
	line-height:130%;
	letter-spacing: 0.2em;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

/* 背景白・左寄り　枠線無し */	
.mf4{
	font-size:12px;
	padding:0.5em;
	text-align:left;
	line-height:130%;
	letter-spacing: 0.2em;
	color: #555;
	line-height:150%
	}

/* 背景白・右寄り　枠線無し */	
.mf5{font-size:12px;
	padding:0.5em;
	text-align:center;
	line-height:130%;
	}

/* 背景白・左寄り　枠線無し */	
.mf5{font-size:11px;
	padding:0.5em;
	text-align:left;
	line-height:130%;
	letter-spacing: 0.2em; 
	}

.mf6{
	font-size:14px;
	padding:0.5em;
	text-align:left;
	line-height:130%;
	letter-spacing: 0.2em;
	vertical-align:middle;
	background-color: #AAD836;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	}

/* 個人情報スクロールバー */
.scr {
	overflow-y:scroll;
	overflow-x:hidden;
	height:166px;
	width:850px;
	vertical-align: top;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
}

.voice_b {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align:center;
}

.voice_scr_border {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#human {
	font-size: 14px;
	line-height:140%;
	color: #44B3DD;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight:bold;
}

.voice{
	font-size: 12px;
	line-height:140%;
	color: #333333;
	text-align: left;
}

/* お問い合わせスクロールバー */
.scr-contact{
	overflow-y:scroll;
	overflow-x:hidden;
	height:200px;
	width:786px;
	border:solid 1px #CCC;
	margin:0 3px;
}

.scr-contact_t{
	border-collapse:collapse;
}

.scr-contact_t td{
	font-size: 12px;
	line-height:140%;
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
}

.scr-contact_t div{
width:730px;
}

