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


/* *********************************************************
 *	▼初期設定
 * *********************************************************
 */
body,form,fieldset,table {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,p,ul,ol,dl,dd {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding:0;
	margin:0;
	font-size:12px;
	text-align:center;
	color:#666666;
}

a img {
	border:0;
}

img {
	vertical-align:bottom;
}


/* *********************************************************
 *	▼共通部分
 * *********************************************************
 */
#chronos {
	width:800px;
	margin:0 auto;
	text-align:left;
	line-height:150%;
	background-color:#FFFFFF;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
}

#header {
	width:800px;
	height:80px;
}

#logo {
	float:left;
	margin:15px 0 15px 20px;
}


#signIn {
	float:right;
	margin:15px 10px 15px 0;
}



#footer {
	clear:both;
	width:800px;
}

#copy {
	text-align:right;
	margin:30px 10px 30px 0;
}

.pageTop {
	text-align:right;
	margin:0 30px 10px 0;
}


/* ▼Navi Menu------------------------------------ */

#navi {
	width:800px;
	height:40px;
	clear:both;
}

#navi ul {
	list-style:none;
}

#navi li {
	display:block;
	float:left;
	text-indent:-5000px;
}

/* HOME */ 
#navi #naviHome li a{
	width:200px;
	height:40px;
	display:block;
	background:url(../images/navi.jpg) no-repeat 0 0;
}
#navi #naviHome li a:hover{
	background:url(../images/navi.jpg) no-repeat 0 -40px;
}

/* About us */ 
#navi #naviAbout li a{
	width:200px;
	height:40px;
	display:block;
	background:url(../images/navi.jpg) no-repeat -200px 0;
}
#navi #naviAbout li a:hover{
	background:url(../images/navi.jpg) no-repeat -200px -40px;
}

/* Line Up */ 
#navi #naviLineup li a{
	width:200px;
	height:40px;
	display:block;
	background:url(../images/navi.jpg) no-repeat -400px 0;
}
#navi #naviLineup li a:hover{
	background:url(../images/navi.jpg) no-repeat -400px -40px;
}

/* Pick Up */ 
#navi #naviPickup li a{
	width:200px;
	height:40px;
	display:block;
	background:url(../images/navi.jpg) no-repeat -600px 0;
}
#navi #naviPickup li a:hover{
	background:url(../images/navi.jpg) no-repeat -600px -40px;
}



h1 {
	margin-bottom:20px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#e6aaaf;
	margin-bottom:10px;
	border-bottom:#e6aaaf solid 1px;
}

.right {
	text-align:right;
}
