@charset "UTF-8";
/*Basic*/


*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic’, sans-serif" ;
}

body{
	margin: 0px;
	color: #000000;
	padding: 0px;
	background-color: #b79a4f;
	font-size: 90%;
	_font-size: 96%;
	line-height: 150%;
	_line-height: 150%;
	font-weight: normal;
}

*:first-child+html body{
	font-size:95%;
	line-height: 145%;
}

#mainbox{
	width: 65%;
	margin:0 auto;
	padding:2em  5em;
	background-color: #FFF;
}


.artist-Name{
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 90px;
	background-image: url(/network_past/2015th/design/img/25years-logo-s.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.artist-Name h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.artist-Name h1 .artist-ex{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 1.2;
	font-weight: normal;
	color: #999900;
}

.artist-url{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #b79a4f;
	margin:  10px 0px 20px 0px;
	padding: 0px 0px 0px 5px;
}

#honbun{
	margin: 5em 0em;}
	
#honbun .artist-p-face, #honbun .artist-p{
	text-align:center;
	margin: 15px 0px;
}

#honbun .artist-p-face img{
	  max-width: 240px;  
	  max-height:240px;
	  margin: 0px;
}

#honbun .artist-p img{
	  max-width: 200px;  
	  max-height:200px;
	  margin: 0px 15px;
}


#honbun .profile-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height:1;
	font-weight: bold;
	color:#b79a4f;
	margin:  40px 0px 5px 0px;}

#honbun  .profile{
	margin:  0px 0px 10px 0px;
	padding: 0px;
	font-size:0.95em;
	line-height:1.3;}
	


	
/*  table  */
.table-line{
	border: thin solid #CCCC99;
	}


#honbun table {
	margin: 15px 0px;
	padding: 0px ;
	border-collapse: collapse;
	border: none;
	/*border-top: none;
	border-bottom: 1px solid #CCCC99;
	border-left: none;
	border-right: none;*/
}

#honbun table  tr {
	border: none;
	margin: 0px;
	padding: 0px;
}

#honbun table  th{
	text-align: left;
	padding: 1px 7px;
	margin: 0;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	border: none;
	vertical-align: top;
}

#honbun table  th.midashi{
	color: #b79a4f;
	padding: 15px 7px 3px 7px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	}

#honbun table  td{
	padding:1px 7px;
	margin:0;
	text-align: left;
	border: none;
	vertical-align: top;	
}

.close{
	text-align:center;
	margin:  25px 0px 20px 0px;
	padding: 0px;}
	


	
/*common*/
.clear{
	clear: both;
	font-size: xx-small;
	line-height: 100%;
	background-image: none;	
	margin: 0px;
	padding: 0px;
	}
	
.gotoTop{
	font-size:11px;
	text-align: right;
	clear: both;
	margin: 0px 25px 10px 0px;
	border:none;
	background:none;
	}
	
.gotoTop a:link,
.gotoTop a:visited {
	text-decoration: none;
	color: #99CC00;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}


a:link,
a:visited {
	text-decoration: none;
	color: #3366FF;
}

a:active,
a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active img,
a:hover img,
#navi li a:hover {
	filter: alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
}

