.btn_S{
	font-weight: bold;
	background-color:#CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
	
}

/*項目の色付け*/

.gamenkoumoku{
	font-weight: bold;
	background-color:#ffd700;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
	
}

/*初心者マーク(初めての方へ)*/

.hajimete{
  margin-left: auto;
  margin-right: 5px;

}

img.hajimete{
vertical-align: middle;
}

/* ロゴの下に表示しているメニュー(リンク場所表示)*/

#yokonarabi ul li{
	list-style-type: none;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 1em;
	padding-left: 0px;
	display:inline;
}

.li1{
	text-align:left;
	margin-top:8px;
	margin-bottom:1em;
	margin-left:0px;
	padding-left:2px;
	padding-right:0px;
	background-color: #FFFFFF;
	list-style: none;

}

.link_color_red{

color:red;

}

.link_color_black{

color:black;
display:none;
}

/*点線の青い枠*/

.box_blue {
	border: 1px dotted #0000FF;
	width: 560px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*ページトップへ戻る画像*/

.pagetop_img {
	color: #fff;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 6rem;
	cursor:pointer;
	
}

.pagetop_img:hover {
	background-color:#FFFFFF;
	text-decoration: none;
}

.btn_menu {
	color: #fff;
	display: none;
	position: fixed;
	bottom: 4rem;
	right: 6rem;
	cursor:pointer;
	
}

.btn_menu {
	background-color:#FFFFFF;
	text-decoration: none;
}

/*上部メニュー表示*/

.menu_now2 {
	background-image: url(../img/arrow_red_s.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	
}
.menu_now2 img {
	margin-bottom: -1px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.menu_now2_color{

color: #000000;

}