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

body {
	background: #fff url(images/bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font: 0.9em/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

p {
	margin-bottom:1.4em;
	
}

li.btn {
	margin-top: 25px;
	margin-bottom: 25px;	
}

.btn a:link,
.btn a:visited,
.btn a:active {
	padding:6px 25px 6px 30px;
	background: #000 url(images/arrow.png) no-repeat 10px center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}

.btn a:hover {
	padding:6px 25px 6px 30px;
	background: #db0404 url(images/arrow.png) no-repeat 10px center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}

/*header*/

#header-wrapper {
	height: 223px;
	width: 100%;
	background: #000;
	border-top: 8px solid #c7000b;
}

h1 {
	width: 960px;
	margin:0 auto;
	position:relative;
	padding-top:12px;
}

#other-btn {
	position:absolute;
	right:0px;
	top:0px;
}

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

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

.txt-l {
	font-size: 1.2em;
	font-weight: bold;	
}

.txt-bold {
	font-weight: bold;	
}

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

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

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

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

#social iframe {
	width: 130px !important;
}
