@charset "UTF-8";

@import url("../../css/common.css");
@import url("../../css/structure.css");

/* ======================================

 reason CSS style
 
 Color Cordination
 Key Color: 

======================================= */

/* ======================================

 main

======================================= */

#contents .container 
{
	margin: 0 0 20px;
}
#contents .container h3
{
	margin: 0 0 10px;
}
#contents .container .image
{
	float: left;
	width: 266px;
	padding: 1px;
	border: 1px solid #ccc;
}
#contents .container .notes
{
	float: right;
	width: 305px;
}
#contents .container .notes p
{
	margin: 0 0 0.5em;
}
#contents .container .notes .link a
{
	padding-left: 10px;
	background: url(../../img/com/arrow_r_000.gif) no-repeat left center;
}