*.index{
	padding-left: 30px;
	background:url(button/index_green.gif) left no-repeat;
}

*.index_item{
	font-weight: bold;
	border-left: solid 5px #CCCC33;
	padding-left: 5px;
}

/*-----??-----------------------*/
.pagelist {
	color: #CD5C5C;
}

/*-----一覧ページのタイトル-----------------------*/
.title_info{
	font-size: small;
}

/* background */
.bg {
	width: 100%;
	background: #F3F2ED;
	margin: 0px;
	padding: 0px;
}

/* table */
	/* 1 */
table#table1 {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	clear: both;
}

table#table1 caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table#table1 td, table#table1 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	vertical-align: top;
}

table#table1 tr.odd th, table#table1 tr.odd td {
	background: #efefef;
}

	/* 2 */
table#table2 {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	clear: both;
}

table#table2 caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table#table2 td, table#table2 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	vertical-align: middle;
}

table#table2 tr.odd th, table#table2 tr.odd td {
	background: #efefef;
}

table#table2 tr.head th, table#table2 tr.head td {
	background:url(button/caption_dir.gif) bottom right;
}

/* inquiry_form */
div#inquiry {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	border: 1px solid #BBBBBB;
	text-align: left;
}
div#inquiry .button{
	margin: 10px 0px;
	text-align: center;
}

div#inquiry table {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}

div#inquiry table tr {
	vertical-align: top;
}

div#inquiry table span {
	font-size: small;
	color: #336633;
}

div#inquiry table td {
	padding: 5px;
	padding-left: 40px;
	background: #F0F0F0;
}

div#inquiry table th {
	font-weight: normal;
	width: 140px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	background: #CFCFCF;
	white-space: nowrap;
}

div#inquiry .caption {
	font-size: 1.3em;
	font-weight: bold;
	color: #444444;
	margin: 0px;
	padding-left: 15px;
}

/* left_menu */

#left-menu {
	width: 150px;
	padding-left: 1px;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}

#left-menu .head {
	width: 144px;
	border: 1px solid #DBE5F1;
	color: #EFEFEF;
	padding-left: 5px;
	margin-bottom: 1px;
	background-color: #354966;
}

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

#left-menu ul li {
	width: 150px;
	padding: 0;
	line-height: 1.1em;
	display: inline;
}

#left-menu ul li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #BCBCBC;
	
	height: auto;
	display: block;
	margin-bottom: 3px;
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
}

#left-menu ul li a:hover {
	font-weight: bold;
	border-bottom: 1px dashed #DCDCDC;
	
	background-color: #E4E4DA;
}

#left-menu ul ul {
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	font-size:0.9em;
	width:135px;
}

#left-menu ul ul a {
	padding:3px 1px 3px 5px;
	font-weight:normal;
	width:125px;
}

#left-menu ul ul ul {
	width:123px;
}

#left-menu ul ul ul a {
	width:110px;
}

#left-menu p {
	color: #777;
}

/* itembox */
div#itembox {
	background: #F0F0F0;
	border: 1px solid #ccc;
    //width: 90%;
    height: auto;
	margin: 0px;
	padding: 10px;
	overflow:auto;
}

div#itembox span {
	margin: 0px 15px 5px 15px;
	float: left;
	white-space: nowrap;
}

