@charset "UTF-8";

/* ------------------------------
 Base
------------------------------ */

body{
	font-family: sans-serif;
	font-size: 90%;
	color: #666666;
	background-image: url(../image/bg_shadow.gif);
	background-color : #BED8B5;
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

#base_inner_table {
		border: solid 1px #BBBBBB;
}

#view_area{
	position: absolute;
	left: 50%;
	height: 100%;
	width: 770px;
	margin-left: -385px;
	top: 15px;
}

/* ------------------------------
 Header
------------------------------ */

#header {
	background-image: url(../image/bg_header.jpg);	
	background-repeat: no-repeat;
}

#header .menu {
	margin-top: 69px;
	margin-left: 26px;
	margin-bottom: 40px;
}

/* ------------------------------
 Footer
------------------------------ */

#footer {
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer .menu {
	font-size: 80%;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 3px;
}

#footer .menu a{
	text-decoration: none;
}

#footer .menu a:hover{
	text-decoration: underline;
}

#footer .copyright {
	font-size: 80%;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 15px;
}

/* ------------------------------
 Page-Top
------------------------------ */
.page_top {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ------------------------------
 Contents
------------------------------ */
#contents {
}

#contents .title {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

#contents .read {
	text-align: left;
	line-height: 1.8em;
}

