@charset "utf-8";

div.tab {
		width: 630px;
		margin: 0 0 20px;
		padding: 0;
		overflow: hidden;
}

ul.tabs {
		font-size: 85%;
		list-style-type: none;
		width: 630px;
		margin: 0;
		padding: 0;
		float: left;		
		height: 30px;
}

ul.tabs li {
		width: 100px;
		float: left;
		margin: 0 1px 0 0;
		padding: 0;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		position: relative;
		background-color: #CCCCFF;
}

ul.tabs li a {
		text-align: center;
		text-decoration: none;
		display: block;
		width: 100%;
		outline: none;
		color: #fff;
}

ul.tabs li a:hover {
		background-color: #003399;
		color: #fff;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover { background-color: #69f; }

.tab_container {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		border-color: #69f;
		border-style: solid;
		border-top-width: 5px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		clear: both;
		float: left;
		width: 628px;
}

.tab_content {
		width: 600px;
		height: 230px;
		padding: 9px 14px;
		overflow: auto;
}

.tab_content h3 {
		font-size: 120%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 5px 0;
		border-bottom: 1px solid #069;
		color: #069;
}

.tab_content p {
		line-height: 1.4em;
		margin-bottom: 10px;
}

.tab_content ol {
		margin: 0 0 10px 30px;
		padding: 0;
}

.tab_content li {
		line-height: 1.4em;
		margin: 0 0 5px;
		padding: 0;
}

#tab4 a {
		text-decoration: none;
		text-align: center;
		text-indent: 0;
		width: 12em;
		height: 30px;
		line-height: 30px;
		display: block;
		margin: 0 0 5px;
		background-color: #eee;
		border: 1px outset #fff;
}

#tab4 a:hover {
		text-decoration: none;
		background-color: #FFCCFF;
		border: 1px inset #fff;
}
