@charset "utf-8";
/* CSS Document */


body {
	background: #ffff00 url(../images/common/body_bg.jpg) repeat-x left top;
	color: #251201;
}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

	body {
		width: 1300px;
		font-size: 1.2em;
	}



/* header */

		body div#header {
			width: 1000px;
			height: 122px;
			background: url(../images/common/header.jpg) no-repeat 0 0;
			position: relative;
					margin-left: 50px;
		}
			body div#header h1 {
	width: 646px;
	height: 122px;
	position: absolute;
	top: 5px;
	left: 0px;
			}
				body div#header h1 a {
					height: 79px;
					display: block;
					text-indent: -9876px;
					overflow: hidden;
				}
			body div#header address {
				display: none;
			}



/* gnavi */

div#gnavi{padding-top:10px;	margin-left: 50px;}

		body ul#gnavi {
			width: 850px;
			height: 21px;
			padding-top: 1px;
		}
			body ul#gnavi li {
				height: 21px;
				float: left;
				text-indent: -9876px;
			}
				body ul#gnavi li a {
					display: block;
					height: 21px;
					text-indent: -9876px;
					overflow: hidden;
				}


			 ul#gnavi li.top a {background: url(../images/common/gnavi/top.jpg) no-repeat;width:44px;}
				 ul#gnavi li.top a:hover {background: url(../images/common/gnavi/top-on.jpg) no-repeat;width:44px;}
				
				 ul#gnavi li.blog a {background: url(../images/common/gnavi/ki15blog.jpg) no-repeat;width:84px;}
				 ul#gnavi li.blog a:hover {background: url(../images/common/gnavi/ki15blog-on.jpg) no-repeat;width:84px;}


				 ul#gnavi li.gigs a {background: url(../images/common/gnavi/gigs.jpg) no-repeat;width:46px;}
				 ul#gnavi li.gigs a:hover {background: url(../images/common/gnavi/gigs-on.jpg) no-repeat;width:46px;}
				
				 ul#gnavi li.gnavi02 a {background: url(../images/common/gnavi/news.jpg) no-repeat;width:52px;}
				
				 ul#gnavi li.gnavi03 a {background: url(../images/common/gnavi/music.jpg) no-repeat;width:57px;}
				
				 ul#gnavi li.gnavi04 a {background: url(../images/common/gnavi/disc.jpg) no-repeat;width:42px;}
				 ul#gnavi li.gnavi04 a:hover {background: url(../images/common/gnavi/disc-on.jpg) no-repeat;width:42px;}
								
				 ul#gnavi li.gnavi05 a {background: url(../images/common/gnavi/interview.jpg) no-repeat;width:85px;}
				
				 ul#gnavi li.gnavi06 a {background: url(../images/common/gnavi/15thcont.jpg) no-repeat;width:118px;}

				 ul#gnavi li.gnavi07 a {background: url(../images/common/gnavi/mess.jpg) no-repeat;width:134px;}
				 ul#gnavi li.gnavi07 a:hover {background: url(../images/common/gnavi/mess-on.jpg) no-repeat;width:134px;}			
				


/* wrapper */

		body div#wrapper {
	width: 1200px;
	margin-top:30px;
		}
			body div#wrapper div#main_contents {
	width: 553px;
			}
				body div#wrapper div#main_contents div.page_title {
					width: 650px;
					margin: 0 auto 20px;
				}





/* footer */

	body div#footer {
	width: 100%;
	height: 121px;
	text-align: center;
	padding-top: 40px;
	color: #CCCCCC;
	}