@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 {	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;
}
/*
------------------------------------------------------------------------
component
----------------------------------------------------------------------*/
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	font-family: "メイリオ",Verdana,arial,sans-serif,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka";
	font-size: 62.5%;
	height:100%;
	/*word-wrap: break-word;	/* IE */
	/*background-color:#FFFFFF;*/
}
/*
----------------------------------------------------------------------*/
p {
	color: #323232;
	font-size: 14px;
	line-height: 1.3;
	margin:0;
	letter-spacing:0.033em;
}
img { vertical-align:bottom }
a {
	color: #b72a2d;
	overflow:hidden;

}
a:visited {
	color:#b72a2d;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.hidden, hr {
	display: none;
}
hr.clear{
	clear:both;
	display:none;
}

.dotLine {
	width: 100%;
	border-bottom: 1px dotted #940000;
	padding-bottom:5px;
}
p.topspace{
	margin-top:1em;
}
/*
------------------------------------------------------------------------
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 */
/*
----------------------------------------------------------------------*/

