/**** LHPについて用 ****/

/* 中見出し */

h2{
	padding: 10px 0 5px 0;
	text-align: center;
	width: 600px;
}

/***** 説明文フレーム *****/

/* 説明フレーム内行ぞろえ */
td.exp{
	text-align: left;
}

/* 左上角 */
td.left_top{
	background-image: url(../images/about/background/bg_lefttop.gif);
	background-repeat: no-repeat;
}

/* 上辺 */
td.top{
	 background-image: url(../images/about/background/bg_top.gif);
	 background-repeat: repeat-x;
}

/* 右上角 */
td.right_top{
	background-image: url(../images/about/background/bg_righttop.gif);
	background-repeat: no-repeat;
}

/* 左辺 */
td.leftside{
	background-image: url(../images/about/background/bg_leftside.gif);
	background-repeat: repeat-y;
}

/* 内部 */
td.content{
	background-image: url(../images/about/background/bg.gif);
	background-repeat: repeat;
}


/* 右辺 */
td.rightside{
	background-image: url(../images/about/background/bg_rightside.gif);
	background-repeat: repeat-y;
}

/* 左下角 */
td.left_bottom{
	background-image: url(../images/about/background/bg_leftbottom.gif);
	background-repeat: no-repeat;
}

/* 下辺 */
td.bottom{
	 background-image: url(../images/about/background/bg_bottom.gif);
	 background-repeat: repeat-x;
}

/* 右下角 */
td.right_bottom{
	background-image: url(../images/about/background/bg_rightbottom.gif);
	background-repeat: no-repeat;
}


