@charset "shift_jis";

/******************************************************************** reset
*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

/******************************************************************** general elements
*/

body {
	border-top: 2px solid #00b7ce;
	background: #fff;
	cursor: auto;
	color: #232428;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1px;
}

/* for IE 6 or sooner */
* html body { font-size: 87.5%;}

/* for IE 7 */
*:first-child+html body { font-size: 87.5%;}


h1 {}
h2 {}
h3, h4, h5, h6 { padding: 25px 0 5px; letter-spacing: 0;}
p { padding: 5px 0 10px;}
address { font-style: normal;}

blockquote { margin: 15px 0; padding: 10px 15px 0; background: #faf6ed url(/img/blockquote.gif) no-repeat 10px 14px;}
blockquote p { padding-top: 0; text-indent: 1em;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}

pre { margin: 1em 0; padding: 0 20px 1.4em; width: auto; border: 1px solid #eee; background: #f6f6f6; overflow: auto;}
code { padding: .1em .2em; color: #5b5905; font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif; letter-spacing: 0;}

ul, ol { margin: 10px 0; padding: 0 0 0 2.5em;}
dl { margin: 10px 0;}
dt { margin-top: .4em;}

a         { text-decoration: underline; cursor: pointer;}
a:link    { color: #005cd0;}
a:visited { color: #800080;}
a:hover   { color: #ff4800;}
a:focus,
a:active  { color: #e83200;}

em     {}
strong { font-weight: bold;}
abbr, acronym { cursor: help;}

hr { display: none;}
img { border: none; color: #f00; background: transparent; vertical-align: middle;}

table { border: 1px solid #aaa; border-collapse: collapse; margin-bottom: 15px;}
caption { text-align: left;}
thead {}
tbody {}
th { white-space: nowrap;}
th, td {
	padding: 2px 4px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}


fieldset {}
* html legend { margin: 0 0 10px;}
input, textarea {
	padding: 1px;
}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}


/**
 * Float containers fix
 * a.k.a. clearfix
 */

/******************** except IE
*/
#situation ul:after,
#headerNavs:after,
#globalNav:after,
#container:after,
#pageNav:after,
.links:after,
.notes-float:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#headerNavs,
#globalNav,
#container,
#pageNav,
.links,
.notes-float,
.clearfix { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
/* * html #headerNavs, */
* html #globalNav,
* html #container,
* html #pageNav,
* html .links,
* html .notes-float,
* html .clearfix { height: 1%;}
#headerNavs,
#globalNav,
#container,
#pageNav,
.links,
.notes-float,
.clearfix { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}
.clr img { display: block;}

.jp { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;}
.verdana { font-family: Verdana, sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}

.tempNotes { font-size: 120%; color: #c00; font-weight: bold; background: #f8f8f8; margin: 1em;}
