﻿@import "http://";
@charset "utf-8";

/* P
---------------------------------------------------------------------------- */
p {
	font-size: 12;
	color: #450000;
}

img {
   border: none;
}
img.p {
   margin-left: 20px;
}

/* Photo Title */
table.photo-title {
   width: 640px;
   height: 30px;
   background: url(../images/photo_title.gif) no-repeat;
   border: none;
}

table.photo-title th {
   width: 340px;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   padding-left:45px;
}
table.photo-title td {
   width:300px;
   font-size: 12px;
   text-align: right;
   padding-right: 5px;
}

#wrap-photo{
   width: 650px;
   margin: 20px auto;
}
.smallimage {
   background-color : #fff;
   border: 1px solid #CCC;
   padding: 3px;
   margin: 10px 5px 0 0;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
   background-color : #fff;
   border: none;
  /*border: 1px solid #CCC; */
   padding: 3px;
   margin: 10px 5px 0 0;
   cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #604033;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

