@charset "UTF-8";

/*------------------------------------------------------------------------------
	Title : hajime naemura - Common
	Author : tetenoma
	URL : http://www.naemura.com
	Last Updated : 2007-10-01
------------------------------------------------------------------------------*/

/* base style
----------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12pt;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background-image : none;
	background: #FFFFFF;
	}

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

img{
	border: 0;
	}

address {
	font-style: normal;
	}

/* hide elements
----------------------------------------------------*/

#wrap #header #globalnav,
#wrap #footer #assistnav,
#wrap #footer #to_pagetop,
#footer {
	display: none;
}

/* visible elements
----------------------------------------------------*/

#wrap,
#primaly,
.section {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
	}
	
#primary div.section {
	margin: 10px 0;
	border-bottom: solid 1px #000000;
	}

span.print_ttl {
	display: block;
	font-size: 120%;
	}
		




