@charset "utf-8";

.contents{
	float:right;
	width:535px;
}
p.text_width{
	width:320px;
}


.text_width2{
	width:220px;
}

.left_width{
	width:300px;
}
table{
	width:525px;
	border-top:dotted 1px #000000;

}
td.bdr-left{
	border-left:dotted 1px #000000;
}
td.bdr-rigth{
	border-right:dotted 1px #000000;
}

td{
	border-bottom:dotted 1px #000000;
	padding:4px;
	line-height:1.5;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
}

a:link {
	color:#663300;
}

a:visited {
	color:#663300;
}

a:hover {
	color:#663300;
}

a:active {
	color:#663300;
}
