@charset "Shift_JIS";
/* body要素に大して全体の基本設定を行う。 */


/* フォントリセット
----------------------------------------------- */

body {
	font-size: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳＰゴシック','Osaka';
	color: #333;
	text-align: justify;
	background-color: #fff;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	}


/* 見出し ------------------------- */

h1 {font-size:1.7em;}
h2 {font-size:1.6em;}
h3 {font-size:1.5em;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
h1,h2,h3,h4,h5,h6 { line-height:1.1em; }
	
p,th,td,li,dt,dd,blockquote{font-size:1.2em;}
	
	
div,th,td {margin:0px; padding:0px}
	
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,table,form,pre {
	margin: 0px 0px 0px 0px;
	padding:0px;
	}

li {margin: 0px 0px 5px 0px;}
dt {font-weight:bold; margin: 0px 0px 5px 0px;}
dd {margin: 0px 0px 10px 20px;}
td,th {padding:3px}


/* リンク 疑似クラス ------------------------- */

a:link {color: #06f; text-decoration: none;}
a:visited {color: #06f;}
a:hover {color: #06f;text-decoration:underline;}
a:active {color:#06f;}

img {border:none}


/* table ------------------------- */

table { border-collapse: collapse; font-size: 100%;}
th,td { text-align: left; vertical-align: top; border: solid 1px #ccc;}
th { background-color: #999; color:#fff;}
		
table.layout td,table.layout th { font-size: 1em;}
form { display: block; margin: 0px;}
label { cursor: pointer;}
input,select,textarea {
	background-color: #f6f6f6;
	border: solid 1px;
	border-color: #999 #ccc #ccc #999;
	}


/* フォーム類 ------------------------- */

input.radio,input.checkbox,input.image {
	border:none;
	background-color:#fff;
	}

input.submit,input.reset {
	border-color:#ccc #999 #999 #ccc;
	}


/* クリア ------------------------- */

.clear {clear:both}




/* clearfix
----------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */