@charset "utf-8";
/*
 * Last Up Date: 2009-01-28 14:30
 */

/* reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,label,input,textarea,p,blockquote,table,th,td {
	margin:0; 
	padding:0; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* base
------------------------------ */
/* ------ body */
body {
	line-height: 1.5;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 77%;
}

/* ------ float */
.left {
	float: left;
}
.right {
	float: right;
}

/* ------ clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

/* ------ clear */
.clear {
	clear: both;
}

/* ------ position */
.center {
	margin: 0 auto;
	text-align: center;
}

/* ------ image button (common) */
.img-button a {
	display: block;
}
.img-button a:hover {
	background-color:transparent;
}
.img-button a:hover img {
	visibility: hidden;
}