@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

/* Common Style
---------------------------------------------------------------------- */
body {
	behavior:url("/js/csshover2.htc");
	background: #ffffff repeat scroll left top;
	color: #898989;
	font-size: 14px;
}

ul {
	margin:0;
}
ul li {
	list-style:none outside none;
}

#layout {
	border:0;
	background: #ccccce repeat scroll left top;
	width : 100%;
	height: 100%;
}
#top .left {
	background: #ffffff url(/img/admin/logo_back.gif) repeat-x scroll left top;
}
#top .side {
}

	#top .side h1 {
		margin: 0;
		color: #000000;
		background: #ffffff url(/img/admin/logo.gif) no-repeat scroll left top;
		text-indent: -9999px;
		height: 100px;
		width: 230px;
	}

#middle_content {
	background: #ccccce repeat-y scroll left top;
	width: 1000px;
	float: left;
}

	#middle_content .side {
		background: #ffffff repeat-y scroll left top;
		width:220px;
		margin: 8px 0px 0px 5px;
		float: left;
	}

/* Error Contents
----------------------------- */
#middle_content .error  {
	background:none repeat-x scroll left top #FFFFFF;
	margin:8px 0 0 5px;
	text-align:left;
}

	#middle_content .error div.title {
		background:url("/img/admin/icon_header_title.gif") no-repeat scroll left;
		padding-left: 20px;
	}

	#middle_content .error .message {
		height: 200px;
		margin: 50px 20px;
	}

/* Main Contents
----------------------------- */
#middle_content .main {
	background: #ffffff repeat-x scroll left top;
	text-align: left;
	width: 750px;
	float: left;
	margin: 8px 0px 0px 5px;
}

	#middle_content .main .topic_path {
		margin: 10px;
		border-left: 6px solid #94a8b3;
		background: #51839c repeat-x scroll left top;
		height: 20px;
		width: 97%;
		line-height: 20px;
	}

	#middle_content .main .main_content {
		padding: 10px;
	}

/* Footer
----------------------------- */
#bottom {
	background: #ffffff;
	left: 40px;
	width: 100%;
	clear: both;
}

#footer {
	border-top: 5px solid #ccccce;
	font-size: 70%;
}
	#footer p{
		margin: 6px 10px;
		text-align: left;
	}

/* Side Menu
----------------------------- */
#side_menu {
	width: 207px;
	margin: 10px;
}
	#side_menu .title {
		border-left: 6px solid #bfbfbf;
		height: 15px;
		margin-top: 30px;
		padding-top: 5px;
		padding-left: 5px;
		background: #ffffff url(/img/admin/icon_title.gif) no-repeat scroll 5px 5px;
	}

	#side_menu p {
		font-size: 80%;
		line-height: 10px;
		font-weight : bold;
		padding-left: 20px;
	}

	#side_menu .border_menu {
		background: #ffffff url(/img/admin/line_dot.gif) repeat-x scroll left top;
		height: 2px;
		width: 201px;
	}

	#side_menu .menu_button {
		background: #f7f7f7 url(/img/admin/icon_off.gif) no-repeat scroll left center;
		display: block;
		width: 200px;
		height: 37px;
	}

		#side_menu .menu_button:hover {
			background: #e8e8e8 url(/img/admin/icon_on.gif) no-repeat scroll left center;
		}

	#side_menu .border {
		background: #eeeeee;
		height: 1px;
		width: 200px;
	}

	#side_menu li {
		height: 36px;
	}

		#side_menu li a {
			color: #898989;
			font-size: 85%;
			padding-left: 20px;
			display: block;
			line-height: 38px;
			vertical-align: middle;
			text-decoration:none;
		}

/* breadcrumbs
----------------------------- */
#breadcrumbs {
	margin: 0 0 10px 10px;
	font-size: 80%;
	color: #ffffff;
	float: left;
}
	#breadcrumbs a {
		color: #ffffff;
		text-decoration: none;
	}
	#breadcrumbs a:hover {
		text-decoration: underline;
	}

/* Tag Common Style
---------------------------------------------------------------------- */
a {
	color: #3366FF;
	text-decoration: none;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
h2 {
	color: #666666;
	margin: 5px;
}
h3 {
	color: #51839C;
	display: inline;
	line-height: 27px;
	vertical-align: middle;
}

/* Class Common Style
---------------------------------------------------------------------- */
/** Form */
.require {
	color: #f00;
	font-size: 80%;
}
/** Message */
.error-message {
	color: #ff0000;
}
.error_message {
	color: #ff0000;
}
.notice {
	font-size: 80%;
}

/** CSV */
.csv {
	margin: 10px 0;
}
/** download */
.download {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
}
.error_box {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 10px;
	color: #ff0000;
}

/** title */
.admin_title{
	background: #ffffff url(/img/admin/icon_header_title.gif) no-repeat scroll left center;
	height: 27px;
	padding: 0 0 0 20px;
	margin-top: 0px;
}
.back_border{
	background: #ffffff url(/img/admin/title_background.gif) no-repeat scroll left center;
	height: 23px;
	width: 100%;
}

/** box */
.box, .box_short, box_long {
	background: #ffffff repeat-x scroll left bottom;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.bigger {
	font-size:150%;
}
/** IEで背景画像を維持するため */
.in_box {
	height: 100%;
	padding: 10px;
	border-top: #93a7b2 solid 4px;
	border-bottom: #93a7b2 solid 4px;
	border-left: #ccccce solid 1px;
	border-right: #ccccce solid 1px;
}


/* Id Common Style
---------------------------------------------------------------------- */
/** Flash Message */
#flash_message {
	background: #ffffff;
	border: 1px #666666 solid;
	font-size: 80%;
	font-weight: bold;
	color: #998EB6;
	padding: 5px;
}

/* Complex Common Style
---------------------------------------------------------------------- */
/* clearfix
----------------------------- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/**//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* List Table
----------------------------- */
#middle_content table.list {
	border: solid 1px #cccccc;
	background: #ffffff;
	width: 100%;
	font-size: 90%;
	table-layout: fixed;
}
	#middle_content table.list th a {
		color: #898989;
	}
	#middle_content table.list th {
		border: solid 1px #cccccc;
		background: #dddddd;
		color: #878787;
		padding: 5px;
	}
	#middle_content table.list th.long {
		width: 200px;
	}
	#middle_content table.list th.x-small {
		width: 60px;
	}
	#middle_content table.list th.small {
		width: 100px;
	}
	#middle_content table.list th.date {
		width: 170px;
	}
	#middle_content table.list td {
		border: solid 1px #cccccc;
		padding: 5px;
	}
	#middle_content table.list td.strong {
		border: solid 1px #cccccc;
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
	}
	#middle_content table.list tr.list_status_end {
		background: #dee7f4;
	}
	#middle_content table.list tr.list_status_1 {
		background: white;
	}
	#middle_content table.list tr.list_status_0 {
		background: #c9e8e1;
	}
	#middle_content table.list tr.list_status_-1 {
		background: #cccccc;
	}
	#middle_content table.list .event_datetime {
		width: 180px;
	}
	#middle_content table.list .action {
		width: 100px;
	}

	#middle_content table.list td.event_img {
		width: 200px;
	}


#middle_content div.event_data {
	vertical-align: top;
	float: left;
	width: 500px;
}
#middle_content div.entry_data {
	vertical-align: top;
	margin-left: 550px;
}
	#middle_content div.entry_data table.list td{
		font-weight: bold;
		font-size: 16px;
	}


/** Vertial List */
	#middle_content table.vlist {
		border: solid 1px #cccccc;
		background: #ffffff;
		width: 100%;
		font-size: 80%;
	}
		#middle_content table.vlist th {
			border: solid 1px #cccccc;
			background: #dddddd;
			color: #878787;
			padding: 5px;
			width: 160px;
		}
		#middle_content table.vlist td {
			border: solid 1px #cccccc;
			padding: 5px;
		}

#field-list {
	margin: 5px;
}
	#field-list .header_row {
		background-color: #CCCCCE;
		border: 1px solid #ccccce;
		padding: 2px;
	}
	#field-list .row {
		border: 1px solid #ccccce;
		padding: 2px;
	}

	#field-list .row:after,
	#field-list .header_row:after {
		content: ".";  /* 新しい要素を作る */
		display: block;  /* ブロックレベル要素に */
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#field-list div {
		display: block;
		float: left;
	}
	#field-list div.field_name {
		width: 200px;
	}
	#field-list div.custom_field_name {
		width: 200px;
	}
	#field-list div.display_index_flg {
		width: 100px;
	}
	#field-list div.display_view_flg {
		width: 100px;
	}
	#field-list div.use_type {
		width: 90px;
	}
	#field-list div.action {
		width: 80px;
	}

/* Tab
----------------------------- */
ul.actions {
	overflow: hidden;
}
	ul.actions li {
		border: solid 1px #aaaaaa;
		float: left;
		display: block;
		margin: 0px;
		width: 117px;
		height: 26px;
		background: #ffffff url(/img/admin/tab_off.gif) no-repeat scroll left top;
		font-size: 70%;
	}
	ul.actions li.active,
	ul.actions li:hover {
		background: #ffffff url(/img/admin/tab_on.gif) no-repeat scroll left top;
	}
	ul.actions li a:link,
	ul.actions li a:visited {
		margin-left: 19px;
		display: block;
		height: 26px;
		padding-top: 8px;
		color: #ffffff;
		text-decoration: none;
	}
	ul.actions li a:hover {
		color: #ffffff;
		text-decoration: none;
	}

ul.sub_actions {
	overflow: hidden;
}
	ul.sub_actions li {
		border: solid 1px #aaaaaa;
		float: left;
		display: block;
		margin: 0px;
		width: 117px;
		height: 26px;
		font-size: 70%;
		background: #ffffff url(/img/admin/sub_tab_off.gif) no-repeat scroll left top;
	}
	ul.sub_actions li:hover {
		background: #ffffff url(/img/admin/sub_tab_on.gif) no-repeat scroll left top;
	}
	ul.sub_actions li a:link,
	ul.sub_actions li a:visited {
		margin-left: 19px;
		display: block;
		height: 26px;
		padding-top: 8px;
		color: #ffffff;
		text-decoration: none;
	}
	ul.sub_actions li a:hover {
		color: #ffffff;
		text-decoration: none;
	}


/* Link List
----------------------------- */
ul.link {
	margin: 0;
}
	ul.link li {
		margin-left: 5px;
		background: url(/img/admin/icon_title.gif) no-repeat scroll left;
	}
	ul.link li a {
		margin-left: 15px;
		vertical-align: middle;
		/*
		white-space: nowrap;
		*/
	}


/* Button
----------------------------- */
.submit {
	zoom: 100%;
}
.submit:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

input[type="button"], input[type="submit"] {
	background: #5A8DA2 left bottom repeat-x;
	border-top:3px double #B4CAE2;
	border-left:3px double #B4CAE2;
	border-right:3px double #637B9D;
	border-bottom:3px double #637B9D;
	color: #ffffff;
	float: left;
	text-align: center;
	width:200px;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #497C91 left bottom repeat-x;
	border-top:3px double #637B9D;
	border-left:3px double #637B9D;
	border-right:3px double #B4CAE2;
	border-bottom:3px double #B4CAE2;
	cursor: pointer
}
/** Link Button */
a.button_s {
	background: #5A8DA2 left bottom repeat-x;
	border-top:3px double #B4CAE2;
	border-left:3px double #B4CAE2;
	border-right:3px double #637B9D;
	border-bottom:3px double #637B9D;
	color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	height: 18px;
	width: 200px;
	margin-left: 30px;
}
a.button_s:visited {
	color: #ffffff;
}
a.button_s:hover {
	background: #497C91 left bottom repeat-x;
	border-top:3px double #637B9D;
	border-left:3px double #637B9D;
	border-right:3px double #B4CAE2;
	border-bottom:3px double #B4CAE2;
	color: #ffffff;
	text-decoration:none;
}


/* Input
----------------------------- */
textarea {
	width: 30em;
}
textarea.middle {
	width: 17em;
}
input[type="text"].date {
	width: 6em;
}
input[type="text"].short {
	width: 4em;
}
input[type="text"].long {
	width: 24.5em;
}
input[type="password"].long {
	width: 24.5em;
}


/* Page Layout
---------------------------------------------------------------------- */

div.button_box_3 {
	margin: 0 auto;
	text-align: center;
	width: 720px;
}

div.button_box_1 {
	margin: 0 auto;
	text-align: center;
	width: 720px;
	padding-bottom: 10px
}

div.left_arrow {
	display:inline;
	padding-top: 3px;
	padding-left: 20px;
	background: #ffffff url(/img/admin/icon_title.gif) no-repeat scroll 5px 5px;
	margin: 20px;
}
