@charset "UTF-8";
/* AssetNowVersion: ST1.10.0 Last Up Date: 2010-02-12 DesignVersion: 1.9 */

/*****************************************************************************/
/* 共通要素                                                                  */
/*****************************************************************************/
* {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	/* font-sizeの値によってline-heightの値も変更必須 */
}
.invisible {
	display: none;
}
.voicenavi {
	position: absolute;
	top: -15px;
	left: -10px;
	border: none;
}
/* ルビタグ対応 */
rt,rp {vertical-align:bottom;font-size:65%;font-weight:normal;}
/*****************************************************************************/
/* リセット                                                                  */
/*****************************************************************************/
div,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}