@charset "Shift_JIS";

/*-------------------------------------------------- 
基本構成
--------------------------------------------------*/
body { 
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	font-size: 13px;
	position:relative;
}

/*---------------------------------------------------------------
	各要素のリセット
---------------------------------------------------------------*/
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;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	text-align: left;
}

/*firefox用スクロールバー強制表示*/
html {
	overflow-y: scroll;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	word-wrap: break-word;
}

caption, th {
	text-align: left;
}

a img {
	border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

strong { font-weight: bold; }

.txtBold { font-weight: bold }
.txtRed { color:#CC0000; }
.txtRight { float: right; }


/*---------------------------------------------------------------
	ClearFIX
---------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
