@charset "utf-8";

/*---------------------------------------------------------------------*
 * 全体
 *---------------------------------------------------------------------*/

/* フォント */

body {
	background-color: #fefbf8;
	font-size: 16px;
	word-break: break-all;
}

/* コンテナ */

#ksn-container {
	/*width: 637px;*/
	margin: 20px auto;
}

/*---------------------------------------------------------------------*
 * ナビゲーション
 *---------------------------------------------------------------------*/

/* ヘッダ */

#ksn-header {
/*	margin-bottom: 0.5em;*/
}

/* ロゴ */

#ksn-logo {
	height: 65px;
}

#ksn-logo > a {
	display: block;
	text-align: center;
}

/* メニューバー */

#ksn-menubar {
	height: 46px;
	font-weight: bold;
}

.ksn-menu {
	position: relative;

	width: 158px;
	height: 46px;

	margin-right: 1px;

	float: left;
}

a.ksn-menuLink {
	position: absolute;

	text-decoration: none;

	top: 0;
	left: 0;

	width: 158px;
	line-height: 46px;

	font-size: 18px;

	color: #ffffff;

	text-align: center;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;

	background-color: #ee7800;
}

a.ksn-disabledMenuLink {
	background-color: #aaaaaa;
}

a.ksn-menuLink:hover,
a.ksn-menuLink:focus {
	color: #ffffff;
	text-decoration: none;
}

.navbar {
	background-color: #feeedf;
}

/*---------------------------------------------------------------------*
 * ページタイトル
 *---------------------------------------------------------------------*/

.ksn-pageCaptionArea {
	height: 90px;
	margin-bottom: 0.5em;
}

.ksn-pageIconArea {
	width: 90px;
	vertical-align: middle;
}

.ksn-pageIcon {
	font-size: 70px;
	color: #ee7800;
}

.ksn-pageCaption {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}

/*---------------------------------------------------------------------*
 * 機能
 *---------------------------------------------------------------------*/

/* テーブル */

.tableish {
	display: table;
}

.tableish > .tr {
	display: table-row;
}

.tableish > .td,
.tableish > .tr > .td {
	display: table-cell;
}

/*---------------------------------------------------------------------*
 * その他
 *---------------------------------------------------------------------*/

/* セパレータ */

hr {
	border-color: #fce4cc;
}

/* ビルドバージョンなど */

hr.ksn-buildSeparator {
	margin-bottom: 10px;
}

#ksn-build {
	font-size: 12px;
}

/*---------------------------------------------------------------------*
 * ホーム
 *---------------------------------------------------------------------*/


