@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/seed.css";
@import "/cssm/jpn/common/exmedia.css";
@import "/cssm/jpn/common/enlarge.css";

/* fan */
@import "/cssm/jpn/help/help_whatisfan.css";

/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #d2691e;
}
a:visited {
	color: #d2691e;
}
a:hover {
	color: #37a34a;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #336699;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #336699;
}
.location div {
	background-image: url(/imgm/common/ib/location_bg.png);
}
.location p {
	border-top: 10px solid #336699;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #083169;
	background-image: url(/imgm/common/ib/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #336699;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(51,102,153,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #336699;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #336699;
	border-bottom: 1px solid #336699;
}
#side-left .menu h3 a {
	color: #083169;
	background-image: url(/imgm/common/ib/service_icon.png);
}
#side-left .menu div a {
	background-color: #336699;
}
#side-left .return {
	border-top: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
}
/* =========================================================
common/edit.css
========================================================= */
#edit .confirm .reginfo h4 {
	background-color: #336699;
}
#edit .button .next input[type="submit"] {
	background-color: #336699;
}
/* =========================================================
common/detail.css
========================================================= */
/* -----------------------------------------------
title
----------------------------------------------- */
#detail .title {
	border-top: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#detail .tag a {
	color: #5c89b5;
	border: 1px solid #b5cbd6;
	background-color: #f7f8fa;
}
#detail .tag a:hover {
	color: #37a34a;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#detail .contact {
	border-top: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#detail .footer .return a {
	color: #083169;
	background-image: url(/imgm/common/ib/service_icon.png);
}