/**-------------------------------------------------
 *  File       : all_base.css
 *  @version   :Last Update: 2007-05-25
 *--------------------------------------------------
*/

/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #4A4A4A;
	line-height:100%;
	font-size: 12px;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka,;
}

/* Sentence, Character
------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

#head h1,
#head .h1 { 
	width: 500px;
	color:#FFFFFF;
	font-size: 80%; 
	position:absolute;
	top: 0;
	left: 24px;
	margin: 4px 0 0;
	padding-top: 2px;
}


/* List
------------------------------------- */

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* List
------------------------------------- */

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}

/*---- Border Table collapse [Vertical] ----*/

table.combiBorderV {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.combiBorderV th {
	padding: 8px;
	white-space: nowrap;
	background-color: #FFF4D3;
	border-right: 2px solid #FFB862;
	border-bottom: 1px solid #B2B2B2;
	text-align:center;}

table.combiBorderV td {
	padding: 8px;
	border-bottom: 1px dashed #B2B2B2;
}

/* clearboth
------------------------------------- */
.clearboth{
	font-size:1px;
	line-height:0px;
	margin: 0;
	display: block;
	clear: both;
}


/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb180 {
	margin-bottom: 180px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 20px!important;
}

/* line-height
------------------------------------- */
.line12{
	line-height:120%;}
	
.line15{
	line-height:150%;}


/*center
------------------------------------- */
.center{
	text-align:center;}



/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration: underline;
}

a:link {
	color: #4A4A4A;
	text-decoration: none;
}

a:visited {
	color: #4A4A4A;
	text-decoration: none;
}

a:active,a:hover {
	color: #D6931D;
	text-decoration: underline;
}

/*line*/

a.line:link {
	color: #D6931D;
	text-decoration: none;
}

a.line:visited,a.line:active,a.line:hover {
	color: #D6931D;
	text-decoration: underline;
}

/*white*/

a.white:link,a.white:visited,a.white:active,a.white:hover {
	color: #FFFFFF;}
	

/*productTtl*/

a.productTtl:link,a.productTtl:visited,a.productTtl:active,a.productTtl:hover {
	color:#5C3212;
	font-size:110%;
	font-weight:bold;}

/* Other
------------------------------------- */

img {
	display: block;
}

a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.layoutType01 #contents {
	display:inline;
	float: right;
	width: 575px;
	margin: 10px 0 0 15px;
}

.layoutType01 #contents dl.text {
	margin:0 10px 20px 10px;
}

.layoutType01 #contents dl.text dt  {
	margin-left:5px;
	margin-bottom:3px;
	font-weight:bold;
}

.layoutType01 #contents dl.text dd  {
	margin-left:20px;
	margin-bottom:10px;
}


/* == #head ============================================================ */

#head {
	height: 76px;
	background:  url("../../images/shared/header.gif") no-repeat top left;
	margin: 0px;
	width:800px;
	position: relative;
}

#head #banner{
	padding:13px 0px 0px 0px;
	float:right;
	width:173px;
}
	
#head #link{
	float:left;
	width:320px;
}

#head #link a.headContact {
	font-size:0; 
	display: block;
	width:320px;
	height:60px;
	text-align:left;
	margin: 6px 10px 0 11px;
	text-decoration:none;
}

/* == #sidebar ============================================================*/

.layoutType01 #sidebar {
	display: inline;
	float: left;
	width: 210px;
}

#sidebar ul li.menu{ 
	background: url(../../images/shared/btn_bg.gif) no-repeat top left;
	padding:8px 0 8px 9px;
	font-size:12px;
}

#sidebar ul li.medical{
	background: url(../../images/shared/btn_bglong.gif) no-repeat top left;
	padding:8px 0 8px 9px;
	font-size:12px;
}

#sidebar ul.menu02 {	
	margin-top:3px;
}


#sidebar ul.menu02 li.medical02{	
	padding:0 0 0 55px;
	line-height:120%;
	font-size:12px;}

.menubg{
	background:url(../../images/shared/menu_bg.gif);
	/*height:407px;*/
	width:210px;
	padding:10px 0 180px 0;
	text-align:center;
	}

.menubg img{
	margin:10px auto;}
	

/* == #pickup contents ============================================================*/

.pickupFrame{
	width:575px;
}

.pickupFrameLeft{
	float:left;
	width:185px;
	margin-right:10px;}
	
.pickupFrameRight{
	float:right;
	width:185px;
}

.pickupText{
	font-size:75%;
	color:#824004;
	line-height:130%;}

	
/* == #footer ============================================================*/

.footer li{display: inline;}

.copyright{
	background:url(../../images/shared/footer.gif) no-repeat top center;
	color:#FFFFFF;
	width:800px;
	padding:6px 0;
	text-align:center;
	font-style: normal;
}

/* ==============================================================================
toppage end
================================================================================ */


/* == page top ============================================================*/

p.pageTop {
	text-align: right;
	height: 20px;
}

p.pageTop a {
	font-size:0px;
	display: block;
	height: 20px;
	width: 100px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/shared/pagetop.gif) no-repeat top left;
}

p.pageTop a:hover {
	background-position: 0 -20px;
}

/* == h ============================================================*/

h2{
	background: url(../../images/shared/h3.gif) no-repeat top left;
	margin:0 0 10px 0;
	padding:14px 0 14px 14px;
	font-size:16px;
	line-height:120%;
	font-weight: bold;
	color:#6D6D6D;
}

#contents p.mainimg{
	background: none;
	margin: 0;
	padding:0;
	}


h3{
	background: url(../../images/shared/h4.gif) no-repeat top left;
	margin:0 0 8px 0;
	padding:4px 0 8px 10px;
	font-size:14px;
	font-weight: bold;
	line-height:130%;
}

h4{
	background:url(../../images/shared/h5.gif) no-repeat top left;
	padding:6px 0 8px 20px;
	margin:20px 0 5px 0;
	font-weight: bold;
	}
	

.subtitle{
	background:url(../../images/shared/bg_subtitle.gif) no-repeat top left;
	padding:2px 0 2px 10px;}
		
/* == font ============================================================*/

.font75{
	font-size: 75%;}
	
.fontOrange{
	color:#FF7F00;}
	
.fontRed{
	color: #cc0000;
}
	
/* =============================================================*/

.lineimg{
	background:url(../../images/shared/line.gif) no-repeat left;
	margin:20px 0 15px 0;
	height:10px;
	}

.productTtl{
	margin:15px 0;}


/* == product ph ============================================================*/

.layoutType01 .left{
	display:inline;
	float: left;
	width: 250px;
	margin: 0 15px 0 0;
}

.layoutType01 .right{
	display:inline;
	float: right;
	width: 310px;
	line-height:130%;
	font-size: 110%;
}

/* == summer ============================================================*/
#contents ul li.summer{
		padding:5px 0 5px 0px;
		line-height:120%;}
	
/* == sitemap ============================================================*/


#sitemap dl {
	margin: 0;
	padding:0 20px 0 20px;
}

#sitemap dt.top {
	border-top: 1px #FFDD79 dotted;
}

#sitemap dt.arrow {
	padding: 8px 25px;
	border-bottom: 1px #FFDD79 dotted;
	background:url(../../images/shared/ico_arrow.gif) no-repeat top left;
}

#sitemap dt {
	padding: 8px 25px;
	border-bottom: 1px #FFDD79 dotted;
}

#sitemap dd {
	padding: 8px 25px;
	border-bottom: 1px #FFDD79 dotted;
	background:url(../../images/shared/ico_arrow.gif) no-repeat top left;
}

#sitemap dd.end {
	padding: 8px 25px;
	border-bottom: none;
	background:url(../../images/shared/ico_arrow.gif) no-repeat top left;
}
