@charset "utf-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
    padding: 0;
    vertical-align: baseline;
}

table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}


a{
	border:none;
}

.clear{
	clear: both;
}

body {
	/*
	font-size:13px;
	*font-size:small;
    *font:x-small;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6",arial,helvetica,clean,sans-serif;
	*/
}

div {
    font-size:inherit;
    font:100%;
}

.text8 { font-size:59%; }
.text9 { font-size:65%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



#contents #wrap {
	display: block;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	width: 918px;
}

/* ローディング */
#myloader {
    width:31px;
    height:31px;
    display:none;
	position:absolute;
	margin-left:445px;
	margin-top:255px;
    z-index:100;
}

#myfade {
    width:100%;
    height:100%;
    display:none;
    background-color:#FFFFFF;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}

/* 非表示エレメント */
#contents #wrap .off{
	display:none;
}

/* firefox用 */
#contents img {
    box-shadow: #000 0 0 0;
}

img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}


/* エレメント */

#contents #wrap .myelement{
	position:absolute;
	padding: 0px;
}

#contents #mymain .myelement2{
	position:relative;
	display:inline;
	float:left;
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 918px;
	height: auto;
}



/* コンテンツ全体 */

#contents #mymain{
	position:relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow:hidden;
	float:left;
	clear:both;
	width: 918px;
	height: auto;
}


/* メニューボタン */

/**/
#mymenubt li.act img {
	visibility: hidden;
}


#mymenubt{
	position: absolute;
	display: block;
	top: 427px;
	left: 453px;
	padding: 0px;
	width: 444px;
	height: 92px;
	list-style: none;
}

#mymenubt li{
	position: absolute;
	display: block;
	margin-top:0px;
	padding: 0px;
    width: 444px;
	height: 92px;
}

#mymenubt .bt1{
	margin-left:0px;;
}
#mymenubt .bt2{
	margin-left:452px;
}

















/*
+ClearFix[common]
############################################################ */
.flearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* WinIE7 only */
*:first-child+html .flearFix {
  display: inline-block;
}
/* end WinIE7 only*/

/* WinIE6 and below */
/*\*/
* html .flearFix {
  height:1%;
}
/* end WinIE6 and below*/

/* Mac IE*/
/*\*//*/
#xxxxxx {
	display: inline-table;
}
/* end Mac IE*/
