@charset "utf-8";
/* ////////////////////
PRINT
//////////////////// */
body {
	color:#000;
	background-color:#fff;
	line-height:1.4;
	letter-spacing:2px;
	font-size:10pt;
	font-family:"ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", 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 {
	margin:28px 0 0;
	border-left:5px solid #36774b;
	border-bottom:1px solid #ccc;
	text-indent:0.5em;
}
.Index h1 {
	margin:0;
	border-left:0;
	border-bottom:0;
	text-indent:0;
}
h2 {
	margin-top:28px;
	border-left:5px solid #ccc;
	border-bottom:1px solid #ccc;
	text-indent:0.5em;
}

/* Not print
-------------------- */
#siteTitle p,
#siteTitle dl,
#gNavi,
#sub,
#footer ul,
#footer dl {
	display:none;
}

#siteTitle p#logo {
	display:block;
}

#topicPath,
.PageTop {
	display:none;
}

/* Thickbox */
#TB_window,
#TB_secondLine,
#TB_overlay,
#TB_window img,
#TB_caption,
#TB_closeWindow,
#TB_closeAjaxWindow,
#TB_ajaxWindowTitle,
#TB_title,
#TB_ajaxContent,
#TB_load,
#TB_HideSelect,
#TB_iframeContent {
	display:none;
}

#header,
#content,
#footer {
	float:none !important;
	width:auto !important;
	margin:0 0 0 5% !important;
	padding:0 !important;
}

/* #content
-------------------- */
#main dt {
	margin-top:15px;
}

/* #footer
-------------------- */
#footer p {
	clear:both;
	margin-top:30px;
	text-align:center;
	font-size:80%;
}


