/* CSS Document */

h2#t-main span { display:none; }
h2#t-main {
	display:block;
	background:url(img/t_main.jpg) no-repeat;
	width:620px;
	height:30px;
	margin-bottom:10px;
}

h2#t-groire span { display:none; }
h2#t-groire {
	display:block;
	background:url(img/t_groire.jpg) no-repeat;
	width:620px;
	height:55px;
	margin-bottom:20px;
}

h2#t-ashworth span { display:none; }
h2#t-ashworth {
	display:block;
	background:url(img/t_ashworth.jpg) no-repeat;
	width:620px;
	height:55px;
	margin-bottom:20px;
}

.planBox {
	float:left;
	width:300px;
	overflow:hidden;
}

.plan_groire a {
	display:block;
	background:url(img/plan_groire_r.jpg) no-repeat;
	width:300px;
	height:450px;
	margin-bottom:20px;
}

.plan_ashworth a {
	display:block;
	background:url(img/plan_ashworth_r.jpg) no-repeat;
	width:300px;
	height:450px;
	margin-bottom:20px;
}

#logo_gloire {
	background:url(img/logo_gloire.jpg) no-repeat;
	width:300px;
	height:70px;
	margin-bottom:20px;
}

#logo_gloire p {
	margin-left:100px;
	font-size:85%;
}

#logo_ashworth {
	background:url(img/logo_ashworth.jpg) no-repeat;
	width:300px;
	height:70px;
	margin-bottom:20px;
}

#logo_ashworth p {
	margin-left:100px;
	font-size:85%;
}

#bnr_gloire a {
	display:block;
	background:url(img/bnr_gloire_r.jpg) no-repeat;
	width:300px;
	height:100px;
}

#bnr_ashworth a {
	display:block;
	background:url(img/bnr_ashworth_r.jpg) no-repeat;
	width:300px;
	height:100px;
}
.yoyakuBtn a {
	display:block;
	padding:5px 0;
	width:200px;
	background:#000;
	border-radius:15px;
	color:#FFF !important;
	font-size:85%;
	text-decoration:none !important;
	text-align:center;
	margin:10px auto 30px;
}

.yoyakuBtn a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration:underline !important;
}