@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}


/******** Layout Elements ********/

.wrapper {
	width: 820px;
	margin: 0 auto;
}

.header {
	height: 105px;
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}

.content {
	width:820px;
	height:520px;
	padding: 5px;
	position:relative;
	background-color: #FFFFFF;
	/*background-image: url(img/back_img.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	z-index:1;
}

.content_2nd {
	width: 820px;
	padding: 5px;
	background:#FFFFFF;
	position:relative;
	z-index:1;
}
.left {
	position:absolute;
	top:0px;
	left:10px;
	float:left;
}
.left ul {
	padding-top:20px;
	list-style: none;
}
.left li {
	margin-top:0px;
}
.right {
	padding-top:10px;
	z-index:2;
}
#menubox {
	width: 200px;
	height:500px;
	background:url(sidemenu_img/tree.png) no-repeat center top;
	z-index:10;
}

.footer {
	margin: 20px 0 10px 0;
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom:solid 10px #FF0000;
	background-color: #ffffff;
	clear: both;
	text-align: left;
	position:relative;
}

.footer_link {
	margin: 0 0 10px 0;
	padding: 5px;
	position:absolute;
	top:0px;
	right:0px;
	line-height:100%;
}

#whats_new {
	text-align:left;
	margin: -20px 0 10px 0;
	padding: 35px 5px 5px 5px;
	position:relative;
	clear:both;
	z-index:9;
}
#whats_new_img {
	width:200px;
	height:55px;
	text-align:center;
	background:url(img/whatsnew.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

/*
ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
*/

/* 角丸ドロップシャドウBOXの指定 */
	.box {
		width:700px;
		padding:0 12px 0 50px;
		background:#fff url(img/borders.gif) 100% 0 repeat-y;
	}
	#contentbox {
		background:#FFFFFF;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(img/borders.gif) 0 0 repeat-y;
	}
	.bt {
		text-align:left;
		height:17px;
		margin:0 -12px;
		background:url(img/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(img/box.gif) 0 0 no-repeat;
	}
	.bb {
		text-align:left;
		height:17px;
		margin:0 -12px;
		background:url(img/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(img/box.gif) 0 100% no-repeat;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
	
	.box_inner p, .box inner ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box_inner li {
		margin:0 0 0 2em;
		padding:0;
	}

 .midasi {
 	text-align:center;
	width:85%;
 	border: dotted 1px #666666;
	padding:5px;
	margin:0 30px 30px 30px;
	background-color:#4E3d2B;
	color:#FFFFFF;
}