@charset "utf-8";
/*ページ基本構成-----------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

img {
	border-style:none;
}

body {
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	line-height:140%;
	color:#666666;
	height:100%;
}

.clear0 {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:0%;
}

/*テキスト-----------------------------------------------------*/
p {
	margin:0 0 10px 0;
}

/*structure-----------------------------------------------------*/
.content {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header {
	display: none;
}

.userHeader {
	display: none;
}

.logoHeader {
	display: none;
}

.printHeader {
	display: block;
	width:100%;
	margin:0 auto 20px auto;
	padding: 10px 0 10px 0;
	border: #000000 solid; 
	border-width:0 0 2px 0;
}

.navi {
	display: none;
}

.left {
	display: none;
}

.right {
	width: 90%;
	margin: 0 35px 20px 30px;
}

.footer {
	width:100%;
	padding:0 0 5px 0;
	margin:0 auto 0 auto;
	border: #333333 solid;
	border-width:2px 0 0 0;
	clear:both;
}

/*right-----------------------------------------------------*/

.right .title {
	width:590px;
	height:auto;
	background:#ffffff;
	color:#000000;
	background-image: none;
	text-indent: 0;
	padding:5px 5px 5px 10px;
	border: #333333 solid;
	border-width:1px 1px 1px 5px;
}

.rightMain {
	width:580px;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
}

table.rightTable {
	width:100%;
}
table.rightTable .head {
	vertical-align:top;
	padding-right:10px;
	width:10%;
}
table.rightTable .value {
	padding-right:20px;
	width:90%;
}
table.rightTable .odd {
}
table.rightTable .even {
	background:#fbfbfb;
}

/*footer-----------------------------------------------------*/
.copyright {
	text-align:right;
	padding:0 10px;
}


