@charset "UTF-8";

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

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

 chapel

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

/* ----- index ----- */

#contents .leading
{
	margin: 30px 0;
}
#contents .buttons
{
	overflow: hidden;
	width: 960px;
	margin: 0 0 10px;
}
#contents .buttons .container
{
	float: left;
	width: 460px;
	margin-right: 40px;	
}
#contents .buttons .last
{
	margin-right: 0;
}
#contents .buttons .container .title
{
	padding: 20px 0 15px;
	text-align: center;
}

/* ----- detail ----- */

#contents .head
{
	margin: 20px 0;
}
#contents .head h3
{
	margin: 0 0 10px;
}
#contents .image
{
	margin: 0 0 20px;
}
#contents .navi li
{
	margin: 0 0 5px;
}
#contents .navi li a
{
	padding-left: 10px;
	background: url(../../img/com/arrow_r_green.gif) no-repeat left center;
	color: #005534;
}
