@charset "euc-jp";
/* CSS Document */

body {
	background: #fff;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #714b00;
}

p {
	margin-bottom:1.4em;
	
}

/*header*/


#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header-link a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 1em 1.5em;
	width:18em;
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position:0.2em 1.3em;
}

#header-link a:hover {
	color: #714b00;
}


#content {
	width: 960px;
	margin:0 auto;
	position:relative;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1.8em 0em 0.6em -0.5em
}

h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 0.5em;
	margin-top: 1.5em;
	margin-bottom:0.5em;
}

h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 1.0em;
}


.btn a {
	display: block;
	text-decoration: none;
	height: 36px;
	color: #FFF;
	width: 280px;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background-color: #000;
	margin: 2em 0;
	background-image: url(../images/allow_down.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}

.txt-midashi {
	line-height: 1.8em;
}

table.download {
	margin-top: 1.5em;
	margin-bottom:2em;
}

table tr td.midashi {
	background-color: #000;
	color: #FFF;
	text-align: center;
}

table tr td {
	padding: 0.5em 1em;
	border: 1px solid #979797;
	line-height: 1.2em;
}

table tr td.header {
	color: #FFF;
	background: #262626;
}

span.notice {
	text-align: right;
	display: block;
	margin-bottom: 0.5em;
	width: 100%;
}

/* ソーシャルプラグイン */
#social {
	position: absolute;
	left: 637px;
	top: 10px;
}

iframe.twitter-share-button {
	width: 105px!important;
}
