/* このサービスのCSS */
.ihw-tit-guide
	{ 
	background: none repeat scroll 0 0 #BBBBBB;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	text-shadow: 0 0 1px #999999;
/*	width: 100%; */
	font-weight:bold;
	}
footer
	{
	background-color: #0C419A;
	border-bottom: 1px solid #363636;
	border-top: 1px solid #363636;
	height: 25px;
	}
footer p 
	{
 	color: #FFFFFF;
 	font-size: 12px;
  	font-weight: bold;
  	padding-top: 5px;
  	text-align: center;
 	text-shadow: -1px -1px 0 #000000;
  	background: none repeat scroll 0 0 transparent;
  	border: 0 none;
  	margin: 0;
  	outline: 0 none;
	}
.css_Button
	{
	border:0;
	background:transparent;
	width:100%;
	height:100%;
	margin:0;
	font-size: 100%;
	color: #222222;
	font-weight: bold;
	cursor:pointer;
	}
#ajaxBusy {display: none !important;}

.css_Button:active { color:#0000FF; }
.css_Button:hover { color:#0000FF; }
.css_button_touch { color:#0000FF; }
