@charset "UTF-8";

html {
	width: 100%;
	height:100%;
}

body {
	background:#ffffff;
	color:#111111;
	font-family:"Libre Baskerville", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height:1.8;
	margin:0;
	padding:0px;
	color: #554738;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}

em, address {
	font-style:normal;
}

a {
	text-decoration:underline;
}

a:link, a:visited {
	color:#2792c3;
}

img {
	border:0px none;
	margin:0;
	padding:0;
	line-height:0;
}

ul, ol, dl, dt, dd, li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
}

a:hover {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
