@charset "UTF-8";

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

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

html {
	height: 100%;
}
body {
	background-color: #ffe6d9;
	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: #600;
	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: #600;
	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;
}

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

#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: 185px;
	float: left;
	padding-bottom: 40px;
}
#sidebar h3, #sidebar h4, #sidebar li {
	width: 153px;
	text-indent: -3000px;
}

#menu {
	margin: 0 0 20px 20px;
}
#menu h4 {
	margin-top: 25px;
	height: 131px;
	background-image: url('/img/cmn/sidebar_head.gif');
	margin-bottom: 8px;
}
#menu li {
	margin-bottom: 5px;
}
#menu li a {
	text-indent: -3000px;
	width: 153px;
	height: 26px;
	display: block;
	background-position: left;
}
#menu .myspe { margin-bottom: 3px; }
#menu .myspe a {
	width: 137px;
	height: 21px;
	margin: 0 auto;
}
#menu .btn4 { margin-top: 5px; }
#menu .on a, #menu a:hover { background-position: right; }

#menu .btn1 a { background-image: url('/img/cmn/sidebar_btn1.gif'); }
#menu .btn2 a { background-image: url('/img/cmn/sidebar_btn2.gif'); }
#menu .btn3 a { background-image: url('/img/cmn/sidebar_btn3.gif'); }
#menu .btn3_1 a { background-image: url('/img/cmn/sidebar_btn3_1.gif'); }
#menu .btn3_2 a { background-image: url('/img/cmn/sidebar_btn3_2.gif'); }
#menu .btn3_3 a { background-image: url('/img/cmn/sidebar_btn3_3.gif'); }
#menu .btn3_4 a { background-image: url('/img/cmn/sidebar_btn3_4.gif'); }
#menu .btn3_5 a { background-image: url('/img/cmn/sidebar_btn3_5.gif'); }
#menu .btn3_6 a { background-image: url('/img/cmn/sidebar_btn3_6.gif'); }
#menu .btn4 a { background-image: url('/img/cmn/sidebar_btn4.gif'); }
#menu .btn5 a { background-image: url('/img/cmn/sidebar_btn5.gif'); }
#menu .btn6 a { background-image: url('/img/cmn/sidebar_btn6.gif'); }
#menu .btn7 a { background-image: url('/img/cmn/sidebar_btn7.gif'); }
#menu .btn8 a { background-image: url('/img/cmn/sidebar_btn8.gif'); }

#group {
	margin: 0 0 20px 20px;
}
#group h4 {
	height: 31px;
	background-image: url('/img/cmn/sidebar_group.gif');
	margin-bottom: 8px;
}
#group li {
	margin-bottom: 5px;
	text-indent: 0;
}


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

#content {
	width: 608px;
	float: right;
}
#content_padder {
	padding: 40px 70px;
}
#content h3 {
	text-indent: -3000px;
	height: 28px;
	margin: 0 auto 30px;
	background-position: center;
}

#end {
	width: 100%;
	height: 28px;
	background-image: url('/img/cmn/end.gif');
	background-position: right;
	text-indent: -3000px;
	margin: 40px -20px auto 0;
}

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

#foot {
	width: 800px;
	position: absolute;
	bottom: 0;
	background-color: #600;
}
#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; }
/**/
