/* ヘッダー設定
-------------------------*/

#header {
	position:relative;
	width:940px;
	height:auto;
	float:left;
	margin: 0px auto 20px;
}
#open_bn,
#pop_link {
	display:none;
}
#anniBox {
	position:absolute;
	top:0px;
	right:0px;
}
#anniBox a {
	display:block;
	color:#FFFFFF;
	height:36px;
	line-height:36px;
	padding:0px 10px;
	background:#C8AA0A;
	
	-webkit-transition: 0.2s ease-in-out;　/* Safari,Google Chrome用 */
	   -moz-transition: 0.2s ease-in-out;　/* Firefox用 */ 
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
}
#anniBox a:hover {
	transform:scale(1.1,1.1)
}

#topcom {
	width:940px;
	height:18px;
	float:left;
	padding: 6px 0px;
	color: #FFFFFF;
	font-size: 12px;
}

#logo {
	width: 280px;
	height: 60px;
	float: left;
	background-color: #04092f;
	padding: 0px 0px;
	overflow: hidden;
}
#logo img {
	display: block;
	margin: -10px 0px;
}

#Information {
	width:180px;
	height:80px;
	float:right;
	background-color: #04092f;
	margin-top: -15px;
	margin-right: 5px;
	margin-left: 5px;
}

#Information p {
	color:#FFFFFF;
	line-height:1.2em;
}

#top {
	width:940px;
	background-color: #04092f;
	float: left;
	height: 60px;
}

.right {
	text-align:right;
}
