/* block */

@ page {
	size:portrait;
}

h1 {
	background-color: transparent;
	text-align:	center;
	font-family: serif;
	color: #42403c;
	font-size: 200%;
	font-weight: bolder;
	margin-top: 30px;
	
}

h2 {
	margin-top: 10px;
	font-size: medium;
	color: #666666;
	background-color: transparent;
}
h3 {
	font-size: medium;
	color: #666666;
	background-color: transparent;
}



p.text01 {
	width:				550px;
	text-align:			left;
	background-color:	#f7ffcc;
	padding:			20px;
	color:				#666666;
	border-style:		dashed;
	border-width:		6px;
	border-color:		#66cc33;
}

p.text02 {
	width:				550px;
	text-align:			center;
	background-color:	#f7ffcc;
	padding:			10px;
	color:				#666666;
}

p.text03 {
	width:				400px;
	background-color:	#ffffff;
	color:				#000000;
	border-width:		4px;
	border-style:		groove;
	border-color:		#f9974d;
	text-align:			center;
}

p.text06 {
	width:	550px;
	font-size:			small;
	padding:			7px;
	background-color:	#ffffff;
	color:				#42403c;
	border-width:		1px;
	border-style:		solid;
	border-color:		#e6e6fa;
	line-height: 1.3;
	text-indent: 1em;
	margin-left:auto;
	margin-right:auto;
}

td.size {
	background-color:	#ffffff;
	color:				#000000;
	border-width:		4px;
	border-style:		outset;
	border-color:		#a6a6a6;
	text-align:			left;
	padding: 5px 5px 5px 20px;
}

td.size_data {
	text-align:			center;
	padding:			6px;
	vertical-align:		middle;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	
}
th.size_data {
	border-width: 1px;
	border-color: #000000;
	border-style:solid;
	padding:		4px;
	vertical-align:	middle;
	
}

p.text05 {
	text-indent: 1em;
	line-height: 1.4;
	font-size: small;
	color: #232323;
	background-color:	#fcfcfc;
	text-align: left;
}

p.text05b {
	text-indent:			1em;
	border-bottom:			dashed 2px #999999;
	padding-bottom:			15px;
	line-height: 1.4;
	font-size: small;
	color: #232323;
	background-color:	#fcfcfc;
	text-align: left;

}




table.box01 {
	padding:			10px;
	color: #42403c;
	background-color:	#f5deb3;
	width:				605px;
	border-style: none;
	margin: 20px auto;
	page-break-after:always;
}
/*
div.bottom {
	width:				550px;
	text-align:			left;
	background-color:	#f0f8ff;
	padding:			20px;
	color:				#666666;
	border-style:		solid;
	border-color:		#00bfff;
	border-width:		1px;
	margin:25px auto;
}
*/

div.bottom {
	width:				550px;
	text-align:			left;
	background-color:	#fcfcfc;
	padding:			20px;
	color:				#666666;
	border-style:		solid;
	border-color:		#00bfff;
	border-width:		1px;
	margin:25px auto;
}


div.bo {
	border-bottom: dashed 2px #999999;
}

table.size_data {
	border-style: ridge;
	border-color: #000000;
	border-width: 1px;
	border-collapse: collapse;
	background-color: #ffffff;
	color: #000000;
	width: 250px;
}

p {
	text-align: center;
}

a.red:link {
	color: red;
	text-decoration: none;
}

a.red:visited {
	color: red;
	text-decoration: none;
}

a.red:hover {
	
	color: red;
	text-decoration: none;
	background-color:transparent;
}

a.red:active {
	color: red;
	background-color:transparent;
	text-decoration: none;
}