@charset 'shift_jis';

/* CSS Document */


/*
Reset setting from YUI.
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{
	color:#333;
	background:#FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ul li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}

.sup {
	vertical-align:0.3em;
	font-size:77%;
	font-style: normal;
	*line-height:2em;
}
.sub {
	vertical-align:-0.2em;
	font-size:77%;
	line-height:100%;
	font-style: normal;
}
.sub_tm {
    line-height: 100%;
    vertical-align: -0.4em;
	font-style: normal;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,
textarea,
select {
	*font-size:100%;
}

legend {
	color:#333;
}

a:link{
	color:#039;
	text-decoration:underline;
}

a:visited{
	color:#60C;
}
a:hover {
	color:#F63;
}


/*
Fonts base setting from YUI.
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-family: "CI", Meiryo, "lr oSVbN", "MS PGothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 100%;
	line-height: 1;
}
	/* for IE7 */
*+html body {
	font-family:'CI', 'lr oSVbN';
	font-size:88%;
}
	/*ie6W[h*/ 
* html body {
	font-family:'lr oSVbN';
	font-size:small;
	text-align:center;
}
	/*ie6γϋέ·[h emΘ΅ΕΝie5Ε@line-heightͺLͺιB*/
*html body {
	font:93%/1em;
	
} 
*html p,*html h1,*html h2,*html h3,*html h4,*html h5,*html h6,*html li,*html div{
	height: 0.1%;
	margin-left: 0;
}



body #contentsWrapper {
	text-align:center;
	position:relative;
	z-index:6;
}

body #noMenu {
	position:relative;
	z-index:6;

}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99%  "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}