﻿@charset "utf-8";

/***************************************************************************************

	有限会社 さくら水産	会社概要

 ***************************************************************************************/

h2 {
	width: 570px;
	height: 60px;
	margin-left: 15px;
	margin-bottom: 10px;
	background: url(../company/image/title.gif) no-repeat;
	text-indent: -1000em;
}

div.picture-area {
	width: 260px;
	float: left;
	text-align: right;
}

img.picture {
	margin-bottom: 10px;
	margin-right: 15px;
}

dl.company-profile {
	width: 330px;
	margin: 0px auto 20px auto;
	text-align: left;
	border-left: 1px solid #4D4B5B;
	float: left;
}

.company-profile dt {
	padding: 10px 0px 4px 10px;
	background: url(../image/allow.gif) no-repeat center left;
}

.company-profile dd {
	padding: 6px 0px 6px 30px;
}

a.email:link, a.email:visited {
	color: #4D4B5B;
	text-decoration: none;
	border-bottom: 1px dotted #4D4B5B;
}

a.email:hover {
	color: #EDA6BA;
	text-decoration: none;
	border-bottom: 1px dotted #EDA6BA;
}

dl.president-comment {
	width: 530px;
	clear: both;
	margin: 0px auto;
	text-align: left;
}

.president-comment dt {
	margin: 6px 0px;
	line-height: 2em;
	border-bottom: 1px dotted #4D4B5B;
}

.president-comment dd {
	margin: 10px 0px 15px 0px;
	line-height: 1.6em;
}



