@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#backcolor{
	background-color: #ffffff;
	background-image: url(image/img_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom
	text-align: center;
}

/*　ボックス（バックナンバー）*/
.box_menu {
	width: 640px;
	background-color: #fff3b8;
	position: relative;
	border-radius: 30px;
	margin: 2em 10em;
	padding: 25px 10px 7px;
	border: solid 2px #FFC107;
	margin-left: auto;
	margin-right: auto;
}
.box_menu .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #FFC107;
	color: #ffffff;
	font-weight: bold;
}
.box_menu p {
	font-size: 16px;
	margin: 0 20px; 
	padding: 0;
	text-align: left;
}

.clearBoth{
	clear:both;
}

/*画像（float無）（囲み線：無　配置：中央）*/
.decoTitle{
	padding: 0px 0px 10px 0px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
