@charset "utf-8";

/*--------------------------------------

	For TSP
	web	http://www.bond-japan.co.jp

---------------------------------------*/

/*--------------------------------------
	html5
---------------------------------------*/
article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,
section,summary{
	display:block;
}

/*--------------------------------------
	reset,tag
---------------------------------------*/
*{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	text-align:left;
}
ul,dl,ol{
	text-indent:0px;
}
li{
	list-style:none;
}
b,.b{

}
img{
	border:0px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	line-height:1.2;
	font-weight:normal;
}
p{
	line-height:1.6;
	font-weight:normal;
}
p,div,input{
	font-size:13px;
	font-style:normal;
}
a{
	cursor:url('../img/pointer.cur'),pointer;
	color:#515052;
	text-decoration:none;
	line-height:1.6;
}
a:hover{
	color:#515052;
}
h1,.h1{
	font-size:25px;
}
h2,.h2{
	font-size:20px;
}
h3,.h3{
	font-size:16px;
}
h4,.h4{
	font-size:13px;
}
h5,.h5{
	font-size:12px;
}
h6,.h6{
	font-size:10px;
}
body{
	cursor:url('../img/normal.cur'),default;
	color:#515052;
}
hr{
	border:0px;
	height:1px;
	background-color:#515052;
}
table,th,td,tr{
	vertical-align:top;
	font-weight:normal;
	table-layout:fixed;
}
/*--------------------------------------
	space
---------------------------------------*/
.mt5{
	margin-top:5px;
}
.ml35{
	margin-left:35px;
}
.ml42{
	margin-left:42px;
}
.mb3{
	margin-bottom:3px;
}
.pt40{
	padding-top:40px;
}
.pl35{
	padding-left:35px;
}
.pr35{
	padding-right:35px;
}


.w100{
	width:100px;
}
.w110{
	width:110px;
}
.w181{
	width:181px;
}
.w200{
	width:200px;
}
.w350{
	width:350px;
}
.w570{
	width:570px;
}
.w645{
	width:645px;
}
.w1024{
	width:1024px;
}

.h28{
	height:28px;
}
.h50{
	height:50px;
}
.h85{
	height:85px;
}

/*--------------------------------------
	column
---------------------------------------*/
.cl_b{
	clear: both;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.pos_rela{
	position:relative;
}
.pos_abso{
	position:absolute;
}

.d_t{
	display:table-cell;
}

.text_r{
	text-align:right;
}
.text_c{
	text-align:center;
}
.v_a_m{
	vertical-align:middle;
}
.t_a_r{
	text-align:right;
}

.l_no,.l_no p{
	line-height:1;
}
.l_h1_5,.l_h1_5 p{
	line-height:1.5;
}
.l_h1_6,.l_h1_6 p{
	line-height:1.6;
}
.l_h2,.l_h2 p{
	line-height:2;
}
.al_l_h1_8 *{
	line-height:1.8;
}

.bd_l{
	border-left:solid 1px;
}


.dis_no{
	display:none;
}

#wrap{
	width:1000px;
}
#wrap *{
	letter-spacing:1px;
}
#l_menu{
	height:491px;
	border-right:solid 1px #c5c7c9;
	border-bottom:solid 1px #c5c7c9;
}
#l_menu a{
	position:absolute;
	overflow:hidden;
}

#foot{
	background-color:#0091cf;
}
#foot,#foot a{
	color:#ffffff;
}
#ft_top{
	position:absolute;
	top:-20px;
	left:724px;
}

#tab_contact{
	border-collapse:collapse;
}
#tab_contact *{
	line-height:1.6;
	font-size:12px;
}
#tab_contact tr{
	background-color:#f5f5f5;
}
#tab_contact th,#tab_contact td{
	padding:7px;
	border-bottom: solid 2px #ffffff;
}
#tab_contact th{
	padding-top:8px;
	padding-left:15px;
	width:180px;
}
#tab_contact input[type="radio"],#submitply input[type="checkbox"],#tab_contact input[type="checkbox"]{
	position:relative;
	right:2px;
}



/*--------------------------------------
	color,font,hr,border
---------------------------------------*/
.fc_wht{
	color:#ffffff;
}
a.fc_wht:hover{
	color:#dddddd;
}
.fc_red{
	color:#ff0000;
}
.fc_blu{
	color:#0091cf;
}
.fc_gr{
	color:#6b6c7f;
}


.fs_8{
	font-size:8px;
}
.fs_11{
	font-size:11px;
}

.bk_wht{
	background-color:#ffffff;
}

.hr1{
	background-color:#c5c7c9;
}
.hr2{
	height:3px;
	margin-top:4px;
}
.hr3{
	background-image: url("../img/hr3.png");
	margin-top:4px;
	margin-bottom:4px;
}

/*--------------------------------------
	cursor
---------------------------------------*/

.img_fd{
	cursor:url('../img/pointer.cur'),pointer;
}

/*--------------------------------------
	form
---------------------------------------*/

label.error {
	color: #ff0000;
	font-size: 11px;
}


/*--------------------------------------
	langbox
---------------------------------------*/
#langBox{
	text-align:right;
	width:570px;
	margin-bottom:20px;
}
