@charset "UTF-8";

/*-----------------------
formatting style
-------------------------*/
* {
	font-style: normal;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
html {
    height:100%;
}
body {
	height:100%;
	font-family: sans-serif;
	font-size: 75%;
	color: #000;
	list-style: none;
	text-align: center;
	background-color: #FBFBFB;
	background-image: url(imgs/bg_1.png);
	background-repeat: repeat;
}
img {
	border: none;
}

/*-----------------------
link style
-------------------------*/
a:link {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #000;
	outline: none;
}
img a{
   outline: none;
}

/*-----------------------
basic layout
-------------------------*/

#wrapper {
	height:auto;
	background-color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	width: 1000px;
}
#main {
	background-color: #FFF;
	height: auto;
	color: #000;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
}
#content {
	background-color: #FFF;
	height: auto;
	color: #000;
	margin-top: 0px;
	width: 980px;
	margin-left: 10px;
}
#cont_left{
	width:500px;
	float: left;
}
#cont_right{
	width:480px;
	float: left;
}
#s_cont{
	width:500px;
	height:600px;
}
#s_cont_left{
	width:250px;
	height:600px;
	float:left;
}
#s_cont_right{
	width:250px;
	height:600px;
	float:right;
}
/*-----------------------
header style
-------------------------*/
#header {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #000;
}

#header ul {
	background-color: #FFF;
	height: 50px;
	width: 1000px;
	clear:both;
}

#header li {
	float: left;
	height: 50px;
	width: 200px;
	margin-left: 0px;
	list-style: none;
	text-align: center;
}

#header #GL-nav li a{
	display:block;
	height: 50px;
	width: 200px;
}

#header #GL_nav01 a{
	background-image: url(imgs/GL/GL1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav02 a{
	background-image: url(imgs/GL/GL2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav03 a{
	background-image: url(imgs/GL/GL3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav04 a{
	background-image: url(imgs/GL/GL4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav05 a{
	background-image: url(imgs/GL/GL5.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header li a:hover{
	background-position: 0 -50px;
}
#header img{
    margin-top:20px;
    margin-bottom:10px;
    margin-left:20px;
    width:280px;
    float:left;
}
#header p{
    margin-top:20px;
    margin-right:20px;
}

/*-----------------------
footer style
-------------------------*/
#footer_h {
	height:35px;
	clear: both;
	background-color: #FFF;
	font-size: 90%;
	width: 980px;
	margin-left: 10px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	height:35px;
	clear: both;
	background-color: #FFF;
	font-size: 90%;
	background-image: url(imgs/footer.png);
	width: 980px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#footer li {
	list-style: none;
	float: left;
	width: 140px;
	margin-top: 15px;
}

#footer p {
	float: right;
}

#footer li a{
	color: #000;
}

#footer ul {
	margin-left: 10px;
}
#footer p {
	margin-right: 10px;
	margin-top: 15px;
	color: #000;
}
#footer_h li {
	list-style: none;
	float: left;
	width: 140px;
	margin-top: 15px;
}
#footer_h li a{
	color: #000;
}
#footer_h ul {
	margin-left: 10px;
}
#footer_h p {
	margin-right: 10px;
	margin-top: 15px;
	color: #000;
	float: right;
}

/*-----------------------
#top_home
-------------------------*/
#index #studio {
	/*height: 380px;*/
	width: 500px;
	text-align: left;
}
#index #studio_title {
	height: 20px;
}
#index #news {
	height: 660px;
	width: 480px;
	text-align: left;
	background-color: #66ff66;
}
#index #news_title {
	height: 20px;
}
#index #news_list {
	height: 600px;
}
#index #news a:hover {
	color:#ff3399;
}
#index #news a:link{
	color:#000;
}
#index #news_bottom {
	height: 30px;
	width:450px;
	margin-top:10px;
	color: #000;
	margin-left: 10px;
	margin-right: 20px;
}
#index #news_bottom p a{
	text-decoration:underline;
	color:#000;
}
#index #blog_update{
	background-color:#FFFF33;
	height: 600px;
	width: 250px;
	color: #000;
}
#index #blog_update a:hover{
	color: #33ccff;
}
#index #blog_list{
	margin-left:20px;
	list-style-type: none;
	margin-top: 20px;
	line-height: 1.7em;
	font-size: 100%;
	color: #000;
}
#index #blog_list li{
	margin-top:15px;
}
#index #blog_list li a{
	text-decoration: underline;
	color: #000;
}
#index #artist{
	background-color:#33ccff;
	height: 350px;
	width: 250px;
}
#index #artist_list{
	margin-left:15px;
	list-style-type: none;
	margin-top: 20px;
	line-height: 3em;
	color: #FFF;
	font-size: 100%;
}
#index #artist_list a{
	color: #FFF;
	font-size: 100%;
    font-weight: bold;
}
#index #artist_list a:hover{
	color: #FFFF33;
}
#index #about{
	background-color:#ff3399;
	height: 250px;
	width: 250px;
}
#index #about #about_detail{
	height: 140px;
	width: 210px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 20px;
}
#index #about #about_cont{
	height: 40px;
	width: 210px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 20px;	
}
#index #about #about_detail p{
	font-size:100%;
	color: #000;
	line-height: 1.7em;
}
#index #about #about_detail p a{
	text-decoration: underline;
	color: #000;
}
#index #about #about_cont p{
	font-size:90%;
	color: #000;
	line-height: 1.4em;
}
#index #link{
	height: 320px;
	width: 480px;
}
#index #news_table{
	margin-top:10px;
	margin-left:5px;
}
#index #news_table tr{
	line-height:1.7em;
	color: #000;
}
#index #news_table td{
	text-align:left;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: lighter;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
}
#index #news_table td a{
	color: #000;
}
#index #news_table td a:hover{
	color: #ff3399;
}
#index #news_archive_table{
	margin-top:50px;
	margin-left:50px;
}
#index #news_archive_table tr{
	line-height:1.3em;
	color: #000;
}
#index #news_archive_table td{
	text-align:left;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: lighter;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000;
}
#index #news_archive_table td a{
	color: #000;
}
/*-----------------------
#top_sub
-------------------------*/
#content #main02 {
	width: 755px;
	height: auto;
	float: left;
}
#content #sidebar {
	width: 205px;
	float: right;
	height: auto;
	margin-left: 20px;
	margin-top: 50px;
}
#content #sidebar_about {
	width: 280px;
	float: right;
	height: auto;
	margin-left: 20px;
	margin-right: 50px;
	margin-top: 50px;
}
#paging {
	width: 980px;
	height:80px;
	float:left;
}
#content #sidebar #side_list{
	color:#000;
	list-style-type: none;
	line-height: 3em;
}
#content #sidebar #side_list li a{
	padding-left:10px;
	text-decoration: underline;
}
#content #sidebar #side_list li a:hover{
	color:#0099FF;
}
#content #about_single{
   width:500px;
   margin-top:50px;
   margin-left:50px;
}
#content #about_single{
   line-height:1.7em;
}
#contact{
   margin-top:50px;
   margin-left:50px;
}
#link_list {
	list-style-type: none;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	line-height: 2em;
}
#link_list a:hover{
	background-color:#FFFF33;
}
#artist_line {
	width: 980px;
	height: 250px;
	margin-top: 50px;
}
#artist_bottom {
	width: 980px;
	height: 250px;
	margin-top: 20px;
}
/*-----------------------
 class
-------------------------*/
.article{
	width:675px;
	height:auto;
	margin-top:50px;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.article_title{
	margin-bottom:40px;
}
.article_title h1{
	color:#000;
	font-size:200%;
}
.article_title h1 a:link{
	color:#000;
}
.article_title h1 a:hover{
	color:#0099FF;
}
.article_title h1 a:visited{
	color:#000;
}
.article p{
    line-height:2.0em;
}
.banner{
	width:240px;
	height:95px;
}
.bannerbox{
	width:480px;
	height:95px;
}
.bannerbox_left{
	width:240px;
	height:95px;
	float: left;
}
.bannerbox_right{
	width:240px;
	height:95px;
	float: right;
}
.date{
    font-size:75%;
}
.artist_box {
	height: 250px;
	width: 190px;
	float: left;
	margin-right: 27px;
	margin-left: 27px;
}
.artist_img {
	height: 100px;
	width: 150px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.artist_name {
	width: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.artist_name p {
	line-height:2em
}
p.page-list {
	text-align : center;
	color:#FFF;
}
p.page-list a {
	text-align : center;
	color:#66ff66;
}
p.page-list span {
	border : 1px solid #999999;
	padding : 2px 5px;
	background-color:#000;
	color:#FFF;
}
.green_label{
   background-color:#66ff66;
   line-height:1.7em;
   padding-left:10px;
   margin-bottom:20px;
}
.link_title{
   font-weight:bold;
   font-size:120%;
}
