@charset "utf-8";

.contents{
	float:right;
	width:535px;
}

p.text_width{
	width:320px;
}

.text_width2{
	width:220px;
}

.left_width{
	width:300px;
}

/*
 img margin [
----------------------------------------------------------- */
.mgn-right{
	margin-right:5px;
}


/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
}

a:link {
	color:#663300;
}

a:visited {
	color:#663300;
}

a:hover {
	color:#663300;
}

a:active {
	color:#663300;
}
