/*##############################################################################
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 {	margin: 0;	padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
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;}
img.imageLinksNonDisplay{
	display: none;
}
/*
------------------------------------------------------------------------------
component
------------------------------------------------------------------------------*/
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande','Verdana','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','"ヒラギノ角ゴ Pro W3"',san-serif;
	font-size: 12px !important;
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	min-width: 900px;
	word-wrap: break-word;	/* IE */
	/*background:#ffffff url(../images/common/bg_body_grd.jpg) repeat-x 0 0;*/
}

/*
------------------------------------------------------------------------------*/
p,em,dl,dt,dd,cite,ul,ol {
	color: #323232;
	font-size: 12px;
	line-height: 1.5;
}
ul {
	list-style-type: none;
}
a,
a:link { color: #8f7c7c;}
a:visited {	color:#8f7c7c; }
a:hover {
	color:#cccccc;
	text-decoration: none;
	/*
	background: #ffffcc;
	border-bottom: 1px dotted #0478c3;
	*/
}
hr, .hidden { display: none;}
/**/
.rCol { float: right;}
.lCol {	float: left;}
.f {
	clear: both;
	width: 100%;
}
.dotLine {
	margin: 15px 0;
	width: 100%;
	border-bottom: 1px dotted #5f5f5f;
}
legend{
	display:none;}

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