@charset "utf-8";
/* Base CSS */

body,html {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#000 url(../img/bace/back_body.jpg) repeat-x;
	line-height:1.4;
	font-size:14px;
	color:#000;
}

div,dl,dt,dd {
	margin:0;
	padding:0;
	border:0;
}

img {
	border:0;
}

hr {
	clear:both;
}

/* ----------------------------------------------------------------- */

#wrap {
	margin:0 auto;
	width:840px;
	height:auto;
	}

#header {
	width:820px;
	height:125px;
	position:relative;
	}

#contents {
	width:820px;
	height:auto;
	border:#FFF 10px solid;
	background:#FFF url(../img/bace/back_contents.gif) repeat-y;
	border-radius:10px;
	box-shadow: 0 0 10px #F00;
	}

#left {
	width:160px;
	height:auto;
	padding-right:10px;
	float:left;
	}

#main {
	width:440px;
	height:auto;
	padding-right:10px;
	padding-bottom:100px;
	float:left;
	}

#right {
	width:200px;
	height:auto;
	float:left;
	}

#menu ul {
	width:160px;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	}

#menu li {
	width:160px;
	margin:0;
	padding:0;
	}

#menu li a {
	width:140px;
	height:21px;
	margin:0 0 2px 0;
	padding:7px 0 0 20px;
	line-height:1;
	font-size:14px;
	text-decoration:none;
	color:#000;
	background:url(../img/bace/menu_back.png) no-repeat;
	display:block;
	}

#menu li a:hover {
	background:url(../img/bace/menu_hover.png) no-repeat;
	text-decoration:underline;
	}

#footer {
	width:100%;
	height:auto;
	margin:10px 20px;
	text-align:center;
	}

/* ----------------------------------------------------------------- */

.pan {
	margin:0 0 20px 0;
	font-size:12px;
	}
.pan ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.pan li {
	margin:0;
	padding:0;
	float:left;
	}

.pan li.fast:before {
	content:"";
	}

.pan li:before {
	content:"> ";
	}




/* ----------------------------------------------------------------- */

h1 {
	margin: 30px 0 20px 0;
	border-bottom:dotted 2px #CC0000;
	font-size:24px;
	font-weight:normal;
	color:#CC0000;
	clear:both;
	}

h2 {
	margin: 30px 0 20px 0;
	border-bottom:dotted 1px #CC0000;
	font-size:20px;
	font-weight:normal;
	color:#CC0000;
	clear:both;
	}

h3 {
	margin: 30px 0 20px 0;
	padding-left:16px;
	border-left:solid 4px #CC0000;
	font-size:18px;
	font-weight:normal;
	color:#CC0000;
	clear:both;
	}

hr {
	margin:20px 0 20px 0;
	padding:0 0 0 0;
	color:#CCC;
	}

/* ----------------------------------------------------------------- */

.h_title {	
	top:26px;
	left:0;
	position:absolute;
	display:block;
}
.h_logo {	
	top:8px;
	right:2px;
	position:absolute;
	display:block;
}







