@charset "utf-8";

.pages {
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	width: 99%;
}

.pages a, .this-page {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin: 0px 1px;
}

.pages .this-page {
	border: 0;
}

.pages a:visited {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.pages .break {
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.pages .end {
	padding: 2px 6px;
	border: solid 2px #ddd;
	background: #fff;
}
.pages .this-page {
	padding: 2px 6px;
	border-color: #999;
	font-size: 13px;
	vertical-align: top;
	background: #fff;
}
.pages a:hover {
	color: #fff;
	background: #1E8EE1;
	border-color: #ccc;
	text-decoration: none;
}

#system {
}

/*** [spec] ****************************************************************************************/
#system table.spec {
	border-collapse: collapse;
	empty-cells: hide;
	width: 89%;
	margin: 0 auto 20px auto;
}

#system table.spec th {
	font-weight: bold;
	text-align: left;
	padding: 4px 8px;
	vertical-align: middle;
	font-size: 90%;
	background-color: #1F92ED;
	color: #fff;
}

#system table.spec td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	font-size: 90%;
}

#system table.spec td img {
	float: left;
	margin: 0 10px 10px 4px;
}

.spec_list {
	float: left;
	margin: 0 10px 20px 10px;
	width: 236px;
}

.spec_list .title {
	font-weight: bold;
	text-align: left;
	padding: 4px 8px;
	vertical-align: middle;
	font-size: 90%;
	background-color: #1F92ED;
	color: #fff;
	margin: 0 auto 8px auto;
}

.spec_list .contents {
	text-align: left;
	font-size: 90%;
}

.spec_list .img {
	float: left;
	margin: 0 10px 10px 0;
}

.spec_list .desc {
	
}

.clear {
	clear: both;
}

#system .return {
	width: 89%;
	text-align: right;
	font-size: 90%;
	margin-bottom: 20px;
}

#system .slist {
	margin: 0 auto;
}

/*** [common] ***************************************************************************************/
div.message {
	border: 1px solid #fc0;
	background: #ffc;
	padding: 8px 4px;
	margin: 4px auto 1.0em auto;
	font-weight: bold;
	width: 90%;
	font-size: 12px;
}

div.message ul{
	list-style: none;
}

div.message li {
	margin: 0 0 2px 6px;;
	font-size: 100%;
}

.require {
	color: #c36;
	margin-left: 2px;
}

.er {
	color: #d20039;
	font-weight: bold;
}

/*** [detail] ***************************************************************************************/
dl.jan {
	margin: 2px 0 2px 14px;
	text-align: center;
}

dl.jan dt {
	margin: 0;
	font-weight: bold;
}

dl.jan dd {
	margin: 0 0 4px 0;
}

.item_caution {
	font-size: 80%;
	text-align: left;
	width: 100%;
	color: #777;
	margin: 10px auto;
}

.item_caution p {
	margin: 0;
}

/*** [side] **************************************************************************************/
.canRightBt ul.archives {
	margin: 0;
	padding: 0;
}

.canRightBt ul.archives li {
	background: url(/htmls/images/can_sidemenu.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
}

.canRightBt ul.archives li a {
	width: 210px;
	height: 25px;
	display: block;
	font-size: 90%;
	vertical-align: middle;
	margin: 0 auto;
}

.canRightBt ul.archives li a:link {
	color: #000;
	text-decoration: none;
}

.canRightBt ul.archives li a:visited {
	color: #000;
	text-decoration: none;
}

.canRightBt ul.archives li a:hover {
	color: #000;
	text-decoration: none;
}

.login_form th {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

.login_form td {
	font-size: 80%;
}

.login_form td input {
	width: 100px;
}

/*** [css] ***************************************************************************************/
.ruby {
	font-size: 10px;
	color: #999;
}

.right {
	text-align: right;
}

.normal {
	font-size: 80%;
}

/*** [common] ************************************************************************************/
input.text {
	width: 200px;
}

textarea.body {
	height: 240px;
	width: 95%;
}

/*** [form] **************************************************************************************/
form.inquiry {
}

form.inquiry select {
	width: 300px;
	margin: 4px;
}

form.inquiry input.text {
	width: 300px;
	margin: 4px;
}

form.inquiry textarea {
	height: 240px;
	width: 300px;
	margin: 4px;
}

form.inquiry .er {
	margin-left: 4px;
}
