/* import
-------------------------------------------------------------------------*/
@import "layout.css";

/* initialise
-------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, form, p{
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd{
	margin:0;
	padding:0;
	list-style-type:none;
}
img{
	border:0;
}
hr{
	display:none;
}
table{
	border-collapse:collapse;
	empty-cells:show;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
em{
	font-style:normal;
	font-weight:bold;
}

/* text
-------------------------------------------------------------------------*/
body{
	font-size:12px;
	color:#333333;
	line-height:140%;
	background:#e6e6e6;
	font-family:sans-serif;
}
h1{
	font-size:20px;
	font-weight:bold;
}
h2{
	padding:5px 10px 5px 10px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	background-image: url(/cgi-bin/f09_resources/images/bg_h2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
h3{
	font-size:12px;
	font-weight:bold;
}
.tel{
	margin:5px 0px 5px 0px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:bold;
}
.tel_no{
	font-size:24px;
	color:#0099ff;
}
.need, .error{
	color:#990000;
	font-weight:bold;
}
.txs{
	font-size:80%;
	line-height:1.3;
}
.txl{
	font-size:110%;
}
.txxl{
	font-size:130%;
}

/* form
-------------------------------------------------------------------------*/
.textarea{
	width:460px;
	height:160px;
	font-size:110%;
}
.textarea_entry{
	width:460px;
	height:120px;
	font-size:110%;
}
.select{
	font-size:110%;
}
.in_txt_xs{
	width:25px;
	font-size:110%;
}
.in_txt_s{
	width:35px;
	font-size:110%;
}
.in_txt_ms{
	width:100px;
	font-size:110%;
}
.in_txt_m{
	width:170px;
	font-size:110%;
}
.in_txt_l{
	width:320px;
	font-size:110%;
}

/* anchor
-------------------------------------------------------------------------*/
a{
	text-decoration:none;
}
a:link, a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
#backtotop a{
	padding-left: 13px;
	text-decoration: none;
	color:#0099ff;
	background-position: left center;
	background-image: url(/cgi-bin/f09_resources/images/arrow_backtotop.gif);
	background-repeat: no-repeat;
}
#backtotop a:hover, #backtotop a:active{
	text-decoration:underline;
}

/* list
-------------------------------------------------------------------------*/
.normalList li{
	margin:0 0 0 16px;
	padding:0;
	list-style-type:disc;
}

/* margin
-------------------------------------------------------------------------*/
.mt0{
	margin-top:0px !important;
}
.mt1{
	margin-top:1px !important;
}
.mt2{
	margin-top:2px !important;
}
.mt3{
	margin-top:3px !important;
}
.mt4{
	margin-top:4px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt7{
	margin-top:7px !important;
}
.mt8{
	margin-top:8px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt13{
	margin-top:13px !important;
}
.mt14{
	margin-top:14px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt17{
	margin-top:17px !important;
}
.mt19{
	margin-top:19px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt21{
	margin-top:21px !important;
}
.mt23{
	margin-top:23px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt31{
	margin-top:31px !important;
}
.mt35{
	margin-top:35px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}
.mt150{
	margin-top:150px !important;
}

/* margin
-------------------------------------------------------------------------*/
.ml1{
	margin-left:1px !important;
}
.ml3{
	margin-left:3px !important;
}
.ml4{
	margin-left:4px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml9{
	margin-left:9px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml90{
	margin-left:90px !important;
}
.ml140{
	margin-left:140px !important;
}

/* margin
-------------------------------------------------------------------------*/
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}


/* padding
-------------------------------------------------------------------------*/
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}

/* float
-------------------------------------------------------------------------*/
.floLeft{
	float: left;
}
.floRight{
	float: right;
}
.clear{
	clear: both;
}

/* float clear
-------------------------------------------------------------------------*/
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearFix{
	* height:1%;
}
.clearFix{
	display:block;
}
