@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
/*  background: transparent;*/
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* ※追加 */
body {
	color: #333333;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #017acd;
}

/* コンテナ */
div#container {
	background-image: url(../img/side-blue.png);
	background-repeat: repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/* ヘッダー */
div#header {
	background-color: #017acd;
	background-image: url(../img/sky.jpg);
	padding: 28px 20px 28px;
}

div#header h1 {
	color: #ffffff;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

div#header p {
	color: #ffffff;
	font-size: 0.75em;
	margin: 0;
}


/* パンくずリスト */
p#bread {
	background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px;
}

/* コンテンツ */
div#content {
	width: 540px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2 {
	background-color: #014471;
	background-image: url(../img/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content h3 {
	background-color: #e0e0e0;
	background-image: url(../img/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}

div#content p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 10px;
}

/* 追加 */
div#content ul.ul1 {
	list-style: disc none outside;
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 20px;
}
div#content ul.ul1 ul.ul2 {
	list-style: circle none outside;
	margin-left: 10px;
}

/* 追加 */
div#content div.date {
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: -10px;
	color: red;
	line-height: 1.6;
}

/* 追加 */
div#content table {
	margin-top: 10px;
	margin-left: 10px;
}
div#content th {
	font-size: 0.75em;
	border: 1px solid #808080;
	padding: 3px;
	background-color: #e6e6fa;
	vertical-align: middle;
	text-align: center;
}
div#content td {
	font-size: 0.75em;
	border: 1px solid #808080;
	padding: 3px;
	vertical-align: middle;
}
div#content tr {
	background-color: #fff8dc;
}
div#content tr.not_tenko {
	background-color: silver;
}

/* 追加 */
div#content div#mkds2ch {
	font-size: 0.75em;
}

/* 追加 */
div#content div.space {
	margin-top: 30px;
}


/* サイドバー */
div#sidebar {
	width: 190px;
	float: left;
	margin-bottom: 25px;
}

ul.sidemenu {
	border-top: solid 1px #ffffff;
	font-size: 0.75em;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li {
	list-style-type: none;
}

ul.sidemenu li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px;
}

ul.sidemenu li a:hover {
	background-color: #017acd;
}

/* ※追加 */
div#sidebar p {
	font-size: 0.8em;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	color: #ffffff;
}

/* ※追加 */
div#sidebar div#chatxcond_mkdshoshi {
	font-size: 0.75em;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	color: #ffffff;
}
div#sidebar div#chatxcond_mkdshoshi dt {
	margin-left: 5px;
}

/* ※追加 */
div#sidebar a {
	color: #ffffff;
}

/* フッター */
div#footer {
	background-image: url(../img/line-blue.png);
	background-repeat: repeat-x;
	width: 540px;
	margin-top: 0;
	margin-left: 220px;
	padding-top: 8px;
	clear: both;
}

address {
	font-size: 0.75em;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding: 12px;
	padding-left: 0;
}


/* ※追加 */
span.fc {
	color: blue;
}
span.wifi_on {
	font-weight: bold;
	color: yellow;
}
span.wifi_off {
	font-weight: bold;
	color: red;
}
span.live_on {
	font-weight: bold;
	color: yellow;
}
span.live_off {
	font-weight: bold;
	color: red;
}
span.cancel {
	text-decoration: line-through;
}
span.new {
	color: red;
}
span.sort_h {
	color: blue;
	cursor: pointer;
}
p.errMsg {
	color: red;
}
