/* CSS Document */

body{
	margin:0px;
	background: #ffffff;
	text-align: center;
}

#lay{
	width:605px;
	margin: 25px auto 0 auto;
	padding: 0;
	text-align: left;
}

div.contents{
	width:605px;
	margin:25px 0 0 0; 
	padding: 0;
}

div.footer{
	width:605px;
	height:15px;
	margin: 30px 0 25px 0;
	padding: 0;
	clear: both;
}

#menu{
	width: 605px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: #333333;
	border-bottom: 1px solid #333333;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type : none;
}

#menu li{
	margin: 0;
	padding: 0;
	height: 25px;
	float: left;
	border-right: 1px solid #ffffff;
}

#homeMENU a{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(img/menu.gif) 0px 0px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#homeMENU a:hover{
	background: transparent url(img/menu.gif) 0px -25px no-repeat;
}

#homeMENU span.off{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	background: transparent url(img/menu.gif) 0px -50px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#featuersMENU a{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(img/menu.gif) -120px 0px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#featuersMENU a:hover{
	background: transparent url(img/menu.gif) -120px -25px no-repeat;
}

#featuersMENU span.off{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	background: transparent url(img/menu.gif) -120px -50px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#lineupMENU a{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(img/menu.gif) -240px 0px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#lineupMENU a:hover{
	background: transparent url(img/menu.gif) -240px -25px no-repeat;
}

#lineupMENU span.off{
	width: 120px;
	height: 25px;
	text-indent: -9999px;
	background: transparent url(img/menu.gif) -240px -50px no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

/* 文字設定 */
h2{
	font-size:1.2em;
	color:#999999;
	line-height:1.4em;
	margin: 20px 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

h3{
	font-size:0.9em;
	text-align:left;
	color:#666666;
	line-height:1.4em;
	margin:5px;
	clear: both;
}

h4{
	font-size:0.9em;
	text-align:left;
	color:#666666;
	line-height:1.4em;
	margin:5px;
	font-weight: normal;
	clear: both;
}


p{
	font-size:0.8em;
	text-align:left;
	color: #333333;
	line-height:1.4em;
	margin:5px;
}

span.red{
	color:red;
	font-weight:normal;
}

/* 画像設定 */

img.photo{
	margin:5px;
}

img.picR{
	margin: 5px 5px 15px 15px;
	float: right;
}

img.picL{
	margin: 5px 15px 15px 0;
	float: left;
}