@charset "UTF-8";

/*2階層目以下の共通CSS*/

p,td,th{
	font-size:12px;
	line-height:1.5;
}

/*レイアウト*/
#contents{
	width: 760px;
	float: right;
}

#contentsBox{
	background-image: url(../images/common/2ndContentsBgF.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	padding: 12px 11px;
}
img#contentsHeader,img#contentsFooter{
	display: block;
}
/*タイトル*/

