@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:180%;
	color:#FFF;
}

#container {
	position:relative;
	overflow:hidden;
}

#navi {
	height:43px;
	background-image:url(../images/navi_bgd.png);
    position: fixed !important;  
    position: absolute;
	width:100%;
	margin:0 auto;
}

#navi ul {list-style:none; padding-top:6px;}
#navi li {display:inline;}

#header {
	height:225px;
	background-color:#ffffff;
}

#header img {
	padding-top:65px;
}

#page {
	height:43px;
	background-color:#000C63;
	border-bottom:3px #ffffff solid;
}

#page img {
	padding-top:13px;
}

#main {
	background-color:#2D2727;
}

.sns {
	position:absolute;
	width:75px;;
	top:300px;
	left:94%;
}

.contents {
	width:753px;
	margin:auto;
}

#foot_logo {
	height:124px;
	background-color:#ffffff;
}

#foot_logo img {
	padding-top:42px;
}

#footer {
	height:469px;
	background-color:#000C63;
}

#footer p {
	padding-top:20px;
	font-size:10px;
}

/*artist*/
.artist_sns { position:relative; height:27px; margin-top:3px; }
.artist_sns_site { position:absolute; top:4px; }
.artist_sns_tw { position:absolute; left:144px; }
.artist_sns_ms { position:absolute; left:189px; }
.artist_sns_fb { position:absolute; left:234px; }

/*contact*/
.contents_contact {
	width:750px;
	margin:auto;
}

table.contact_form {
  font-size:14px;
  font-weight:bold;
}

table.contact_check {
  font-size:14px;
  font-weight:bold;
}

table.contact_form td {
	vertical-align:top;
	padding: 8px 0;
}

/*about*/
.about {
	padding-top:60px;
	padding-bottom:240px;
	font-weight:bold;
}