@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	background-color: #e9e9e7;
	color: #000;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 200%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

img {
	border: none;
}

#wrapper {
	margin: 150px auto 0px auto;
	width: 532px;
}

/********************************************* header */

#header {
	background-color:#605C51;
	padding: 15px;
}

#message {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 12px;
}

#plugin {
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	font-weight: bold;
}

#plugin img {
	float: left;
	margin-right: 15px;
}

/********************************************* content */

#content {
}

#content h1 {
	display: block;
	margin: 40px 0px 15px 0px;
	font-size: 18px;
}

#read {
	font-size: 14px;
	line-height: 140%;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
}

.about {
	position: relative;
	float: left;
	width: 402px;
	height: 187px;
	margin-right: 30px;
}

.about span {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 118px;
	height: 33px;
}


.about p {
	padding: 10px;
	font-size: 14px;
	line-height: 180%;
}
