﻿@font-face
{
font-family: mplus-1p-regular;
src: url('../rounded-l-mplus-1p-regular.ttf')
     format("truetype");
}
#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/kuma00.png');
	border:solid 1px #cccccc;
/*	border:solid 1px #0000cd;*/
/*	background:#0000cd;*/
	color:#ffffff;
}
#p1{
	border-top:1px solid #dddddd;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
	border-bottom:1px solid #cccccc;
}
#p2{
	border-top:1px solid #dddddd;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}


/*-class----------------------------------*/
.kata{
	font-family: 'Patrick Hand', cursive;
}
.name{
	font-size:180%;
	padding-left:10px;
	font-family: 'Patrick Hand', cursive;
	text-shadow:1px 1px 2px #cccccc;
	border-bottom:1px solid #eeeeee;
}
.prof{
	padding-top:15px;
	font-size:80%;
	padding-left:10px;
/*	font-family: 'メイリオ';*/
	font-family: 'mplus-1p-regular';
}

.kesu{
	text-decoration:line-through;
}
