body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td,address {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "Meiryo UI", meiryo, Arial;
	line-height: 2em;
}
h1 {
	font: bold 12px;
}
h2 {
	font-size: 18px;
	color: #630;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
}
h4 {
	font: bold 14px/1.8em;
}
h5 {
}

h6 {
}
p    {
	font-size: 12px;
	padding-bottom: 1em;
}
caption {
}

strong {
	font-weight: bold;
}

em {
}
address ,address a{
}
dt,dd {
}
a {
}
a:hover   {
}
dd a {
}
ul {
}
li {
}
ol {
}
ol li {
}
ul.links {
	display: inline;
	clear: both;
}
ul.links li {
	float: left;
	padding-right: 1em;
	list-style-type: none;
	height: 1em;
	display: block;
}
ul.links li a {
	display: inline;
}
ul.links li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #C6AAC1;


}
table.whiteplane {
	background: #FFF;
	padding: 10px;
}
table.white {
	border-top: 1px solid #E7E6E8;
	border-left: 1px solid #E7E6E8;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.white td ,table.white th{
	border-bottom: 1px solid #BBB8BE;
	padding: 4px;
	border-right: 1px solid #BBB8BE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 12px;
	font-weight: normal;
}
table.white th {
	background: #DADFD2;
}
form span    {
	color: #F00;
}
