/* .main（メインメニューのカスタム）*/

	.main h1/*メインセールの説明文で使用*/
		{
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: left;
		margin: 5px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		}
		
	.main h2
		{
		font-family: "Verdana","Arial";
		font-size: 14px;
		color: #333333;
		font-weight: normal;
		line-height: 20px;
		text-align: left;
		margin: 5px 0px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		border-bottom: 1px solid #AFD5FF;
		background-color: #E4F4FF;
		}
		
	.main h3
		{
		margin: 5px 0px 5px 0px;
		padding: 5px 5px 5px 10px;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		text-align: left;
		border-bottom: #D0EBFF 2px solid;
		background-color: #E8F7FF;
		}
		
	.main p
		{
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		}

	img.photo-m
		{
		width: 570px;
		margin: 0px 0px 0px 0px;
		border: 1px solid #CCCCCC;
		}
		
	img.img1
		{
		
		}
		
	table.sub
		{
		margin: 0px;
		padding: 0px;
		width: 100%;
		}
		
		table.sub td
			{
			vertical-align: top;
			width: 25%;
			}
			
			table.sub td strong
				{
				font-size: 12px;
				color: #000000;
				font-weight: bolder;
				line-height: 18px;
				padding-left: 16px;
				border-bottom: 1px dashed #000000;
				width: 260px;
				background-image: url('img/yajirushi_green01.jpg');
				background-repeat: no-repeat;
				background-position: left 3px;
				display: block;
				}

				table.sub td strong a
					{
					color: #000000;
					}
					
				table.sub td strong a:visited
					{
					color: #000000;
					}
	
				table.sub td strong a:active
					{
					color: #ff0000;
					}
	
				table.sub td strong a:hover
					{
					color: #ff0000;
					}
			
			table.sub td p
				{
				font-size: 12px;
				padding-top: 5px;
				padding-bottom: 5px;
				}
				
				table.sub td p b
					{
					color: #FF0000;
					font-weight: normal;
					}
			
			table.sub td img
				{
				border-width: 1px;
				border-color: #CCCCCC;
				border-style: solid;
				height: 100px;
				width: 280px;
				}
				
			.epa-info
				{
				font-size: 12px;
				line-height: 18px;
				margin-top: 5px;
				margin-bottom: 5px;
				}

