@charset "Shift_JIS";

/***************************
      会社ページ用CSS
***************************/

#content h1 {
	margin-bottom: 50px;
}

#content h2 {
	margin-bottom: 25px;
}

#content h3 {
}

#content p {
	line-height: 1.7;
}


/*--------------------------
          会社概要        
--------------------------*/

/* 夢工房について */

#profile {
	position: relative;
	float: left;
	width: 387px;
	padding: 5px 0 0 100px;
	border: solid 1px #999;
	margin-bottom: 30px;
	background: url(images/table_bg.gif) repeat-y;
	min-height: 302px;
	height: auto !important;
	height: 302px;
}

#profile h3 {
	position: absolute;
	left: 0;
	top: 5px;
}

#profile dl {
	margin: 5px 20px 10px 15px;
	line-height: 1.3;
}

#profile dt {
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding: 0 0 5px 10px;
	background: url(images/arrow.gif) no-repeat 1px 0.3em;
}

#profile dd {
	margin-bottom: 5px;
	padding: 0 0 5px 7em;
	border-bottom: solid 1px #999;
	color: #666;
}
#profile dd.last {
	padding-bottom: 0;
	border: none;
}


/* Googleマップ */

#map {
	float: right;
	width: 415px;
	height: 300px;
	margin-bottom: 30px;
	padding: 3px;
	border: solid 1px #999;
}


/* 受賞 */

.prize {
	clear: both;
	width: 940px;
	margin-bottom: 20px;
	background: url(images/prize_bg.gif) repeat-y;
}

.section {
	position: relative;
	float: left;
	width: 310px;
	padding-top: 225px;
	display: inline;
}

.section.sec2 {
	margin-bottom: 10px;
	width: 320px;
}

.section h3 {
	margin-bottom: 5px;
	color: #600;
	text-align: center;
}

#content .section p {
	line-height: 1.3;
	text-align: center;
}

.section .pic {
	position: absolute;
	top: 0;
	width: 320px;
}


/*--------------------------
　      お問い合わせ
--------------------------*/

#contact #content p {
	margin-bottom: 20px;
}


/* 電話・FAX */

#contact p span.tel {
	margin-bottom: 10px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.2;
}

.tel strong {
	font-size: 150%;
	letter-spacing: 0.05em;
}

#content address {
	margin-bottom: 35px;
	line-height: 1.7;
}


/* メールフォーム */

#form {
	position: relative;
	float: left;
	width: 838px;
	padding: 5px 0 0 100px;
	border: solid 1px #999;
	margin-bottom: 30px;
	background: url(images/table_bg.gif) repeat-y;
}

#form h3 {
	position: absolute;
	left: 0;
	top: 5px;
}

#form dl {
	margin: 5px 20px 20px 15px;
	background: url(images/form_line.gif) repeat-y 16em 0;
	text-align: left;
}

#form dt {
	clear: both;
	float: left;
	width: 15em;
	padding: 0 0 4px 10px;
}

#form dd {
	margin-bottom: 5px;
	padding: 0 0 4px 18em;
}

form {
	margin: 10px 0 25px;
	text-align: center;
}

input {
	margin: 1px 0;
	padding: 1px 0;
}

.text {
	width: 520px;
}

.nese {
	background: url(images/icon_kome.gif) no-repeat 14em 0.4em;
}


/*--------------------------
　  プライバシーポリシー
--------------------------*/

#content-left {
	float: left;
	width: 430px;
	margin: -20px 0 20px;
}

#content-right {
	float: right;
	width: 430px;
	margin: -20px 0 20px;
}


#privacy #content h1 {
	margin-bottom: 25px;
}

#privacy #content h2 {
	margin: 30px 0 10px;
	padding-left: 35px;
	background: url(images/privacy_headline_bg.gif) no-repeat;
	font-size: 120%;
	line-height: 37px;
	vertical-align: middle;
}
#privacy #content h2:first-letter {
	color: #633;
}

#privacy #content h3 {
	margin-bottom: 10px;
	font-size: 115%;
}

#privacy #content p {
	margin-bottom: 10px;
}

#privacy #content ul {
	margin: -10px 0 20px 20px;
	list-style: disc;
}

.border {
	clear: both;
	margin-bottom: 20px;
	border-bottom: dotted 1px #999;
}