/* 共通設定 */
body{
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #b4e6fe;
}
#base{
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#wrapper{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
#wrapper_mini{
	margin-right: auto;
	margin-left: auto;
}
#main_container{
	text-align: left;
}

/* ヘッダー */
#sub_header {
	width: 840px;
}
#sub_header .header_tel{
	text-align:left;
	padding-left: 10px;
}
#sub_header .header_image{
	padding-left: 10px;
}
div.block_header {
	width: 840px;
	margin-left:10px;
}
/* 左メニュー */
#left {
	margin-top : 5px;
	margin-left : 2px;
	float: left;
	width: 151px;
}
ul.left_menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.left_menu a img{
	border-style: none;
}
ul.left_menu li{
	margin-bottom: 6px;
}

ul.left_menu_child{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.left_menu_child li{
	width: 144px;
	height: 24px;
	margin-bottom: 0px;
	font-size: 10pt;
	background: url(/images/m_menu.gif) #ccffff no-repeat scroll left top;
}
ul.left_menu_child li div{
	padding: 4px;
}
ul.left_menu_child li a{
	text-decoration: none;
}
ul.left_menu_child li a:link{ color: #0066ff; }
ul.left_menu_child li a:visited{ color: #0066ff; }
ul.left_menu_child li a:active{ color: #0066ff; }
ul.left_menu_child li a:hover{ color: #ec6722; }

div.block_menu {
	margin-top : 5px;
	margin-left : 2px;
	float: left;
	width: 18%;
}
/* メイン領域 */
#body{
	width: 680px;
	float: right;
	font-size: 10pt;
}
div.block_main {
	margin-top : 5px;
	margin-left : 18%;
}
/* フッタ */
div.block_footer{
	clear: both;
	text-align:center;
}
div.block_footer_text{
	margin-top:20px;
	text-align:right;
	font-size:x-small;
	background-image: url(/images/footer_img.gif);
	color:#ffffff;
	height:48px;
	width:820px;
}
/* フォーム用 */
form{
	margin: 0px;
}

.form_index{
	margin-top: 10px;
	margin-left: 8px;
	font-weight: bold;
}
.form_input{
	margin-left: 14px;
}
.form_conf{
	margin-left: 14px;
}
.form_help{
	color: #666666;
	margin-left: 14px;
	margin-bottom: 8px;
	font-size: x-small;
}
.form_button{
	margin-top: 14px;
}
.form_input_sub{
	margin-left: 14px;
}
input.input_text60{
	width: 400px;
}
input.input_text40{
	width: 300px;
}
input.input_text30{
	width: 200px;
}
input.input_text20{
	width: 110px;
}
textarea.texarea_40{
	width:300px;
	height: 60px;
}
div.form_type_updown{
	width: 58px;
}
div.form_updown_text{
	width: 40px;
	float: left;
}
div.form_updown_text input{
	width: 100%;
	text-align: right;
}
div.form_updown{
	width: 15px;
	float: right;
	margin-left: 2px;
}
div.form_updown img{
	border-style: none;
	width: 15px;
	height: 11px;
}

.block_error{
	margin-bottom: 10px;
}
.error{
	color: #ff0000;
}

/* 共通 */
.clear{
	clear: both;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.noborder{
	border-style: none;
}
.disabled{
	color: #cccccc;
}
div.contents_margin{
	margin-top:5px;
	margin-left:5px;
}
table.table_style {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}
table.table_style td {
	border: solid 1px #CCCCCC
}
span.redfont{
	font-size: 12px;
	color: #FF0000;
}
div.right_text_margen{
	text-align:right;
	margin-right: 5px;
}
div.block640{
	width:640px;
}
hr.block550{
	width:550px;
}
div.lmargin50{
	margin-left:50px;
}
div.right_align{
	text-align:right;
}
div.relative_position{
	position: relative;
}
div.left_clear{
	clear:left;
}
div.both_clear{
	clear: both;
}
.k12gry {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.k12blu {
	font-size: 12px;
	color: #0033CC;
	line-height: 16px;
}
.k10blu {
	font-size: 10px;
	color: #0033CC;
	line-height: 14px;
}
.k16dble {
	font-size: 16px;
	color: #0033CC;
	line-height: 20px;
}
.k14ble {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
	line-height: 18px;
}
.k10gry {
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
.k12red {
	font-size: 12px;
	color: #F00000;
	line-height: 16px;
}
.k14red {
	font-size: 14px;
	font-weight: bold;
	color: #F00000;
	line-height: 18px;
}
.k12redb {
	font-size: 12px;
	font-weight: bold;
	color: #F00000;
	line-height: 16px;
}
.k12bleb {
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	line-height: 16px;
}
.k12wht {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.k10wht {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
.k14gry {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
a:link {
	font-size: 12px;
	line-height: 16px;
	color: #0033CC;
}
a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #3333CC;
}
a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FF3333;
}
a.def_color:link {
	font-weight:bold;
	color: #EC6722;
	font-size:14px;
	text-decoration: none;
}
a.def_color:visited {
	font-weight:bold;
	color: #EC6722;
	font-size:14px;
	text-decoration: none;
}
a.def_color:active {
	font-weight:bold;
	color: #EC6722;
	font-size:14px;
	text-decoration: none;
}
a.def_color:hover {
	font-weight:bold;
	color: #EC6722;
	font-size:14px;
	text-decoration: underline;
}
.k14wht {
	font-size: 14px;
	color: #FFFFFF;
}

/* バルーンヘルプ用 */
#balloon_help{
	position: absolute;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-size: x-small;
}

