@charset "UTF-8";

ul.tabs {
	margin: 0 auto 0 0;
	padding: 0 0 0 153px;
	height: 35px;
	display: inline-block;
	list-style: none;
	background: url(images/tab_advice.gif) no-repeat 20px 0;
}
ul.tabs li {
	float: left;
	width: 149px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	height: 35px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 35px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	background: url(images/tab_bg.gif) no-repeat;
}
ul.tabs li a {
	display: inline-block;
	outline: none;
}
ul.tabs li a:hover {
	line-height: 35px;
	background: url(images/tab_bg_act.png) no-repeat -150px 0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	line-height: 35px;
	background: url(images/tab_bg_act.png) no-repeat 0 0;
	cursor: default;
}

/* タブのなかみ */
.tab_container {	
	display:block;
	float: left;
	width: 770px;
	padding: 0;
	margin: 0;
}
.tab_content {
	padding: 0;
}
#tab1 {
	display: block;
}
