@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　ブラウザリセット等　■■■■■■■■*/

* {
	margin: 0;
	padding: 0;
}

.backimg {
	text-indent: -9999px;
	overflow: hidden;
}

a.backroll {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

body {
	font-size: 13px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/bg.png);
	color: #383c3c;
}

* html body { font-size: 82%; } /* IE6 */
*:first-child+html body { font-size: 82%; } /* IE7 */

a { text-decoration: none; }
a img {	border: none; }

address {
	font-style: normal;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■　レイアウト＆共通項目　■■■■■■■■*/

/*■横幅設定*/

#header,
#title,
#menu,
#container,
#footer {
	width: 900px;
	margin: 0 auto;
}

/*■ヘッダー*/

#header_bg {
	width: 100%;
	height: 40px;
	background: url(../images/common/header_menu_bg.png) repeat-x bottom;
	margin-bottom: 6px;
}

#header {
	width: 902px;
}

#header h1 {
	float: left;
	width: 258px;
	height: 40px;
	background: url(../images/common/logo.png) no-repeat;
}

#header ul {
	float: right;
	width: 275px;
	height: 40px;
	list-style: none;
}

#header ul li {
	float: left;
	height: 40px;
}

#header ul li.link {width:116px;background:url(../images/common/link_r.png) no-repeat;}
#header ul li.link a {background:url(../images/common/link.png) no-repeat;}
#header ul li.link a:hover {background:none;}

#header ul li.contact {width:159px;background:url(../images/common/contact_r.png) no-repeat;}
#header ul li.contact a {background:url(../images/common/contact.png) no-repeat;}
#header ul li.contact a:hover {background:none;}

/*■タイトル*/
#title {
	clear: both;
	margin-bottom: 5px;
}

/*■メニュー*/
#menu {
	height: 53px;
	background: url(../images/common/contents_bg_top.png) no-repeat bottom;
}
#menu ul {
	width: 900px;
	height: 40px;
	list-style: none;
}
#menu ul li {
	float: left;
	width: 150px;
	height: 40px;
}

#menu ul li.home {width:142px;background:url(../images/common/home_r.png) no-repeat;}
#menu ul li.home_now {width:142px;background:url(../images/common/home_r.png) no-repeat;}
#menu ul li.home a {background:url(../images/common/home.png) no-repeat;}
#menu ul li.home a:hover {background:none;}

#menu ul li.profile {width:169px;background:url(../images/common/profile_r.png) no-repeat;}
#menu ul li.profile_now {width:169px;background:url(../images/common/profile_r.png) no-repeat;}
#menu ul li.profile a {background:url(../images/common/profile.png) no-repeat;}
#menu ul li.profile a:hover {background:none;}

#menu ul li.works {width:159px;background:url(../images/common/works_r.png) no-repeat;}
#menu ul li.works_now {width:159px;background:url(../images/common/works_r.png) no-repeat;}
#menu ul li.works a {background:url(../images/common/works.png) no-repeat;}
#menu ul li.works a:hover {background:none;}

#menu ul li.songs {width:153px;background:url(../images/common/songs_r.png) no-repeat;}
#menu ul li.songs_now {width:153px;background:url(../images/common/songs_r.png) no-repeat;}
#menu ul li.songs a {background:url(../images/common/songs.png) no-repeat;}
#menu ul li.songs a:hover {background:none;}

#menu ul li.blog {width:139px;background:url(../images/common/blog_r.png) no-repeat;}
#menu ul li.blog_now {width:139px;background:url(../images/common/blog_r.png) no-repeat;}
#menu ul li.blog a {background:url(../images/common/blog.png) no-repeat;}
#menu ul li.blog a:hover {background:none;}

#menu ul li.shop {width:138px;background:url(../images/common/shop_r.png) no-repeat;}
#menu ul li.shop_now {width:138px;background:url(../images/common/shop_r.png) no-repeat;}
#menu ul li.shop a {background:url(../images/common/shop.png) no-repeat;}
#menu ul li.shop a:hover {background:none;}

/*■コンテナ*/

#container {
	clear: both;
	background: url(../images/common/contents_bg_middle.png) repeat-y;
}

/*■フッター*/
#footer {
	clear:both;
	background: url(../images/common/contents_bg_bottom.png) no-repeat top;
	padding-top: 13px;
	margin-bottom: 12px;
	_padding-bottom: 12px;
}

#footer ul#bottom_menu {
	list-style: none;
	float: right;
	width: 670px;
	text-align: right;
}

#footer ul#bottom_menu li {
	display: inline;
	margin-right: 12px;
	padding-right: 12px;
	border-right: solid 1px #a3a3a2;
}

#footer ul#bottom_menu li.end {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#footer ul#bottom_menu li a {
	color: #595857;
}

#footer ul#bottom_menu li a:hover {
	color: #165e83;
	text-decoration: underline;
}

#footer ul#plugin_link {
	list-style: none;
	float: left;
	width: 230px;
}
#footer ul#plugin_link li {
	float: left;
	width: 110px;
	height: 31px;
	margin-right: 3px;
}
#footer ul#plugin_link li.adobe_reader {background:url(../images/common/adobe_reader_r.png) no-repeat;}
#footer ul#plugin_link li.adobe_reader a {background:url(../images/common/adobe_reader.png) no-repeat;}
#footer ul#plugin_link li.adobe_reader a:hover {background:none;}

#footer ul#plugin_link li.adobe_flash {background:url(../images/common/flash_player_r.png) no-repeat;}
#footer ul#plugin_link li.adobe_flash a {background:url(../images/common/flash_player.png) no-repeat;}
#footer ul#plugin_link li.adobe_flash a:hover {background:none;}

#footer p.copyright {
	float: right;
	color: #595857;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■　共通スタイル　■■■■■■■■■■*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.link_style a {
	color: #f08300;
	text-decoration: none;
}

.link_style a:hover {
	color: #165e83;
	text-decoration: underline;
}