@charset "utf-8";
/*下層ページ共通*/
/*------------------------------*/


/*２カラム用レイアウト*/
/*------------------------------*/
#categoryMenu {
	float: left;
	width: 190px;
	margin:10px 0 2em;
}
#contents {
	float: right;
	width: 660px;
	margin:15px 0 2em;
}

/*カテゴリー別メニュー基礎*/
/*------------------------------*/
#categoryMenu dl.menu {
	background-image: url(../img/category_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
}
#categoryMenu .menu dt {
	background-repeat: no-repeat;
	height: 49px;
}
#categoryMenu .menu dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:49px;
}
#categoryMenu .menu dd {
	background-repeat: repeat-y;
	background-image: url(../img/category_menu_back.gif);
}
#categoryMenu .menu dd a {
	display:block;
	width:147px;/*ボタン幅(180px) - (左パディング(30px) + 右パディング(12px))*/
	margin: 0 auto;
	border-top: 1px none #999999;
	background-image: url(../img/category_menu_button.gif);
	text-decoration:none;
	padding: 0.5em 12px 0.5em 20px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #A51518;
	border-left: 1px solid #999999;
}
#categoryMenu .menu dd a:link,
#categoryMenu .menu dd a:visited {
	color:#FFFFFF;
	background-position: 0px center;
	font-size: 11px;
	_font-size: 75%;
}
#categoryMenu .menu dd a:hover {
	color:#FFCC99;
	background-position: 180px center;
}
/*subメニュ*/
#categoryMenu .menu dd.menuSub a {
	background-image: url(../img/category_menu_button_sub.gif);
	
}
#categoryMenu .menu dd.menuSub a:link,
#categoryMenu .menu dd.menuSub a:visited {
	
	font-size: 10px;
	_font-size: 75%;
}

/*メニューの中のバナ*/

#categoryMenu .menu dd.menuBannerZone a,
#categoryMenu .menu dd.menuBannerZone a:link,
#categoryMenu .menu dd.menuBannerZone a:visited,
#categoryMenu .menu dd.menuBannerZone a:hover {
	display:block;
	width:180px;
	margin: 0px auto;
	padding:15px 0px 0px 0px;
	text-decoration:none;
	background-image:none;
	border:none;
}
/**/

#trustE {
	background-image: url(../img/banner_trust-e.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 116px;
	margin: 2em auto;
	overflow: hidden;
}
#champ {
	background-image: url(../../event/da-dance/img/bnr_m_champ090513.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 53px;
	width: 192px;
	margin: 2em auto;
	overflow: hidden;	
}
/*For Common Design*/
.boxNormal {
	border: 1px solid #CCCCCC;
	padding: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.lineNomal {
	background-image: url(../img/lineNormal.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	_font-size: 110%;
	line-height: 140%;
	color: #A28042;
}
h3 {
	font-size: 15px;
	_font-size: 130%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	_font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 10px;
}
h5 {
	font-size: 10px;
	_font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 7px;
}
/*TXT*/
.txtSmall {
	font-size: 10px;
	_font-size: 70%;
	line-height: 180%;
}
.txtMidium {
	font-size: 14px;
	_font-size: 100%;
	line-height: 180%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.img-space {
	padding: 10px 0px;
}
.imgSpaceTop {
	padding: 10px 0px;
}
.imgSpaceUnder {
	padding: 0px 0px 10px 0px;
}
.imgSpaceLeft {
	padding: 0px 0px 0px 10px;
}
.imgSpaceRight {
	padding: 0px 10px 0px 0px;
}
/*Color*/
.colorOrange {
	color: #FF6600;
}
.colorRed {
	color: #FF0000;
}
.colorBlack {
	color: #000000;
}
.colorWhite {
	color: #FFFFFF;
}
.colorGreen {
	color: #009900;
}
.colorGold {
	color: #A37823;
}
.colorYellow {
	color:#FFFF00;
}


/* table-style */

table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;


}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	font-size:10px;
	color:#333333;

}
.tableGray th {
	background-color:#EDEDED;
	color:#333333;
}
.tableGray td {
	color:#666666;
}
/**/
.pageToplinks,
.pageRighlinks {
	text-align: right;
	margin: 0px 0px;
	padding: 20px 0px 10px 0px;
	font-size: 11px;
	_font-size: 75%;
}
.pageToplinks a:hover,
.pageRighlinks a:hover {
	text-decoration:underline;
}
.pageToplinks a {
	background-image: url(../img/linicontop.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: 2px;
}
.pageRighlinks a {
	background-image: url(../img/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
	text-decoration: none;
	
}
.midashiBox {
	background-image: url(../img/common_bar_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #AE1619;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.midashiBoxGold {
	background-image: url(../img/common_bar_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #BEA36A;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #A37823;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.midashiBox2 {
	background-image: url(../img/midashi2_bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.pageRead {
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.boxGrayWeight {
	padding: 15px;
	border: 3px solid #E7E7E7;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	width: auto;
	zoom:1;/*IE6*/
}
.spaceLine {
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.btnimgbox a img {
	border: solid 4px #ccc;
	padding: 2px;
	margin-bottom: 5px;
}
.btnimgbox a:hover img {
	border-color: #666666;
}
.btnimgbox a:hover {  /* for IE6 */
	border: none;
}
.pageLinkBox {
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
.pageLinkBox ul {
	float: left;
	width: 280px;
}
.pageLinkBox a {
	background-image: url(../img/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
}
.pageLinkBox li {
	margin-bottom: 5px;
}
.marginLeft1 {
	margin-left: 20px;
}#contentFull {
	margin-top: 15px;
}
.pageLink a {
	background-image: url(../img/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.listNormal {
	margin: 0px;
	padding: 0px;
}
.listNormal li {
	list-style-type: disc;
	margin-left: 40px;
}
.olNormal {
	margin-left: 30px;
}
.olNormal li {
	list-style-type: decimal;
}
.boxGoldWeight {
	padding: 15px;
	border: 3px solid #BEA36A;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}