@charset "shift_jis";

@import url("../../css/3-001_b/base.css");

/*
-----------------------------------------------------*/
body { background: #75BAF4; }

div.tNavi { margin: 10px 40px; }

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #ffbc84;
	}
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; } /* content area */
div.rcboxcontent p { margin-bottom: 0 !important; }


/* 2010.10.01 post */
ul.photoList { margin: 0 0 1.5em 10px; padding: 0; }
ul.photoList li {
	list-style: none;
	float: left;
	margin-left: 10px !important;
	margin-bottom: 10px;
	width: 200px;
}

	/* アコーディオン */
	.trigger{
	background: #F0F0F0 url(../../img/common_bg/bg_1pxslash.gif) repeat;
	border: 3px double #999999;
	margin: 10px 0px 20px;
	padding: 10px;
	}
