
/* 全体構造
---------------------------------------------------- */
* { 
	font-family: Verdana, Arial, sans-serif;
}
body,form,fieldset,p,div,pre,blockquote{
	margin: 0;
	padding: 0;
}
input.box{
	padding: 0 3px 0 0;
}
div,p{
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px; 
	padding: 0px; 
	font-weight: normal;
	font-size: 100%;
} 
ul,ol,li,dl,dt,dd,img {
	list-style: none;
	margin:0;
	padding:0;
	border:0;
}
table{
	border-collapse: collapse;
}
br {
	margin:0;
	padding:0;
	border:0;
	letter-spacing:0; /* IE */
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */

.clear {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	height: 1px;
}
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* リンク
---------------------------------------------------- */
a {
	color: #338999;
	text-decoration: none;
}
a:hover {
	color: #338999;
	text-decoration:underline;
}
a.underline{
	text-decoration: underline;
}

/* body,container,contents
---------------------------------------------------- */
body{
	text-align: center;
	font-size: 80%;
}

#container{
	position:relative;
	height: 100%;
	text-align:left;
	line-height: 1.6;
	margin: 0 auto;
}
#contents{
	margin: 10px 0;
	padding: 0 10px;
}

/* header
---------------------------------------------------- */
#header{
	position:relative;
	border-bottom: 4px solid #c42605;
	margin: 10px 0;
	padding-bottom: 5px;
}
#header h1{
	margin-left: 10px;
}

/* footer
---------------------------------------------------- */
#footer{
	position:relative;
	text-align:center;
	border-top: 1px solid #c42605;
	margin: 10px 0;
	padding: 5px 0;
}
#copyright{
	font-size: 80%;
}
/* close
---------------------------------------------------- */
.close {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.close {
	text-indent: -9999px;
	background: url(../images/common/btn_close_hover.gif) no-repeat left bottom;
	width: 78px;
	height: 18px;
}
.close a{
	display: block;
	background: url(../images/common/btn_close.gif) no-repeat left bottom;
	width: 78px;
	height: 18px;
}
.close a:hover{
	background: none;
}
.title_red{
	color: #c42605;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}


.report{
	width: 450px;
}

.report table{
	width: 100%;
	margin-bottom: 20px;
}
.report th,
.report td{
	border-bottom: 1px solid #CCC;
	padding: 5px 7px;
}
.report th{
	width: 
}
.report td{
	border-left: 1px dotted #CCC;
}

.report td.date{
	text-align: right;
	width: 8em;
}
.report td.icon{
	width: 32px;
}
.report td.byte{
	text-align: right;
	border-left: none;
	width: 2em;
}

/* margin, padding
---------------------------------------------------- */
.margin-auto{
	margin: 0　auto;
	text-align: center;
}
.margin-t5{
	margin-top: 5px;
}
.margin-t10{
	margin-top: 10px;
}
.margin-t20{
	margin-top: 20px;
}
.margin-t30{
	margin-top: 30px;
}
.margin-t50{
	margin-top: 50px;
}
.margin-t100{
	margin-top: 100px;
}

/* ---------------------------- */
.margin-b5{
	margin-bottom: 5px;
}
.margin-b7{
	margin-bottom: 7px;
}
.margin-b10{
	margin-bottom: 10px;
}
.margin-b20{
	margin-bottom: 20px;
}
.margin-b30{
	margin-bottom: 30px;
}
.margin-b50{
	margin-bottom: 50px;
}

/* ---------------------------- */
.margin-r10{
	margin-right: 10px;
}
.margin-r15{
	margin-right: 15px;
}
.margin-r50{
	margin-right: 50px;
}
.margin-r100{
	margin-right: 100px;
}
/* ---------------------------- */
.padding-t20{
	padding-top: 20px;
}

/* ---------------------------- */
.padding-b10{
	padding-bottom: 10px;
}
.padding-b20{
	padding-bottom: 20px;
}
.padding-b30{
	padding-bottom: 30px;
}

/* ---------------------------- */
.padding-r10{
	padding-right: 10px;
}
.padding-r15{
	padding-right: 15px;
}

/* font
---------------------------------------------------- */
.font-size85{
	font-size: 85%;
	_font-size: 10px;
}
.font-size110{
	font-size: 110%;
}
.font-size140{
	font-size: 140%;
}

.caution{
	color: #ff0000;
}
.inline_img{
	margin-bottom: -1px;
}

td.valign-t{
	vertical-align: top;
}

/* float
---------------------------------------------------- */
.float-r{
	float: right;

}