/* <ys-pc.css> PC向けスタイルシート*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffc;
	line-height: 1.5em;
	margin-left:  40px;
	width: 800px;
}

header {
	margin-top: 20px;
/*	margin-left: auto;
	margin-right: auto;*/
	width: 800px;
	height: 200px;
	background-image: url(./images/Yari-Hotaka-800x200.png);
	background-repeat: no-repeat;
	padding-top: 1px;	/* .Title の margin-top が相殺されないように。*/
}

header .Title {
	margin-top: 5px;
	color: #444;
}

header .hosoku {
	color: #fff;
	margin-top: 144px;
/*
	border: 1px dashed #f00;
*/
	text-align: right;
}

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

.ToSumaho {
	font-size: 150%;
}

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

.image360 {
	margin-top: 1em;
}

#midashi {
	min-height: 132px;
}

#MtInfo {
	min-height: 250px;
}

#menuTitle {
	min-height: 80px;
}

#sleepMode {
	min-height: 220px;
}

#TextSize {
	min-height: 270px;
}

#ikSection {
	min-height: 270px;
}

#MoveCenter {
	min-height: 190px;
}

#Settings {
	min-height: 500px;
}

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 {
	min-width: 80ex;
	margin-top: 10px;
	width: 100%;
}

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

#History li {
	margin-left: 10px;
}

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

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

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

