@charset "shift_jis";

@import url("../../css/3-007_g/base.css");

/*	exclusive style
------------------------------------*/
body { background: #AFEAAF url(../../img/common_bg/bg_1pxline.gif) repeat; }

div.tNavi { margin: 10px; }	/* tNavi margin setting */

/* infoBox */
div.infoBox { margin: 0 10px 1.5em; }
div.infoBox h2.heading { margin-bottom: 0.5em; }
div.infoBox dl { margin-right: 20px; }
div.infoBox dt { margin-bottom: 0.3em; }
div.infoBox dd {
	line-height: 1.4;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999; }

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #CCC;
	width: 160px;
	}
div.rcboxtop { background: url(../../img/3-001_o/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-001_o/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-001_o/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-001_o/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */


/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}
	
div.topBox {
	border:1px solid #006600;
	padding: 5px;
}

/* 2009-11-25 post */
.mb10 { margin-bottom: 10px; }
span.post { font-size: 93%; }

.blog_bg{
	margin: 10px 10px 80px 0;
	padding: 14px;
	border-radius: 10px;
	background-color: #F9F9E9;
	border:solid 1px #B0B09D;
	}