@charset "UTF-8";


/* ─ reset ────────────────────────────────── */
html, body,
h1, h2, h3, h4, h5, h6, p, pre, 
a, img, strong, em, sub, sup, 
div, span, ul, ol, li, dl, dt, dd, 
blockquote, q, cite, 
iframe, table, caption, tbody, th, td, 
form, object, embed {
	border-style: none;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	word-break: break-all;
}
em, strong {
	font-weight: bold;
}
textarea {
	resize: none;
}


/* ─ simpus ────────────────────────────────── */
#simpus_header {
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-size: 10px;
	font-weight: 900;
	color: #ffffff;
	background: #040605 none left top no-repeat;
}
#simpus_footer {
	clear: both;
	background-color: #666666;
	padding: 3px 5px 3px 5px;
}


/* ─ navi ────────────────────────────────── */
#simpus_navi_debug {
	position: absolute;
	top: 4px;
	right: 16px;
}
#simpus_navi_history {
	position: absolute;
	top: 4px;
	right: 40px;
}
#simpus_navi_mypage {
	position: absolute;
	top: 4px;
	right: 64px;
}
#simpus_navi_login {
	position: absolute;
	top: 4px;
	right: 64px;
}
#simpus_navi_home {
	position: absolute;
	top: 4px;
	right: 88px;
}



/* ─ debug ────────────────────────────────── */
h5 {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}
pre {
	margin: 0 0 12px 0;
	padding: 4px 8px 4px 8px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	font-family: 'ＭＳ ゴシック', 'Osaka', 'Arial', 'sans-serif', ;
	text-align: left;
}


/*- Social Bar ────────────────────────────────── */

#socialbar{
	height: 30px;
	font-size: 11px;
}

#socialbar_wrap{
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#socialbar_main{
	background: url("../img/socialbar_bg.png") top left repeat-x;
	color: #ffffff; 
	width: 100%; 
	height: 30px; 
	position: fixed ;
	top: 0px; 
	left: 0px; 
	z-index: 1000; 
	text-align: left; 
	line-height: 30px; 
	text-indent: 20px;
}


#socialbar_logo{
	float: left;
	width: 100px;
}

#socialbar_guest01{
/*	width: 129px; */
	width: 180px;
	height: 30px;
	float: right;
/*	margin-right: 10px; */
}

#socialbar_guest02{
/*	width: 129px; */
	width: 180px;
	height: 30px;
	float: right;
/*	margin-right: 10px; */
}

#socialbar_message{
	float: right;
}

#socialbar_right{
	float: right;
	text-align: right;
	/* padding-right: 20px; */
	/* width: 800px; */
}

/*- Media Canvas Support ────────────────────────────────── */
#media_canvas_support {
	margin-top: 30px;
	padding-top: 12px;
	border-top: 1px solid #cccccc;
}
#media_canvas_support a {
	font-size: 12px;
	line-height: 16px;
}
#media_canvas_support img {
	vertical-align: middle;
	margin-right: 2px;
}
