@charset "UTF-8";

/*-----------------------------------------------------------------------------
Primary Style Sheet for print

version:   1.0
author:    DRAWING AND MANUAL.
website:   http://www.d-department.jp/

-----------------------------------------------------------------------------*/
body {
	width:800px;
	margin: 0cm auto;
	color: #000;
	font-family:'Times New Roman', "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	background-color: #fff;
	font-size: 10pt;
}
/* regular anchor style -------------------------------------------------- */
a {text-decoration:underline;color:#999;}
img {border:none;background:transparent;}
.hidden {display:none;}
h2 {margin-top:0;font-weight:normal;}
h3 {margin-top:0;margin-bottom:3px;}
h4 {margin:6px 0;}
span.comment {font-size:0.8em;line-height:80%;}
acronym {cursor:help;border-bottom:1px #4dac26 dotted;}
span.acronym_line {text-decoration:underline;}
p,ul,dl {margin:auto;line-height:1.5em;font-size:10px;}
ul {list-style-type: none;}

/* --------------------------------------------------------------------------*/
#header {
	position:relative;
	clear:both;
	width:800px;
	height: 570px;
	margin:0 auto;
}
body.archive #header {
	height: 180px;
}
/* --------------------------------------------------------------------------*/
/* pagebody -----------------------------------------------------------------*/

#pagebody {
	clear:both;
	width:800px;
}

/* footer -------------------------------------------------------------------*/
#footer {
}

