@charset "utf-8";

body{
	margin:0;
	text-align:center;
}

img {
	border:0;
}

p {
	margin:0;
}

.title {
	margin:5px 0;
}

.foot {
	text-align:right;
	color:#CC3366;
	margin:10px 10px 0 0;
	font-size:10px;
}

.foot a {
	color:#CC3366;
	text-decoration:none;
	font-size:10px;
}


#menu {
	width:757px;
	height:139px;
	margin:0 auto;
	border:1px solid #FC0296;
	background:url(../common/img/head.jpg) no-repeat;
}


#menu h1{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width:250px;
	height:100px;
}


#menu h1 a {
	display: block;
	width:250px;
	height:100px;
	overflow: hidden;
	text-indent: -9999px;
}



#menu p{
	text-align:right;
	margin:80px 0 0 0;
}


#menu .navi {
	width:746px;
	margin:5px auto 0 auto;
}

/* Hides from IE-mac \*/
* html #menu {
	width:759px;
	height:139px;
	margin:0 auto;
	border:1px solid #FF3366;
	background:url(../common/img/head.jpg) no-repeat;
	position: relative;
}

*+html #menu {
	width:759px;
	height:139px;
	margin:0 auto;
	border:1px solid #FF3366;
	background:url(../common/img/head.jpg) no-repeat;
	position: relative;
}

/* End hide from IE-mac */
