@charset "UTF-8";

* { margin: 0; padding: 0; background-repeat: no-repeat; }

/* ------------------------------ Height Settings ------------------------------ */

html {
	height: 100%;
}
body {
	background-color: #003;
	background-image: url('/img/cmn/bg_x.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: black;
	text-align: center;
	height: 100%;
}
* html div#container {
	height: 100%;
}
#container {
	width: 840px;
	margin: 0 auto;
	background-image: url('/img/cmn/bg_y.jpg');
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
	text-align: left;
}
body > #container {
	height: auto;
}
#container_padder {
	background-image: url('/img/cmn/bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 20px;
}

/* ------------------------------ Common tags ------------------------------ */

div, p, span, th, td, li, input, textarea {
	font-family: sans-serif;
	font-size: 11px;
	line-height: 150%;
}
ol, ul {
	list-style-type: none;
}
a {
	color: black;
	overflow: hidden;
}
img {
	border: none;
}
address {
	text-decoration: none;
}

/* ------------------------------ Main area ------------------------------ */

#main {
	width: 800px;
}

/* Head */

#head {
}
#copy {
	border-top: 5px solid #a2a2a2;
	color: white;
	background-color: #393939;
	padding: 3px 12px;
	font-size: x-small;
	_font-size: xx-small;
}

#head h1 {
	background-image: url('/img/cmn/header_bg.jpg');
	background-repeat: repeat-x;
}
#head h1 a {
	font-size: 1px;
	width: 124px;
	height: 24px;
	display: block;
	background-image: url('/img/cmn/logo_myspe.jpg');
	text-indent: -3000px;
}

/* Menu */

#menu {
	margin: 3px -10px 3px 0;
}
#menu li {
	float: left;
	display: inline;
	margin-left: 3px;
}
#menu .btn1 { margin-left: 0;  }
#menu a {
	display: block;
	width: 131px;
	height: 23px;
	text-indent: -3000px;
	background-position: top;
}
#menu a:hover, #menu .on a {
	background-position: bottom;
}
#menu .btn1 a { background-image: url('/img/cmn/menu1.jpg'); }
#menu .btn2 a { background-image: url('/img/cmn/menu2.jpg'); }
#menu .btn3 a { background-image: url('/img/cmn/menu3.jpg'); }
#menu .btn4 a { background-image: url('/img/cmn/menu4.jpg'); }
#menu .btn5 a { background-image: url('/img/cmn/menu5.jpg'); }
#menu .btn6 a { background-image: url('/img/cmn/menu6.jpg'); width: 130px; }

#cols {
	background-image: url('/img/cmn/cols_bg.gif');
	background-repeat: repeat-y;
}
#cols_padder {
	background-image: url('/img/cmn/cols_top.jpg');
	background-position: top;
}

h2 {
}
h3, h4 {
	font-family: sans-serif;
}

/* ------------------------------ Sidebar ------------------------------ */

#sidebar {
	width: 213px;
	text-align: center;
	float: left;
	padding-bottom: 40px;
}
#sidebar h3, #sidebar h4 {
	display: none;
}
#sidebar ul {
	margin: 236px auto 0;
	width: 147px;
}
#sidebar li {
	border-top: 2px solid #3ebbee;
	padding: 10px 0 10px;
}
#sidebar p {
	margin-top: 10px;
	color: white;
	font-size: 8px;
}

/* ------------------------------ Content ------------------------------ */

#content {
	width: 587px;
	float: right;
}
#content_padder {
	padding: 110px 70px 60px;
}
#content h2 {
	display: none;
}
#content h3 {
	text-indent: -3000px;
	height: 12px;
	margin: 0 auto 30px;
}

/* ------------------------------ Foot ------------------------------ */

#foot {
	width: 800px;
	position: absolute;
	bottom: 0;
	background-image: url('/img/cmn/footer_bg.jpg');
	background-repeat: repeat-x;
	background-color: #003289;
}
#foot #copyright {
	display: block;
	padding: 4px 12px;
	color: white;
	font-size: x-small;
	_font-size: xx-small;
}

/* Float Height Adjustment */
.clearfix { overflow:hidden; }
.clearfix:after { content:""; display:block; clear:both; height:1px; overflow:hidden;}
/*ﾂ･*/
* html .clearfix { height:1em; overflow:visible; }
/**/