@charset "UTF-8";

* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
/*
	font-family: "ＭＳ Ｐゴシック", "Osaka";
*/
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo UI, sans-serif;
}


a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ff3300;
	text-decoration: underline;
}

input:focus,
textarea:focus,
select:focus {
	background: #DFEEFF;
	box-shadow: 0px 0px 2px #1B75DF inset;
}

input,
textarea,
select {
	background: #ffffff;
	border: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

input[type=radio],
input[type=checkbox] {
	border: none;
}

input[type=text],
input[type=password] {
	padding: 2px;
}

input[readonly] {
	border: 1px solid #999;
}


fieldset {
	border:1px solid #999999;
	margin-bottom: 4px;
	padding: 4px;
}

textarea {
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-highlight-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #ffffff;
}

dd {
	padding: 7px 0px 7px 30px;
	line-height: 1.2em;
}

ul {
	margin: 0px 20px;
}
ul li {
	list-style-type: circle;
}
ol {
	margin: 0px 30px;
}
ol li {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

span.auth_name {
	width: 9.5em;
	display: block;
	float: left;
}

div.page_change {
	margin-top: 6px;
	margin-bottom: 6px;
}

div.page_change .page_change_sub1,
div.page_change .page_change_sub2 {
	float: left;
}

div.page_change .page_change_sub1 {
	margin-right: 20px;
}

.clear {
	clear: both;
}

.padding4,
.padding4 th,
.padding4 td {
	padding: 4px !important;
}

.floatleft {
	float: left;
}

table.fixed {
	table-layout: fixed;
}

.no-ime { ime-mode: disabled; }

.pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	overflow: auto;
}

/* clearfix */
/* clearfixはfloat使用時に親要素の背景が途切れるのを防ぐのに使用します。親要素にこのクラスを適用します。 */
/* for modern browser */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
