@charset "Shift_JIS";

/* ------------------------------------------------------------
 
* Site Name    : ariakejapan(ja)
* file         : default.css
* Editor       : iwai(nomuraIR)
* last updated : 08/11/14

------------------------------------------------------------ */


/* ALL
------------------------------------------------------------ */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

html {
	font-size: 82%;
	font-size: 9pt;
	font-style: normal;
	overflow-y: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	line-height: 1.3;
	color:#333333;
	vertical-align: baseline;
	background: url(../images/bg.gif) repeat-y #F3F3F3;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
}

a {
	outline: 0;
}

a img {
	border: none;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}

a:link {
	color: #555;
}

a:visited {
	color: #777;
}

a:active {
	color: #F69;
}

a:hover {
	color: #C00;
}


/* フロート解除方法 (モダンブラウザ[Firefox、Opera、Safari])
------------------------------------------------------------ */
.clearfix:after {
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
	content: "."; 
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

