@charset "UTF-8";

/*
common.css
共通パーツ用CSSライブラリ
*/

/*---- 1.COMMON ----*/
a:link {	color:#12375C; text-decoration: underline;}
a:visited {	color:#12375C;text-decoration: underline;}
a:hover {	color:#FF9F00; text-decoration: none;}
a:active {	text-decoration: none;}

br.h5 { line-height: 5px;}
br.h10 { line-height: 10px;}
br.h15 { line-height: 15px;}
br.h20 { line-height: 20px;}
br.h25 { line-height: 25px;}
br.h30 { line-height: 30px;}
br.h35 { line-height: 35px;}
br.h40 { line-height: 40px;}
br.h50 { line-height: 50px;}

br.clear_noie, 
div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

br.clear_all {
	clear: both;
	line-height: 0px;
}

.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}


/*---- 基本レイアウト ----*/


body {
	margin: 0;
	background-color: #FFFFFF;
	color: #555555;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 8pt;
	color: #000000;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}

img {
	border: 0;
}

/* header */
#header {
display: none;
}
/* global navigation */
ul#navigation {
display: none;
}

/* 通常ページ breadlist */
#breadlist {
display: none;
}


/* 通常ページ main */
#main {
margin: 0 auto 0 auto;
width: 800px;
}

#main #contentHeader{
margin: 0;
margin-bottom: 12px;
}

#main #contentContainer{
font-size: 100%;
}

#main #content{
margin: 0;
width: 585px;
float: right;
}

/* 通常ページ 左カラムなし */
#main #contentfull	{
	margin:	0;
	width:	800px;
}


/* 通常ページ footer */
#footer {
display: none;
}


/*-------*/
div.headright ul,
div.gopagetop,
div.sideprof table td.proflastrow{
display: none;
}

div.headkdash	{
	content:url("/profile/imgs/kdashback.gif");
}

div.headcreative	{
	content:url("/profile/imgs/creativeback.gif");
}

div.headoursongs	{
	content:url("/profile/imgs/oursongsback.gif");
}

div.headstage	{
	content:url("/profile/imgs/stageback.gif");
}

div.headtanabe	{
	content:url("/profile/imgs/tanabeback.gif");
}

div.sideprof {
margin-bottom: 5em;
}


