@charset "UTF-8";
/* AssetNowVersion: ST1.9.0 Last Up Date: 2009-09-09 DesignVersion: 1.8 */


/*****************************************************************************/
/* リセット                                                                  */
/*****************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript{
	margin:0;
	padding:0;
	
	}



img {
	margin:0px;
	padding:0px;
	border:0;
}


/*float_clear*/
.clear {
	height:0px;
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/*float_clearFix*/
.clr:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clr {
	zoom:100%;
}

.contentBodyEndClear{
	display:none;}


/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
#MinWidthWrapperOut ,#MinWidthWrapperIn,#WrapperOut,#WrapperIn,#ContentWrapper,#MainWrapper  {
  *zoom: 1;
}

/* for ie6/7 */
#MinWidthWrapperOut:after,#MinWidthWrapperIn:after,
#WrapperOut:after,#WrapperIn:after,#ContentWrapper:after,
#MainWrapper:after {
  content: "";
  display: block;
  clear: both;
}




/*****************************************************************************/
/* 共通要素                                                                  */
/*****************************************************************************/
*{font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;}


html {
	overflow-y:scroll;
}


body {
	margin: 0;
	padding: 0;
	position: relative;
	/*IE6*/
	margin-right:1px;
	line-height: 1.3;
	font-size:90%;

/* font-sizeの値によってline-heightの値も変更必須 */
}


/*IE7*/
*:first-child+html body {
	margin-right:1px;
	margin-left:0px;
}

*html body {
	margin-right:1px;
	margin-left:0px;
}



a,
a:link {
	
}

a:visited {
}

a:hover,
a:active {
}

.invisible {
	display: none;
}
.voicenavi {
	position: absolute;
	top: -15px;
	left: -10px;
	border: none;
}
/* ルビタグ対応 */
rt,rp {vertical-align:bottom;font-size:65%;font-weight:normal;}
