@charset "Shift_JIS";
/* CSS Document */


/* ---------header---------- */

#header{
	width:100%;
	height:50px;
	background:#6FC0BB;
	margin-top:20px;
}

#menu{
	width:960px;
	height:50px;
	margin:auto;
}


.logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 50px;
    border: 0px;
}

.menu{
	margin-top:20px;
	float:right;
	}


/* ---------メニューリスト部分---------- */


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

#menu li{ 
display: inline; 
margin-left:30px; 
float: left;
}

#menu a {
	padding:3px 10px;
	display: block;　
	text-decoration: none;　/* リンク線を非表示指定*/
}

#menu a:hover {
	border-radius: 6px;          
	-webkit-border-radius: 6px;    
    -moz-border-radius: 6px;    
	background-color: #51A5A5;
}

.mright{
	padding-right:50px;
	}

#arrow{
	margin:auto;
	margin-bottom:20px;
	width:960px;
	}

/* ---------コンテンツ部分---------- */

#contents{
	width:930px;
	margin:auto;

}

