@charset "utf-8";
/* formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(../images/backimage.jpg);
	background-repeat: repeat-x;
}
hr {
	display: none;
}
/* link style
---------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: +1px;
}
/* basic layout
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #ECF4E4;
}
#main {
	padding: 15px;
	float: right;
	width: 648px;
	margin-bottom: 20px;
}
#main_staff {
	text-align: center;
	padding: 10px;
}
#main_product {
	padding: 15px;
	margin-bottom: 20px;

}
#sidebar {
	position:relative;
	padding: 10px 5px 5px 10px;
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
---------------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 255px;
	/*border-top: 3px solid #FF6600;*/
	border-top: 3px solid #008000;
	position: relative;
}
#home #header #nHome a, #pharmacy #header #nPharmacy a, #homecare #header #nHomecare a, #staff #header #nStaff a, #profile #header #nProfile a, #event #header #nEvent a, #faq #header #nFaq a, #links #header #nLinks a {
	color: #FFFFFF;
	background-color: #828CA7;
}
/* global_navi styles
---------------------------------------*/
#global_navi {
	clear: both;
	/*float: left;*/
	height: 41px;
	width: 858px;
	/*border-top: 3px solid #006600;*/
	border-bottom: 1px solid #666666;
}
#global_navi img {
	/*float: left;*/
	padding-right: 2px;
	padding-left: 2px;
}
#global_navi ul {
	list-style: none;
	/*padding-left: 246px;*/
}
#global_navi ul li {
	float: left;
}
#global_navi ul li a {
	text-decoration: none;
	display: block;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	height: 41px;
	/*width: 102px;*/
}
#global_navi li#nHotseller a {
	background-position: 0px 0px;
	width: 176px;
}
#global_navi li#nHotseller a:hover {
	background-position: 0px -41px;
}
#global_navi li#nHotseller a:active, #hotseller li#nHotseller a {
	background-position: 0px -41px;
}
#global_navi li#nProducts a {
	background-position: -176px 0px;
	width: 110px;
}
#global_navi li#nProducts a:hover {
	background-position: -176px -41px;
}
#product #global_navi li#nProducts a, #global_navi li#nProducts a:active {
	background-position: -176px -41px;
}
#global_navi li#nConcept a {
	background-position: -286px 0px;
	width: 126px;
}
#global_navi li#nConcept a:hover {
	background-position: -286px -41px;
}
#global_navi li#nConcept a:active, #concept li#nConcept a {
	background-position: -286px -41px;
}
#global_navi li#nProfile a {
	background-position: -412px 0px;
	width: 110px;
}
#global_navi li#nProfile a:hover {
	background-position: -412px -41px;
}
#global_navi li#nProfile a:active, #profile li#nProfile a {
	background-position: -412px -41px;
}
#global_navi li#nStaff a {
	background-position: -522px 0px;
	width:111px;	
}
#global_navi li#nStaff a:hover {
	background-position: -522px -41px;
}
#global_navi li#nStaff a:active, #staff li#nStaff a {
	background-position: -522px -41px;
}
#global_navi li#nEvents a {
	background-position: -633px 0px;
	width:107px;	
}
#global_navi li#nEvents a:hover {
	background-position: -633px -41px;
}
#global_navi li#nEvents a:active, #event li#nEvents a {
	background-position: -633px -41px;
}
#global_navi li#nRecruit a {
	background-position: -740px 0px;
	width:118px;
}
#global_navi li#nRecruit a:hover {
	background-position: -740px -41px;
}
#global_navi li#nRecruit a:active, #recruit li#nRecruit a {
	background-position: -740px -41px;
}
/* top page styles
---------------------------------------*/
#topmessage {
	width: 858px;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#toplogo {
	float: left;
	width: 504px;
	margin-left: 2px;
}
#topcontents {
	float: right;
	width: 350px;
}
#topcontents ul#campaign li {
	padding-top: 3px;
	list-style-type: none;
}
#topcontents #news {
	padding-top: 2px;
	padding-left: 5px;
}
#topcontents dl#news dt {
	font-weight: bold;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 5px;
}
#topcontents dl#news dd {
	margin: 0px 0px 6px 3em;
}

/* main styles
---------------------------------------*/
#main h2, #campaign h2 {
	font-size: 100%;
	font-weight: bold;
	background-position: left center;
	border-top: 3px solid #009900;
	border-bottom: 1px dotted #666666;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	background-image: url(../images/ico.png);
	background-position: left top;
	background-repeat:no-repeat;
	height:25px;
	border-bottom: 2px dotted #009900;
	clear: both;
	padding-left:40px;
}
#recruit #main h3{
	background-image:url(../images/title_recruit.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:bold;
	color:#333;
	font-size:110%;
	padding:10px 0px 10px 20px;
	border:none;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#recruit #main p{
	margin:0px;
}
#main ol {
	padding-left: 20px;
	margin-bottom: 1em;
	font-size: 110%
}
#main ol.principles {
	font-weight: bolder;
}
#main ol.homecare {
	list-style-type: decimal;
	margin-left: 5px;
}
#main ul {
	margin-left: 10px;
	list-style: none;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main #news {
	padding-top: 10px;
	padding-left: 15px;
}
#main dl#news dt {
	font-weight: bold;
	background-position: left center;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 6em;
	padding-left: 10px;
}
#main dl#news dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#main div.event {
	clear: left;
}
#main dl#event dt {
	margin-bottom: 2px;
	float: left;
	margin-right: 2px;
}
#main dl#event dd {
}
#main div#power {
	width: 500px;
	margin-left: 120px;
}
#main img {
	padding-left: 3px;
}
#main div.clist {
	clear: left;
	border-bottom: 1px dotted #666666;
	height: 70px;
}
#main dl#cList dt {
	float: left;
	clear: left;
	height: 70px;
	margin: 0px 5px 0px 0px;
}
#main dl#cList dd {
}
#main dl#pList dt {
	padding: 0px 5px 0px 0px;
	clear: left;
	float: left;
}
#main dl#pList dd {
}
#main .indent{
	text-indent:1em;
	padding:3px;
}
/* sidebar styles
---------------------------------------*/
#sidebar h2 {
	padding-bottom: 15px;
	clear: left;
}
#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../images/sidebar_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 132px;
	padding: 10px 0px 0px 23px;
}
#sidebar ul li a:hover {
	background-image: url(../images/sidebar_back_hover.png);
}
/* footer styles
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* product style
---------------------------------------*/
#product #sidebar {
	width: 210px;
	font-size: 110%;
	clear: left;
	border-top: 3px solid #006600;
}
#product #main {
	width: 593px;
	font-size: 110%;
	border-top: 3px solid #006600;
}
#product div#campaign dt, #product .maker dl dt {
	float: left;
	width:170px;
	margin-left: 20px;
}
#product div#campaign dd, #product .maker dl dd {
	float: left;
	padding-left: 5px;
	padding-top:25px;
	margin-left: 20px;
	width:150px;
}
#product .maker{
	clear:both;
	padding:20px 0px 20px 0px;

}
/*hotseller style
---------------------------------------*/
#hotseller #wrapper #main .hotselle_t{
	width:350px;
	float:right;
	margin-right:10px;
}
.item_name_b{
	font-weight:bold;
	color:#063;
}
/*recruitt style
---------------------------------------*/
#talent_box{
	margin:10px 0px 0px 0px;
}
#faq dl dt{
	background-image:url(../images/img_recruit_faq_q.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:5px 0px 0px 25px;
	border-bottom: #999 1px dotted;
}
#faq {
	padding:10px 0px 0px 0px;
}
#faq dl dd{
	background-image:url(../images/img_recruit_faq_a.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:5px 0px 10px 25px;
}
#faq dl dd ul li{
	list-style-type: disc;
}
/* table
---------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	padding-top: 5px;
	width: 100%;
}
#main table th {
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main tr.odd {
	background-color: #EFEFEF;
}
#main table.products th {
	text-align: center;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	cursor: pointer;
	background-color: #99FF99;
}
#main table.products tr {
	cursor: pointer;
}
#main table.products tr.selected {
	background-color: #333333;
}
#main table.products tr.rowHover {
	background-color: #FFFFFF;
}
#main table.products tr.rowSelected {
	background-color: #FFFFCC;
}
#recruit #main table th {
	text-align: right;
	vertical-align:top;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: 14%;
}
#recruit #main table dl dd{
	padding-left:2em;
}

/* link
---------------------------------------*/
.itemb {
	float:left;
	margin-top:20px;
	margin-left:50px;
}
.itemb p {
	text-align:center;
}
.hotlink a {
	height:32px;
	background-image:url(../images/pdficon_large.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:45px;
	padding-top:10px;
}
.clear {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	margin: -13px 0 0;
}

