@charset "utf-8";

/*------------------------------------------------------------------------------
	Title : Print
	Author : Comsort,Inc. 
	Last Updated : 2007-09-20
------------------------------------------------------------------------------*/

/* 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
----------------------------------------------------*/

ul#btn_area,
ul#global_nav {
	display: none;
}

/* visible elements
----------------------------------------------------*/

#wrap,
#primary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
	}
	
#primary div.section {
	border-bottom: solid 1px #000000;
	}
	


