* {
	margin: 0px;
	padding: 0px;
}
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(sp/bc_f7f7f7.jpg);
}
body {
	font-weight: normal;
	color: #333333;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}
/*-------- 読み込み中 ---------*/
.loading{
    position:fixed;
    z-index: 10;
	width: 1290px;
    height: 100%;
    display: block;
    background-color:#FFF;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity:0.75;    
}
.loading img {
    display:block;
    margin:auto; 
    margin-top: 300px;     
}
/* ---------------------------*/
.wrapper {
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1290px;
}
.contents {
	width: 410px;
	margin-left: -205px;
	height: 400px;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -140px;
	padding: 0px;
}
.contents ul {

}
.contents li {
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
input {
	width: 400px;
	height: 20px;
}
input[type="image"] {
    width:  98px; 
    height: 30px;
    border:  0;
}
.contents .marginU10 {
	margin-bottom: 10px;
}
.contents .marginU15 {
	margin-bottom: 15px;
}
.contents .marginU30 {
	margin-bottom: 30px;
}
.contents .alignR {
	text-align: right;
	margin-right: 5px;
}
