@charset "utf-8";
/* ////////////////////
PRINT
//////////////////// */
body {
	color:#000;
	background-color:#fff;
	line-height:1.4;
	letter-spacing:2px;
	font-size:10pt;
	font-family:"ヒラギノ明朝 Pro W3", 'Hiragino Kaku Gothic Pro', '細明朝体', 'ＭＳ Ｐ明朝', serif;
}

a:link,
a:visited {
	color:#000;
	text-decoration:none;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 11pt;
	padding-bottom:3px;
}

h1,
.Index h2 {
	margin:28px 0 0;
	border-left:5px solid #000;
	border-bottom:1px solid #000;
	text-indent:0.5em;
}
.Index h1 {
	margin:0;
	border-left:0;
	border-bottom:0;
	text-indent:0;
}
h2,
.Index h3 {
	margin-top:28px;
	border-left:5px solid #ccc;
	border-bottom:1px solid #ccc;
	text-indent:0.5em;
}

#header,
#content,
#footer {
	float:none !important;
	width:auto !important;
	margin:0 0 0 5% !important;
	padding:0 !important;
}

/* Not print
-------------------- */
hr {
	display:none !important;
}
#blogFeed {
	display:none;
}

/* #header
-------------------- */
#headNavi,
#siteTitle dl,
#siteTool {
	display:none;
}

/* #content
-------------------- */
#gNavi,
.PageTop,
#subject p {
	display:none;
}
#main dt {
	margin-top:15px;
}

#googleMaps {
	width:520px;
	min-height:338px; /* for Gekko */
	height:auto !important; /* for Gekko */
	height:343px; /* for IE6 */
	margin-bottom:1em;
}

/* #footer
-------------------- */
#footer ul,
#footer dl {
	display:none;
}
#footer p {
	clear:both;
	margin-top:30px;
	text-align:center;
	font-size:80%;
}


