@charset "utf-8";
/* -------------------------------------------------------
	print.css
	creation date	:	01-19-2012
---------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
q:before,q:after {content: '';}
object,embed {vertical-align: top;}
hr,legend {display: none;}
hr {clear: both}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
input, textarea, select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}

/* @group Structure Module */
/*======================================

	Structure Module

=======================================*/
@import(style.css);

body{line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	}




