@charset "UTF-8";


* {
	font-style:normal;
	font-weight:normal;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, ol, ul, li, dl, dt, dd, pre, blockquote, address, hr, table, tr, th, td, form, fieldset {
	margin:0;
	padding:0;
	text-align:left;
}
body {
	background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
	font-family:arial,sans-serif;
	font-family: "ＭＳ Ｐゴシック",arial ,sans-serif;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, address {
	color:#333333;
}
h1, h2, h3, h4, h5, h6 {
line-height:1.1;
}
address {
font-size:80%;
line-height:1.1;
}
ol li, ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
li p, li li, li li li, dd p, dd li, dd dd, dd pre, dt p, th p, th li, th pre, td p, td li, td pre {
font-size:100%;
}
strong {
font-weight:bold;
}
em {
}
table, th, td {
border-collapse:collapse;
}
input, select, textarea {
}
p input, p select, p textarea, li input, dd input, li select, dd select {
font-size:100%;
}

p { margin:0 0 0.8em 0; }

a, img {
border:0 none;
}
img, input {
vertical-align:middle;
}
a { color:#333333; text-decoration:none; }
a:hover { text-decoration: underline; }

.clear_both { clear:both;}

/*ジャケット枠設定*/
.cover img {
 border:1px solid #999;
}

/* 090728add */
/* 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 */


