.ds {
	list-style-type: disc;
	list-style-position: inside;
}        /* 黒まる */
.sq {
	list-style-type: square;



	list-style-position: inside;
}      /* 四角 */
.dc {
	list-style-type: decimal;
	list-style-position: inside;
}     /* 数字 */
.nn { list-style-type: none }        /* マークなし */


/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 10px;

}

#productList li {
	width: 188px;
	height: 340px;
	margin: 5px 5px 0 0;
	padding: 2;
	border: 1px solid #CCCCCC;
	float: left;
	list-style-type: none;
}
#productList h1  {
	padding-top: 5px;
	text-align: center;
}

#productList dl {
	font-size: 10px;
	padding: 5;
	text-align: left;
	line-height: 12px;
}
#productList h2 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

#productList dt {
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}

#productList h2 a {
	color: #990000;
	text-decoration: none;
}
#productList h2 a:hover {
	color: #fff;
	background-color: #990000;
}

#productList dd {
	font-size: 9px;
	text-align: left;
	padding-top: 2px;
}

/* 商品一覧（3列）
---------------------------------------------*/
#threeList {
	margin-top: 10px;

}

#threeList li {
	height: 255px;
	width: 255px;
	margin: 5px 5px 0 0;



	padding: 2;
	border: 1px solid #CCCCCC;
	float: left;
	list-style-type: none;
}
#threeList h1  {
	padding-top: 5px;
	text-align: center;

}

#threeList dl {
	font-size: 10px;
	padding: 5;
	text-align: left;
	line-height: 12px;
}
#threeList h2 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

#threeList h2 a {
	color: #990000;

	text-decoration: none;
}
#threeList h2 a:hover {
	color: #fff;
	background-color: #990000;
}
#threeList dt {
	font-size: 10px;
	color: #333333;
	height: 60px;
}

#threeList dd {
	font-size: 9px;
	text-align: left;
	margin-top: 2px;
}

/* 商品一覧（2列）
---------------------------------------------*/
#twoList {
	margin-top: 10px;

}


#twoList li {
	height: 90px;
	width: 390px;
	margin: 3px 0 0 6px;
	float: left;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: none;
}
#twoList h1  {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;

}


#twoList dl {
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
}
#twoList h2 {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 0px;
}

#twoList h2 a {
	color: #990000;
	text-decoration: none;
}
#twoList h2 a:hover {
	color: #fff;
	background-color: #990000;
}
#twoList h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #333333;
}
#twoList dt {
	font-size: 10px;
	text-align: left;
	color: #333333;
	line-height: 12px;
}

#twoList dd {
	font-size: 10px;
	text-align: left;
	color: #333333;
	margin-top: 0px;
}


/* 横一段
---------------------------------------------*/
#mainList {
	margin-bottom: 10px;

}

#mainList li {
	padding: 2;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 5px;
	width: 800px;
	list-style-type: none;

}


#mainList h1  {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 5px;

}

#mainList dl {
	font-size: 12px;
	padding-top: 5px;
	text-align: left;
	line-height: 16px;
}
#mainList h2 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}


#mainList h2 a {

	color: #990000;
	text-decoration: none;
}
#mainList h2 a:hover {
	color: #fff;
	background-color: #990000;
}

#mainList dt {
	font-size: 12px;
	padding-top: 5px;
	text-align: left;
	line-height: 16px;
}

#mainList dd {
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}

/* 横一段（講師紹介）
---------------------------------------------*/
#profileList {
	margin-bottom: 10px;

}

#profileList li {
	font-size: 12px;
	padding: 2;
	border: 1px solid #CCCCCC;
	float: left;
	list-style-type: none;
	margin-top: 10px;
	width: 800px;
}

#profileList h1 {
	font-size: 13px;
	color: #333333;
	margin-left: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-top: 5px;
	padding: 3px;
	font-weight: bold;
}

#profileList h2  {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#profileList dl {
	text-align: left;
	margin-top: 15px;
	line-height: 1.2em;
	font-size: 12px;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
}
#profileList dd {
	float: right;
	width: 655px;



}
.boxG{
	font-size: 10px;
	background-color: #DADADA;
	line-height: 1em;
	margin-top: 5px;
	padding: 3px;
}

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

/* 横一段（アンダーバー）
---------------------------------------------*/
#underList {
	margin-bottom: 5px;
	width: 800px;

}

#underList li {
	font-size: 12px;
	border-bottom-color: #990000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	list-style-type: none;
}
#underList h1  {
	float: left;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#underList h2 {
	font-size: 13px;
	color: #990000;
	margin-left: 15px;
	margin-top: 5px;
}
#underList dl {
	text-align: left;
	margin-top: 0px;
}
#underList dt {
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	line-height: 17px;
	padding-bottom: 5px;
}
#underList dd {
	font-size: 12px;
	color: #003399;
	margin-left: 15px;
	margin-top: 1px;
}
#underList a:link         { color: #990000; text-decoration: none }
#underList a:visited         { color: #990000; text-decoration: none }
#underList a:hover        { color: #ffffff;  background-color: #990000 }
#underList a:active         { color: #990000; text-decoration: none }


#listArrowR {
	padding-bottom: 2px;
	margin-left: 40px;
	margin-right: 20px;
}
#listArrowR li {
	list-style-type: none;
	margin-bottom: 4px;
	padding-top: 5px;
}
#listArrowR a {
	font-size: 12px;
	color: #333333;
	background-image: url(../images/common/arrow_l_red.gif);
	padding-right: 20px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left40 {
	margin-left: 40px;
}
.left60 {
	margin-left: 60px;
}
.left80 {
	margin-left: 80px;
}
