@charset "shift_jis";
/********************************/
/* 個別写真用のＣＳＳ　全体	*/
/********************************/

body {
	background-color: silver;
	border: 0px #ff0000 solid;
}

div {
	text-align: center;
}

hr.upper_s {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 5px;
    width: 800px;
}

hr.bottom_s {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 3px;
    width: 800px;
}

span.lb{
	font-size: large;
	font-weight: bold;
}

span.xxlw{
	font-size: xx-large;
	color: white
}

/* table 共通 */
table {
	border: 0px #ff0000 solid;
	margin-left:auto;margin-right:auto;
	padding: 0px;
}

/* td 表紙用 */
td.photo_cover_r {
	border: 0px #000000 solid;
	text-align: right;
	vertical-align: top;
	width: 300px;
	padding: 25px;
}

/* td 表紙用 */
td.photo_cover_l {
	border: 0px #000000 solid;
	text-align: left;
	vertical-align: top;
	width: 300px;
	padding: 25px;
}

