@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";



/* 固有タグ指定 */

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

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

table.tStyle1 td.td01	{
						width:110px; padding:3px 0px 4px 0px;
						border-collapse:separate;
						}

table.tStyle1 td.td02	{
						width:415px; padding:3px 0px 4px 4px;
						border-collapse:separate;
						}

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