@charset "UTF-8";


/* ==============================
  css-base-index
=================================
base
============================== */


/* ------------------------------
  base
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    height: 100%;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
	color: #333333;
}

a {
    outline: none;
    border-style:none;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

hr {
	display: none;
    clear:both;
}

li {
	list-style-type: none;
}

img {
    border: 0 none;
    font-size: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.txt_center {
    text-align:center;
}



/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


