@charset "utf-8";



/*--------------------------------------------------------------------*/
/*--common--*/
* {
	margin:0;
	padding:0;
}
html, body {
	font-size:100%;
}
h1, h2, h3, h4, h5, h6,
div, blockquote,  pre,
ul, ol, li,
dl, dt, dd,
table, caption, th, td, hr {
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

form, input, button, select, option, textarea, label {
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}



/*--------------------------------------------------------------------*/
/*--default--*/
html {
	scrollbar-face-color:#D1CAB5;
	scrollbar-highlight-color:#D1CAB5;
	scrollbar-shadow-color:#AFA58E;
	scrollbar-track-color:#AFA58E;
	scrollbar-arrow-color:#403934;
	scrollbar-base-color:#D1CAB5;
	scrollbar-3dlight-color:#AFA58E;
	scrollbar-darkshadow-color:#AFA58E;
}

body {
	text-align:center;
	color:#484340;
	background:#b9baab url("./img/bg01.gif") top left repeat;
	font-size:small;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height:150%;
	scrollbar-face-color:#D1CAB5;
	scrollbar-highlight-color:#D1CAB5;
	scrollbar-shadow-color:#AFA58E;
	scrollbar-track-color:#AFA58E;
	scrollbar-arrow-color:#403934;
	scrollbar-base-color:#D1CAB5;
	scrollbar-3dlight-color:#AFA58E;
	scrollbar-darkshadow-color:#AFA58E;
}

a {
	color:#637a06;
	text-decoration:underline;
}
a:visited {
	color:#637a06;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color:#637a06;
	text-decoration:underline;
}

br {letter-spacing:0;}
hr {display:none;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align:bottom;
}
img {
	border:0px;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:small;
}
ul {
	padding-left:16px;
	list-style-type:disc;
}


/*--general--*/
.x-small{
	font-family:"Verdana","Helvetica","Arial","ＭＳ ゴシック",sans-serif;
	font-size:10px;						/*for IE5*/
	voice-family:"\"}\"";				/*BoxModelHack*/
	voice-family:inherit;				/*BoxModelHack*/
	font-size:x-small;					/*for IE6*/
}
html>body .x-small {
	font-size:x-small;					/*for other*/
}

.clearfix:after {						/*for other*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}		/*for IE7&MacIE5 / IE-5-6*/
/* exlude MacIE5 \*/
* html .clearfix {height:1%}
.clearfix {display:block;}
/* end MacIE5 */

.ltsp1 {letter-spacing:1px;}

.toukaku {font-family:monospace;}

.txtR {
	text-align:right;
}
.txtL {
	text-align:left;
}
.txtC {
	text-align:center;
}
.vtop {
	vertical-align:top;
}

label {
	cursor:pointer;
	padding:0 2px;
}
.imgL {
	margin:0px 8px 4px 0px;
	border:1px solid #A09687;
}
.imgR {
	margin:0px 0px 4px 6px;
	border:1px solid #A09687;
	float:right;
}
.imgC {
	border:1px solid #A09687;
}
textarea {
	font-size:small;
}
.form{
	background-color:transparent;
	border:1px solid #C2B9A0;
	padding:2px;
}
.form:focus {
	background-color:#FAF9F7;
}

.submit{
	border:1px solid #F4F3EF;
	background-color:#637a06;
	padding:2px;
	font-weight:bold;
	color:#F4F3EF;
	cursor:pointer;
}

.fontNormal {
	font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif;
	line-height:140%;
}



/*--先読み画像--*/
#preLoad {
	display:none;
	visibility:hidden;
}




/*--------------------------------------------------------------------*/
/*--全体--*/
#allContent {
	background:#F4F3EF url("./img/bg02.gif") bottom left repeat-y;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border-left:1px solid #494952;
	border-right:1px solid #494952;
	width:910px;						/*IE5用*/
	voice-family:"\"}\"";				/*BoxModelHack*/
	voice-family:inherit;				/*BoxModelHack*/
	width:908px;						/*IE6用 760-2*/
}
html>body #allContent {
	width:908px;						/*Opera用*/
}




/*--------------------------------------------------------------------*/
/*--ヘッダ--*/
#header {
	width:908px;
	height:80px;
	background:#E1DCD3 url("./img/header_bg.jpg") top left repeat;
}
#headerLogo {
	margin:10px 0 0 34px;
}



/*--------------------------------------------------------------------*/
/*--メイン枠--*/
#mainContent {
	width:908px;
	background:transparent url("./img/bg03.gif") bottom left no-repeat;
}



/*--左menu--*/
#sideMenu {
	padding:46px 0px 0px 13px;
	background:transparent url("./img/side_top.gif") top left no-repeat;
	float:left;
	width:120px;						/*IE5用*/
	voice-family:"\"}\"";				/*BoxModelHack*/
	voice-family:inherit;				/*BoxModelHack*/
	width:107px;						/*IE6用 120-13*/
}
html>body #sideMenu {
	width:107px;						/*Opera用*/
}

#sideMenu .menuImg {
	margin-bottom:3px;
}

.sideMenuUl {
	list-style:none;
	padding-left:0px;
}
.sideMenuUl li a {
	padding-left:17px;
	height:20px;
	display:block;
	line-height:20px;
	color:#637a06;
	text-decoration:none;
}
.sideMenuUl li a:hover {
	background:transparent url("./img/m_on.gif") center left no-repeat;
	color:#990000;
	text-decoration:underline;
}
.sideMenuUl li.on {
	background:transparent url("./img/m_in.gif") center left no-repeat;
}


/*--------------------------------------------------------------------*/
/*--メイン--*/
#mainBody {
	float:right;
	padding:0px 28px 38px 18px;
	width:788px;						/*IE5用*/
	voice-family:"\"}\"";				/*BoxModelHack*/
	voice-family:inherit;				/*BoxModelHack*/
	width:742px;						/*IE6用 638-28-18*/
}
html>body #mainBody {
	width:742px;						/*Opera用*/
}

#mainBody h2 {
	margin-left:-18px;
}

#mainBody .h2sub {
	font-weight:bold;
	text-align:right;
	color:#A09687;
	margin-top:-19px;
}
.entryBody h3 {
	margin:0px 0px 12px 0px;
	padding:16px 0px 6px 0px;
	font-weight:bold;
	font-size:1.3em;
	line-height:120%;
	color:#231815;
	border-bottom:1px dotted #C2B9A0;
}
.entryBody h3 a {
	color:#231815;
	text-decoration:none;
}
.entryBody h3 a:visited {
	color:#231815;
	text-decoration:none;
}
.entryBody h3 a:hover {
	color:#990000;
	text-decoration:underline;
}
.entryBody h3 a:active {
	color:#637a06;
	text-decoration:underline;
}

.entryBody h4 {
	margin:0px 0px 8px 0px;
	padding:2px 0px 2px 6px;
	border-left:4px solid #C2B9A0;
	color:#8A8275;
	font-weight:bold;
	line-height:120%;
	font-size:110%;
}

.entryBody h5 {
	margin:0px 0px 8px 0px;
	padding:1px 0px 1px 6px;
	border-left:4px solid #C2B9A0;
	color:#8A8275;
	font-weight:bold;
	line-height:120%;
}
.entryBody h6 {
	margin:0px 0px 4px 0px;
	padding:0;
	color:#000000;
	font-weight:bold;
	line-height:120%;
}

.entryBody blockquote {
	background:#EAE7DF;
	margin:8px 8px 8px 8px;
	padding:4px 4px 4px 6px;
	border-left:2px solid #C2B9A0;
}

.div1 {
	margin:0px 12px 0px 12px;
}

.entryBody p {
}

.entryBody ul {
	margin:0px 0px 10px 6px;
	list-style-type:disc;
}
.entryBody .linkUl {
	color:#C2B9A0;
}
.entryBody .worksUl {
}
.entryBody .worksUl li {
	margin-bottom:10px;
}

.entryBody ol {
	margin:-1px 0px 0px 32px;
	list-style-type:decimal;
}
.entryBody table {
	margin:0px 0px 10px 0px;
}

.entryBody .line1 {
	margin:24px -12px 12px -12px;
	border-bottom:1px dotted #C2B9A0;
}

.iconSnd {
	margin:0px 4px 0px 0px;
	vertical-align:middle;
}

.iconArrow1 {
	margin:0px 2px 0px 0px;
	vertical-align:text-bottom;
}

.iconArrow2 {
	margin:0px 4px 0px 0px;
	vertical-align:middle;
}

.iconArrowJ {
	margin:0px 4px 0px 0px;
	padding-bottom:7px;
	vertical-align:middle;
}

.artistTd {
	padding:0px 0px 18px 0px;
}
.artistName {
	border-bottom:1px solid #C2B9A0;
	margin-bottom:4px;
}

.pvDiv1 {
	width:121px;
	margin-bottom:6px;
	background:transparent url("./img/arrow_dot.gif") center right no-repeat;
	float:left
}


.mailTh {
	background:transparent url("./img/arrow_dot.gif") center right no-repeat;
	padding:0px 14px 0px 0px;
	border-bottom:1px solid #C2B9A0;
	text-align:right;
	font-weight:normal;
	width:120px;						/*IE5用*/
	voice-family:"\"}\"";				/*BoxModelHack*/
	voice-family:inherit;				/*BoxModelHack*/
	width:108px;						/*IE6用 130-6-6*/
}
html>body .mailTh {
	width:108px;						/*Opera用*/
}
.mailTd {
	padding:2px 0px 2px 2px;
	border-bottom:1px solid #C2B9A0;
}
.mailTdSubmit {
	padding:4px 0px 4px 6px;
	text-align:right;
}


.liveNew {
	margin:16px 12px 16px 12px;
	padding:14px 0px 14px 0px;
	text-align:center;
	border:1px solid #C2B9A0;
}


/*--blog用--*/
.entryFooter {
	text-align:right;
	font-size:x-small;
	font-family:"Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","Osaka",sans-serif;
	clear:both;
}

.entryFooter2 {
	margin:-12px 0px 14px 0px;
	text-align:right;
	font-size:x-small;
	font-family:"Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","Osaka",sans-serif;
}

#leftNavi {
	margin:4px 4px 20px 0px;
	font-size:x-small;
	line-height:150%;
}

#leftNavi dl {
	padding:16px 0px 0px 0px;
}
#leftNavi dt {
	background:transparent url("./img/navi_bg.gif") bottom left no-repeat;
	padding:0px 0px 2px 16px;
	font-weight:bold;
	color:#8C806C;
}
#leftNavi dd ul {
	margin:0 0 0 -1px;
	color:#8C806C;
	list-style-type:none;
	list-style-image:url("./img/navi_dot.gif");
}
#leftNavi dd li {
	color:#8C806C;
	padding:1px 0;
}



/*--------------------------------------------------------------------*/
/*--フッタ--*/
#footer {
	background:transparent url("./img/footer.gif") bottom left no-repeat;
	width:908px;
	border-bottom:1px solid #78787F;
	clear:both;
	height:40px;
}

#footer p {
	text-indent:-99999px;
	font-size:10px;
	visibility:hidden;
}

#powered {
	color:#8C7E68;
	padding:20px 0px 0px 31px;
	line-height:120%;
}

#powered a {
	color:#8C7E68;
	text-decoration:none;
}
#powered a:hover {
	color:#990000;
	text-decoration:underline;
}


/*--Infoseek Analyzer--*/
#acc{
	display:none;
}
