@charset "shift_jis";

/* Jasc CSS Document 


	ver2008.07
	
	base.css

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

/******** CSS Menu *******************

	1.Base HTML
	2.Base Font
	3.Base Link
	4.Float Clear
	
****************************************/

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

	1.Base Html

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

*{
	margin: 0;
	padding: 0;
}

html{
	/*height: 100%;*/
}

body{
	/*height: 100%;*/
	background: #fff url(../images/bg.gif) repeat-x top;
	text-align: center;
}

ul,ol{
	list-style-type: none;
}

table{
	border-collapse: collapse;
}

td{
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

th {
	padding: 10px 8px;
	color: #333333;
	background: #eeeeee url(../images/th_bg.gif) repeat-x bottom;
	font-weight: normal;
	border-color: #d5d5d5;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-align: left;
}

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

	2.Base Font

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

body{
	font-size: 12px;
	color: #666666;
}

address{
	font-style: normal;
}


/* \*/

* html body{
	font-size: 75%;
}

* html table{
	font-size: 90%;
}

*:first-child + html body {
	font-size: 75%;
}

/**/


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

	3.Base Link

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

a:link,
a:visited{
	color: #0b237c;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0px;
}

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

	4.Float Clear

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

br.clr /* ƒeƒXƒg—p */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

hr.hr-cler{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border: 0px;
	visibility: hidden;
}

.voice-commnt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.lb_blue {
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
