body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

image {
	border: 0;
}

a:link {color: #9d000a;text-decoration: none;}
a:visited {color: #9d000a;text-decoration: none;}
a:hover {color: #9d000a;text-decoration: underline;}
a:active {color: #9d000a;text-decoration: underline;}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #de1f2a;
	margin: 0;
	padding: 3px 10px;
}

#header {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 100%;
	min-width: 996px;
	height: 179px;
	background-color: #fcfaff;
	border-bottom: solid 3px #de1f2a;
}
#header #logo {
	float: left;
	margin-left: 20px;
}
#header #image {
	float: right;
}

#content {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 996px;
	margin: 15px auto 0 auto;
}
#content #body {
	float: left;
	margin-left: 15px;
	text-align: center;
	width: 767px;
	padding-bottom: 20px;
}
#content #nav {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	width: 184px;
}
#content #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content #nav li {
	margin: 0 0 7px 0;
	padding: 9px;
	font-size: 14px;
	border-left: solid 5px #e12f39;
	background-color: #ffeaeb;
}

h2 {
	background-image: url(../image/common/title_bg.png);
	background-repeat: repeat-x;
	background-color: #dd1f2a;
	font-size: 23px;
	color: #FFF;
	text-align: left;
	padding: 9px;
	margin: 9px 0;
}

#body>p{
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	color: #333;
	padding: 0 9px 9px 9px;
}
#body>h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 5px -5px 5px;
  padding: 0 5px;
  color: #de2323;
  text-align: left;
  border-bottom: solid 1px #de2323;
}

#body>ul {
  list-style-type: none;
  margin: 0 10px 20px;
  padding: 0;
}
#body>ul>li {
  margin: 0;
  padding: 9px;
  font-size: 14px;
  text-align: left;
  color: #333;
  border-bottom: dashed 1px #ccc;
}
#body>ul>li:first-child{
  padding-top: 0;
}
#body>ul>li:last-child{
  border-bottom: none;
}

#body>h3+ul{
  margin-top: 15px;
}


input,label{
  cursor: pointer;
}

#photobox h3 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #de2323;
	margin: 0;
	padding: 15px 0 0 15px;
}



#footer {
	background-color: #ba1721;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 6px 4px 4px 4px;
}


/******************************************
	Photo
******************************************/

#photobox {
	background-color: #ffeaeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width: 767px;
	margin-top: 15px;
}

.photoBox{
	overflow: hidden;
	position: relative;
	zoom: 1;
	width:738px;
	margin:0 auto;
}

.date_L{
	float:left;
	width:48%;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#999;
}

.date_R{
	float:right;
	width:48.5%;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#999;
}

.photoBox img{
	margin-top:5px;
	margin-bottom:5px;
}


.photo_text {
	clear:both;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 5px 0 3px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 738px;
}
.photo_text p {
  padding: 0 0 5px 0;
  margin: 0;
}
.photo_text p:nth-of-type(1) {
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom:solid 2px #ecc7c9;
}