@charset "utf-8";
/*######################################################################
master CSS
######################################################################*/
/*


------------------------------------------------------------------------
GLOBAL RESET
----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,nav {	margin: 0;	padding: 0;}
table {	border-collapse: collapse;}
fieldset,img,abbr {	border: 0;}
address,caption,cite,cide,dfn,h1,h2,h3,h4,th,var {	font-style: normal;	font-weight: normal;}
caption,th {	text-align: left;}
q:before,q:after {	content:'';}
a {	text-decoration: none;}
ul,
ul li{
	list-style:none;
}
header,section,nav,footer,aside,article{ display:block;}
/*
------------------------------------------------------------------------
component
----------------------------------------------------------------------*/
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family:Helvetica,Arial,Verdana,Osaka,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	font-size: 62.5%;
	height:100%;
	background:url(../images/commons/background.gif);
	/*word-wrap: break-word;	/* IE */
}
/*
----------------------------------------------------------------------*/
p {
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	margin:0;
	letter-spacing:0.033em;
}
a {
	color: #000000;
	overflow:hidden;
}
a:visited {
	color:#000000;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.hidden, hr {
	display: none;
}
hr.clear{
	clear:both;
	display:none;
}
p.topspace{
	margin-top:1em;
}
img { vertical-align:bottom;}
img a{border:none;}
img a:hover{border:none;}
.mt20{ margin-top:20px;}
.ml3em{ margin-left:3em;}
/*
------------------------------------------------------------------------
crearfix
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
/*
----------------------------------------------------------------------*/

