@charset "utf-8";


/* import
----------------------------------------- */

@import "link.css";
@import "header.css";
@import "main.css";
@import "footer.css";


/* global
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	}

body {
	text-align: center;
	color: #2F2F2F;
	background: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

table,
td,
th,
tr {
	font-size: small;
	font-family: Arial, Helvetica, Verdana, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

.middle {
	vertical-align: middle;
	}

strong {
	font-weight: bold;
	}

#container,
#wrapper {
	width: 100%;
	}
	
em	{
font-style:italic;
}

.unicode {
	font-family:	'TITUS Cyberbit Basic', 'Code2000', 'Doulos SIL', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
}

.no_arial	{
	font-family: Helvetica, Verdana, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/* clearfix
----------------------------------------- */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */
