body{
	background-image: url('images/background_red.gif');
	background-attachment: fixed;
	text-align: center;
	margin: 0px auto;
	font-size: 13px;
}

body div {
	text-align: center;
	margin: 0 auto;
}
p{
	padding: 0;
	margin: 0;
}
td{
	font-size: 14px;
	line-height: 180%;
}

/*************************** DIV ***********************************/
div.main{
	background-image: url('images/background_main.gif');
	width: 850px;
}
div.header{
	background-image: url('images/background_header.gif');
	background-repeat: no-repeat;
	width: 850px;
	height: 95px;
	text-align: center
}
div.navimenu{
	background-image: url('images/background_navimenu_blank02.jpg');
	background-repeat: no-repeat;
	width: 850px;
	height: 86px;
	text-align: centerl;
}
div.navi_text{
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
div.footer{
	background-image: url('images/background_footer.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 850px;
	height: 85px;
	text-align: center;
	line-height: 180%;
	font-size: 12px;
}
/* information */
div.info{
	background-color: #F9F9F9;
	width: 200px;
	height: 500px;
	border: 1px solid #E9E9E9;
	overflow: scroll;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
}
#title{
	border-bottom: 1px dotted #EFCDCD;
	font-weight: bold;
	font-size: 13px;
	color: #A52A2A;
}

/* pankuzu */
div.pankuzu{
	width: 790px;
	text-align: left;
	font-size: 11px;
	color: #555555;
	margin-bottom: 20px;
}


/*************************** TABLE ***********************************/
table.main{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted silver;
}
td.main_left{
	width: 230px;
	border-right: 1px dotted silver;
	font-size: 13px;
	line-height: 180%;
}
td.main_right{
	font-size: 15px;
	line-height: 180%;
	padding-left: 10px;
}
table.eigyo{
	border:1px black solid;
	font-size: 16px;
	line-height: 22px;
}
td.eigyo_midashi{
	background-image: url('images/background_blue02.gif'); 
	color: white;
	padding: 5px;
	font-size: 13px;
	text-align: center
}
td.eigyo_title{
	background-color: #DEF2F4;
	border-right: 5px solid #60C2CB;
	border-left: 5px solid #60C2CB;
	padding: 5px;
}
td.eigyo_text{
	padding: 5px;
}
table.default{
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	padding: 5px;
}

/* artist */
table.artist{
	width: 100%;
	font-size: 14px;
	line-height: 180%;
	padding: 5px;
}
td.artist{
	font-size: 14px;
	line-height: 180%;
	border-right: 1px dotted silver;
}

table.artist02{
	width: 500px;
	font-size: 14px;
	line-height: 180%; 
}
td.artist02{
	font-size: 14px;
	line-height: 180%;
	border-bottom: 1px dotted silver;
	padding: 3px;
	text-align:center;
}


/*************************** FONT ***********************************/
h1{
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
h2{
	background-image: url(images/artist/background_title.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 18px;
	line-height: 50px;
}


p.title{
	background-image: url('images/icon_yellow.gif');
	background-repeat: no-repeat;
	border-bottom: 1px dotted maroon;
	padding-left: 60px;
	padding-top: 9px;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0px;
}
p.title_name{
	border-bottom: 1px dotted #EFCDCD;
	font-weight: bold;
	font-size: 13px;
	color: #A52A2A;
}
font.title02{
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid orange;
}
p.red{
	font-size: 17px;
	font-weight: bold;
	color: Maroon;
}
p.text01{
	font-size: 15px;
	line-height: 180%;
	background-color: #FAFAD2;
	border: 1px solid #D2691E;
	padding: 5px;
	margin: 0px;
}
strong{
	font-weight: normal;
}
p.12px{
	font-size: 12px;
}