﻿#cir{
	float:right;
	padding-top:40px;
	padding-bottom:35px;
}
#cir1 a{
	text-align:center;
	display:block;
	margin:20px;
	padding-top:100px;
	width:148px;
	height:48px;
	background-color:#8890e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color:#333333;
	text-decoration:none;
	font-size:180%;
	font-family: 'Patrick Hand', cursive;
	border:1px solid #8890e1;
}
#cir1 a:hover{
/* 変化後の色 */
/* 	background:url('img/kuma08.png');*/
/*	border:solid 1px #cccccc;*/
	border:solid 1px #0000cd;
	background:#0000cd;
	color:#ffffff;
}
#cir2 a{
	text-align:center;
	display:block;
	margin:20px;
	padding-top:100px;
	width:148px;
	height:48px;
	background-color:#fca7aa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color:#333333;
	text-decoration:none;
	font-size:180%;
	font-family: 'Patrick Hand', cursive;
	border:solid 1px #fca7aa;
}
#cir2 a:hover{
/*	background:#f7242b;*/
/*	border:solid 1px #fca7aa;*/
	background:url('../img/works.jpg');
	border:solid 1px #eeeeee;
	color:#333333;
}
#cir3 a{
	display:block;
	margin:20px;
	padding-top:100px;
	width:148px;
	height:48px;
	background-color:#cbfda0;
	text-align:center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color:#333333;
	text-decoration:none;
	font-size:180%;
	font-family: 'Patrick Hand', cursive;
	border:1px solid #cdfda0;
}
#cir3 a:hover{
/*	background:#32cd32;*/
	background:url('../img/contact.jpg');
	border:solid 1px #eeeeee;
	color:#333333;
}
#cir4 a{
	text-align:center;
	display:block;
	margin:20px;
	padding-top:100px;
	width:148px;
	height:48px;
	background-color:#8890e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color:#333333;
	text-decoration:none;
	font-size:180%;
	font-family: 'Patrick Hand', cursive;
	border:1px solid #8890e1;
}
#cir4 a:hover{
/* 変化後の色 */
/* 	background:url('img/kuma08.png');*/
/*	border:solid 1px #cccccc;*/
	border:solid 1px #0000cd;
	background:#0000cd;
	color:#ffffff;
}
.title{
	padding-top:350px;
}