* {
	margin:0;
	padding:0;
	line-height: 150%;
	font-size: 12px;
	font-family: arial,sans-serif;
}

#bg_contents {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/contents_bg.gif) repeat-y center;
}

#bg_center {
	width: 723px;
	text-align: left;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}


/* header START */
#header {
	width: 718px;
	height: 97px;
	text-align: right;
	background: url(../images/header_bg.gif) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	margin: 0px;
}

#header a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
/* header END */


/* menu START */
#menu {
	margin: 0px;
	width: 723px;
	height: 30px;
	background: url(../images/menu_bg.gif) no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	height: 25px;
}

#menu li a {
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #e0e0e0;
	color: #333333;
}

#menu li a:hover {
	color: #333333;
	background: #efd1ef;
}
/* menu END */


/* side START */
#side {
	width: 150px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 400px;
}

#login {
	width: 130px;
	height: 99px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	color: #ffffff;
	background: url(../images/login_bg.jpg) no-repeat;
}

#touroku {
	width: 135px;
	height: 65px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 9px;
	color: #ffffff;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 5px;
	background: url(../images/touroku_bg.jpg) no-repeat;
	line-height: 165%;
}

#touroku img {
	margin: 5px 0;
}

#otoiawase {
	width: 150px;
	height: 65px;
	margin-bottom: 10px;
}
/* side END */


/* content START */
#content {
	width: 573px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#content a:link, #manual_content a:link { color: #00f;text-decoration:none; } 

#content a:visited, #manual_content a:visited { color: #00f;text-decoration:none; } 

#content a:hover, #manual_content a:hover { color: #00f;text-decoration:underline;} 

#content a:active, #manual_content a:active { color: #00f;text-decoration:none; } 
/* content END */


/* footer START */
#footer {
	clear: both;
	width: 723px;
	height: 42px;
	border-top: 4px solid #efd1ef;
	padding-top: 5px;
}

#footer_l {
	width: 300px;
	float: left;
}

#footer_l a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}

#footer_r {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #666666;
}

#footer_bottom {
	clear: both;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #efd1ef;
	font-size: 11px;
	color: #999999;

}

#footer_bottom a { 
	font-size: 11px;
	color: #0000ff;
}

/* footer END */