@charset "utf-8";
@import url("default.css");
@import url("screen_base.css");

/* __main
------------------------------------------*/
#main a {
	text-align: left;
}
	
/* 表 
------------------------------------------*/

table {
	width:560px;
	clear:both;
}

#main #menu li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 100%;
	line-height: 120%
	list-style-image: none;
}

#chui table {
	width:560px;
	margin-top: 30px;
	clear:both;
}

#chui th {
	padding: 10px;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #C6B198;
	border-left: 1px solid #C6B198;
	border-right: 1px solid #C6B198;
	text-decoration: underline;
}

#chui td {
	font-size: 100%;
	line-height:1.2em;
	padding: 10px;
	border-bottom: 1px solid #C6B198;
	border-left: 1px solid #C6B198;
	border-right: 1px solid #C6B198;
}

#chui ul {
}

#chui li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 100%;
	line-height: 120%
	list-style-image: none;
	margin-left: 10px;
	margin-bottom: 0px;
}

#chui td p.right {
	text-align: right;
}