@CHARSET "windows-31j";
* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
}


/*
body {
margin: 3%;
padding: 0;
}
*/

body {
	margin: 0;
	padding: 56px 0 0 0;
	background-color: #ffffff;
}

* html body {
	overflow: hidden;
}

div#header_area {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	color: #0068b7;
	padding: 0px 8px 8px 144px;
	background: none;
}

div#content_area {
	height: 100%;
	padding: 8px;
	overfloat: auto;
}

p.title {
	font-size: 12px;
	text-align: center;
}

p.hot {
	color: gold;
	font-size: 24px;
    text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
}

p.info {
	color: green;
	font-size: 14px;
    text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
}

p.warn {
	color: red;
	font-size: 16px;
}

p.normal {
	text-shadow: none;
	color: black;
	text-align: left;
	font-size: 12px;
}

p.small {
	font-size: 9px;
}

.ui-page {
	background: white;
	background-repeat: no-repeat;
}

div.center {
	text-align: center;
}

span.red {
	color: red;
}

span.orange {
	color: #ffa500;
}

span.green {
	color: green;
}

span.blue {
	color: blue;
}

span.black {
	color: black;
}

span.gray {
	color: gray;
}

/*
button, input[type=button], input[type=submit] {
	-webkit-border-radius: 3px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
	padding: 4px 16px;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

input,select {
	border:0;
	padding:3px;
	color:#000;
	border:solid 1px #ccc;
	margin: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=text] {
	width: 96%;
}

input:focus {
	border:solid 1px #EEA34A;
}

input#search {
	font-family: monospace;
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   padding: 0.4em 0.5em;
   margin: 0px 0.4em;
   text-decoration: none;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1;
   background: -moz-linear-gradient(top, #fff, #ccc);
   background: -o-linear-gradient(top, #fff, #ccc);
   background: linear-gradient(top, #fff, #ccc);
   line-height: 1.0em;
   white-space: nowrap;
}

input.cb {
	display: inline-block;
	width: 28px;
	height: 28px;
}
*/

a.btype {
   /* ���g�� */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ���p�� */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ���]�� */
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   /* ���������� */
   text-decoration: none;
   /* ���w�i */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ���s�� */
   line-height: 2em;
   /* ���󔒁E���s�̈��� */
   white-space: nowrap;
}

a.btype:hover {
   border-color: #ff0000;
}

a.stype {
	font-family: monospace;
   /* ���g�� */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ���p�� */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ���]�� */
   padding: 0.4em 0.5em;
   margin: 0px 0.4em;
   /* ���������� */
   text-decoration: none;
   /* ���w�i */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ���s�� */
   line-height: 2.5em;
   /* ���󔒁E���s�̈��� */
   white-space: nowrap;
}

label.cb {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}

table.fix {
	border-collapse: collapse;
	border: 0px #000000 solid;
	margin: 4px;
}

/*================================================
 *  �y�[�W�g�b�v�ւ̖߂�
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}
