@charset "utf-8";


/*
-----------------------------------------------------------
▼初期リセット項目
-----------------------------------------------------------
*/

body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}

* {
	zoom:1;
}

table {
	border-collapse:collapse; 
	border-spacing:0; 
}

caption, th {
	text-align:left;
}

h1, h2, h3, h3, h5, h6, p, address, th, td {
	font-size:100%;
	font-weight: normal;
	font-style:normal;
}

ol,ul {
	list-style:none;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align:bottom;
}

/***-----▼firefox対策リンクフォーカス線消し-----***/
a {
	overflow:hidden;
}

/***-----▼FireFox用スクロールバーずれ防止-----***/
html {
	overflow-y: scroll;
}



/*
-----------------------------------------------------------
▼フォントの指定
-----------------------------------------------------------
*/

body {
	font:13px  "Hiragino Kaku Gothic Pro",  "ヒラギノ角ゴ Pro W3","ＭＳ ゴシック";
	*font-size: small;
	*font: x-small;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック";
	color: #666666;
}


/*
-----------------------------------------------------------
▼テキストリンクの指定
-----------------------------------------------------------
*/

a { 
  color: #F08E00;
	text-decoration:underline;
}

a:link { 
  color: #F08E00;
	text-decoration:underline;
}

a:visited {               
  color: #F08E00;
	text-decoration:underline;
}

a:hover {                   
  color: #F08F00;
  text-decoration:underline;
}



/*
-----------------------------------------------------------
▼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 */


/*
-----------------------------------------------------------
▼文字の均等揃え
-----------------------------------------------------------
*/
.arrange {
	text-align:justify;
	text-justify:inter-ideograph;
}
	
				
