@charset "utf-8";
/* ===================================================================
CSS information

 file name  :print.css
 style info :印刷用
=================================================================== */
/* ******************  body  *************** */

html {
	background: #FFF;
	height:100%;
}
body{
    height:100%;
    background: none;
}

#wrapper {
	width: 640px;    
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

/* ******************  header  *************** */

#header {
    width: 640px;
	height:64px;
	margin-bottom: 5px;
	padding:0;
    background: none;
	border-bottom: 4px solid #3366cc;
	background: url(../images/head-back_print.gif) repeat-x left top;
}

h1#logo img {
	margin: 0;
}

#header #gNav,#guideNav,#searchForm,#path,#sub,.pageTop,#footer_box,ul#menu {
	display: none;
	margin: 0;
	padding:0;
}

/*
#header {
    width: 640px;
	height:64px;
	margin-bottom: 5px;
	padding:0;
    background: none;
	border-bottom: 4px solid #3366cc;
}

h1#logo a{
	margin:0;
    background: none;
	background: url(../images/logo_cresco.gif) no-repeat !important;
	display:block !important;

}
*/
/* ******************  contents  *************** */
#contents{
	margin:0;
	padding:0;
    background: none;
	width: 640px;
}

#main h2{
	background: none;
	margin:5px 0 5px 0;
	padding: 0  0 0 10px;
	height: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3366cc;
	border-left-width: 5px;
	border-left-color: #3366CC;
}

#main .midashi{
    margin: 0;
    background: none;
}

#main .boxes{
    margin: 0;
    background: none;
	border-bottom: 1px dotted #999999;
}    
/* ******************  footer  *************** */

#footer {
    clear:both;
    width: 640px;
	margin-bottom:10;
    background: none;
	border-top:solid 1px #003366;		
}

#footer #footer_box ul#menu {
	display: none;
	background: none;
}
#footer #copyright {
    float: left;
	margin: 0;
	padding-left: 10px;
	background: none;
	text-align:left;
}
