/** common.css **/
/*
#header {
	height: 32px;
	background-image: url(../img/header.gif);
}

#smenu {
	background-image: none !important;
	background-color: #818181;
	position: relative;

	ul {
		position: absolute;
		top: 0;
		left: 0;
	}

	a.m-rss, a.m-twitter {
		background-size: contain;
		display: inline-block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 12px;
	}

	a.m-rss {
		background-image: url(../img/b581c5a8c23fecab3fdcb45f9835d1ac84fbca53.png);
		right: 10px;
	}

	a.m-twitter {
		background-image: url(../img/333d91524e639834e5ee8438ee0ae06f4d73634b.png);
		right: 46px;
	}
}
*/
/** mypage.css **/
/*
body.mypage {
	#header {
		background-image: url(../img/header_s.gif)  !important;
	}
	#smenu {
		li.m-logout, li.m-logout a:hover, li.m-logout-on {
			left: 499px !important;
		}
	}
}
*/
