@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/10/02
File name ：trodat.css
Site name：株式会社ハドル
Summary：Trodat印刷用css。
Copyright：Copyright (c) 2008 HUDDLE Co,ltd. ALL RIGHTS RESERVED
-------------------------------------------------------------------------*/
#container {
	background: #fff;
}
#leftArea {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightArea {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0px;
	float: right;
}
h2 {
	width: 600px;
	height: 120px;
	margin: 0 0 30px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../../trodat/image/trodat_title.jpg) no-repeat left top;
}
h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 15px;
}
h3#h3_01 {
	background-image: url(../../trodat/image/trodat_h3_01.gif);
}
h3#h3_02 {
	margin: 45px 0 30px;
	background-image: url(../../trodat/image/trodat_h3_02.gif);
}
h4 {
	width: 582px;
	height: 32px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0;
	margin: 35px auto 10px;
	clear: both;
}
h4#h4_01 {
	margin-top: 15px;
	background-image:url(../../trodat/image/h4_01.gif);
}
h4#h4_02 {
	background-image:url(../../trodat/image/h4_02.gif);
}
h4#h4_03 {
	background-image:url(../../trodat/image/h4_03.gif);
}



/* サブメニュー
===================================*/
#leftArea p {
	width: 180px;
	height: 30px;
	background: url(../../trodat/image/submenu_title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#leftArea ul {
	height: 410px;
	background: url(../../image/submenu_bk.jpg) no-repeat 0 0;
}
#leftArea li {
	margin: 0 0 0 10px;
	list-style: none;
}
#leftArea li a {
	width: 150px;
	padding: 8px 0 8px 20px;
	background: url(../../image/submenu_icon.jpg) no-repeat 6px 12px;
	border-bottom: dotted 1px #ccc;
	display: block;
}
#leftArea li a:link, 
#leftArea li a:active {
	color: #333333;
	text-decoration: none;
}
#leftArea li a:visited {
	color: #666666;	
	text-decoration: none;
}
#leftArea li a:hover {
	color: #999999;
	text-decoration: underline;
}

/* Trodat制作
===================================*/
.trodat {
	width: 580px;
	border-collapse: collapse;
	margin: 5px auto 0;
}
.trodat th {
	padding: 3px 5px;
	text-align: center;
	border: solid 1px #ccc;
}
.trodat td {
	padding: 3px 5px;
	text-align: right;
	border: solid 1px #ccc;
}
.trodat td.Txtleft {
	text-align: left;
}

.colorchart {
	width: 600px;
	border-collapse: collapse;
	line-height: 0.8em;
}
.colorchart th {
	padding: 8px 15px;
	text-align: left;
	border: solid 1px #ccc;
	font-weight: normal;
}
.colorchart th.TxtCenter {
	text-align: center;
}
.colorchart td {
	width: 55px;
	padding: 3px 5px;
	border: solid 1px #ccc;
}

.text01 {
	padding: 10px 15px;
	background: #fcf0e3;
	border: solid 1px #e8b27b;
}
.text01 ul {
	margin: 0 0 0 15px;
}
