@charset "euc-jp";


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  ---- Fontsize Base ----  */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*  ---- Fontsize Pattern ----  */
/*
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
*/
/*  ----------  */

strong{
	font-weight:bold;
}

#wrapper{
	text-align:left;
	line-height:1.5;
}


/*  ---- common ----  */
#main-wrapper{
	width: 950px;
}

h1{
	margin-top:15px;
}




/*  ---- table ----  */
.yjc-table{
	margin-top: 15px;
	width: 950px;
}

.yjc-table th{
	font-weight:bold;
	line-height:130%;
	text-align:center;
	border-left: 1px solid #d7e1e2;
}

.yjc-table td{
	padding:10px;
	line-height:130%;
	text-align: center;
	border-right: 1px solid #d7e1e2;
	border-left: 1px solid #d7e1e2;
}

.yjc-table ul li{
	text-align: left;
}

#yjc-table-color01{
	background: #a7d0d4;
}

#yjc-table-color02{
	background: #d7e1e2;
}

#border-none{
	border: none;
}

#yjc-table-color03{
	background: #f0f6f6;
}

.yjc-table li{
	background: url(/images/yjc/lineup/list.gif) no-repeat 0 0.35em;
	padding-left: 1.5em;
}

.yjc-table-list{
	background: #f0f6f6;
}

#yjc-table-listL{
	margin-left: 110px;
}

#yjc-table-listR{
	margin-left: 85px;
}*/

.yjc-table-card{
	margin-bottom: 10px;
}

.yjc-table-last{
	border-bottom: 1px solid #d7e1e2;
}

#lineup-comment{
	margin: 10px auto 30px;
	text-align: center;
}

.text-left {text-align:left;}

.disc {list-style:disc; margin-left:3em;}

#yjc-table-listL{
	margin-left: 110px;
}

/*----------------------  ▼20100308ﾘﾘｰｽへの修正分  ----------------------*/
.yjc-table2{
	margin-top: 15px;
	width: 950px;
}

.yjc-table2 th{
	font-weight:bold;
	line-height:130%;
	text-align:center;
	border-left: 1px solid #d7e1e2;
}

.yjc-table2 td{
	padding:10px 0;
	line-height:130%;
	text-align: center;
	border-right: 1px solid #d7e1e2;
	border-left: 1px solid #d7e1e2;
}

.yjc-table2 li{
	float: left;
	background: url(/images/yjc/lineup/list.gif) no-repeat 7px center;
	padding-left:25px;
}

.yjc-table-list2{
margin:0 auto;
}
/*----------------------  ▲20100308ﾘﾘｰｽへの修正分  ----------------------*/

