@charset "utf-8";
/*
Theme Name: Maliveu
Theme URI: http://www.maliveu.com/
Description: <a href="http://www.maliveu.com/">Maliveu</a>のテーマ
Version: 1.0
Author: Maliveu
Author URI: http://www.maliveu.com/
Tags: 

*/

/*----------------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family:"Arial","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",'sans-serif';
	font-weight: normal;
}


/*----------------------------------------------------------------------------------------
	Global Settings
---------------------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	font-size:62.5%;
	line-height:1.6;
	background:url(img/bg.gif) top center;
}
/* safari only \*/  
html:\66irst-child body {
	font-size:10px;
}
div {
	text-align: left;
}
table {
	border: 0;
}
.hide{
	display:none;
}
ul,ol {
	list-style: none;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,p,strong {
	padding:0;
	margin:0;
	font-weight:normal;
}
a {
	outline:0;
	text-decoration:none;
}
a:hover {
	outline:0;
	text-decoration:none;
}
p {
	font-size:1.2em;
	line-height:1.5;
	color:#fff;
}
.png{
	behavior: expression(IEPNGFIX.fix(this));
}
a img,
div.map a img,
div.company a img {
	border:none;
}

/*----------------------------------------------------------------------------------------
	Layout
---------------------------------------------------------------------------------------- */
#wrapper {
	margin:0 auto;
	width:847px;
}
#header {
	width:100%;
	background:#333;
	height:20px;
	position: relative;
}
#header .area1 {
	width:836px;
	margin:0 auto;
	position:relative;
}
#header .area1 ul#headerInfo {
	text-align:right;
	padding-right:10px;
	overflow:hidden;
}
#header .area1 ul#headerInfo li {
	float:right;
	margin-left:20px;
	height:20px;
	cursor:pointer;
}
#main .area2 {
	width:846px;
	height:29px;
	/*height:12px; 2010.04.06 change*/
	margin:0 auto;
	border-bottom:solid 1px #666;
	border-left:solid 1px #020202;
	padding-top:0px;
	/*padding-top:17px; 2010.04.06 change*/
}
#main .area2 p a {
	margin-left:10px;
}
#main .area3 {
	margin:10px 0 0 141px;
	width:565px;
	height:114px;
}
#main .area4 {
	width:836px;
	height:12px;
	margin-bottom:4px;
}
#main .area4 ul#YearlyNavi {
	width:836px;
	text-align:right;
	margin:0 auto;
	padding-right:10px;
	overflow:hidden;
}
#main .area4 ul#YearlyNavi li {
	float:right;
	margin-left:5px; 
}
#main .area4 ul#YearlyNavi li a{
	color:#ccc;
}
#main .area4 ul#YearlyNavi li.naviStay a{
	color:#cc0000;
}
#main .area5 {
	width:846px;
	margin:1px 0 0 1px;
}
#main .area5 ul {
	overflow:hidden;
}
#main .area5 ul li {
	float:left;
	margin:0 1px 1px 0;
	line-height:0;
	cursor:pointer;
}






#main .area6 {
	margin:105px 0 4px 633px;
}
#main .area6a {
	margin:10px 0 0px 749px;
}







#footer {
	width:100%;
	background:#333;
	height:20px;
}
#footer .area7 {
	width:826px;
	margin:0 auto;
	padding:5px 0 0 0px;
}
#footer .area7 ul#footerInfo{
	overflow:hidden;
	height:11px;
}
#footer .area7 ul#footerInfo li.left{
	float:left;
}
#footer .area7 ul#footerInfo li.right{
	float:right;
}


/*----------------------------------------------------------------------------------------
	Map&Company
---------------------------------------------------------------------------------------- */
div#map {
	width:847px;
	height:733px;
	position:absolute;
	margin-left:-6px;
	top:20px;
	z-index:100;
	cursor:pointer;
}
* html div#map{
	top:23px;
}
div#company {
	width:847px;
	height:733px;
	position:absolute;
	margin-left:-6px;
	top:20px;
	z-index:100;
	cursor:pointer;
}
* html div#company{
	top:23px;
}

/*----------------------------------------------------------------------------------------
	ToolTip
---------------------------------------------------------------------------------------- */
div.tooltip {
	position:absolute;
	width:230px;
	background:#fff;
	border:1px solid #999;
	padding:10px;
	z-index:100;
}
* html div.tooltip {
	width:250px;
}
div.tooltip dl.tipContents {
	color:#000;
}
div.tooltip dl dt{
	font-size:12px;
	line-height:1.2em;
	margin-bottom:10px;
	font-weight:bold;
}
div.tooltip dl dt span.title_en{
	color:#cc0000;
}
div.tooltip dl dd{
	font-size:10px;
}