/*--------------------------------------------------------------------
/- file   : style.css
/- admin  : MEGA-D Inc. Katsuya Shibata
/- update : 20060301
/- desc   : WIMM RECORDINGS STYLE css
/--------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:11px;
	line-height:150%;
	color:#66746E;
	margin:0;
	padding:0;
	background:url(../img/bg.gif);
	text-align:center;
}

img {
	border:0;
}

h1{
	display:none;
}

h2{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

h3{
	margin:0;
	padding:0;
}

A:link { 
	color : #990000;
	text-decoration : none;
}
A:visited { 
	color : #990000;
	text-decoration : none;
}
A:active { 
	color : #990000;
	text-decoration : none;
}
A:hover { 
	color : #990000;
	text-decoration : underline;
	}

.right {
	text-align:right;
}

.clear {
	clear:both;
}

div#container {
	width:780px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}

div#containerLine {
	padding: 0px 1px;
	background: #FFFFFF url(../img/bgline.gif) repeat-y center top;
}

div#footer {
	clear:both;
	border-top:#66746E solid 1px;
	padding:0px 6px;
}
div#footer img{
	margin:15px 0 20px 5px;
}


/*------------ TOP PAGE styles ------------*/
#topPage table {
	margin:250px auto 0 auto;

}

#topPage td.l{
	border-top:#E0E3E2 solid 1px;
	border-bottom:#E0E3E2 solid 1px;
	border-left:#E0E3E2 solid 1px;
	background:#FFF;
}

#topPage td.r{
	border-top:#E0E3E2 solid 1px;
	border-right:#E0E3E2 solid 1px;
	border-bottom:#E0E3E2 solid 1px;
	border-left:#E0E3E2 dashed 0px;
	background:#FFF;
	padding:0 18px;
	text-align:left;
}


/*------------ NEWS PAGE styles ------------*/
#newsPage #newsContent {
	background:url(../news/img/bg.gif);
}

#newsPage #latestInfoContent {
	float:left;
	width:468px;
}

#newsPage #latestInfoContent .informationBlock{
	padding:12px 0;
	background:url(../news/img/newsline.gif) right bottom repeat-x;
}

#newsPage #latestInfoContent .informationBlockNoBorder{
	padding:12px 0;
}

#newsPage #latestInfoContent .img{
	float:left;
	padding:0 8px 0 10px;
}

#newsPage #latestInfoContent .textBlock{
	float:left;
	width:310px;
}

#newsPage #latestInfoContent .title{
	float:left;
	color:#E40079;
	margin-bottom:3px;
	font-size:120%;
}

#newsPage #latestInfoContent .update{
	float:right;
	font-size:85%;
}

#newsPage #newReleaseContent {
	float:left;
	background:#DBDFDE;
	padding:0;
}

#newsPage #newReleaseContent .releaseTitle{
	margin:5px 0 5px 0;
	padding:0;
}
#newsPage #newReleaseContent .moreinfo{
	margin: 0 10px 10px 0;
}
#newsPage #newReleaseContent .banner{
	padding:10px 15px;
	background:#EEE;
	margin:0;
	line-height:0;
}


/*------------ ABOUT PAGE styles ------------*/

#aboutPage #aboutContent {
	padding:20px 0 600px 0;
	background:url(../about/img/bg.gif);
}

#aboutPage #logoBlock {
	float:left;
	width:260px;
	text-align:center;
}

#aboutPage #textBlock {
	float:left;
	width:475px;
	margin-left:20px;
}


/*------------ ARTISTS PAGE styles ------------*/

#artistsPage h3 {
	margin-bottom:12px;
}

#artistsPage p {
	margin-bottom:12px;
}

#artistsPage .artistsBlock {
	padding:20px 0;
	background:url(../img/line.gif) bottom repeat-x;
}

#artistsPage .artistsBlockNoBorder {
	padding:20px 0;
}

#artistsPage .img {
	float:left;
	width:210px;
	text-align:center;
}

#artistsPage .textBlock {
	float:left;
	width:540px;
}


/*------------ CATALOG PAGE styles ------------*/

#catalogPage h3 {
	margin-bottom:12px;
}

#catalogPage p {
	margin-bottom:12px;
}

#catalogPage .catalogBlock {
	padding:20px 0;
	background:url(../img/line.gif) bottom repeat-x;
}

#catalogPage table {
	margin-bottom:12px;
}

#catalogPage td {
	padding-right:35px;
	vertical-align:top;
	font-size:75%;
}

#catalogPage .catalogBlockNoBorder {
	padding:20px 0;
}

#catalogPage .img {
	float:left;
	width:210px;
	text-align:center;
}

#catalogPage .textBlock {
	float:left;
	width:540px;
}


/*------------ CONTACT PAGE styles ------------*/

#contactPage h3 {
	margin-bottom:12px;
	font-size:120%;
	font-weight:bold;
}

#contactPage p {
	margin-bottom:12px;
}

#contactPage .img {
	float:left;
	width:400px;
	text-align:center;
	padding-top:20px;
}

#contactPage .textBlock {
	float:left;
	width:350px;
	padding-top:20px;
	padding-bottom:700px;
}
