/* <ys-sp-2.css> */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffc;
	line-height: 1.5em;
	margin-left:  40px;
	margin-right: 40px;
	font-size: 200%;
}

header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 250px;
	background-image: url(../images/Yari-Hotaka-800x200.png);
	background-repeat: no-repeat;
	background-size: cover;
}

header .Title {
	color: #444;
	font-size: 110%;
}

header .hosoku {
	color: #fff;
	margin-top: 160px;
/*
	border: 1px dashed #f00;
*/
	text-align: right;
	font-size: 70%;
}

/*----- ヘッダ部分終わり-----*/

.icon128 {
	width: 196px;
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}

.image240 {
	width: 360px;
}

.image360 {
	width: 540px;
}

#midashi {
	min-height: 200px;
}

.marker {
	width: 32px;
}

#MtInfo {
	min-height: 375px;
}

#menuTitle {
	min-height: 120px;
}

#sleepMode {
	min-height: 330px;
}

#TextSize {
	min-height: 440px;
}

#ikSection {
	min-height: 405px;
}

#MoveCenter {
	min-height: 285px;
}

#Settings {
	min-height: 750px;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.alignright {
	float: right;
	margin-left: 16px;
	margin-bottom: 8px;
}

table {
	border: 2px solid;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 4ex;
}

td {
	border: 1px solid;
}

#ikFormat td {
	text-align: left;
	padding: 5px;
}

th {
	border-bottom: 2px solid;
	border-left: 1px solid;
	padding: 0.3em;
}

#History {
	margin-top: 10px;
	margin-right: auto;
}

#History .colDate {
	width: 14ex;
	text-align: center;
}
#History .colVersion {
	width: 14ex;
	text-align: center;
}
#History .colContent {
	width: 60ex;
	text-align: left;
	padding-left: 10px;
	border-right: 30px;
}

#History li {
	margin-left: 1em;
}

.Chuui, .Plan {
	margin-left: 1.5em;
}

/* 区切り線 */
hr {
	margin-top: 15px;
	margin-bottom: 10px;
}

footer {
	margin-bottom: 10px;
	text-align: right;
}

.EndBox {
	color: #f60;
}

