body {
	margin: 0;
	padding: 0;
	font-family:'Hiragino Kaku Gothic Pro'; Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.3em;
	-webkit-text-size-adjust: none;
	min-height: 460px;
		background-color: #000000;

}

a {text-decoration: none;}

p {line-height:150%; margin:0; }

ul{list-style : none;}

hr {border: none; border-top: 1px dashed #ccc; margin: 10px 0; clear: both;}

.clear {clear: both;}

.content {margin-top: 15px; position: relative;}

.aligncenter {
	text-align: center;
	margin-left: auto;
	display: block;
	margin-right: auto;
}

.post {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #b1b1b1;
	-webkit-border-radius: 8px;
	position: relative;
}

.newsimg {
		margin: 0px 3px -5px 0;
}


p.appversion {
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

#caption {
	background: #cc0000;
	margin: 0 0 10px;
	padding: 10px 10px;
	border: 1px solid #990000;
	-webkit-border-radius: 8px;
	font-size: 16px;
	color:#fff;
}

#caption2 {
	background: #4B6B81;
	margin: 0 0 10px;
	padding: 10px 10px;
	border: 1px solid #3d7eeb;
	-webkit-border-radius: 8px;
	font-size: 16px;
	color:#fff;
}

table, tbody, tr, td{vertical-align:top; margin:0; padding:0; border:0; border-spacing:0; }



p.tabicon{font-weight:bold;}

.full-justified {
	text-align: justify;
}

.left-justifed {
	text-align: left;
}

#footer {
	text-align: center;
	font-size: 11px;
	background: #000000;
}

#footer p {
	color:#fff;
	margin: 0;
	padding: 5px 0;
}
.button {
	margin: auto;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	/* ボタン画像サイズに合わせる */
	width: 300px;
	/* 画像と通常時のライン色を指定 */
	background: #FFFFFF url(./images/button.png) center center no-repeat;
	/* 使用しているフォントに合わせて調節 */
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 8px;
	/* input タグ用にボーダーを消す */
	border: none;
}
/* リンクの状態ごとにライン色を指定 */
.button:visited {
	background-color: #FFFFFF;
}

.button:active {
	background-color: #3cc6f5;
}

.anchor {
	text-align: center;
}
