@charset "utf-8";

/*------------------------------------------------------------------------------
	Title : Print
	Author : Comsort,Inc. 
	Last Updated : 2007-09-20
------------------------------------------------------------------------------*/

/* base style
----------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	color: #000000;
        background-image : url(haikei_3.jpg);
	font-size: 12pt;
	FONT-FAMILY: "ＭＳ Ｐゴシック";
	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;
	}

H1{
  font-size : 12pt;
　font-family : "MS Pゴシック";
}

H2{
  font-size : 11pt;
　font-family : "MS Pゴシック";
}

H3{
  font-size : 11pt;
　font-family : "MS Pゴシック";
}

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;
	}
	


