﻿@charset "utf-8";

/* ABOUT
---------------------------------------------*/

#summarybox {
	background: url(../img/bg_summary.jpg) right top no-repeat;}

.summary {
	width: 730px;
	margin: 0  0 25px 3px;
	color: #333;
	border-collapse: collapse;
	border: 1px dotted #ccc;
	line-height: 1.7em;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;}

.summary a {
	color: #333;
	text-decoration: underline;}

.summary a:hover {
	color: #7ca600;
	text-decoration: none;}

.summary th,.summary td {
	padding: 6px;
	border: 1px dotted #adadad;}

.summary th {
	width: 14em;
	background-color: #edeef1;}

.summary td {
	background-color: #fff;}