

/* whats_common.css */



/*　初期設定　*/


#ContentsInner {
	/*\*/
	text-align: justify;
	text-justify: distribute;
	/**/
	color: #221815;
	background: #fff;
}

#ContentsInner img,
#ContentsInner a img {
	line-height: 1;
	vertical-align: bottom;
}

#ContentsInner ul,
#ContentsInner li,
#SideMenu ul,
#SideMenu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* whatsshizecon用サイドメニューの背景設定　*/


#SideMenu {
	background: #d8eaf4;
	text-align: center;
}

#SideMenu img {
	line-height: 1;
	vertical-align: bottom;
}

#SideMenu ul {
	padding: 5px 0 0;
}

#SideMenu li {
	padding: 0 0 2px;
	margin: 0;
}


/*　全般　*/


.pagetop {
	text-align: right;
	padding: 20px 0 0px;
}


/* boxTableCell */


.boxTableCell {
	display: table-cell !important;
}

* html .boxTableCell {/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html .boxTableCell {/* IE 7 */
	display:inline;
	zoom:1;
}

/*\*//*/
* html .boxTableCell {
	display:inline-block;
}
/**/
