@charset "Shift_JIS";
/*----------------------------------------

	Default CSS (Last Update 2008.04.14)

	- default setting
	- body setting
	- link setting
	- common setting
	- color setting
	- center setting

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, td {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

em {
	font-style: normal;
	font-weight: bold;
}

input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	background: #5bbcff url(/image.jsp?id=11001) repeat-x top;
	color: #333333;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}

.qa:link, .qa:visited {
	color: #003333;
	text-decoration: none;
}

.qa:hover, .qa:active {
	color: #003333;
	text-decoration: underline;
}

/*----------------------------------------
	common setting
-----------------------------------------*/

.nobreak {
	white-space: nowrap;
}

/*----------------------------------------
	color setting
-----------------------------------------*/

.gray01 {
	color: #666666;
}

.blue01 {
	color: #085db3;
}

.blue02 {
	color: #003399;
}

.green01 {
	color: #003333;
}

.green02 {
	color: #005555;
}

/*----------------------------------------
	center setting
-----------------------------------------*/

#wrapper {
	width: 100%;
	text-align: center;
}

#center {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}


@charset "Shift_JIS";
/*----------------------------------------

	Default and Windows IE

	- font

-----------------------------------------*/

/*----------------------------------------
	font 12px/18px
-----------------------------------------*/

body,td {
	font-size: 80%;
	line-height: 1.4;
}

/*----------------------------------------
	font 10px/14px
-----------------------------------------*/

.font_small14 {
	font-size: 80%;
	line-height: 1.4;
}
