@charset "UTF-8";

/*-------------------------------------------------
共　通
-------------------------------------------------*/
body{
    text-align: center;
	font-size: 75%;
	color: #000;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #FFF url(images/bg001.jpg) top center no-repeat;
	/*\*/
	letter-spacing: 0.075em;
	/**/
	line-height:150%;
	vertical-align: baseline;
    margin: 0;
    padding: 0;
}
/* リンク指定 */
a { overflow: hidden;}
a img { border: 0;}
a:link { color: #333; text-decoration: underline;}
a:visited { color: #333; text-decoration: underline;}
a:hover { color: #999; text-decoration: none;}
a:hover img.hoverImg {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
.clear {clear: both; line-height: 0}

/* フォントサイズ */
.font11	{font-size: 11px;}
.font12	{font-size: 12px;}
.font13	{font-size: 13px;}
.font14	{font-size: 14px;}
.font15	{font-size: 15px;}
.font16	{font-size: 16px;}
.font17	{font-size: 17px;}
.font18	{font-size: 18px;}
.font19	{font-size: 19px;}
.font20	{font-size: 20px;}

/* レイアウト */
#wrapper {
	margin: 0 auto;
	width: 1020px;
	height: 690px;
	text-align: left;
	position: relative;
}
p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
h1 {
	width:420px;
	height: 150px;
	font-size: 40px;
	text-indent: -1000em;
	background: url(images/txt01_1.png) no-repeat;
	display:block;
	position: absolute;
	left: 15px;
	top: 130px;
	z-index: 4;
}
#box01 {
	text-align: center;
	width: 580px;
	height: 580px;
	background: url(images/circle01_1.png);
	position: absolute;
	left: 455px;
	top: 40px;
	padding: 80px 0 0;
	z-index: 3;
}
#box02 {
	text-align: center;
	width: 322px;
	height: 190px;
	background: url(images/circle02.png);
	position: absolute;
	left: 39px;
	top: 500px;
	z-index: 2;
}
#box03 {
	text-align: center;
	width: 560px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 265px;
	z-index: 1;
}

#wrapper h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 65px 0 0;
}
.daybox {
	width: 310px;
	height:131px;
	text-align:left;
	margin: 0 0 20px 65px;
	padding: 0 0 0 116px;
	background:url(images/clover.png) left top no-repeat;
}
.dayname {
	width: 170px;
	height: 108px;
	margin: 0;
	padding: 8px 0 0;
	float: left;
}
.daytitle01 {
	width: 140px;
	height: 80px;
	font-size: 20px;
	text-indent: -1000em;
	margin: 0 0 7px;
	padding: 0;
	background: url(images/akaishi-name.png);
}
.daytitle02 {
	width: 140px;
	height: 80px;
	font-size: 20px;
	text-indent: -1000em;
	margin: 0 0 7px;
	padding: 0;
	background: url(images/fukue-name.png);
}
.daytitle03 {
	width: 185px;
	height: 80px;
	font-size: 20px;
	text-indent: -1000em;
	margin: 0 0 7px -20px;
	padding: 0;
	background: url(images/urara-name.png);
}
.daytitle04 {
	width: 140px;
	height: 80px;
	font-size: 20px;
	text-indent: -1000em;
	margin: 0 0 7px;
	padding: 0;
	background: url(images/sakura-name.png);
}

.daylink {
	width: 138px;
	height: 108px;
	margin: 8px 0 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
.daylink a:hover img {
	margin-top: -108px;
}

.reform {
	width: 200px;
	height: 90px;
	font-size: 20px;
	text-indent: -1000em;
	margin: 65px auto 5px;
	padding: 0;
}
.reform a {
	width: 200px;
	height: 90px;
	margin: 0;
	padding: 0;
	display:block;
	background-image: url(images/reform-link.gif);
	background-position: 0 0;
}
.reform a:hover {
	background-position: 0 -90px;
}


#footer {
	margin: 0 auto;
	padding: 30px 0 40px; 
	width: 1000px;
}

.footer-left {
	float: left;
	width: 310px;
	height: 90px;
	padding-left: 5px;
}

.footer-right {
	float: right;
	margin: 0 auto;
	padding: 10px 0 0 85px; 
	width: 500px;
	height: 100px;
	text-align: left;
	color:#535353;
	background-image: url(images/clover-footer.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.footer-right h4 {
	width: 170px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	float: left;
}
.add {
	width: 330px;
	float:left;
}
.add p {
	font-size: 12px;
}
.copyright {
	clear: both;
	padding: 20px 80px 0 0;
	font-size: 10px;
	text-align:center;
}

#recruitbtn {
	position: fixed;
	width: 60px;
	height: 200px;
	top: 20px;
	right: 20px;
}