
/* [BODY/HEADER/FOOTER]---------------------------------------------- */
body		{
			background-image: url(imgs/bg01.gif);
			background-repeat:repeat-y;
			background-position:top;
			background-color: #FFF;
			padding:0px;
			margin:0px;
			}

/* [CONTENT AREA]----------------------------------------------------- */

#cont		{
			padding:5px 15px 5px 15px;
			margin:0px;
			width:642px;
			text-align:center;
			}

/* [TEXT]------------------------------------------------------------ */

h1			{
			background-image: url(imgs/title.gif);
			background-repeat:no-repeat;
			padding:13px 5px 0px 26px;
			margin-top:10px;
			font-size:12px;
			line-height:130%;
			color:#fffd4c;
			text-align:left;
			width:630px;
			height:39px;
			}

h2			{
			background-image: url(imgs/title2.gif);
			background-repeat:no-repeat;
			padding:13px 5px 0px 26px;
			margin-top:10px;
			font-size:12px;
			line-height:120%;
			color:#fffd4c;
			text-align:left;
			width:630px;
			height:55px;
			}

.tx0		{
			padding:0px;
			margin:0px;
			font-size:12px;
			line-height:150%;
			color:#222;
			clear:both;
			}

.tx1		{
			padding-left:20px;
			margin:0px;
			font-size:12px;
			line-height:150%;
			color:#222;
			text-align:left;
			clear:both;
			width:610px;
			}

.co1		{
			padding:0px;
			margin:0px;
			font-size:12px;
			line-height:150%;
			color:#b92d01;
			text-align:left;
			}

.co2		{
			padding:0px;
			margin:0px;
			font-size:12px;
			line-height:150%;
			color:#FFF;
			text-align:left;
			}

.co3		{
			padding:0px;
			margin:0px;
			font-size:12px;
			line-height:150%;
			color:#187c2a;
			text-align:left;
			}

.img_r		{
			float:right;
			margin:0px 0px 10px 15px;
			padding-right:10px;
			}

.td1		{
			padding-top:10px;
			}

/* [LINK]------------------------------------------------------------- */

a:link,a:visited
			{
			font-size:12px;
			line-height:150%;
			color:#D63F2F;
			text-decoration:underline;
			}

a:active	{
			color:#FFA70D;
			text-decoration:none;
			}

a:hover		{
			color:#FFA70D;
			text-decoration:none;
			}

/* 余白調整用（FireFox対応） */
.adjust		{
			padding:0px;
			margin:0px;
			font-size:1px;
			width:1px;
			height:1px;
			}

/* float解除（FireFox対応） */
.floatEnd	{
			clear:both;
			}

/* [BUTTON]----------------------------------------------------------- */

.bt1		{
			background-position:0px 0px;
			height:29px;
			display:block;
			font-weight:bold;
			font-size:12px;
			text-align:center;
			}

.bt1		{
			background-image: url(imgs/bt02.gif);
			width:194px;
			}

.bt1:hover	{
			background-position:0px -29px;
			}

.bt1 div	{
			padding-top:6px;
			color:#FFFFFF;
			}


.bt3		{
			background-position:0px 0px;
			height:68;
			display:block;
			font-weight:bold;
			font-size:12px;
			text-align:center;
			}

.bt3		{
			background-image: url(imgs/bt03.gif);
			width:489;
			}

.bt3:hover	{
			background-position:0px -68px;
			}

.bt3 div	{
			padding-top:6px;
			color:#FFFFFF;
			}

