*
{
	margin: 0px;
	padding: 0px;	
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

body
{
	background: #5d5d55;	
	overflow: scroll;
	* overflow: auto;
}

.content
{
	display: none;
	width: 580px;
	text-align: justify;
	margin-left: 100px;
	
}

#content1
{
	display: block;
}

.site
{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	background: url(bg.png) left repeat-y;
}

.manager
{
	display: block;
	width: 207px;
	height: 41px;
	background: url(manager.png) top left no-repeat;
}

.manager:hover
{
	background: url(manager.png) top left no-repeat;
	background: url(manager_on.png) top left no-repeat;
}

.strategy
{
	display: block;
	width: 200px;
	height: 41px;
	background: url(strategy.png) top left no-repeat;	
}

.strategy:hover
{
	background: url(strategy.png) top left no-repeat;
	background: url(strategy_on.png) top left no-repeat;
}

.pos
{
	display: block;
	width: 128px;
	height: 41px;
	background: url(pos.png) top left no-repeat;	
}

.pos:hover
{
	background: url(pos.png) top left no-repeat;
	background: url(pos_on.png) top left no-repeat;
}

.pharmacy
{
	display: block;
	width: 223px;
	height: 41px;
	background: url(pharmacy.png) top left no-repeat;	
}

.pharmacy:hover
{
	background: url(pharmacy.png) top left no-repeat;	
	background: url(pharmacy_on.png) top left no-repeat;
}

.office
{
	display: block;
	width: 161px;
	height: 41px;
	background: url(office.png) top left no-repeat;	
}

.office:hover
{
	background: url(office.png) top left no-repeat;
	background: url(office_on.png) top left no-repeat;
}

.talk
{
	display: block;
	width: 138px;
	height: 41px;
	background: url(talk.png) top left no-repeat;	
}

.talk:hover
{
	background: url(talk.png) top left no-repeat;
	background: url(talk_on.png) top left no-repeat;
}

.menu
{
	list-style: none;
	display: block;
}

.menu > li
{
	display: block;
}

li > a
{
	cursor: pointer;	
}

p
{
	padding: 10px;	
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
}

p:first-letter
{
	text-transform: uppercase;
	font-size: 20px;
}

h1
{
	font-size: 18px;
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;	
}

.conul
{
	
}

.bottombg
{
	height: 40px;
	background: url(bottombg.png) top left no-repeat;
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

.topbg
{
	height: 40px;
	background: url(topbg.png) bottom left no-repeat;
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

table
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

table *
{
	vertical-align: top;	
}

.left
{
	width: 700px;	
}

.right
{
	width: 300px;
	padding-top: 60px;
}

.red
{
	color: #fe0002;	
	text-transform: lowercase;
}

.black
{
	color: #2a2a2a;
}

h2
{
	margin: 20px;
	font-size: 35px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;	
}

ul.conul
{
	margin-left: 40px;	
	font-size: 12px;
	line-height: 22px;	
}

.footer
{
	font-size: 10px;
	color: gray;
	font-variant: small-caps;
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	padding-bottom: 20px;
}

.ja-bg
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 999;
}

.ja-msg
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	border: 2px solid #970001;
	background: #ffdede;
	color: black;
	font-weight: bold;
	text-align: center;
	margin-left: -200px;
	margin-top: -25px;
	z-index: 1000;
	padding: 10px;
}

