@charset "shift_jis";

/*==========================================================*/

@import "cssreset-min.css";
@import "layout.css";

/*==========================================================*/

html {
	color: #333;
	font-size:medium;
	line-height:1.5em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/com_back.jpg);
}
h2 {
	margin: 0px 0px 10px 0px;
}
a img {
	border: none;
}

/*==========================================================*/
/* parts */
.clear-fix {
	clear: both;
}
.pagetop {
	margin-bottom: 30px;
	text-align: right;
	height: 14px;
	overflow: hidden;
}
.pagetop a:hover img {
	margin-top: -14px;
}


.pagetop a:hover  {
	height: 14px;
	background-color:transparent;
}

.font-emphasis {
	color: #DF5220;
	font-weight: bold;
}
.font-big01 {
	font-size: 180%;
	font-weight: bold;
}
.font-big02 {
	font-size: 120%;
	font-weight: bold;
}
.space-b10 {
	margin-bottom: 10px;
}
.space-b20 {
	margin-bottom: 20px;
}

.img-left {
	float: left;
	margin-right: 20px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}