/* [MAIN STYLE]++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [BODY/HEADER/FOOTER]---------------------------------------------- */
body		{
			padding:0px;
			margin:0px;
			background-image: url(imgs/bg01.gif);
			background-repeat:repeat-x;
			background-position: top;
			background-color: #FFF;
			text-align:center;
			}
			
#header		{
			padding:0px;
			margin:30px auto 0px auto;
			width:652px;
			height:129px;
			background-image: url(imgs/hd01.jpg);
			text-align:center;
			}

#footer		{
			padding:0px;
			margin:0px auto 0px auto;
			width:652px;
			height:79px;
			background-image: url(imgs/ft01.jpg);
			background-repeat:no-repeat;
			text-align:center;
			}

#footer div	{
			padding-top:55px;
			margin:0px auto 0px auto;
			font-size:11px;
			line-height:140%;
			color:#222;
			width:652px;
			height:79px;
			text-align:center;
			}

/* [CONTENT AREA]----------------------------------------------------- */

#cont		{
			background-image: url(imgs/bg02.gif);
			background-repeat:repeat-y;
			padding:0px;
			margin:0px auto 0px auto;
			width:652px;
			text-align:left;
			}

/* 余白調整用（FireFox対応） */
.adjust		{
			padding:0px;
			margin:0px;
			font-size:1px;
			width:1px;
			height:1px;
			}

/* float解除（FireFox対応） */
.floatEnd	{
			clear:both;
			}

/* [TEXT]------------------------------------------------------------ */

h1			{
			background-image: url(imgs/bg03.gif);
			background-repeat:no-repeat;
			padding:4px 0px 0px 10px;
			margin:0px 41px 10px 41px;
			font-size:12px;
			line-height:130%;
			color:#FFF;
			width:570px;
			height:25px;
			text-align:left;
			}
			
.tx1		{
			padding:0px;
			margin:0px 51px 10px 51px;
			font-size:12px;
			line-height:150%;
			color:#222;
			width:550px;
			text-align:left;
			clear:both;
			}
			
.co1		{
			font-size:12px;
			line-height:150%;
			color:#6777B1;
			}

/* [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;
			}
