@charset "utf-8";

/*=======================================================*/
/* globalMenu */
/*=======================================================*/
ul#globalMenu li#nav_top a{
	background-position:left bottom;
}
/*=======================================================*/
/* #flashArea */
/*=======================================================*/
#flashArea{
	background:url(../images/img_flashbg.gif) no-repeat 0 1px;
	margin:36px 0 20px 0;
	height:251px;
}


/*=======================================================*/
/* コンテンツ部分で共通で仕様（TOPのみ） */
/*=======================================================*/

.title{
	padding:9px 0 8px 32px;
	line-height:1;
	color:#FFF;
}


/*=======================================================*/
/* #categoryLinkArea */
/*=======================================================*/
#categoryLinkArea{
	padding:10px 0 10px;
	margin-bottom:20px;
	background:#FFF;
/*ドロップシャドウ*/
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
/*角丸*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

/* For modern browsers */
#categoryLinkArea:before,
#categoryLinkArea:after {
    content:"";
    display:table;
}
 
#categoryLinkArea:after {
    clear:both;
}


/*.categorybox*/
#categoryLinkArea div.categorybox{
	float:left;
	padding:0 9px;
	width:317px;
	border-left:1px solid #9f8261;
/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}
#categoryLinkArea div.categorybox:first-child{
	border-left:none;
	padding:0 9px 0;
}
/* For modern browsers */
.categorybox:before,
.categorybox:after {
    content:"";
    display:table;
}
 
.categorybox:after {
    clear:both;
}	

.categorybox img{
	float:left;
}

.categorybox dl{
	width:200px;
	float:right;
}
.categorybox dt{
	padding:4px 0 10px 34px;
	line-height:1;
	font-size:108%;
}
.categorybox dt a{
	text-decoration:none;
}
.categorybox dt a:hover{
	text-decoration:underline;
}
.public dt{
	border-bottom:1px dotted #1273b0;
	background:url(../cmn_img/icon_public.gif) no-repeat 6px 0;
}
.public dt a{
		color:#1273b0;
}
.collection dt{
	border-bottom:1px dotted #4f1b9c;
	background:url(../cmn_img/icon_collection.gif) no-repeat 6px 0;
}
.collection dt a{
		color:#4f1b9c;
}
.performing dt{
	border-bottom:1px dotted #3e801d;
	background:url(../cmn_img/icon_performing.gif) no-repeat 6px 0;
}
.performing dt a{
		color:#3e801d;
}
.categorybox dd{
	padding:14px 0 0 14px;
	font-size:76%;
	line-height:1.4;
}



/*=======================================================*/
/* #leftcolumn */
/*=======================================================*/
#leftcolumn{
	float:left;
	width:690px;
	padding-bottom:70px;
}

/*=======================================================*/
/* #newsArea */
/*=======================================================*/
#infoArea{
	background:#FFF;
	margin-bottom:12px;
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}

#infoArea P.title{
	background:url(../images/ttl_infobg.gif) no-repeat;
}
#infoArea ul {
	padding:0 10px 10px 10px;
	font-size:76%;
	
}
#infoArea li {
	padding:12px 0 9px 0;
	border-bottom:1px dotted #676767;
	line-height:1.4;
}

/*=======================================================*/
/* #newsArea */
/*=======================================================*/
#newsArea{
	background:#FFF;
	margin-bottom:12px;
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}

#newsArea P.title{
	background:url(../images/ttl_newsbg.gif) no-repeat;
}
#newsArea ul {
	padding:0 10px 10px 10px;
	font-size:76%;
	
}
#newsArea li {
	padding:12px 0 9px 0;
	border-bottom:1px dotted #676767;
	line-height:1.4;
}

#newsArea li span {
	display:inline-block;
	width:110px;
	padding-left:10px;
	text-indent:0;
}

#newsArea li a{
	color:#4c4c4c;
	text-decoration:none;
}

#newsArea li a:hover{
	color:#C00;
	text-decoration:underline;
}


/*=======================================================*/
/* #linkArea */
/*=======================================================*/
#linkArea{
	background:#cdcdcd;
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}

#linkArea P.title{
	background:url(../images/ttl_linkbg.gif) no-repeat;
}

#linkArea P.title span {
	display:inline-block;
	padding-left:10px;
	font-size:65%;
	vertical-align:middle;
	*padding-bottom:5px;
}

#linkArea ul{
	padding:9px 0 9px 9px;
/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

/* For modern browsers */
#linkArea ul:before,
#linkArea ul:after {
    content:"";
    display:table;
}
 
#linkArea ul:after {
    clear:both;
}
#linkArea li {
	float:left;
	padding-right:6px;
}


/*=======================================================*/
/* #rightcolumn */
/*=======================================================*/
#rightcolumn{
	float:right;
	width:300px;
	padding-bottom:70px;
}
/*=======================================================*/
/* #bnrArea */
/*=======================================================*/
#bnrArea{
	background:#FFF;
	padding:10px;
	margin-bottom:12px;
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}

/*=======================================================*/
/* #rankingArea */
/*=======================================================*/
#rankingArea{
	background:#FFF;
	margin-bottom:12px;
	-webkit-box-shadow: #d2c9bc 0 1px 1px 0;
	-moz-box-shadow: #d2c9bc 0 1px 1px 0;
	box-shadow: #d2c9bc 0 1px 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}
#rankingArea P.title{
	background:url(../images/ttl_rankingbg.gif) no-repeat;
}


#rankingArea ol {
	padding:0 10px 10px 10px;
	font-size:76%;
}
#rankingArea li {
	padding:12px 0 0;
	line-height:1.4;
/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

/* For modern browsers */
#rankingArea li:before,
#rankingArea li:after {
    content:"";
    display:table;
}
 
#rankingArea li:after {
    clear:both;
}

#rankingArea li span {
	width:50px;
	padding-right:5px;
	display:inline-block;
	float:left;
	text-align:center;
}


#rankingArea li a{
	float:left;
	width:225px;
	color:#4c4c4c;
	text-decoration:none;
}

#rankingArea li a:hover{
	color:#C00;
	text-decoration:underline;
}

/*=======================================================*/
/* footer */
/*=======================================================*/
/*TOPのみにあるjasracバナーの部分*/
#jasrac{
	font-size:50%;
	text-align:center;
	color:#FFF;
	line-height:1.4;
}
