@charset "UTF-8";

/****************************************************
 *
 *           print.css for www.prisys.net
 *
 ****************************************************
 */



/* --------------- body --------------- */
body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
	text-align: center;
	color: #000000;
}



/* --------------- layout ---------------- */
#header {
	display: none;
}
div#container {
	margin: 0 auto;
}
div#content {
	width: 550px;
	margin: 0 auto;
	text-align: left;
}
div#sidebar {
	display: none;
}
div#policy, div.pagetop, div#bnaviContainer {
	display: none;
}
div#copy {
	width: 550px;
	margin: 0 auto;
}



/* --------------- common -------------- */
ul {
	list-style-position: inside;
	padding: 0;
}

dl {
	margin-bottom: 10px;
}
dt {
	margin-bottom: 10px;
}
dd {
	margin: 0;
}

table {
	width: 530px;
	margin: 0 10px;
	border-spacing: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
th, td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}



/* ---------------- h ---------------- */
h1 {
	font-size: 19px;
	border: 1px solid #000000;
	text-align: center;
}
h2 {
	font-size: 16px;
	border-bottom: 1px dotted #999999;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}



/* -------------- fontsize -------------- */
div#fontsize {
	display: none;
}



/* --------------- div box ---------------- */
div#philosophy {
	padding: 0 0 20px;
	font-size: 14px;
}
div.illust {
	padding: 0 0 30px;
}
div.entry {
	padding: 0 0 40px;
}



/* ---------------- news ----------------- */
div#news dl {
	margin: 0 10px;
	padding: 0;
}
div#news dt {
	display: block;
	float: left;
	clear: left;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
}
div#news dd {
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 150px;
	border-bottom: 1px dotted #CCCCCC;
}



/* ---------------- work ------------------ */
div.work {
	margin: 0 0 20px;
	padding: 5px 10px;
	border: 1px dotted #999999;
}
div.work:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.work {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content div.work {height: 1%;}
div.work {display: block;}
/* End hide from IE-mac */

div.work p {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
div.work p img {
	margin: 0;
	padding: 0;
}
div.work dl {
	float: right;
	width: 328px;
	margin: 0;
	padding: 0;
}



/* -------------- copy ------------------ */
div#copy a:link, div#copy a:visited {
	text-decoration: underline;
}
div#copy a:link:after, div#copy a:visited:after {
	content: " ("attr(href)")";
}



/* ------------ sitemap tree  ------------ */
dl.tree dt {
	margin: 0 0 10px;
	padding: 0;
}
dl.tree dd.joint {
	margin: 0 0 0 20px;
	padding: 0;
}
dl.tree dd.bottom {
	margin: 0 0 20px 20px;
	padding: 0;
}
dl.tree a:link, dl#tree a:visited {
	text-decoration: underline;
}
dl.tree a:link:after, dl#tree a:visited:after {
	content: " ("attr(href)")";
}

