body {
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(/scc/images/common/body_bg.gif) repeat-x center top;
	font-size: 88%;
}

@media print {
	body {
		zoom: 90%;
	}
}

h2 {
	margin-top: 0;
	text-indent: -9999px;
	width: 700px;
	height: 28px;
}
h2.company1 {
	background: url(/scc/images/title/title_company1.gif) no-repeat;
}
h2.company2 {
	background: url(/scc/images/title/title_company2.gif) no-repeat;
}
h2.service {
	background: url(/scc/images/title/title_service.gif) no-repeat;
}
h2.flow {
	background: url(/scc/images/title/title_flow.gif) no-repeat;
}
h2.role {
	background: url(/scc/images/title/title_role.gif) no-repeat;
}
h2.branch {
	background: url(/scc/images/title/title_branch.gif) no-repeat;
}
h2.group {
	background: url(/scc/images/title/title_group.gif) no-repeat;
}
h2.contact {
	background: url(/scc/images/title/title_contact.gif) no-repeat;
}

h3 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 120%;
	padding: 2px 0;
	border-bottom: 1px #99beeb dotted;
}

h4 {
	margin-left: 25px;
	margin-right: 25px;
}

p {
	margin-left: 25px;
	margin-right: 25px;
}

ul, ol {
	margin-left: 60px;
	margin-right: 25px;
	padding: 0;
}
ul ul, ol ol {
	margin-left: 20px;
}

img {
	margin: 0;
}

p img {
	float: none;
	margin: 0;
}

a:link {
	color: #00c;
}
a:hover {
	color: #f00;
}

#header, #menu, #main, #copyright, #footer-menu {
	width: 720px;
	margin: 0 auto;
}

#container {
	background: url(/scc/images/common/container_bg.gif) repeat-y center top;
}

#container2 {
	background: url(/scc/images/common/container2_bg.gif) no-repeat center top;
}

#header {
	width: 700px;
	height: 55px;
	padding: 10px 10px 0 10px;
	background: url(/scc/images/common/header_bg.gif) repeat-x;
	border-bottom: 1px #fff solid;
}

#header h1 {
	margin: 0;
	width: 340px;
	height: 48px;
	overflow: hidden;
	float: left;
	background: url(/scc/images/common/header_title.gif) no-repeat;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 340px;
	height: 48px;
}
#header p {
	text-align: right;
	margin: 0;
	color: #544;
	font-size: 85%;
}

#menu {
	height: 43px;
	margin: 0 auto;
	clear: both;
	background: #fff url(/scc/images/common/menu_line.gif) no-repeat left bottom;
}

#menu ul {
	margin: 0;
	height: 2.5em;
}

#menu li {
	float: left;
	display: block;
	width: 120px;
}

#menu li a {
	display: block;
	height: 31px;
	background: url(/scc/images/common/menu.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu li a.home {
	background-position: 0 0;
}
#menu li a.home:hover {
	background-position: 0 -31px;
}
#menu li a.company {
	background-position: -120px 0;
}
#menu li a.company:hover {
	background-position: -120px -31px;
}
#menu li a.service {
	background-position: -240px 0;
}
#menu li a.service:hover {
	background-position: -240px -31px;
}
#menu li a.branch {
	background-position: -360px 0;
}
#menu li a.branch:hover {
	background-position: -360px -31px;
}
#menu li a.group {
	background-position: -480px 0;
}
#menu li a.group:hover {
	background-position: -480px -31px;
}
#menu li a.contact {
	background-position: -600px 0;
}
#menu li a.contact:hover {
	background-position: -600px -31px;
}

#main {
	width: 700px;
	clear: both;
	padding: 20px 10px 1px 10px;
	background: #fff;
}

#main p {
	line-height: 1.8;
}
#main ul,
#main ol {
	line-height: 1.5;
}

#footer {
	clear: both;
	width: 100%;
	height: 130px;
	background: url(/scc/images/common/footer_bg.gif) repeat-x center top;
	color: #fff;
}

#copyright {
	padding-top: 37px;
	text-align: center;
	background: url(/scc/images/common/footer_bg2.gif) no-repeat center top;
}

