@charset "utf-8";
* { margin:0; padding:0;}

html, body{
	height: 100%;
	background: #FFFFFF;
}

body{
	font-family: Times, Arial, Helvetica, sans-serif, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',;
	font-size: small;
	line-height: 1.7em;
	background: #FFFFFF;
	color: #333333;
}

#container {
	min-height: 100%;
	height: 100%;
	width: 900px;
	margin: 0 auto 0 0;
	position: relative; 
}

#sidebar {
	float: left;
	left: 0;
	position: absolute;
	width: 80px;
}

#inner {
}

#logo {
	padding-top: 50px;
 	padding-left : 20px;
	
}

#menu {
	padding-top: 20px;
	padding-left : 20px;
	line-height: 4;
	font-size: 14px;	
	
}

#main {
	margin:0 0 -60px 140px;
	height: auto;
	
	
}

#contents {
	width: 820px;
	padding: 30px;
	overflow: hidden; 
}

#footer {
	clear: both;
	margin: 30px 0 30px 80px;
	padding-top: 20px;
	text-align: center;

}

.push {
	height: 30px;
}


.article {
	line-height: 2;
	margin: 0 0 50px 0;	
}


/* for index */

#index_LA {
	
	left: 0px;
	margin: 80px 0 0px 0px;
	width: 650px;
	background: #FFFF99 scroll left top;
	padding: 20px 20px 20px 20px;
}

#index_RA {
	float: right;
	margin: 0 20px 0 600px;
	position: absolute;
	width: 250PX;
	height: 200px;
	background: #669999 scroll;
	opacity: 0.45;
	-moz-opacity: 0.45;
}

/* for about */

#about_LA {
	float: left;
	left: 0;
	position: absolute;
	margin:0 0 0px 140px;
	width: 380px;
	height: auto;
	background: #CCCC99 scroll left top;
	
	padding: 20px;
}

#about_RA {
	float: right;
	height:280px;
	font-size: x-small;
	color: #999999;	
}

#about_RB {
	
	margin: 300px 0 0px 440px;
	width: 380px;
	
	background: #CCFFCC repeat-y;
	
	padding: 45px 20px 20px 20px;
}

/* for release */


.disco {
	width: 500px;
	margin: 0 0 30px 40px;
}

.cover {
	float: left;
}

.disco_description {
	line-height: 1.5;
	margin: 0 0 0 140px;
}

#releases_LA {
	float: left;
	left: 0;
	position: absolute;
	margin:0 0 0px 140px;
	width: 420px;
	height: 280px;
	background: #cccccc scroll left top;
	opacity: 0.75;
	-moz-opacity: 0.75;
	padding: 20px;
}

#releases_RA {
	float: right;
	height:280px;
}

#releases_RB {
	float: right;
	margin: 280px 0 0 0px;
	width: 70%;
	background: #FF9999 scroll;
	opacity: 0.85;
	-moz-opacity: 0.85;
	padding: 90px 20px 20px 20px;
}

/* studio */

#studio_LA {
	float: left;
	left: 0;
	position: absolute;
	margin:0 0 0px 140px;
	width: 360px;
	height: 280px;
	padding: 20px;
}

#studio_RA {
	float: right;
	position: relative;
	height:280px;
}

#studio_RB {
	clear: both;
	margin: 280px 0 20px 0px;
	position: relative;
	width: 50%;
	height: 200px;
	background: #99CC66 scroll;
	opacity: 0.75;
	-moz-opacity: 0.75;
	padding: 20px 20px 20px 20px;
}

table, tr, td {
	table-layout: fixed;
	font-size: small;
	padding: 25px 0 20px 10px;
	
}

/* contact */

#contact_LA {
	float: left;
	left: 0;
	position: absolute;
	margin:0 0 0px 140px;
	width: 250px;
	height: 200px;
	background: #CCCC99 scroll left top;
	opacity: 0.55;
	-moz-opacity: 0.55;
	padding: 20px;
}

#contact_RB {
	float: right;
	margin: 180px 0 0 0px;
	width: 70%;
	height: 250px;
	position: relative;
	background: #006699 repeat-y;
	opacity: 0.75;
	-moz-opacity: 0.75;
	padding: 45px 20px 20px 20px;
}

/* studio and contact */

#container_a {
	overflow: hidden;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 0 -60px 0; 
}

/* text */

p {
	margin-bottom: 20px;
} 

a {
    color: #000000;
    text-decoration: underline;
}

a:hover{
	color: #ed145b;
	position: relative;
}

ul {
   margin: 0 0 20px 0;
   padding: 0px 0px 0px 10px;
   list-style-type: none;
   }

.no_border {
    border-style:none;
}

.no_underline {
	text-decoration: none;
}
