@charset "utf-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 Author : AbleMarketing
 created: 2012/01/06
	updated: 

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/





/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 margin set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

p {
	margin:0 0 1.5em 0;
}

table {
	margin:0 0 1.5em 0;
}

ul {
	margin:0 0 1.5em 0;
	padding:0;
}

ol {
	margin:0 0 1.5em 1.8em;
	padding:0;
}

img {
	vertical-align:bottom;
}

a {
	color:#372f2f;
}
a:hover,
a:active {
	text-decoration:none;
}

.mr0 {
	margin-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mb22 {
	margin-bottom: 22px !important;
}

.mb28 {
	margin-bottom: 28px !important;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 border set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.border_orange {
	border: solid 1px #f18b00;
}

.border_red {
	border: solid 1px #b41b3c;
}

.border_blue {
	border: solid 1px #0078ba;
}

.border_green {
	border: solid 1px #688728;
}

.borderbottom_orange {
	border-bottom: solid 3px #ffb054;
}

.borderbottom_green {
	border-bottom: solid 3px #a9cf52;
}

.borderleft_orange {
	border-left: solid 5px #ffba00;
}

.borderleft_purple {
	border-left: solid 5px #8e6cbd;
}

.borderleft_red {
	border-left: solid 5px #ff2d00;
}

.borderleft_green {
	border-left: solid 5px #5b973f;
}

.borderleft_blue {
	border-left: solid 5px #40a4db;
}

.borderleft_gray {
	border-left: solid 5px #555555;
}

.borderleft_navy {
	border-left: solid 5px #456d90;
}

.borderleft_lightgreen {
	border-left: solid 5px #9ece59;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 bgcolor set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.bg_orange {
	background-color: #ffeca8;
}

.bg_red {
	background-color: #ffdac6;
}

.bg_blue {
	background-color: #bae2ed;
}

.bg_green {
	background-color: #c4dfa7;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 fontsize set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 fontcolor set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.fc_pink {
	color: #f97fa7 !important;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 fontweight set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.fw_bold {
	font-weight: bold;
}

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 textalign set

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.ta_right {
	text-align: right !important;
}

.ta_left {
	text-align: left !important;
}

.ta_center {
	text-align: center !important;
}

.va-middle {
	vertical-align: middle !important;
}


/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 base style

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
html{}
body {
	min-width: 1024px;
	width: auto;
	margin: 0;
	background: #fff;
	color: #231815;
	line-height: 1.6em;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 site common settings

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

.container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}




/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 Header

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

div#header {
	height: 178px;
	margin: 0 0 84px 0;
}

div#header div.container {
	height: 178px;
}

div#header div.headerBase {
	position: absolute;
	top: 80px;
	left: 0;
	width: 705px;
	height: 58px;
	margin: 0;
	padding: 12px 0 0 153px;
	background: #fff;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

div#header div.headerBase h1 {
	height: 27px;
	margin: 0 0 8px 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#header div.headerBase h1 span {
	visibility: hidden;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 GlobalNavigation

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

div#header ul#gnav {
	margin: 0;
}

div#header ul#gnav li {
	float: left;
	margin: 0 20px 0 0;
}

div#header ul#gnav li a {
	display: block;
	height: 16px;
	background-image: url(../images/common/gnav.png);
}

div#header ul#gnav li a span {
	visibility: hidden;
}

div#header ul#gnav li.btnTop a {
	width: 27px;
	background-position: 0 0;
}
div#header ul#gnav li.btnTop a:hover,
div#header ul#gnav li.btnTop a.current {
	background-position: 0 -16px;
}
div#header ul#gnav li.btnInformation a {
	width: 90px;
	background-position: -51px 0;
}
div#header ul#gnav li.btnInformation a:hover,
div#header ul#gnav li.btnInformation a.current {
	background-position: -51px -16px;
}
div#header ul#gnav li.btnProfile a {
	width: 49px;
	background-position: -161px 0;
}
div#header ul#gnav li.btnProfile a:hover,
div#header ul#gnav li.btnProfile a.current {
	background-position: -161px -16px;
}
div#header ul#gnav li.btnDiscography a {
	width: 92px;
	background-position: -227px 0;
}
div#header ul#gnav li.btnDiscography a:hover,
div#header ul#gnav li.btnDiscography a.current {
	background-position: -227px -16px;
}
div#header ul#gnav li.btnSchedule a {
	width: 64px;
	background-position: -339px 0;
}
div#header ul#gnav li.btnSchedule a:hover,
div#header ul#gnav li.btnSchedule a.current {
	background-position: -339px -16px;
}
div#header ul#gnav li.btnReport a {
	width: 100px;
	background-position: -421px 0;
}
div#header ul#gnav li.btnReport a:hover,
div#header ul#gnav li.btnReport a.current {
	background-position: -421px -16px;
}
div#header ul#gnav li.btnBlog a {
	width: 34px;
	background-position: -542px 0;
}
div#header ul#gnav li.btnBlog a:hover,
div#header ul#gnav li.btnBlog a.current {
	background-position: -542px -16px;
}
div#header ul#gnav li.btnContact a {
	width: 81px;
	background-position: -599px 0;
}
div#header ul#gnav li.btnContact a:hover,
div#header ul#gnav li.btnContact a.current {
	background-position: -599px -16px;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 Contents

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

div#contents {
	margin: 0 0 30px 0;
}

div#contents div.container {
	width: 724px;
}

div#contents a {
	color: #e4007f;
}
div#contents a:hover {
	text-decoration: underline;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 BackToPageTop

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

div.bpt {
	margin: 0 0 4px 0;
}

div.bpt div.container {
	width: 724px;
}

div.bpt p {
	margin: 0;
	text-align: right;
}

div.bpt p a {
	display: inline-block;
	width: 60px;
	height: 12px;
	margin: 0 3px 0 0;
	background: url(../images/common/btn_bpt.gif) no-repeat 0 0;
}

div.bpt p a span {
	visibility: hidden;
}



/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

 Footer

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

div#footer {
	margin: 0;
}

div#footer div.container {
	width: 724px;
	padding: 11px 0;
	border-top: solid 1px #bfbfbf;
}

div#footer p {
	width: 303px;
	height: 12px;
	margin: 0;
	background: url(../images/common/footer.gif) no-repeat 0 0;
}
div#footer p span {
	visibility: hidden;
}
