/* 全体的なルール*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: #40474f;	
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	background: #f8f8ff;
}

ul {
	list-style: disc;
}

p {
	margin: 5px 0px;
	letter-spacing: 1px;
}


/* リンク全般 */
a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

a:link {
	color: #5f9ea0;
}

a:visited {
	color: #788273;
}

a:hover {
	color: #b0e0e6;
}

a:active {
	color: #00c0c0;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ヘッダー */

div#header {
	height: 165px;
	width: 1024px;
	margin: 5px auto 15px;
	background: #f8f8ff url(../../images/frame/logo_bg.png) no-repeat;
}

h1#logo {
	height: 84px;
	width: 940px;
	padding: 40px 42px 41px;
}

/* メインメニュー */

div#mainmenu {
	height: 28px;
	margin-bottom: 15px;
	position: relative;
}

ul#mainmenu {
	width: 679px;
	margin: 0px auto;
	list-style: none;
}

ul#mainmenu li {
	list-style: none;
	float: left;
	width: 87px;
	padding: 0px 5px;
}
ul#mainmenu a {
	display: block;
	width: 87px;
	height: 28px;
}

ul#mainmenu a span {
	display: none;
} 

a.profile {
	background-image: url(../../images/frame/profile.png);
}
a:hover.profile {
	background-image: url(../../images/frame/profile2.png);
}

a.discography {
	background-image: url(../../images/frame/discography.png);
}
a:hover.discography {
	background-image: url(../../images/frame/discography2.png);
}

a.works {
	background-image: url(../../images/frame/works.png);
}
a:hover.works {
	background-image: url(../../images/frame/works2.png);
}

a.live {
	background-image: url(../../images/frame/live.png);
}
a:hover.live {
	background-image: url(../../images/frame/live2.png);
}

a.activity {
	background-image: url(../../images/frame/activity.png);
}
a:hover.activity {
	background-image: url(../../images/frame/activity2.png);
}

a.blog {
	background-image: url(../../images/frame/blog.png);
}
a:hover.blog {
	background-image: url(../../images/frame/blog2.png);
}

a.contact {
	background-image: url(../../images/frame/contact.png);
}
a:hover.contact {
	background-image: url(../../images/frame/contact2.png);
}

/* メインコンテンツ */

div#contentspage_header {
	padding-top: 12px;
	background: #f8f8ff url(../../images/frame/carea_h.png) no-repeat top;
}

div#contentspage_inner {
	background: #f8f8ff url(../../images/frame/carea_c.png) repeat-y;
}

div#contentspage_footer {
	width: 1024px;
	padding-bottom: 16px;
	margin: 0px auto 10px;
	background: #f8f8ff url(../../images/frame/carea_f.png) no-repeat bottom;
}

div#contentspage {
	width: 1024px;
	padding: 0px 14px;
	font-size: 0.8em;
}

h2 {
	margin-bottom: 10px;
}

div.maincontents {
	width: 996px;
	margin: 0px 12px 50px;
	position: relative;
}

div.subcontents_left {
	width: 650px;
	padding: 0px;
	margin: 0px 21px 50px 0px;
	position: relative;
	float: left;
}

div.subcontents_right {
	width: 325px;
	padding: 0px;
	margin-bottom: 50px;
	position: relative;
	float: left;
}

div.post {
	margin-bottom: 30px;
	clear: both;
}

h3.article_title {
	width: 640px;
	height: 17px;
	letter-spacing: 1px;
	padding: 3px 0px 0px 35px;
	background: #fff url(../../images/pages/subtitlebar.png) no-repeat;
	font-weight: normal;
}

h3.information_title {
	width: 640px;
	height: 23px;
	letter-spacing: 1px;
	padding-top: 4px;
	background: #fff url(../../images/pages/titlebar.png) no-repeat;
}

div.info_date {
	width: 130px;
	color: #fff;
	float: left;
	padding-right:10px;
	text-align:right;
	font-weight: normal;
}

div.info_title {
	width: 500px;
	float: left;
	text-align:right;
}

div.info_article {
	width: 640px;
	margin: 10px 0px 0px;
	text-align: right;
	clear: left;
}

div.info_article a{
	font-weight: bold;
}

div.article {
	margin: 10px 35px 0px;
}

div.article a{
	font-weight: bold;
}

div.music_topleft {
	width: 500px;
	margin-right: 20px;
	float: left;
}

div.music_left {
	width: 400px;
	float: left;
}

div.music_photo {
	padding: 0px 100px 10px 50px;
}

div.music_explanation {
	
}

div.music_right {
	float: left;
}

div.music_right dl{
	font-size: 1.05em;
	font-weight: normal;
	padding-bottom: 20px;
}

div.music_right dt{
	padding-bottom: 5px;
}

div.music_right dd{
	
}

div.clear {
	clear: both;
}

/* フッター */

div#link_button {
	text-align: right;
	clear: left;
}

div#copyright {
	width: 341px;
	margin: 15px auto 0px;
}

div#footer {
	height: 18px;
	width: 1024px;
	margin: 0px auto;
}

/* 各ボタン用 */

div.g-plusone {
	width: 64px;
}

.twitter-share-button{
	width: 90px !important;
} 

/* ページング */

p.loading{
	text-align:center;
	margin:10px;
}
ul.pager{
	padding:10px;
}
ul.pager li{
	display:inline;
}
ul.pager li a{
	margin:2px;
	text-decoration:none;
}
ul.pager li a.selected{
	
}