@charset "UTF-8";

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

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

 onsen CSS style
 
 Color Cordination
 Key Color: 

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

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

 main

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

#contents .leading
{
	margin: 0 0 20px;
}
#contents .container 
{
	width: 590px;
	margin: 0 0 20px;
}
#contents .container h3
{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#contents .container .images
{
	float: right;
	width: 270px;
}
#contents .container .images .image
{
	width: 266px;
	padding: 1px;
	border: 1px solid #ccc;
}
#contents .container .notes
{
	float: left;
	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;
}

/* ----- gensen.html -----*/

#contents .gensen
{
	width: 560px;
	padding: 14px;
	border: 1px solid #ccc;
}
#contents .gensen h3
{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#contents .gensen h4
{
	margin: 0 0 0.5em;
}
