@Charaset "EUC-JP";

/***************************************************

	Japanese-Mask.com | 石津玉仙工房
	スタイルシート

	■このスタイルシートは下記に適用されています。
	└index.html

***************************************************/

/*-----------------------------------基本設定-----*/

body, h1, h2, h3, h4, h5, h6, h7, ul, li, p {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000000;
}

hr {
	display: none;
}

li {
	list-style: none;
}

img {
	border: none;
}

#container {
	width: 750px;
	margin: 30px auto 0;
	text-align: left;
}

/*
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 600px;
	text-align: left;
	margin: -300px 0 0 -375px;
}
*/

/*-------------------------------ヘッダー設定-----*/

#header {
	width: 750px;
	height: 70px;
	background: #262626;
}

#header h1 {
	width: 201px;
	height: 57px;
	margin: 30px 10px 0;
	padding: 5px 0 0;
	background: url(../img/index/header_logo.gif) left bottom no-repeat;
	text-indent: -9999px;
	line-height: 0;
}

/*-------------------------キービジュアル設定-----*/

/*
#keyVisual .n01 {	display: none;}
*/

/*--------------サイドナビ,グローバルナビ設定-----*/

#container li {
	position: absolute;
	left: 7px;
}

#sideNavi {
	float: left;
	position: relative;
	width: 257px;
	height: 145px;
	background: url(../img/index/navi_bg.gif) no-repeat;
}

#globalNavi {
	float: right;
	position: relative;
	width: 493px;
	height: 145px;
	background: url(../img/index/g_navi_bg.gif) no-repeat;
}

.navi .n01 {	top: 8px	}
.navi .n02 {	top: 31px	}
.navi .n03 {	top: 54px	}
.navi .n04 {	top: 76px	}
.navi .n05 {	top: 99px	}
.navi .n06 {	top: 121px	}

/*-------------------------------フッター設定-----*/

#footer {
	clear: both;
	width: 750px;
	height: ;
	background: #262626;
}

#footer p {
	color: #FFFFFF;
	padding: 40px 0 0 7px;
}

/*-------------------------------banner設定-----*/

#banner h3 {
	display: inline;
}

#lineup {
	clear: both;
	width: 750px;
	align:center;
	background: #212121;
	padding:7px 0 10px 0;
}
#lineup h2.title {
	width: 132px;
	height: 15px;
	background: url(../img/index/lineup.jpg) no-repeat;
	text-indent: -9999px;
}
#lineup h3 {
	padding: 10px;
	color: #ff3d0d;
	font-size: 160%;
}
#lineup h3 a {
	display: block;
	padding-top: 3px;
	font-size: 75%;
	font-weight: normal;
	color: #ff3d0d;
}
#lineup h3 a:hover {	color: #ffffff;	text-decoration: none;}
.item img{
	border: 1px solid #ffffff;
	width: 120px;
	height:120px;
	margin :5px;
}

.item p{
	float: left;
	width: 150px;
	color: #FFFFFF;
	align:center;
	text-align:center;	
}




