@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */


div.main	{
	width: 800px;
}
h3	{
	font-size: 90.0%;
	margin-bottom: 5px;
}

/* tableの共通設定
----------------------------------------------------------- */
table	{
	width: 100%;
}
th, td	{
	color: #1D5C79;
}



/* ネットワーク描画領域
----------------------------------------------------------- */

.buttons {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.outerTable {
	margin: 0px;
	padding: 0px;
}
#outerTh1{
	width: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#outerTh2{
	width: 0px;
	padding: 0px;
	margin: 0px;
}

.outerTable td{
	vertical-align: top;
	font-weight: normal;
}

.textTable {
	border-spacing: separate;
	border-spacing: 5px;
	width: 350px;
}

.textTable th	{
	background: #CAE5F1 url(image/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	height: 40px;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

.textTable th.paper	{
	background: linear-gradient(to bottom right, white, #EED1D1);
	border-top: 2px solid #9B3B65;
	border-bottom: 1px solid #FFF;
	color: #592226;
}

#view{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.text {
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
	line-height: 20px;
	width: 50px;
}

.hidden {
	visibility: hidden;
}

.graph {
	margin: 0px;
	padding 0px;
}
