@charset "utf-8";

@import "css/frame_base.css";
@import "css/frame_top.css";
@import "css/parts.css";
@import "css/font.css";
@import "css/start.css";

/* 固有タグ指定 */
img.serviceImg			{
						margin:8px 0px 8px 0px; font-size:0px; line-height:0px;
						}

/* テーブルフォーム */
table.tStyle1			{
						border-collapse:collapse; margin:0px 0px 0px 3px;
						}

table.tStyle1 tr		{
						font-size:100%; line-height:130%;
						}

table.tStyle1 td		{
						background:url(images/all_dot.gif) bottom repeat-x;
						}

table.tStyle1 td.td01	{
						width:100px; padding:7px 6px 7px 0px;
						border-collapse:separate;
						}

table.tStyle1 td.td02	{
						width:52px; padding:7px 0px 7px 0px;
						border-collapse:separate;
						}

table.tStyle1 td.td03	{
						width:356px; padding:7px 0px 7px 8px;
						border-collapse:separate;
						}
table.tStyle1 tr:hover	{
						background-color:#F2F2F2;
						}

table.tStyle1 a			{
						text-decoration:none; color:#000000;
						}
						
table.tStyle1 a:hover	{
						text-decoration:underline;
						}
