﻿h1, h2, h3{
	line-height:47px;
	vertical-align:middle;
	padding-left: 12px;
}
h5, h6{
	font-weight: bold;
	color: #D5D5D5;
	word-spacing: 1px;
}
.content_text{
	margin-bottom: 20px;
}
.content_text, .images_text{
	width: 812px;
	height: auto;
	background-color: #504B4B;
	padding: 12px;
	margin-left: 20px;
	border: 1px solid #3C3C3C;
}
.images_text{
	margin-bottom: 1px;
}
.content_text p{
	line-height: 13px;
}
.content_text, .images_text, .images li{
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	border-radius:12px;
}
.images{
	height: 2255px;
	width: 861px;
	margin-left: 19px;
}
.images ul {
	margin: 0px;
	padding: 0px;
}
.images li {
	margin:1px;
	float:left;
	width:276px;
	height:276px;
	background-color: #504B4B;
	border: 1px solid #3C3C3C;
	overflow:hidden;
}
.images li a {
	display: block;
	padding: 8px;
}
.images li a:hover {
    background: #999999;
}
.images_one{
	height: 1130px;
}
.images_two{
	height: 290px;
}
#ttlTip{
	margin:0;
	position:absolute;
	z-index:10001;
    height:auto;
	width:auto;
	max-width:auto;
	width:auto;
	border: 6px solid #E1E1E1;
	border-radius: 5px 5px 5px 5px;
}
#ttlTip div{
	margin:0;
	padding:3px;
	height:auto;
	width:auto;
	background:#EA68A2;
	color:#E1E1E1;
	word-break:break-all;
	overflow: auto;
	font-weight: bold;
}