* { margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6,p,address { font-size: 100%; font-weight: normal; font-style: normal; } 


body {
	font-size: 91.6%;
	line-height: 100%;
	background: url(../common/back.jpg);
}

td {
	font-size: 83.3%;
	color: #353a2e;
	line-height: 100%;
}

.linetop {
	margin: 10px 0px 0px 0px;
	width: 900px;
	height: 13px;
	background: url(../common/line_top.jpg) no-repeat;
	text-indent: -9999px;
}

.linetop2 {
	margin: 10px 0px 0px 0px;
}

.linemain {
	background: url(../common/line_main.jpg) repeat-y;
}

.linebottom {
	margin: 0px 0px 8px 0px;
	width: 900px;
	height: 27px;
	background: url(../common/line_bottom.jpg) no-repeat;
	text-indent: -9999px;
}

/* フォント関係 */
.blue {
	font-weight: bold;
	color: #1e50a2;
}
.red {
	font-weight: bold;
	color: #e60012;
}

.table01 {
	margin: 0px 0px 0px 24px;
}

.table02 {
	margin: 0px 0px 0px 20px;
}

.copytext {
	font-size: 83.3%;
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}


/* ------------------------------ */



/* go to top */
.gotoptable {
	margin: 5px 0px 0px 605px;
}

ul#gotop {
    list-style:none;
    margin: 10px 0px 0px 0px;
    padding:0;
    width:100%;
}
ul#gotop li{
    list-style:none;
    float:left;
    width:92px;
}
ul#gotop a{
    display:block;
    width:92px;
    height:15px;
    background-image:url(http://www.moteryman-stage.com/common/go_to_top.jpg);
}
ul#gotop a span{
    display:none;
}

a.gotop2 {
    background-position:0px 0px;
}
a:hover.gotop2 {
    background-position:0px -15px;
}

/* Under部分 */
.undertable {
	margin: 0px 0px 10px 0px;
}
.fbbutton {
	padding: 0px 5px 0px 0px;
}

/* 未訪問 */
a:link {
	color: #ff8c00;
	text-decoration: none;
}
/* 訪問済み */
a:visited {
	color: #ff8c00;
	text-decoration: none;
}
/* カーソルが上に乗った状態 */
a:hover {
	color: #c71585;
	text-decoration: underline;
}