@charset "utf-8";

/*-------------------------------------
 * style.css
 * 共通スタイル定義
 *------------------------------------*/

/*
 *
 * レイアウト
 *
 */

body {
/*
	background: url(/img/bg-body.gif) repeat-y;
*/
}
#wrapper {
	position: relative;
	min-width: 1000px;
}
#header {
	height: 25px;
	background: #f5f5f5;
	position: relative;
}
#header h1 {
	font-family: georgia;
	padding: 5px;
}
#header_menu {
	width: 300px;
	float: right;
}
#header_menu li {
	text-align: right;
}
.main_menu {
	overflow: hidden;
	background: #733A19;
	position: relative;
}
.main_menu a {
	color: #FFF;
	display: table-cell;
	padding: 5px 20px;
	float: left;
	text-align: center;
}
.main_menu a.logout {
	position: absolute;
	width: 80px;
	right: 0px;
	top: 0px;
}
.sub_menu {
	background: #C2A275;
	overflow: hidden;
}
.sub_menu a {
	color: #333;
	display: table-cell;
	padding: 5px 20px;
	float: left;
	text-align: center;
}
#body {
	padding: 20px 10px;
}
#footer {
	border-top: 1px solid gainsboro;
	padding: 10px;
	margin-top: 100px;
}
#footer, #footer * {
	font-size: 9.5px;
	color: #333;
}
#copyright {
	font-size: 10px;
}

/*-----------------------------------------------------
 *
 * 共通クラス
 *
 *---------------------------------------------------*/

.page_title {
	font-size: 20px;
	color: silver;
	margin-bottom: 20px;
}
.page_title_2,
.large_title {
	font-size: 16px;
	color: silver;
	margin-bottom: 10px;
}
.error {
	margin-bottom: 20px;
}
.error dt,
.error dd {
	color: #ea5549;
}
.form_sample {
	color: gray;
	font-size: 10px;
}
.flat_menu {
	overflow: hidden;
	margin-bottom: 20px;
}
.flat_menu li {
	display: inline;
	margin-right: 6px;
}
a.del_link {
	color: red;
}

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

/* コンテンツメニュー */

.contents_menu {
	margin-left: -15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.contents_menu a {
	display: block;
	width: 110px;
	height: 90px;
	border: 1px solid gainsboro;
	float: left;
	margin-left: 15px;
	background: #f7f7f7 url(/img/contents_menu/contents_menu_bg.gif) top left no-repeat
}
.contents_menu span {
	height: 58px;
	border: 1px solid #fff;
	display:block;
	padding: 15px 10px 15px 10px;
	text-align: center;
	color: #555;
	font-size: 11px;
	line-height: 1.3em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.contents_menu span img {
	margin-bottom: 15px;
}
.contents_menu a:hover {
	opacity: 0.6;
}
/* 
 * フォーム
 *
 */

.form_style {
	overflow: hidden;
	margin-bottom: 40px;
}
.form_style dt {
	padding: 10px 0;
	font-weight: bold;
	color: #666;
	font-size: 13px;
}
.form_style dd {
	padding: 5px 2px;
}
.form_style dt.header {
	background: #f5f5f5;
	padding: 10px 17px;
}
.form_style input[type="text"],
.form_style input[type="password"] {
	padding: 5px;
	width: 200px;
}
.form_style textarea {
	padding: 5px;
}
.form_style input[type="radio"],
.form_style input[type="checkbox"] {
	margin: 0 10px;
}
.form_style label {
	cursor: pointer;
}

/*
 * コンテンツ
 *
 */

.content_wrapper {
	border: 1px solid gainsboro;
	overflow: hidden;
	margin-bottom: 15px;
}
.content_header {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	background: #f5f5f5;
	padding: 10px 20px;
}
.content_body {
	padding: 10px 20px 15px;
}

/*
 * テーブル
 *
 */

.table_style {
	overflow: hidden;
	margin: 10px 0;
}
.table_style th,
.table_style th * {
	font-size: 12px;
	font-weight: bold;
}
.table_style th {
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 15px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
.table_style td,
.table_style td * {
	font-size: 12px;
}
.table_style td {
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 15px;
}
.table_style td label {
	cursor: pointer;
}
.table_style td .kana {
	font-size: 9.5px;
}

/*
 * ボタン
 *
 */

.buttons {
	margin: 15px 0;
	margin-left: -15px;
	overflow: hidden;
}
.buttons a {
	margin-left: 15px;
	color: #fff;
}
.buttons input {
	margin-left: 15px;
}
.buttons a.gray {
	color: #666;
}

/*
 * アイコン
 *
 */

.icon_edit {
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/img/icon_edit.png") no-repeat;
	margin-left: 10px;
}
