/* CSS Document */

@import "/common/css/common.css";
@import "/common/css/contents_detail.css";

@media print{

body{
	background:#ffffff;
}

#wrapper{
	width:645px;
	margin:0;
}

#header{
	position:relative;
	background:none;
	width:645px;
	height:auto;
}

#header h1{
	position:static;
	width:auto;
	height:auto;
}

#header h1 a{
	width:auto;
	height:auto;
	text-indent:0;
	text-decoration:none;
	color:#898989;
}

#header p{
	display:none;
}

#globalnavi{
	display:none;
}

#main{
	width:645px;
	padding-bottom:0;
}

#images{
	float:none;
	width:645px;
	padding:0;
}

#images h2{
	display:none;
}

#images p{
	display:none;
}

#images ul{
	margin:20px 0 0 0;
}

#images ul li{
	background:url(/common/images/bg_thumbnail.gif) no-repeat 0 0;
	padding:9px 9px 11px 11px;
}

#images ul li.main{
	background:url(/common/images/bg_image.gif) no-repeat;
	float:left;
	padding:10px 12px 10px 10px;
}

#images ol.location{
		display:none;
}

#contents{
	float:none;
	width:645px;
	padding:0;
}

#contents h3{
	margin-top:15px;
}

#contents h3.map{
	display:none;
}

#contents p.map{
	display:none;
}


#contents p.top{
	display:none;
}

#map{
	width:645px;
}


#footer{
	display:none;
}

}

