@charset "shift_jis";
@import url("layout.css");

/*------------------------------------
	reset
-------------------------------------*/
html, body,
h1, h2, h3, h4, h5, h6,
div, p, ul, ol, dl,
address, form {
	display:block;
	margin:0;
	padding:0;
	line-height:100%;
	text-align:left;
}

input {
	padding:0px;
	margin:0px;
}

dt, dd, span {
	margin:0px;
	padding:0px;
	line-height:100%;
	text-align:left;
}

li {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-image:none;
	list-style-type:none;
}	

a, em, span, strong {
	display:inline;
}

img {
	border-width:0px;
	border-style:none;
}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{*font-size:100%;}

/*------------------------------------
	font
-------------------------------------*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*------------------------------------
	clearfix
-------------------------------------*/
#cTatakiBody div:before,
#cTatakiBody ul:before,
#cTatakiBody dl:before {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
	line-height:0;
	font-size:0%;
}

#cTatakiBody div:after,
#cTatakiBody ul:after,
#cTatakiBody dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	line-height:0;
	font-size:0%;
}

#cTatakiBody div,
#cTatakiBody ul,
#cTatakiBody dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #cTatakiBody div,
* html #cTatakiBody ul,
* html #cTatakiBody dl {
	height:1%;
}

#cTatakiBody div,
#cTatakiBody ul,
#cTatakiBody dl {
	display:block;
}
/* End hide from IE-mac */


/*------------------------------------
	初期化
-------------------------------------*/
body {
	font-family: "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4",
	"Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color:#666666;
}