@charset "UTF-8";
/*------------------------------------------------------------*/
/*目次　INDEX
	=0 global
	=1 heading
	=2 basic structure
	=3 navigation
	=4 commonClass,commonID
	=5 boxDesign
	=9 clearfix

search key "="+"n"

//last update 080829

--------------------------------------------------------------
base color 
-------------------------------------------------------------
red	color:#9D1513;
blue	color:#00A4B4;
-------------------------------------------------------------*/

/*=0 global
-------------------------------------------------------------*/
p {
	margin-bottom:10px;
}
dl {
	margin-bottom:15px;
}
dt {
	float:left;
}
dd {
	padding-left:10em;
}
table {
	width:100%;
	margin-bottom:15px;
}
a {
	color:#FFF;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#9D1513;
}
textarea,input {
	font-size:1em;
}
textarea {
	margin-bottom:10px;
}
/*=1 heading
-------------------------------------------------------------*/
h1,h2,h3 {
	color:#00445E;
	font-weight:bold;
	font-family: ヒラギノ明朝 Pro W3,ＭＳ Ｐ明朝,serif;
	margin-bottom:10px;
}
h1 span,h2 span,h3 span {
	font-weight:normal;
	font-size:0.9em;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
	background:url(../img/common/h2Back.gif) no-repeat 12em center;
	}
h3 {
	background:#00A5C8;
	color:#FFF;
	padding:3px 5px;
	}
/*=2 basic structure
-------------------------------------------------------------*/
body {
	background:#000;
	color:#FFF;
	font-size:62.5%;
	}

#allWrapp {
	border-top:1px solid #595657;
	border-bottom:1px solid #595657;
	width:100%;
	margin-top:63px;
	}
#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	position:relative;
	font-size:1.2em;
	}
#header {
	padding:0px 80px;
	}
#ci {
	text-indent:-9999em;
	float:left;
	clear:left;
	}
#ci a {
	display:block;
	width:130px;
	height:43px;
	background:url(../img/common/ci.gif) no-repeat;
}
#btnCasaLogo,#freeDial {
	float:left;
}
#btnCasaLogo {
	width:504px;
	height:62px;
	background:url(../img/common/casaLogo.gif) no-repeat;
	text-indent:-9999em;
	}
#btnCasaLogo a {
	display:block;
	height:62px;
}
#headOption {
	position:absolute;
	top:-63px;
	left:80px;
	}
#container {
}
#primary {
	xbackground:url(../img/common/primaryBack.jpg) repeat-x 0px 0px #36769B;
	background:url(../img/common/primaryBack.jpg) repeat-x bottom #8DBAE4;
	padding:40px 140px;
	margin-bottom:25px;
	width:620px;
	}
#secondary {
	float:right;
	width:220px;
	background:#DDD;
}
#footer {
	position:absolute;
	bottom:-60px;
	left:0px;
	}
#footer #copy {
	background:url(../img/common/footer.gif) no-repeat 60px 0px;
	clear:both;
	text-indent:-9999em;
}
/*=3 navigation
-------------------------------------------------------------*/
#globalNav {
	float:left;
	width:610px;
	}
#globalNav li {
	float:left;
}
#globalNav a {
	display:block;
	height:40px;
	width:122px;
	background:url(../img/common/globalNav.gif);
	text-indent:-9999em;
	}
#globalNav a:hover {
	background-image:url(../img/common/globalNavHover.gif);
}
#navGreeting a {
	background-position:0px 0px;
}
#navCompany a {
	background-position:-122px 0px;
}
#navProduct a {
	background-position:-244px 0px;
}
#navContact a {
	background-position:-366px 0px;
}
#navCasa a {
	background-position:-488px 0px;
}
#footerNav {
	padding:0px 40px;
}
#footerNav li {
	float:left
}
#footerNav a {
	display:block;
	height:30px;
	width:120px;
	background:url(../img/common/footerNav.gif);
	text-indent:-9999em;
}
#navSitemap a {
	background-position:0px 0px;
}
#navPrivacy a {
	background-position:-120px 0px;
}
#footerNav a:hover {
	background-image:url(../img/common/footerNavHover.gif);
}

/*=4 commonClass,commonID
-------------------------------------------------------------*/
.topicPath {

}
.block {

}
.pageTop {
	float:right;
	background:url(../img/common/pageTop.gif) no-repeat;
	margin:0 0 10px 0;
	clear:both;
	}
.pageTop a {
	display:block;
	width:90px;
	height:11px;
	text-indent:-9999em;
}
#product .pageTop  {
	background-image:url(../img/common/pageTop1.gif);
}
.left {
	float:left;
	margin:0 15px 15px 0;
}
.right {
	float:right;
	margin:0 0 15px 15px;
}
.clear {
	clear:both;
}
/*=5 boxDesign
-------------------------------------------------------------*/
.doubleCol {
	clear:both;
	margin-bottom:15px;
}
.doubleCol div {
	float:left;
	width:47%;
	margin:0 7px;
	display:inline;
	}

/*=9 clearfix
-------------------------------------------------------------*/
.clearfix:after,
#container:after,
#header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix,
#container,
#header {
	display:inline-table;
	zoom:1;/*for IE 5.5-7*/
}
/*Hide from IE-Mac\*/
*html .clearfix,
*html #container,
*html #header {height:1%;}
.clearfix,#container,#header{display:block;}
/*Hide from IE-Mac*/
.clearfix,#container,#header {overflow:visible;}/*IE7 hack*/ 
