@charset "utf-8";


/*-----Base-----*/
/*-------------------------------------------------------------------------------*/


*{
	margin: 0px;
	padding: 0px;
}

html{
	overflow: scroll-y;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-size: 75%;
	font-style: normal;
	line-height: 150%;
	background-color: #FFFFFF;
	background-position: left top;
}

h1,h2,h3,h4,h5,h6{
	font-weight: lighter;
	font-size: 100%;
}

ul{
	list-style: none;
}

img{
	border-width: 0px;
	border-style: none;

}

table,td,th{
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
}

table.nonline,table.nonline td,table.nonline th{
	border: 0px;
}
/*
tr:hover{
	background-color: #f0f0f0;
}
*/
table caption{
	display: none;
}

td,th{
	padding: 1ex;
	text-align: left;
}

address {
	font-style: normal;
}

hr{
	display: none;
}


/*-----General-----*/
/*-------------------------------------------------------------------------------*/


.tex_dec_n{
	text-decoration: none;
}

.tex_dec_u{
	text-decoration: underline;
}

.tex_dec_o{
	text-decoration: overline;
}

.tex_dec_l{
	text-decoration: line-through;
}

.tex_ali_c{
	text-align: center;
}

.tex_ali_l{
	text-align: left;
}

.tex_ali_r{
	text-align: right;
}

.let_spa_-5{
	letter-spacing: -5ex;
}

.let_spa_-4{
	letter-spacing: -4ex;
}

.let_spa_-3{
	letter-spacing: -3ex;
}

.let_spa_-2{
	letter-spacing: -2ex;
}

.let_spa_-1{
	letter-spacing: -1ex;
}

.let_spa_0{
	letter-spacing: normal;
}

.let_spa_1{
	letter-spacing: 1ex;
}

.let_spa_2{
	letter-spacing: 2ex;
}

.let_spa_3{
	letter-spacing: 3ex;
}

.let_spa_4{
	letter-spacing: 4ex;
}

.let_spa_5{
	letter-spacing: 5ex;
}

.wor_spa_n{
	word-spacing: normal;
}

.wor_spa_1ex{
	word-spacing: 1ex;
}

.wor_spa_2ex{
	word-spacing: 2ex;
}

.wor_spa_3ex{
	word-spacing: 3ex;
}

.tex_ind_1em{
	text-indent: 1em;
}

.whi_spa_nor{
	white-space: normal;
}

.whi_spa_now{
	white-space: nowrap;
}

.lin_hei14{
	line-height: 117%;
}

.lin_hei16{
	line-height: 133%;
}

.lin_hei20{
	line-height: 167%;
}

.lin_hei22{
	line-height: 183%;
}

.lin_hei24{
	line-height: 200%;
}

.ver_ali_bas{
	vertical-align: baseline;
}

.ver_ali_top{
	vertical-align: top;
}

.ver_ali_mid{
	vertical-align: middle;
}

.ver_ali_bot{
	vertical-align: bottom;
}

.ver_ali_sub{
	vertical-align: sub;
}

.ver_ali_sup{
	vertical-align: super;
}

.fon_wei_n{
	font-weight: normal;
}

.fon_wei_b{
	font-weight: bold;
}

.fon_wei_l{
	font-weight: lighter;
}

.fon_siz10{
	font-size: 83%;
}

.fon_siz14{
	font-size: 117%;
}

.fon_siz16{
	font-size: 133%;
}

.fon_siz18{
	font-size: 150%;
}

.fon_sty_n{
	font-style: normal;
}

.fon_sty_i{
	font-style: italic;
}

.fon_var_n{
	font-variant: normal;
}

.fon_var_sma{
	font-variant: small-caps;
}

.red{
	color: #ff0000;
}

.green{
	color: #00ff00;
}

.blue{
	color: #0000ff;
}

.white{
	color: #ffffff;
}

.black{
	color: #000000;
}

.bac_color_red{
	background-color: #FFC8C8;
}

.bac_color_gre{
	background-color: #C8FFC8;
}

.bac_color_blu{
	background-color: #C8C8FF;
}

.bac_color_ora{
	background-color: #FFD5AA;
}

.img_l{
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_r{
	float: right;
	margin: 0px 0px 10px 10px;
}

.flo_l{
	float: left;
}

.flo_r{
	float: right;
}

.cle_b{
	clear: both;
}

.cle_l{
	clear: left;
}

.cle_r{
	clear: right;
}

.cur_help{
	cursor: help;
}

.display_n{
	display: none;
}