﻿@charset "UTF-8";
/* ------------------------------------ */
/* 海のほてる　いさばmailスタイルシート */
/* ------------------------------------ */
/*------------------------------------------------------*/
#Contents {
	padding-bottom: 15px;
}

h3 {
		background-image: URL(../img/mail_title.png);
		background-repeat: no-repeat;
		width: 761px;
		height: 37px;
	}
	h3 span{
		width: 761px;
		height: 37px;
		font-size: 10pt;
		position: relative;
		z-index: -1;
	}
.h3_set {
	width: 585px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 2px ridge #003366;
	font-size: 10pt;
	background-color: #FFFFFF;
}
	.h3_set span {
		color: #800000;
		font-size: 9pt;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
.table {
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 2px ridge #003366;
	border-collapse: collapse;
	
}
.table2 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 2px ridge #003366;
	border-top: 1px ridge #003366;
	border-collapse: collapse;
	/*padding-bottom: 15px;*/
}
	.name {
		font-size: 10pt;
		width: 200px;
		line-height: 3em;
		border-bottom: 1px dotted #003366;
		text-indent: 50px;
	}
		.name span {
			color: #800000;
			font-size: 9pt;
			font-weight: bold;
			padding-left: 5px;
		}
	.name-cont {
		width: 400px;
		border-bottom: 1px dotted #003366;
	}
		.name-cont input{
			width: 350px;
			height: 15px;
			border: 1px solid #003366;
			font-size: 12pt;
			color: #333333;
			font-weight: bold;
		}
		.name-cont textarea{
			width: 350px;
			height: 150px;
			border: 1px solid #003366;
			font-size: 12pt;
			color: #333333;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
		}
.sousinnarea {
	background-color: #FFFFFF;
}
	.sousinnarea input{
		margin-top: 15px;
		margin-bottom: 15px;
		height: 20px;
		width: 150px;
	}

