@charset "UTF-8";

/*
*akichiatlas.com
*print-CSS
*/

body {
	margin:5px 0 0 0;
	color:#000;
}

/* /////////////////////////////////////////////////////////////////  Center Container Box
/*/
#container {
	width:590px;
}
/* /////////////////////////////////////////////////////////////////  Header Box (width 668px)
/*/
#header {
	margin:0 0 10px 0;
	padding:0;
	width:590px;
	height:45px;
}
#header #logo {
	width:120px;
	height:45px;
	float:right;
}
/* /////////////////////////////////////////////////////////////////  Contents (488px [20px + 468px] width Box)
/*/
#contents {
	margin:0;
	width:590px;
	float:left;
	font-size:11px;
}
	#contents #baseInfo{
		margin:0 0 20px 0;
		padding:5px;
		border:1px dotted #000;
		width:578px;
		font-size:11px;
		line-height: 1.4em;
		float:left;
	}
	#contents #entryContents h1 {
		text-transform:none;
		font-size: 18px;
	}
	#contents #entryContents h2 {
		font-size: 11px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	#contents #entryContents h3 {
		text-transform:uppercase;
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 10px 0;
		padding: 0px;
		border-bottom: 1px dotted #000;
	}
	#contents #entryContents b {
		font-weight: bold;
		padding: 0px;
		border: 0px solid #777;
	}
	#contents #entryContents strong {
		font-weight: bold;
		padding: 0px;
		border: 0px solid #777;
	}
/*  ================================================  Entry page Contents
 */
	#contents #entryContents {
		margin:0;
		padding:0;
		line-height:1.6em;
		width:590px;
	}
/*  ================================================  Presentation Space
 */
	#contents #entryContents .presenText {
		width:483px;
	}
/* /////////////////////////////////////////////////////////////////  Footer
/*/
#footer {
	margin:20px 0 0 0;
	padding:5px 0;
	width: 590px;
	font-size:10px;
	border-top: 1px dotted #000;
	text-align: right;
	clear: left;
}
