/* TOPページ */
body {
	font-family: "MS PGothic",Osaka,sans-serif;
	margin-top: 0px;
	background-image: url("../img/shitaji.png");
}
a {text-decoration:none;}
img {border:none;}

.message {
	color: #ff0000;
	font-size: 80%;
}
#authMessage.message {
	text-align: center;
}

.slide-image {margin: 0 10px;}
.slide-image img {
	max-width: 450px;
	float: left;
}
#top-slide .image-shadow {
	margin: 0 5px 20px 10px;
}
.image-shadow {
	display: inline-block;
	box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.8);
	margin: 0 5px 20px 8px;
	float: left;
	min-width: 150px;
	min-height: 150px;
}
.image-shadow img{
	vertical-align: text-bottom;
}
.image-shadow a{
	position: absolute;
}

.new-history img {
	max-width: 150px;
	float: left;
}
.top-thumb-text {
	font-size: 11px;
	margin: 278px -445px;
	position: absolute;
	padding: 2px;
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
}

.new-thumb-text {
	font-size: 11px;
	margin: 130px 0 0 -150px;
	padding: 2px;
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	float: left;
}

.content-wrap {
	margin: 10px 10px 15px 10px;
}
.content-wrap .content-title {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	background: linear-gradient(#ffffff,#ddd);
	background: -moz-linear-gradient(top,#ffffff 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
	text-shadow: 1px 1px 1px #999;
	clear: both;
	/*font-weight: bold;*/
	height: 18px;
}
.content-title .left-menu {
	float: left;
}
.content-title .right-menu {
	float: right;
	font-size: 12px;
	line-height: 28px;
}
#top-slide .content-title {
	font-size: 12px;
	margin: 0 18px 2px 10px;
	text-align: right;
	color: #999;
}

.table ,td{
	border-collapse: collapse;
	border: 2px #dddddd solid;
}

#header{
	padding-bottom: 5px;
	background-color: #000;
}

.footer-img {
	clear: both;
	background-image: url("../img/footer.png");
	height: 50px;
}

#footer {
	clear: both;
	text-align: center;
	height: 30px;
	padding-top: 20px;
	background: #000;
}
#footer hr{
	width: 98%;
}
#footer #copyright{
	margin: 0px 0;
	color: #fff;
}

#container {
	width: 950px;
	margin: 0 auto;
	border: solid 1px #cccccc;
	background: #fff;
	box-shadow: 0 0 25px 5px;
}

#main-menu {
	min-height: 40px;
	border: 1px solid #999;
	background: linear-gradient(#ffffff,#ddd);
	background: -moz-linear-gradient(top,#ffffff 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
}
#main-menu li:hover {
	background: #fff;
}
#main-menu ul{
	width: 950px;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#main-menu li{
	min-width: 100px;
	line-height: 40px;
	text-valign: middle;
	float: left;
	text-align: center;
	border-right: 1px solid #999;
}

#top-slide {
	margin: 5px 0px;
}

#main-content .main-pane {
	width: 100%;
}
#main-content .left-pane {
	width: 71%;
	float: left;
	border: solid 1px #cccccc;
	/*margin-bottom: 50px;*/
}

#main-content .right-pane {
	width: 28%;
	float: left;
	/*border: solid 1px #cccccc;*/
}
.right-pane table{
	margin: 0 auto;
}

.button-zone {padding: 10px 10px;}

.add-button a{
	color:#fff;
	display:block;
	font-size:14px;
	text-align:center;
	background: linear-gradient(#ff0000,#dc143c);
	background: -moz-linear-gradient(top,#ff0000 0%,#dc143c);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#dc143c));
	border: 1px solid #DDD;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.add-button a:hover {
	background: linear-gradient(#ff0000,#ff0000);
	background: -moz-linear-gradient(top,#ff0000 0%,#ff0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
}
.entry-button a{
	color:#000;
	display:block;
	font-size:14px;
	text-align:center;
	background: linear-gradient(top,#98fb98 0%,#00FF7F);
	background: -moz-linear-gradient(top,#98fb98 0%,#00FF7F);
	background: -webkit-gradient(linear, left top, left bottom, from(#98fb98), to(#00FF7F));
	border: 1px solid #DDD;
	padding: 10px 0;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.entry-button a:hover{
	color:#000;
	background: linear-gradient(top,#00ff7f 0%,#00ff7f);
	background: -moz-linear-gradient(top,#00ff7f 0%,#00ff7f);
	background: -webkit-gradient(linear, left top, left bottom, from(#00ff7f), to(#00ff7f));
}
.logout-button a{
	color:#000;
	display:block;
	font-size:14px;
	text-align:center;
	background: linear-gradient(#cccccc,#999999);
	background: -moz-linear-gradient(top,#cccccc 0%,#999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	border: 1px solid #DDD;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.logout-button a:hover{
	color:#000;
	background: linear-gradient(#777777,#777777);
	background: -moz-linear-gradient(top,#777777 0%,#777777);
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#777777));
}
.submit-button {
	display: block;
	background: linear-gradient(#0099CC,#006699);
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	margin: 0 auto;
	padding: 10px 0;
	width: 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submit-button:hover {
	background: linear-gradient(#0099CC,#0099CC);
	background: -moz-linear-gradient(top,#0099CC 0%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#0099CC));
}
.login-form {
	border: 1px solid #DDD;
	margin: 0 0 0px 0;
	padding: 10px 0;
}
.mail-to a{
	display: block;
	text-align: center;
	font-size: 70%;
}

.banner .content{
	border: 1px solid #DDD;
	text-align: center;
	padding: 10px 0;
}

.hot-list {
	height: 60px;
}
.hot-list ul{
	list-style-type: none;
	margin: auto;
}
.hot-list .upper{
	float: left;
	margin-right: 20px;
	font-size: 20px;
}
.hot-list .upper li{
	margin-bottom: 2px;
}
.hot-list .under{
	float: left;
	margin-right: 20px;
}

.main-pane .description {
	margin: 20px 75px 20px 75px;
}

/* ペラページ */
.center-pane {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}
.center-pane .description-title {
	font-size: 25px;
	margin: 50px 0 0 0;
}
.center-pane .description {
	margin: 10px;
}
.center-pane .auther {
	float: right;
}

/* ユーザーTOP */
.user-top table {
	width: 100%;
	margin-bottom: 10px;
}
.user-top table .header-tr{
	background: linear-gradient(#ffffff,#ddd);
	background: -moz-linear-gradient(top,#ffffff 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
}
.user-top table .header-tr td{
	text-align: center;
}
.history-comment .content {
	min-height: 100px;
	margin: 20px;
}
.history-image .image {
	min-height: 100px;
	margin: 5px 20px;
}
.history-image .image .thumb-wrap{
	display: inline-block;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.8);
	margin: 10px 5px;
}
.history-image .image .thumb-wrap img{
	vertical-align: text-bottom;
}
.history-image .image .large-thumb-wrap{
	display: inline-block;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.8);
	margin: 10px 5px;
	vertical-align: top;
}
.history-image .image .large-thumb-wrap img{
	vertical-align: text-bottom;
	width: 290px;
}
.history-header {
	margin: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main-content .history-title {
	float: left;
}
#main-content .list-link {
	float: right;
}

.photo-list .large-thumb-wrap{
	display: inline-block;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.8);
	margin: 10px 5px;
	vertical-align: top;
}
.photo-list .large-thumb-wrap img{
	vertical-align: text-bottom;
	width: 290px;
}

/* 入力フォーム */
.input-form {
	margin:20px;
}
.upload-form {
	margin:20px;
}

/* GoogleMap */
#map-canvas {
	width: 800px;
	height: 650px;
	margin: 0 auto;
}

/* 攻城記録 */
.history-add-title {
	line-height: 22px;
	width: 100px;
	margin: 2px;
}
.history-add-form {
}
[class^="h_castle_"] {
	margin-left: 70px;
}
.image-table {
	margin: auto;
}
.image-tr td {
	text-align: center;
}
.upload-input-form td {
	padding: 20px;
}

.paging { clear: both;}

.list-table table {
	margin: 0 auto;
}