@charset 'utf-8';
/* CSS Document */
.pink{
	color:#FFF;
	padding:15px 15px 15px 20px;
	background-color: #4384C5;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:10px;
}

.top
{
	float:right;
	font-size:10px;
}

#buttonarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }

/*角丸ボタン*/
#cms_button{
	width:550px;
    margin-left:auto;
    margin-right:auto;
	}
#cms_button a{
    width:547px;
	margin:20px 0;
    font-size:18px;
    text-decoration:none;
    display:block;
    text-align:center;
	line-height:140%;
    padding:30px 0 30px;
    color:#FFF;
    background-color: #6B9ED6;
    border-radius:5px;
    box-shadow:3px 3px #3D80C9;
}

#cms_button a:hover{
    width:547px;
	margin:20px 0;
    font-size:18px;
    text-decoration:none;
    display:block;
    text-align:center;
	line-height:140%;
    padding:30px 0 30px;
    color:#FFF;
    background-color: #6B9ED6;
    border-radius:5px;
    box-shadow:3px 3px #3D80C9;
}

#cms_button a:visited{
    width:547px;
	margin:20px 0;
    font-size:18px;
    text-decoration:none;
    display:block;
    text-align:center;
	line-height:140%;
    padding:30px 0 30px;
    color:#FFF;
    background-color: #6B9ED6;
    border-radius:5px;
    box-shadow:3px 3px #3D80C9;
}
