@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       http://www.bc-a.jp/
 File name:      greeting.css (http://www.bc-a.jp/css/greeting.css)
 Summary:        styles for /index.html
 Created:        2009-02-25
 Last update:    2009-03-05 by Work co.ltd,(Akira Motojima)
 Author:         Work co.ltd,(Akira Motojima)

Order of description

	- Search Key "__" + "id Name or Class Name"

 / __main1                (div#main1)

------------------------------------ */

/* -------------------------
 __header_bar
-------------------------- */

#header_bar {
	width: 754px;
	height: 10px;
	margin: 0 auto;
	border-width: 0 3px 3px 3px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #FF6510;
}

/* -------------------------
 __contents
-------------------------- */

#contents h1 {
	height: 41px;
	margin-bottom: 20px;
	text-indent:-9999px;
	background: url("../img/greeting/contents-h1.jpg") no-repeat;
}

#contents h1 {
	height: 41px;
	margin-bottom: 20px;
	text-indent:-9999px;
	background: url("../img/greeting/contents-h1.jpg") no-repeat;
}

#contents h1#contents-outline {
	height: 41px;
	margin-bottom: 20px;
	text-indent:-9999px;
	background: url("../img/greeting-outline/contents-outline.jpg") no-repeat;
}

#contents-outline-table {
	width: 505px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#contents-outline-table th {
	padding: 5px 10px;
	vertical-align: top;
	color: #FF6510;
	white-space: nowrap;
	border-top: 1px solid #FF6510;
	border-bottom: 1px solid #FF6510;
	background: #FFF5E5;
}

#contents-outline-table td {
	padding: 5px 10px;
	border-top: 1px solid #FF6510;
	border-bottom: 1px solid #FF6510;
}

#contents-outline-table td h2 {
	margin-bottom: 2px;
	font-size: 1em;
	color: #FF6510;
}

#contents h1#contents-profile {
	height: 41px;
	margin-bottom: 20px;
	text-indent:-9999px;
	background: url("../img/greeting-outline/contents-profile.jpg") no-repeat;
}

#contents h2 {
	margin-bottom: 20px;
	font-size: 1.6em;
}

#contents-chairman {
	float:right;
	padding: 0 0 15px 15px;
	text-align: right;
}

#contents-profile-photo {
	float:right;
	padding: 0 0 15px 15px;
	text-align: right;
}

#contents h3 {
	color: #FF6510;
	font-size: 1em;
	font-weight: bold;
	clear: both; /* 回りこみの解除 */
}
