﻿
/* [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;
			}

/* [MENU]------------------------------------------------------------ */

/* [MENU]全体囲み */

.menu		{
			margin-top:0px;
			background-image:url(general/bg01.jpg);
			background-repeat:no-repeat;
			width:640px;
			height:100px;
			}

/* [MENU]テキスト */

.Me12		{
			text-align:center;
			padding:5px,45px,5px,45px;
			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			{
			background-image:url(general/ng01.jpg);
			background-repeat:no-repeat;
			padding-left:15px;
			margin-left:50px;
			font-size:12px;
			font-weight:bold;
			color:#555555;
			}

.Tx12		{
			padding-top:10px;
			margin-right:45px;
			margin-left:45px;
			font-size:12px;
			line-height:150%;
			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-left:15px;
			margin-bottom:15px;
			}

.imgdiv1	{
			text-align:center;
			padding-top:30px;
			padding-bottom:10px;
			width:500px;
			}

/* [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
			}