@charset "utf-8";
/*
-----------------------------------------------

update:2009/2/21
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main
		: sub
		: footer
	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#999;
	font-size:100%;
}

p,li,dt,dd{line-height:1.7;}
th,td{ line-height:1.8; text-align:left; font-weight:normal; vertical-align:top;}
img{border-width:0px; vertical-align:bottom;}

a{
	outline:none;
	text-decoration: underline;
	color:#fff;
}
a:hover{}

option{padding-right:10px;}


/* ie6-png */


* html .png{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
* html .png-repeat{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

.png-img{ behavior: expression(IEPNGFIX.fix(this));}


/* 2: layout
----------------------------------------------- */

body{
	font-family: Verdana,Arial,Helvetica,"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	text-align:center;
	color:#fff;
	background:url(../img/layout/body.jpg) top no-repeat #000;
	font-size: 75%; /* IE */
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

#container{
	margin:0px auto;
	text-align:left;
	width:951px;
	padding-bottom:20px;
}

#header{
	position:relative;
	height:120px;
	width:951px;
}


#contents{
	display: inline-block;
	width:940px;
	padding-bottom:30px;
}

#contents:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

#main,
#sub{
	display:inline;
}

#main{
	width:692px;
	float: left;
}

#sub{
	width:233px;
	float: right;
}

#footer{
	position:relative;
	width:940px;
	border-top-width:1px;
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo{
	position:absolute;
	top:0px;
	left:0px;
}

#logo a{
	display:block;
	text-indent:-9000px;
	width:166px;
	height:92px;
	background-image:url(../img/layout/logo.jpg);
}

/* navi */

#navi{
	width:670px;
	height:75px;
	background-image:url(../img/layout/navi.jpg);
	position: absolute;
	bottom:0px;
	right:-5px;
	display: inline-block;
}

.news-p #navi{background-position:0px -75px;}
#menu-p #navi{background-position:0px -150px;}
#party-p #navi{background-position:0px -225px;}
.blog-p #navi{background-position:0px -300px;}
#access-p #navi{background-position:0px -375px;}

#navi:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

#navi li{
	float: left;
	display:inline;
}

#navi a{
	display:block;
	text-indent:-9000px;
	height:60px;
	background-image:url(../img/parts/empty.gif);
}

#n1 a{ width:99px; margin-left:15px;}
#n2 a{ width:97px;}
#n3 a{ width:101px;}
#n4 a{ width:147px;}
#n5 a{ width:91px;}
#n6 a{ width:107px;}



/*
===== main =====
*/

.h1{margin-bottom:42px;}

#main-area{
	border-top-width:1px;
	padding-top:20px;
}

.h2{
	font-size:20px;
	border-bottom-width:1px;
	padding-left:6px;
}

.inner{
	width:675px;
	margin-left:6px;
	display: inline-block;
	line-height:1.7;
}

.inner:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


.p{margin-bottom:15px;}

.block{margin-bottom:15px;}

.pagetop{
	text-align:right;
	margin:15px 0;
}

.pagetop a{
	padding-left:10px;
	background:url(../img/common/pagetop.jpg) left no-repeat;
}

.keyword{
	display:block;
	position:absolute;
	left:-9000px;
}

/* case */

.case{display: inline-block; width:675px;}
.case:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}
.case .left{float:left; display:inline;}
.case .right{float:right; display:inline;}



/*
===== sub =====
*/

#sub-navi{
	background-image:url(../img/layout/sub.jpg);
	width:233px;
	height:113px;
	margin-bottom:25px;
}

#sub-navi li{
	padding-bottom:5px;
	padding-left:9px;
}
#sn1{padding-top:10px;}

#sub-navi a{
	background-image:url(../img/parts/empty.gif);
	display:block;
	width:217px;
	height:44px;
	text-indent:-9000px;
}


/*
===== footer =====
*/

.add{
	background:url(../img/layout/footer-logo.jpg) left no-repeat;
	padding:10px 0 10px 150px;
	min-height:40px;
	_height:40px;
	border-bottom-width:1px;
	margin-bottom:10px;
}

#footer ul{
	position:relative;
	z-index:2;
}


#footer li{
	display:inline;
}

#footer #copyright{
	text-align:right;
	margin-top:-1.7em;
	position:relative;
	z-index:1;
}


