@charset "utf-8";
/* CSS Document */


/*　全テンプレート共通　*/

body,p {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}

img {
border:0;
}

body {
font-size: medium;
letter-spacing: 1px;
line-height: 18pt;
}

br {
  letter-spacing: 0;
}

div {
margin:0;
padding:0;
}


table,td,tr {
word-break: break-all;

}



/*　エラーメッセージ用　*/
.errortext {
color:#CC0000;
font-weight:bold;
}

/*　SS用ボーダー　*/

.SSboder {
	border:#CCCCCC 1px solid;
}



/*　テキスト　*/

.smallText {
font-size:70%;
line-height:16pt;
}

.midiamText {
font-size:85%;
line-height:16pt;
}

/*　広告　*/

#leftadv {
width:210px;
height:61px;
margin-bottom:10px;

}

#topadv {
width:300px;
height:250px;

float:right;
display:inline;
}

#headeradv {
width:468px;
height:60px;
float:right;
display:inline;

}

#listadv {
width:468px;
height:60px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:10px;

}

#topTextadv {
	margin-left:auto;
	margin-right:auto;
	background-color: #EEEEEE;
	text-align:center;
	font-size:90%;
	margin: 10px 10px 15px 10px;
}



/*　マージン　*/
.tablemargin5 {
padding-bottom:5px;
}


.tablemargin10 {
padding-bottom:10px;
}

.tablemargin15 {
padding-bottom:15px;
}

.tablemargin20 {
padding-bottom:20px;
}

