@charset "utf-8";


/*  CLEARFIX  */

.pkg:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.pkg{overflow:hidden;}

/* Hides from IE-mac \*/
* html .pkg{ height:1%;overflow:visible;}
/* End hide from IE-mac */



/*  10px size */
.cmt { 
	font-size: 91%;
	letter-spacing: normal;
}


/*  MAIN LAYOUT  */


html {  
	overflow-y:scroll;
}

a { overflow: hidden; outline: none;} 

#container {
	position: relative;
	text-align: center;
}

#header {
	background: #404e59;
	border-bottom: 1px solid #cccccc;
	position: fixed;
	width: 100%;
	top: 0px;
	height: 47px;
	padding-top: 14px;
}

#sample {
	padding: 62px 0 40px;
	width: 100%;
}

* html #sample { padding: 0;}

#footer {
	background: #404e59;
	border-top: 1px solid #cccccc;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 30px;
	padding-top: 9px;
	width: 100%;
	color: #ffffff;
}

/* HEADER LAYOUT */
#header h1,
#header p,
#header li {
	display: inline;
}

#header img {
	vertical-align: middle;
}

#header p {
	padding-left: 10px;
}

#header ul {
	padding: 9px 0 0 0;
}

#header li {
	padding: 1px 8px 2px;
} 

#header li.naviCorporate3,
#header li.naviFood3 {
	border-right: 2px solid #6d7882;
	padding-right: 20px;
	margin-right: 12px;
}

/* FOOTER LAYOUT */
#footer strong { font-weight: normal;}

/* SAMPLE LAYOUT */
#sample img {
	display: block;
	margin: 0 auto;
}



/* ACTIVE PAGE */
#corporate1 .naviCorporate1 a,
#corporate2 .naviCorporate2 a,
#corporate3 .naviCorporate3 a,
#food1 .naviFood1 a,
#food2 .naviFood2 a,
#food3 .naviFood3 a,
#hospital .naviHospital a,
#house .naviHouse a,
#mikan .naviMikan a {
	color: #e9e9e9;
}

#corporate1 .naviCorporate1 a:hover,
#corporate2 .naviCorporate2 a:hover,
#corporate3 .naviCorporate3 a:hover,
#food1 .naviFood1 a:hover,
#food2 .naviFood2 a:hover,
#food3 .naviFood3 a:hover,
#hospital .naviHospital a:hover,
#house .naviHouse a:hover,
#mikan .naviMikan a:hover {
	text-decoration: underline;
	color: #94ceeb;
}


/* PAGE LAYOUT */
#corporate1 #sampleMain {
	background: url(../../corporate1/img/bg.gif) repeat-x;
}

#corporate1 #sampleFooter {
	background: #e9e9e9;
}

#corporate2 #sampleMain {
	background: url(../../corporate2/img/bg.gif) repeat-x;
}

#corporate3 #sampleMain {
	background: url(../../corporate3/img/bg.gif) repeat-x #F0A630;
}

#food1 #sampleMain {
	background: url(../../food1/img/bg.gif) repeat-x #660000;
}

#food2 #sampleMain {
	background: url(../../food2/img/bg.jpg) repeat-y center #000000;
}

#food3 #sampleMainWrap {
	background: url(../../food3/img/bg.gif) ;
}

#food3 #sampleMain {
	background: url(../../food3/img/bg_top.gif) repeat-x ;
}

#house #sampleMain {
	background: url(../../house/img/bg.gif) repeat-x #719c35;
}

#mikan #sampleMain {
	background: #f5eee3;
}
	

/* Debug */
/*
#header,#footer {display: none;}
#sample { padding: 0;}	
*/	
