@charset "utf-8";

/* ヘッダーとフッター */

/* header */

header{
	width:100%;
	background:#FFFFFF;
}

.top_bar{
	background:#333333;
	width:100%;
	height:2px;
	margin-bottom:20px;
}

#head{
	width:960px;
	margin:0 auto;
}

h1{
	background:url(/images/ponycanyon_logo.jpg) no-repeat;
	width:304px;
	height:37px;
	display:inline-block;
	float:left;
}

#search_area{
	width:656px;
	min-height:40px;
	text-align:right;
	display:inline-block;
	padding-top:5px;
	vertical-align:middle;
}

.textform{
	border:0;
	width:240px;
	line-height:24px;
	height:24px;
	border:#CCCCCC solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.formbtn{
	border:none;
	width:63px;
	padding:3px 0;
	background:#333333;
	font-size:0.9em;
	letter-spacing:0.3em;
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	cursor:pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:0 0 1px 0px #CCCCCC;
	-webkit-box-shadow:0 0 1px 0px #CCCCCC;
	-moz-box-shadow:0 0 1px 0px #CCCCCC;
}

.fixed{
    position: fixed;
    top: 0;
    z-index:10000;
	width:100%;
	background-color:#FFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity:0.95;
	box-shadow:0 0 2px #000000;
	-webkit-box-shadow:0 0 2px #000000;
	-moz-box-shadow:0 0 2px #000000;
}

nav{
	clear:both;
	width:960px;
	height:39px;
	position:relative;
	z-index:50;
	margin:0 auto;
	padding:15px 0;
}

#menu{
	width:960px;
	position:absolute;
}

#menu li{
	float:left;
	margin-right:6px;
	margin-right:5px\9;
	width:187px;
	height:39px;
	box-shadow:0 0 1px 0px #CCCCCC;
	-webkit-box-shadow:0 0 1px 0px #CCCCCC;
	-moz-box-shadow:0 0 1px 0px #CCCCCC;
}

#menu li:not(:target) {
	margin-right:6px\9;
}

#menu li:last-child{
	margin-right:0;
}

.nav{
	width:187px;
	height:39px;
	overflow:hidden;
}

.nav li{
	float:none;
	text-align:center;
	vertical-align:middle;
	background:#333333;
}

.nav li:hover{
	background:#000000;
	cursor:pointer;
}

.nav li:last-child{
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
}

.nav li:first-child{
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.nav li:only-child{
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.menu_music, .menu_visual, .menu_information, .menu_event, .menu_shopping, .menu_cddvd, .menu_dl, .menu_dvdbd, .menu_anime, .menu_shoppingclub, .menu_canime, .menu_welovek, .menu_monocan, .menu_books{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:187px;
	height:39px;
}

.menu_music{
	background:url(/images/menu_music.png) no-repeat center center;
}

.menu_cddvd{
	background:url(/images/menu_cddvd.png) no-repeat center center;
}

.menu_dl{
	background:url(/images/menu_dl.png) no-repeat center center;
}

.menu_visual{
	background:url(/images/menu_visual.png) no-repeat center center;
}

.menu_dvdbd{
	background:url(/images/menu_dvdbd.png) no-repeat center center;
}

.menu_anime{
	background:url(/images/menu_ponican.png) no-repeat center center;
}

.menu_information{
	background:url(/images/menu_information.png) no-repeat center center;
}

.menu_event{
	background:url(/images/menu_event.png) no-repeat center center;
}

.menu_shopping{
	background:url(/images/menu_shopping.png) no-repeat center center;
}

.menu_shoppingclub{
	background:url(/images/menu_shoppingclub.png) no-repeat center center;
}

.menu_canime{
	background:url(/images/menu_canime.png) no-repeat center center;
}

.menu_welovek{
	background:url(/images/menu_welovek.png) no-repeat center center;
}

.menu_monocan{
	background:url(/images/menu_monocan.png) no-repeat center center;
}

.menu_books{
	background:url(/images/menu_books.png) no-repeat center center;
}


/* フッター */

footer{
	width:100%;
	background:#FFF;
}

#foot{
	background:url(/images/footer_logo.jpg) no-repeat right 10px;
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

#information{
	letter-spacing:-0.4em;
	margin-bottom:10px;
}

#information li{
	font-size:12px;
	display:inline-block;
	letter-spacing:normal;
	padding:0 5px;
	border-right:#8a8a8a solid 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

#information li:first-child{
	padding-left:0;
}

#information li:last-child{
	border:none;
}

#information li a{
	text-decoration:none;
	color:#8a8a8a;
}

.copyright{
	font-size:0.85em;
	color:#000000;
	font-family: "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

/* リセット */

h1, h2, h3{
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.nav a{
	text-decoration:none;
	outline:none;
}
