@charset "utf-8";

/* 基本設定 */

body {
	background: url(../img/g_bk.jpg);
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.center {
	text-align: center;
}

.menu {
	display: inline-block;
	text-align: left;
}

/* リンク色 */

a:link {
	text-decoration:underline;
	color:#0000ff;
}
a:visited {
	text-decoration:underline;
	color:#208080;
}
a:hover {
	text-decoration:underline;
	color:#ff4444;
}

/* フォント指定 */

body {
	line-height: 1.5;
	font-size: 11pt;
}

h1 {
	font-size: 10pt;
	color: #32BB32;
	font-size: 12pt;
}

h2 {
	font-size: 18pt;
	color: #FF0000;
}

h3 {
	font-size: 14pt;
	color: #FF0000;
}

.update {
	color: #FF0000;
	font-weight: bold;
	font-size: 9pt;
}

.strong {
	font-weight: bolder;
	font-size: 14pt;
}

p.notice {
	font-weight: bold;
}

/* レイアウト */

#container {
	width: 1024px;
	margin: 0 auto;
}

#sidemenu {
	width: 220px;
	float: left;
}

#sidemenu div {
	height: 100%;
}

#main {
	text-align: center;
	width: 780px;
	float: right;
}

.detail {
	width: 780px;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	border-left: solid black 2px;
	border-right: solid black 2px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.detail dt {
	font-weight: bold;
}

.detail dd {
	margin-bottom: 1em;
}

.detail_left {
	padding-left:10px;
	height: 100%;
	width: 380px;
	float: left;
	border-right: solid black 2px;
}

.detail_right {
	padding-left:10px;
	height: 100%;
	width: 370px;
	float: right;
}

dd {
	margin-left: 1.2em;
}

.alert {
	color: #FF0000;
}

.detail > p {
	margin-left: 10px;
}

#main.scenario {
	background: url(../img/g_bk.jpg);

}

.scenario table {
	border-collapse: collapse;
	border-top: solid black 1px;
	border-left: solid black 1px;
	background: #fff;
}

.scenario td, .scenario th {
	font-size: 16px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	padding: 8px;
}

.scenario td {
	text-align: left;
}

.scenario .list {
	text-align: left;
}

.scenario hr {
	margin: 30px;
}

.scenario h1 {
	text-decoration: none;
	color: #000;
	border-bottom: 0;
}

.scenario h3, .scenario dl {
	margin: 0;
}

.scenario p {
	text-align: right;
	margin-bottom: 20px;
}

.button {
	line-height: 1.2;
	font-size: 11pt;
	padding: 15px;
	background: #ecf0f1;
	border-radius: 4px;
	overflow: hidden;
	text-align: left;
	width: 610px;
}

.button a {
	text-align: center;
	font-size: 16pt;
	display: block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	padding:9px 18px;
	text-decoration:none;
	background-color:#fa665a;
	color:#ffffff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
}