@charset "utf-8";
/* CSS Document */

p, h1, h2, h3, ul, li, body {
	margin: 0px;
	padding: 0px;
}
#all {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
img {
	vertical-align: top;
	border: none;
}

header {
	width: 100%;
	height: 70px;
	background-image: url(../img/bg-img-header.gif);
	background-repeat: repeat-x;
}
header a {
	margin-right: auto;
	margin-left: auto;
}
h1 {
	text-align: center;
}

#main {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE用 */
}

/* 左カラム始まり */
#main .left {
	width: 180px;
	height: 700px;
	float: left;
}
.left #rogo {
	margin-left: 30px;
}
nav {
	margin-top: 20px;
}
nav ul {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
nav li {
	height: 35px;
	margin-bottom: 5px;
	list-style-type: none;
}
nav #yoyaku {
	width: 123px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #990000;
	border-radius: 2px;
	background-color: #FFF8F7;
}
#yoyaku p {
	color: #990000;
	font-size: 100%;
	text-align: center;
}
#yoyaku #tel {
	font-size: 110%;
	font-weight: bold;
}
nav #socialicon {
	width: 180px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#socialicon a .fa.fa-facebook-square {
	margin-left: 32px;
}
#socialicon a .fa  {
	margin-right: 10px;
	margin-left: 3px;
	padding-top: 2px;
	color: #111111;
	font-size: 23px;
	float: left;
}
#socialicon a .fa:hover {
	opacity: 0.9;
	filter: alpha(opacity=50); /* IE用 */
}
.left nav p {
	font-size: 85%;
	text-align: center;
}
/* 左カラム終わり */

/* 右カラム始まり */
#main .right {
	width: 820px;
	margin-left: 180px;
}
#main .right #slide {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#main .right #slide p {
	float: left;
}
#main .news {
	width: 800px;
	height: 630px;
	margin-bottom: 50px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 2px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#main .news .inner {
	width: 780px;
	height: 500px;
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: auto;
}
#main .news .inner p {
	width: 720px;
	margin-left: 20px;
	color: #990000;
	font-size: 110%;
}
#main .news .inner .honbun {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #333;
	font-size: 100%;
	line-height: 1.5;
	border-bottom: thin dotted #B2B2B2;
}
#gotop a  {
	margin-left: 390px;
	color: #333333;
}
/* 右カラム終わり */

footer {
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
footer .f {
	color: #999999;
}
footer a {
	color: #333333;
	text-decoration: none;
}
footer a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE用 */
}
footer #copy {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 75%;
}
