
/* [BODY/HEADER/FOOTER]---------------------------------------------- */
body		{
			background-image: url(general/bgloop.gif);
			background-repeat:repeat-y;
			background-color:#e0e0e0;
			padding:0px;
			margin:0px auto 0px auto;
			background-position: top;
			text-align:center;
			}

#header		{
			background-image: url(general/header.jpg);
			padding:0px;
			margin:0px auto 0px auto;
			width:720px;
			height:162px;
			text-align:center;
			}

#footer		{
			background-image: url(general/footer.jpg);
			padding:0px;
			margin:0px auto 0px auto;
			width:720px;
			height:76px;
			text-align:center;
			}

/* [CONTENT AREA]----------------------------------------------------- */

#cont		{
			background-image: url(general/contbg.gif);
			background-repeat:repeat-y;
			padding:0x;
			margin:0px auto 0px auto;
			width:720px;
			text-align:left;
			}

/* 余白調整用（FireFox対応） */
.adjust		{
			padding:0px;
			margin:0px;
			font-size:1px;
			width:1px;
			height:1px;
			}

/* float解除（FireFox対応） */
.floatEnd	{
			clear:both;
			}


/* [TEXT]------------------------------------------------------------ */

.tx1		{
			padding:0px;
			margin-left:70px;
			font-size:12px;
			line-height:150%;
			color:#444;
			width:586px;
			text-align:left;
			clear:both;
			}


/* [FOOTER]----------------------------------------------------------- */
#footer a {
	margin  : auto;
	width   : 102px;
	height  : 40px;
	display : block;
	outline : none;
}

.inpW {
	min-width : 300px;
}