@charset "EUC-JP";

/***********************************************
 file name: comics_common.css
 auth level: 1
 last updated:20090521
************************************************/


/*行間調節用*/
.s110 {line-height: 110%;}
.s115 {line-height: 115%;}
.s130 {line-height: 130%;}
.s150 {line-height: 150%;}


/* common */
h1 {
	margin: 0;
	color: #000000;
	font-size: larger;
	font-weight: bold;
}

h2 {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 0;
	color: #000000
	font-size: 13px;
}

strong {
	margin: 0;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}


/* セット一覧 */
table.set td{
	background-image: url(../selection/set/back.gif);
	background-repeat: no-repeat;
}
table.set a:link img{
	border: 1px #C9C9C9 solid;
}

/*	EMG
--------------------------------------------*/
.emg{
padding:10px 0 0;
text-align:center;
}

.emg table{
margin-right:auto;
margin-left:auto;
text-align:center;
}

/*	LREC
--------------------------------------------*/
.adLREC{
width:300px;
}


/*	半角を改行させる
--------------------------------------------*/
.wbr {
clear: both;
width: 0px;
height: 1px;
margin-top: -1px;
white-space: nowrap;
float: left;
display: block;
}

