@media print {

/************* background **************/

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/************* header **************/

.header {
	display:none;
}

/************* Bread Rubbish List **************/
.pan {
	display:none;
}

/************* menu **************/

.menu{
	display:none;
}

/************* right side **************/

.contents{
	margin-left:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	width: 190mm;
	}

.main-txt {
	margin-bottom: 18px;
	margin-top: 15px;
	margin-left:10px;
	margin-right:10px;
	font-size:medium;
}

p.btn {
	margin: 0px;
	padding-bottom: 5px;
}

p.hinbtn {
	display:none;
}

/************* Top page link list **************/

ul {
	background-color:#EEEEEE;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	list-style-image:url(../img/red_point.gif);
	width: 170px;
	height:60px;
	padding-left: 5px;
	padding-top: 8px;
}

li {
	margin-left:20px;
	margin-bottom:5px;
	font-size: medium;
}

/************* footer **************/
.footer {
	display:none;
}

address {
	display: none;
}

/************* font size and color **************/

h1 {
	font-size:medium;
	font-weight: normal;
	margin: 15px 25px 5px;
}

h2.subtit {
	font-size: large;
	font-weight: bolder;
	border-bottom: 1px solid #0050FF;
	border-left: 12px solid #0050FF;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	overflow: visible;
	padding: 5px 0px 5px 5px;
	font-variant: normal;
	clear:both;
}

h3 {
	font-size: medium;
	padding: 2px;
	margin: 0px;
}

.txt00 {
	font-size: x-small;
}

.txt01 {
	font-size: 12px;
	color: #000000;
}

.txt02 {
	font-size: 13px;
	text-indent:10px;
	text-align:left;
}

.txt03 {
	font-size: small;
	color: #000000;
	line-height: 110%;
}

/************* form and box size **************/

input, select, checkbox, comment  {	display: none;}

.size1 { display: none;} 
.size4 { display: none;} 
.size5 { display: none;} 

.checkbox { display: none;}

.butt { display: none;}


/**** tag margin ****/
ul, form {
	margin: 0px;
}

img {
	border: 0px;
}
sup{
	vertical-align: top;
}

/************* print **************/

.noprint{
	display:none;
}

