/*--photo studio--*/

*{margin: 0;padding: 0;}
body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #006600;
	font-size: 100%;
	font-weight: normal;
}

#ps,#sakura {
	margin-left: 150px;
	width: 650px;
	font-weight: normal;
}

#photo {
	margin-left: 150px;
	width: 650px;
	font-weight: normal;
}

/*--TEXT--*/

sub {
	font-size: 90%;
}

.sakura {
	font-size: 130%;
	color: #000000;
}	

/*--IMAGE--*/
.imgps {
	padding-left: 150px;
}

#ps img {
	padding-right: 30px;
}


/*--LIST--*/

#f li {
	list-style-image: url("gif/p_lis017.gif");
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
}

#f dl {
	width: 650px;
}

#f dt {
	background-color: #ffffff;
	width: 650px;
}

#f dd {
	background-color: #ffffff;
	width: 650px;
	font-weight: normal;
}

#sakura dl,dt,dd {
	background-color: #ffffff;
	width: 700px;
	font-weight: normal;
}

#sakura li {
	list-style-type: none;
	background-image: url("gif/p_lis017.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 15px;
	margin: 20px 0px;
	line-heigjt: 150%;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

#sakura li.paw {
	list-style-type: none;
	background-image: url("gif/spaw.gif");
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding-left: 5px;
	margin: 5px 0px;
	line-heigjt: 100%;
	text-align: left;
	text-indent: 35px;
	font-size: 100%;
	font-weight: bold;
}


/*--TABLE--*/

#ps table {
	width: 648px;
	border-collapse: separate;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #ffffff;
	clear: all;
	align: center;
	font-weight: bold;
}
#ps th {
	width : 162px;
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5em;
	background-color: #006600;	
	color: #ffffff;
	font-size: 120%;
}
#ps td {
	width : 162px;
	padding-left: 1em;
	border : 1px solid #ffffff;
	line-height: 2em;
	text-align : left;
	vertical-align : center;
	background-color : #d5fafa;
	color : #006600;
	font-size: 100%;
	}

.ff {
	padding-left: 3em;
}

/*--TABLE 2 --*/

#photo table {
	width: 648px;
	border-collapse: separate;
	border: 2px solid #006600;
	background-color: #ffffff;
	clear: all;
	align: center;
	font-weight: bold;
}

#photo th {
	width : 648px;
	border: 1px solid #006600;
	text-align: center;
	vertical-align: center;
	line-height: 2em;
	background-color: #ffffff;	
	color: #006600;
	font-size: 90%;
}
#photo td {
	width : 162px;
	padding-left: 1em;
	border : 1px solid #006600;
	line-height: 2em;
	text-align : left;
	vertical-align : center;
	background-color : #ffffff;
	color : #006600;
	font-size: 90%;
}
