* {
	padding: 0;
	margin: 0;
}


html {
	background: #fff;
}


a {
	color: #099;
	text-decoration: none;
}


a:hover	{
	color: #099;
	text-decoration: underline;
}


ul {
	list-style: none;
}

#tabBox  {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}


#tabBox ul#tab {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}


#tabBox ul#tab li {
	float: left;
	width: 189px;
	height: 53px;
	text-align: center;
	background: #000000 url(../work/images/works_btn1_off.png) no-repeat center bottom;
}
#tabBox ul#tab li a  {
	width: 189px;
	height: 37px;
	padding-top: 16px;
	color: #006699;
	display: block;
	text-decoration: none;
}

#tabBox ul#tab li a:focus { -moz-outline-style: none; }/*firefoxでリンクアクティブ時の点線を消す*/

#tabBox ul#tab li.selected {
	width: 189px;
	background: #000 url(../work/images/works_btn1_on.png);
	border-style: none;
}


#tabBox ul#tab li.selected a {
	width: 189px;
	height: 37px;
	padding-top: 16px;
	color: #fff;
	display: block;
	border-style: none;
	text-decoration: none;
}


#tabBox dl {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 0 20px;
	border-top: none;
	border-bottom: 1px dotted #DDDACE;
	color: #666666;
}


#tabBox dl dt {
	font-size: 16px;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 30px;
	clear: both;
}


#tabBox dl dd {
	padding-bottom: 40px;
	margin: 0;
	border-top: 1px dotted #DDDACE;
	color: #666666;
	padding-top: 40px;
	}


#tabBox dl dd p {
	margin-bottom: 1em;
}

#tabBox .col2 {
	margin-bottom: 20px;
}


#tabBox .col2 .leftBox {
	float: left;
	width: 220px;
}


#tabBox .col2 .rightBox {
	float: right;
	width: 400px;
}

#tabBox  .data  {
	font-size: 12px;
	margin-top: 5px;
}

#tabBox .data th {
	width: 30%;
	padding: 2px 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	background: #FBFBF9;
}

#tabBox .data td {
	padding: 2px 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	text-align: left;
}

table.comment {
	clear: both;
}

table.comment th {
	vertical-align: top;
}

table.comment td {
	padding-left: 10px;
	vertical-align: top;
}
