﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: print.css
	Location: /common/css/print.css
	Desctiption {
		print 用CSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.wrapper {
	width: 548px;
}


/**************************************************************

	Header

***************************************************************/

#header {}

#header ul.header-navi {
	display: none;
}

/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#container {

}


/* main
===============================================================*/
#content{
	float: none;
}

#content h3 {
	margin: 0 0 10px;
	padding: 0 0 0 7px;
	border-left: 3px solid #9c0;
	height: auto !important;
	background: none;
}


/* sub
===============================================================*/
#sideNav{
	display: none;
}

/**************************************************************

	Footer

***************************************************************/

#footer {
	width: 548px !important;
}





