/**
 * 
 * @version 
 * @author 
 */


@import 'global.css';
@import 'textstyle.css';
/** Contents
-----------------------------------------*/
table{
	border-top:#C4C4C4 1px solid;
	border-right:#C4C4C4 1px solid;
	margin:10px 0 20px 0;
}
table tr td,
table tr th{
	border-bottom:#C4C4C4 1px solid;
	border-left:#C4C4C4 1px solid;
}
table tr th{
	font-size:90%;
	width:11em;
	text-align:left;
	font-weight:normal;
	padding-left:1em;
}
table tr td{
	font-size:70%;
	padding:1em;
}
table tr td.td_title{
	color:#FFF;
	font-weight:bold;
	padding:.2em 1em;
	background-color:#8A857C;
}
table tr.colorbrown{
	background-color:#F4F1EC;
}
#leftside .box{
	margin-bottom:20px;
	border-top:#D2D0CD 1px solid;
	padding-top:.5em;
}
#leftside .box h3{
	font-size:90%;
	background:none;
	padding:0 0 6px 0;
	min-height:16px;
	_height:16px;
	color:#534B2D;
	border-top:none;
	border-bottom:#EEEBE7 1px solid;
	margin-bottom:0;
}
#leftside .box .illust{
	float:left;
	width:240px;
}
#leftside .box .illust a{
	display:block;
	width:230px;
	border:#F4F2EE 4px solid;
}
#leftside .box .illust a:hover{
	border:#FFDFAB 4px solid;
}
#leftside .box .rightbox{
	float:right;
	width:430px;
}
#leftside p.mb2em{
	margin-bottom:2em;
}
#leftside p.caution{
	margin:1em 0 .5em 0;
	font-size:70%;
	padding:0 1em;
}
#leftside div.caution p{
}

