
html,body
{
    height: 100%;
}
#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#push, .navbar-static-bottom
{
    height: 60px;
}

nav.navbar-static-bottom
{
    margin-bottom: 0;
}

body
{
  font-family : "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 70px;
  padding-bottom: 70px;
}

blockquote.topics
{
    font-size: 14px;
}

table.table th
{
    text-align : center;
}

h1,.h1,h2,.h2,h3,.h3
{
    margin-top : 10px;
}

h2,.h2 {
  font-size: 22px;
}
h3,.h3 {
  font-size: 18px;
}
h4,.h4 {
  font-size: 16px;
}
h5,.h5 {
  font-size: 14px;
}
h6,.h6 {
  font-size: 12px;
}
input,select
{
    ime-mode:disabled;
}
input.ime-on,text-area
{
    ime-mode:active;
}
.note-editable
{
    background-color: #ffffff;
}

.rms-menu h2
{
    margin-left: 10px;
}
.rms-menu h3, .rms-menu blockquote
{
    margin-left: 20px;
}
.rms-menu ul
{
    margin-left: 30px;
}
.rms-file-list
{
    margin-bottom : 2px;
}
.rms-file-uploader
{
    margin-bottom : 8px;
}
.has-error
{
    color : #ff0000;
}

font.commentText{
    font-size:13px;
    color:#0000ff;
}

font.cautionText{
    font-size : 13px;
    color     : #ff0000;
}

/*----------------------------------------------------
	#divTable
----------------------------------------------------*/
.view h2 {
	float: left;
	width: 224px;
}

#copy_exp {
	background: url(../img/share/copy_exp.gif) no-repeat;
	float: left;
	height: 56px;
	margin-top: 4px;
	text-align: left;
	width: 440px;
}
#copy_exp input.btn_copy {
	float: left;
	font-size: 11px;
	color: #333;
	cursor: pointer;
	margin: 14px 0 0 50px;
	outline: none;
	padding: 0.2em;
	width: 80px;
}

#divTable {
	clear: both;
	text-align: left;
}

#divTable table {
	background-color: #f9f9f9;
	border: 1px solid #888;
	margin: 10px 20px 5px 20px;
}

#divTable thead {
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}
#divTable thead td {
	background-color: #f0f0f0;
	padding: 0.2em 0.5em;
}

#divTable td {
	background-color: #f9f9f9;
	white-space: nowrap;
}
#divTable th,td {padding: 0.2em 0.5em; border: 1px solid #ccc;}

#divTable .subheader {
	width: 5em;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
}

#divTable .symbol {text-align: center;}
#divTable .symbol a {text-decoration: none;}

#divTable .latest {background-color: #e1ecee;}
#divTable .numeric {text-align: right;}
#divTable .summary {background-color: #e1ecee;}

