@charset "UTF-8";
/* ==============================

	link CSS

============================== */
h1.pageTitle {
	font-size: 32px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.mainVisual {
	width: 750px;
	height: auto;
	margin-bottom: 0px;
}
/* 
----------------------------------------------------*/
ul.linkNav {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
ul.linkNav li a {
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	width: 645px;
	padding-left: 45px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #E6E6E6;
	margin-bottom: 10px;
	border-radius: 10px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-image: url(../../images/arrow_blue_1.png);
	background-repeat: no-repeat;
	background-position: right 45px center;

	display: block;
}
ul.linkNav li .txturl {
	font-size: 20px;
	font-weight: normal;
}
