@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 {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small;  /* IE5/6 */
}
* html body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
/*	font-family:"Arial","メイリオ","ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック","sans-serif";*/
}

/*************************************************
 clearfix
*************************************************/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*************************************************
 共通
*************************************************/
body { background-color: #ffffff; }

.common {
	width:960px;
	margin:0 auto;
/*	font-size: 136%;*/
/*	font-size:18px;*/
}
.common input[type="submit"],
.common input[type="button"] {
	padding: 2px 50px;
}

.errmsg {
	color:red;
}

table th, td {
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
}

table.movebox_1_1 {}
table.movebox_1_1 td,
table.movebox_1_1 th {
	border: none !important;
}
.movebox_1_1 select {
	width: 150px;
	height: 180px;
}
.movebox_1_1 button.add_btn {
	border: 0px;
	width: 100px;
	height: 30px;
	background: url(/static/img/common/right.gif) left top no-repeat;
}
.movebox_1_1 button.remove_btn {
	border: 0px;
	width: 100px;
	height: 30px;
	background: url(/static/img/common/left.gif) left top no-repeat;
}

table.movebox_1_2 {}
table.movebox_1_2 td,
table.movebox_1_2 th {
	border: none !important;
}
.movebox_1_2 td.frombox {
	width: 150px;
	height: 240px;
	position: relative;
}
.movebox_1_2 td.tobox {
	width: 150px;
	height: 120px;
	position: relative;
}
.movebox_1_2 td.frombox p {
	height: 30px;
/*
	position: absolute;
        top: 0;
*/
}
.movebox_1_2 td.frombox select {
	width: 100%;
	height: 210px;
/*
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
*/
}
.movebox_1_2 td.tobox p {
	height: 30px;
/*
	position: absolute;
        top: 0;
*/
}
.movebox_1_2 td.tobox select {
	width: 100%;
	height: 90px;
/*
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
*/
}
.movebox_1_2 button.add_btn {
	border: 0px;
	width: 100px;
	height: 30px;
	background: url(/static/img/common/right.gif) left top no-repeat;
}
.movebox_1_2 button.remove_btn {
	border: 0px;
	width: 100px;
	height: 30px;
	background: url(/static/img/common/left.gif) left top no-repeat;
}



.main-table {
	border-collapse: collapse;
	width:95%;
	margin:0 auto;
	background-color:#666666;
}
.main-table td, .main-table th {
	border:1px solid #000000;
}
.main-table th {
	width: 30%;
}

.list-table {
	border-collapse: collapse;
	width:95%;
	margin:0 auto;
	background-color:#666666;
}
.list-table td, .list-table th {
	border:1px solid #000000;
}
.list-table .list-head {
	width:20px;
	text-align:center;
}

.text-area {
	background-color:#999999;
	border:1px solid #777777;
	padding:8px;
	margin:10px 0px;
}

.button-link {
	margin:7px 0px;
}
.button-link a {
	text-decoration:none;
	background-color:#0075c1;
	color:#ffffff;
	padding:7px 20px;
	border:2px solid #005892;
}
.button-link.w200 a {
	display:block;
	width:200px;
	text-align:center;
}

hr.blockhr {
	border: 0;
	height: 2px;
	background-color: #33f;

	/* background-image */
	/* Old WebKit */
	background-image: -webkit-linear-gradient(left, #ccf, #33f, #ccf);

	/* Old Mozilla */
	background-image: -moz-linear-gradient(left, #ccf, #33f, #ccf);

	/* Old Opera */
	background-image: -o-linear-gradient(left, #ccf, #33f, #ccf);

	/* CSS3 standard */
	background-image: linear-gradient(to right, #ccf, #33f, #ccf);
}

/*************************************************
 ヘッダー用
*************************************************/
.header {
/*	margin-top: 30px;*/
	width: 100%;
	height: 80px;
	background-image: url('/static/img/common/LANDISK_Title.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.header .buttons {
	margin-left: 31px;
	padding-top: 25px;
}
.header .buttons .button {
	float: left;
	width: 128px;
	height: 30px;
	background-image: url('/static/img/common/l.gif');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
}
.header .buttons .button a:hover {
	color: #0096fa;
}
.header .buttons .button img.mark {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 12px;
}
.header .buttons .button a {
	text-decoration: none;
	color: #000;
}
.header .buttons .button .name {
	height: 16px;
	position: absolute;
	top: 7px;
	left: 28px;
	line-height: 16px;
}


.header ul li {
        float: left;
        width:120px;
        text-align: center;
	border-left: 2px solid #333333;
	margin: 7px 5px;
	color: #0000ff;

	list-style-type: none;
	background-image: url('/media/img/common/point.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px 20px;
}
.header ul li:last-child {
	border-right: 2px solid #333333;
}
.header ul li a {
	text-decoration: none;
	color: #000000;
}

/*************************************************
 フッターページ用
*************************************************/
div.footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #787878;
	font-weight: bold;
	font-size: 18px;
}

/*************************************************
 ログインページ用
*************************************************/
div.setpass_box {
	border-radius: 20px;  /* CSS3 */
	-moz-border-radius: 20px;  /* FireFox */
	-webkit-border-radius: 20px;  /* safari */
	border: 1px black solid;
	width: 598px;
	margin: 10px auto;
	padding: 10px 0;
	overflow-x: hidden;
	text-align: center;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}
.setpass_box .admin_password {
	margin: 10px auto;
}
.setpass_box input[type="submit"] {
	margin: 10px auto;
}

div.loginbox {
	border-radius: 20px;  /* CSS3 */
	-moz-border-radius: 20px;  /* FireFox */
	-webkit-border-radius: 20px;  /* safari */
	border: 1px black solid;
	width: 598px;
	margin: 10px auto;
	padding: 10px 0;
	overflow-x: hidden;
	text-align: center;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}
.loginbox .admin_password {
	margin: 10px auto;
}
.loginbox input[type="submit"] {
	margin: 10px auto;
}

.admin_password input[type="password"] {
	width: 400px;
}


/*************************************************
 スライドショー&ステータス用
*************************************************/
.info_box {
	width: 860px;
	_width: 880px; /* for IE6 */
	margin: 10px auto;
}
.round_box {
	border-radius: 20px;  /* CSS3 */
	-moz-border-radius: 20px;  /* FireFox */
	-webkit-border-radius: 20px;  /* safari */
	border: 2px gray solid;
	display: block;
	width: 396px;
	height: 146px;
	float: left;
	margin: 0 15px;
	overflow: hidden;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}

.round_box.slideshow {
	position: relative;
}
.round_box.slideshow > div > div {
	background-color: #ffffff;
}
.round_box.slideshow > div, .round_box.slideshow > div > div {
	border-radius: 20px;  /* CSS3 */
	-moz-border-radius: 20px;  /* FireFox */
	-webkit-border-radius: 20px;  /* safari */
	position: absolute;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}

.round_box.status table {
	width: 350px;
	height: 146px;
	margin: 0 auto;
	table-layout: fixed;
/*	word-wrap: break-word;*/
}
.round_box.status table th {
	width: 150px;
	text-align: left;
}
.round_box.status table td {
	width: 200px;
}

/*************************************************
 メニュー用
*************************************************/
.pframe {
	width: 100%;
	border: 0px;
	overflow-x: hidden;
}

.menubar {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	background-image: url('/static/img/common/Menu_Base.gif');
}
.menubar div.icons {
	margin: 0 20px;
}
.menubar .icons div.icon,
.menubar .icons div.position {
	float: left;
	margin-top: 10px;
}
.menubar .icons div.icon.back {
	float: right;
}
.menubar div.position {
	width: 20px;
	height: 60px;
	position: relative;
}
.menubar div.position img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
}
.menubar div.icon {
	width: 60px;
	height: 60px;
	position: relative;
}
.menubar .icon img {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 5px;
	left: 12px;
}
.menubar div.icon a:hover + p {
	color: #0096fa;
}
.menubar .icon p {
	font-size: 12px;  /* FIXME */
	position: absolute;
	top: 43px;
	width: 100%;
	text-align: center;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

div.menu_list {
	width: 900px;
	margin: 10px auto;
}
.menu_list ul {
	list-style-type: none;
}
.menu_list ul li {
	float: left;
}
.menu_list div.icon {
	width: 150px;
	height: 135px;
	float: left;
	position: relative;
}
.menu_list .icon img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 30px;
	text-align: center;
}
.menu_list .icon a:hover + p {
	color: #0096fa;
}
.menu_list .icon p {
	font-size: 14px;  /* FIXME */
	position: absolute;
	top: 95px;
	width: 100%;
	text-align: center;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/*************************************************
 機能ページ用
*************************************************/
div.funcbox {
	border-radius: 20px;  /* CSS3 */
	-moz-border-radius: 20px;  /* FireFox */
	-webkit-border-radius: 20px;  /* safari */
	border: 1px black solid;
	width: 900px;
	margin: 10px auto;
	/*height: 196px;*/
	overflow-x: hidden;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}
.funcbox > p {
	border-radius: 5px;  /* CSS3 */
	-moz-border-radius: 5px;  /* FireFox */
	-webkit-border-radius: 5px;  /* safari */
	background-color: #09f;
	width: 95%;
	margin: 10px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-size: 136%;
	text-align: center;
	behavior: url("/static/css/PIE.htc");  /* for IE */
}

div.basic_function {
	width: 850px;
	margin: 10px auto;
}
div.basic_function > table {
	width: 800px;
	margin: 10px auto;
	border-collapse: collapse;
}
div.basic_function > table th,
div.basic_function > table td {
/*	border: 1px solid #000;*/
	border: 0px solid #000;
}
div.basic_function > table.basic_table th,
div.basic_function > table.basic_table td {
	border: 1px solid #000;
}
div.basic_function > table > tr > th,/* FIXME list_tableを反映し終わったら消す */
div.basic_function table.list_table th {
	width: 50%;
}
div.basic_function table.list_table th,
div.basic_function table.list_table td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	min-height: 24px;
	padding: 2px;
}
div.basic_function table.head_table tbody td {
	text-align: center;
}
div.basic_function textarea {
	width: 800px;
	margin: 10px auto;
}
div.basic_function > input[type="submit"],
div.basic_function > input[type="button"] {
	float: right;
	margin: 10px 10px;
}


table.line_table {
	margin: 10px auto;
	border-collapse: collapse;
}
table.line_table th,
table.line_table td {
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	min-height: 24px;
	padding: 2px;
}
table.line_table.left th,
table.line_table.left td {
	text-align: left;
}

table th .sentence,
table td .sentence {
	background-color: #ccc;
	border: 1px solid #aaa;
	width: 96%;
	margin: 3px auto;
	padding: 3px;
}

.messagearea {
	background-color:#ccc;
	border: 1px solid #aaa;
	width:95%;
	margin:3px auto;
	padding:3px;
}

span.share_everyone {
	color: #0000aa;
}

span.share_admin {
	color: #00aa00;
}
