#container {
	width: 950px;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
	color: #666666;
}


/* =========================================================
■2col width: 190px;
========================================================= */
table{
	border-style: none;
	display: table;
	}

td{
	border-style: none;
	vertical-align: top;
	display: tablecell;
}
.tablemain {
	width: 950px;
	margin: 15px auto 0px;
	border-top: 1px solid #CCCCCC;
	padding: 15px 0px;
	border-collapse: collapse;

}
.tdleft {
	width: 680px;
	margin: 0px;
	padding: 15px;

}
.tdmiddle {
	width: 18px;
	margin: 0px;
	padding: 0px;
	display: tablecell;
	border-left: 1px solid #cccccc;
}
.tdright {
	width: 205px;
	display: table-cell;
	padding: 15px 15px 15px 0px;
}
/* =========================================================
■main
========================================================= */

.tablesmall{
	width: 540px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	}

.tdsmall{
	width: 180px;
	margin: 0px;
	padding: 5px;
	display: tablecell;
	border: 1px solid #CCCCCC;
	height: 300px;
	line-height: 1.5;
}
.tdsmall img{
	border: 1px solid #999999;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
}
.title{
	font-weight: bold;
	padding-bottom: 7px;
	display: block;
	font-size: 12px;
	height: 35px;
	color: #006699;
}

/* =========================================================
■navi	width: 190px;
========================================================= */

#navi{	width: 100%;
}
#navi p{	margin-top: 12px;
}
#navi h3{
	font-size: 126%;
	margin-bottom: 10px;
	color: #CC3399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #51A6D7;
	margin-top: 12px;
}
#navi h4{
	font-size: 109%;
	margin-bottom: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CC6666;
	border-top: 1px solid #CC6666;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi ul{
	display: list-item;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-bottom: 12px;
}
#navi li{
	list-style: url(../index/img/bullet_plus.gif) outside;
	line-height: 1.7;
	margin-left: 30px;
}
.litop{
	margin-top: 12px;
}

#main {
	padding-left: 18px;
	padding-right: 18px;
}
#main h3{
	font-weight: bold;
	color: #990066;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 7px;
	font-size: 118%;
	line-height: 27px;
	border-left: 3px solid #990066;
}
#main h4{
	font-weight: bold;
	color: #336699;
	margin: 15px 0px 10px;
	padding: 0px;
	font-size: 108%;
	line-height: 27px;
}
#main p{
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 7px;
	line-height: 1.7;
}
#main img{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#main ul{
	padding-left: 30px;
}
#main li{
	display: list-item;
	list-style: disc outside;
	line-height: 1.7;
}
