@charset "UTF-8";

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

Format CSS File

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

body {
	background-color:transparent;
}

/* レイアウトの中央部 */
#containerWrapE {
	background-color:transparent;
	border-style:none;
}


/***************************************
	 転記（baselayout.css）
***************************************/
#containerBgE {
	padding-bottom:25px;
	background-color:transparent;
	border-style:none;
}

#containerE {
	padding:0px 10px 10px 10px;
	margin: -1px auto 0;
	/*
	width: 965px;
	*/
	width: 610px;
	text-align:left;
	z-index:1;
	overflow:hidden;
	background-color:transparent;
	border-style:none;
}

#containerE h2 {
	height: 36px;
	color: #16160e;
}
#containerE h2 em {
	display: block;
	padding-left: 40px;
	padding-top:10px;
	height: 36px;
	width: 85%;
}

#containerE div#mainE div.gadget01E {
	margin: 7px auto 0;
	border: none;
	width: 600px;
}

div.gadget01E div.gadgetContainer {
	padding: 0 4px 0px;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: #BCBBCA;
	border-right-color: #BCBBCA;
	background: #FFFFFF;
}

table.gadgetBottomE {
	padding-top: 60px;
	width: 100%;
	height: 8px;
}


/***************************************
	 転記（colorGray.css）
***************************************/
table.gadgetBottomE td.gadgetBg_left{
	background: url(../../img/common/gray/gadget_bottom_left.gif) left bottom no-repeat;
	width: 15px;
}

table.gadgetBottomE td.gadgetBg_center{
	background: url(../../img/common/gray/gadget_bottom_center.gif) center bottom repeat-x;
	width: 1000px;
}

table.gadgetBottomE td.gadgetBg_right{
	background: url(../../img/common/gray/gadget_bottom_right.gif) right bottom no-repeat;
	width: 15px;
}

#containerE h2#gadgetTitle2 {
	background: url(../../img/common/gray/titleinfo_right.gif) no-repeat top right;
}
#containerE h2#gadgetTitle2 em {
	background: url(../../img/common/gray/titleinfo_left.gif) no-repeat top left;
}

