@charset "utf-8" ;


/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/ 


/* -------------------------------------------------------------------------------------------------------
            box
------------------------------------------------------------------------------------------------------- */
.box{
	margin:20px 0 50px 0;
	}

.box h3{
	margin:0 0 12px 0;
	padding:6px 0;
	background:url(../img/common_bd01.gif) left bottom repeat-x;
	color:#653211;
	}


.box h3 em{
	display:inline-block;
	width:628px;
	background:url(../img/icon04.gif) 6px center no-repeat;
	font-size:1.6em;
	font-weight:600;
	padding:4px 0 4px 18px;
	}

.box h3 span{
	display:inline-block;
	width:96px;
	text-align:right;
	font-size:1.2em;
	}

.box .Right_box{
	width:294px;
	text-align:right;
	padding:0 16px 0 16px;
	}

.box .Right_box img{
	margin:0 0 10px 0;
	border:1px solid #EBC299;
	}

.box p{
	line-height:1.6em;
	margin:0 0 14px 0;
	padding:0 0 0 6px;
	}

#nextLink {
	background:#F8E1D2;
	text-align:center;
	font-size:1.4em;
	margin:0 0 24px 0;
	padding:10px;
	}




