.mise{
	background: #fae5dd ;
	padding-left: 50px ;
	border-left:1px solid #c94c00;
	border-bottom:1px solid #c94c00;
	border-right:1px solid #c94c00;
}

.border_1{border_bottom: 1px solid #999 ;}

td {
	vertical-align:top;
}

#content {
	padding: 5px 0;
}
#content h2 {
	margin-bottom:20px;
}
#content p {
	line-height:   1.4em;
}

.freeword{
	text-align: center ;
}


#content .col-left {
	width:350px;
	/*background: #FF3333 ;*/
}

#content .col-left-inner {
	margin-right: 40px;
}

#content .col-left a {
	color: #880000;
	border-bottom: dotted 1px #880000;
}
#content .col-left a:hover {
	color: #EA8C00;
	border-bottom: dotted 1px #EA8C00;
}
#content .col-left h3 {
	font-size: 1em;
	color: #000;
}
#content .col-left h4 {
	font-size: 1em;
}
#content .col-left select {
	width: 250px;
}
#content .col-left ul, 
#content .col-left ol {
	margin: 20px 40px 20px 40px;
}
#content .col-left td {
	padding: 5px;
}
#content .col-left td h4 {
	margin: 0;
}
#content .col-right dl dt {
	font-size:0.8em;
	color: #666;
}
#content .col-right a {
	color: #999;
}
#content .col-right a:hover {
	color: #EA8C00;
}
#content .col-right dl dd {
	padding-left: 20px;
	padding-bottom: 10px;
}
#content .col-right h3 {
	font-size: 1em;
	border-bottom: 1px solid #333;
}
#content .result_item p {
	margin: 0 0 0 5px;
	font-size: 0.8em;
}
#content .keep_item p {
	margin: 0 0 0 5px;
	font-size: 0.8em;
}
#content #compare-table td {
	font-size: 0.8em;
}
#content #compare-table .label {
	background-color: #666;
	color: #FFF;
	font-size: 0.8em;
	padding-right:20px;
}
#content #compare-table .data {
	width: 130px;
}
#content #compare-table .image-link {
	border: none;
}
#content .sub-contents p {
	margin-left: 20px;
	margin-right: 20px;
}
#content .sub-contents pre {
	overflow: hidden;
	font-family: "Courier New";
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	font-size: 0.8em;
	background-color: #DDD;
	margin-bottom: 10px;
}
#content .sub-contents ul {
	margin-left: 80px;
	margin-right: 80px;
}
#content .sub-contents li {
	margin-bottom: 10px;
}

#tab-ui .yui-nav {
	margin: 0;
	margin-left: 20px;
}

/* for IE */
* html #footer {
	margin-top: -20px;
}
* html pre {
	width: 85%;
}