@charset "Shift_JIS";

/*** ブロック関係共通 ***/

* { zoom:1; }

body {
	font-family:"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align:center;
	background:#E2E5E9 url("res/body_bg.png") repeat-y center;
	padding:0;
	margin:0;
}

#all {
	color:#666666;
	font-size:14px;
	text-align:left;
	line-height:22px;
	width:741px;
	padding:0;
	margin:0 auto;
	position:relative;
}

h1 {
	color:#FFF;
	background:#69A8D7;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
	line-height:64px;
	height:64px;
	padding:0;
	border-radius:10px;
	margin:20px 0;
}

h2 {
	color:#335D9B;
	background:#C2D9EF;
	font-size:14px;
	line-height:30px;
	white-space:nowrap;
	height:30px;
	padding-left:16px;
	border-radius:10px;
	margin:0 0 20px 0;
}

ul {
	list-style-image:url("res/li_bg.png");
	margin:20px 0;
}

li {
	margin:4px 0;
}

dt {
	background:url("res/li_bg.png") 0 2px no-repeat;
	padding-left:16px;
}

dd {
	margin:0 0 20px 16px;
}

table {
	width:100%;
	border:1px solid #B0B0B0;
	border-collapse:collapse;
	margin-bottom:1em;
}

th {
	color:#707070;
	text-align:left;
	white-space:nowrap;
	background:#E0E0E0;
}

th, td {
	line-height:120%;
	vertical-align:top;
	border:1px solid #B0B0B0;
	padding:4px;
}

p {
	margin:20px 0;
}

hr {
	display:none;
}

/*** フレーズ関係共通  ***/

a {
	font-weight:bold;
}

em {
	font-style:normal;
	font-weight:bold;
}

/*** ソフトの概要 ***/

.overview {
	position:relative;
	margin:30px 0;
}

.overview .appear {
	position:absolute;
	right:0;
	top:0;
	margin:0;
}

.overview .desc, .overview .updated {
	color:#54696C;
	background:#E0E8EB;
	font-size:14px;
	line-height:22px;
	width:360px;
	padding:16px;
	border-radius:10px;
	margin:0 0 16px 0;
	overflow:hidden;
}

.overview .desc {
	height:110px;
}

.overview .updated {
	height:60px;
}

/*** ページ末尾ナビ ***/

#nav-tail {
	background:#E0E8EB;
	text-align:center;
	line-height:45px;
	height:45px;
	border-radius:10px;
	margin:30px 0;
}

#nav-tail a {
	color:#FFF;
	background:#69A8D7;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	width:150px;
	border-left: 4px solid #FFF;
	border-right:4px solid #FFF;
	display:inline-block;
}

#nav-tail a:hover {
	background:#40C9BA;
	text-decoration:underline;
}

