@charset "utf-8";

/* --------------------------------
	print Style Sheet
	2011-06-14
--------------------------------*/
/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/
body {
	background: #FFFFFF;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3","ＭＳ Ｐ明朝", serif;
	color: #000000;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
img {
	border: none;
}
#wrapper,
#nocss,
.notify{
	display: none;
}

/* ==========================================================================================================

	#printing

============================================================================================================*/
#printing {
	display: block;
	text-align: left;
	font-size: 10px;
}
#printing h1{
	text-align: center;
	margin-bottom: 3em;
}

/*  section
-----------------------------------*/
#printing section {
	clear : both;
	margin-bottom : 2em;
	padding: 0 15px;
}

/*  テキスト制御
-----------------------------------*/
#printing section p {
	margin-bottom: 0.5em;
}
#printing section p b {
	margin-right: 2em;
}
#printing .txtCenter {
	text-align : center;
}
#printing .txtRight {
	text-align : right;
}

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

	見出し

---------------------------------------------------------------------*/
#printing div.hGroup {
	margin-bottom: 3em;
}

/*  中見出し
-----------------------------------*/
#printing h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 -15px 1.5em;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
}
/*  ------------------------------------------------------------------

	prof

---------------------------------------------------------------------*/
#printing section.ptProf dl {
	margin: 0 0 0.5em;
}
#printing section.ptProf dt {
	float: left;
	width: 100px;
}
#printing section.ptProf dd {
	float: left;
}

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

	staff

---------------------------------------------------------------------*/
#printing section.ptStaff dl {
	border-bottom: 1px solid #9A9A9A;
	margin: 0 -15px 1em;
	padding: 0 0 0.8em;
}
#printing section.ptStaff dt {
	float: left;
	padding-left: 15px;
	width: 230px;
}
#printing section.ptStaff dd {
	float: left;
}
#printing section.ptStaff dl:last-child{
	border-bottom: none;
}

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

	access

---------------------------------------------------------------------*/
img.map {
	float : right;
	margin-left : 5px;
	margin-bottom : 5px;
}


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

	clearfix

---------------------------------------------------------------------*/
/* start clearfix */
#printing section:after,
#printing section.ptStaff dl:after,
#printing section.ptProf dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html #printing section,
* html #printing section.ptStaff dl,
* html #printing section.ptProf dl{
	zoom: 1;
}
/* ie7 hack */
*:first-child+html #printing section,
*:first-child+html #printing section.ptStaff dl,
*:first-child+html #printing section.ptProf dl{
	zoom: 1;
}
/* end clearfix */

