
/* [STYLE]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [BODY/HEADER/FOOTER]---------------------------------------------- */
body		{
			margin:0px;
			padding:0px;
			background-color:#e0e0e0;
			}

#header		{
			background-image:url(general/header01.jpg);
			background-repeat:no-repeat;
			background-position:0% 0%;
			width:640px;
			height:140px;
			}

#bg			{
			background-image:url(general/bg03.jpg);
			background-repeat:no-repeat;
			background-position:0% 0%;
			width:640px;
			height:36px;
			}

#footer		{
			background-image:url(general/footer01.jpg);
			background-repeat:no-repeat;
			background-position:0% 0%;
			width:640px;
			height:40px;
			}

#bg2		{
			background-image:url(general/bg04.jpg);
			background-repeat:repeat-y;
			width:640px;
			height:150px;
			}

#tlbg		{
			background-image:url(general/tl01.gif);
			background-repeat:no-repeat;
			font-weight:bold;
			width:240px;
			height:38px;
			margin-left:137px;
			}

#tlbg2		{
			background-image:url(general/tl02.gif);
			background-repeat:no-repeat;
			font-weight:bold;
			width:300px;
			height:38px;
			margin-left:107px;
			}

#tltx		{
			padding-top:10px;
			margin:0px;
			text-align:center;
			font-weight:bold;
			width:240px;
			}

#tltx2		{
			padding-top:10px;
			margin:0px;
			text-align:center;
			font-weight:bold;
			width:300px;
			}

/* [MENU]------------------------------------------------------------ */

/* [MENU]全体囲み */

.menu		{
			background-image:url(general/bg01.jpg);
			background-repeat:no-repeat;
			width:640px;
			height:100px;
			}

/* [MENU]テキスト */

.Me12		{
			text-align:center;
			padding:0px;
			font-size:12px;
			line-height:150%;
			color:#231802;
			width:600px;
			}


/* [TEXT]------------------------------------------------------------ */

/* [TEXT]全体囲み */

#con		{
			background-image:url(general/bg02.jpg);
			background-repeat:repeat-y;
			width:640px;
			}

/* [TEXT]見出し */
h1			{
			padding-left:8px;
			font-size:12px;
			line-height:250%;
			font-weight:bold;
			color:#144553;
			}

.Tx12		{
			padding-top:10px;
			margin-right:45px;
			margin-left:45px;
			font-size:12px;
			line-height:160%;
			color:#503807;
			width:515px;
			}


.tbl10		{
			font-size:10px;
			line-height:120%;
			color:#676767;
			}

.tbl12		{
			font-size:12px;
			line-height:150%;
			}

/* [TEXT]個別指定用-------------------------------------------------- */

.Tx12r		{
			font-size:12px;
			line-height:150%;
			color:#E67504;
			}

.Tx12b		{
			font-size:12px;
			font-weight:bold;
			line-height:150%;
			color:#333333;
			}

/* [IMG]------------------------------------------------------------- */

.imgr		{
			float:right;
			margin:5px 0px 15px 15px;
			}

.imgl		{
			float:left;
			margin:5px 15px 15px 0px;
			}

.imgdiv		{
			text-align:center;
			padding:0px 0px 20px 0px;
			}

/* [LINK COLOR]------------------------------------------------------ */

a:link,a:visited
			{
			font-size:12px;
			color:#27686E;
			text-decoration:none;
			}

a:active	{
			color:#DB6200;
			text-decoration:none
			}

a:hover		{
			color:#DB6200;
			text-decoration:none
			}