@charset "UTF-8";

/* CSS Document */



/* ---------- logo : ロゴ部分 ----- */

#logo {
width:800px;
height:46px;
margin-top:34px;
margin-bottom:23px;
text-align:right;
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
background-position:left top;
}

#logo h1{
margin:0px;
padding:0px;
}

*html #logo h1{
margin-top:-6px;
}


/* ---------- footer : フッタ部分 ----- */

#footer{

width:800px;

margin-left:auto;

margin-right:auto;

margin-top:0px;

margin-bottom:36px;

padding-bottom:30px;

background-image:url(../img/calogo.gif);

background-repeat:no-repeat;

background-position:left bottom;

text-align:left;

}





#menuArea {

margin:50px auto;


}





#contentsMenu,

#newsArea,

#contactArea {

width:264px;

float:left;
text-align:left;


}



#contentsMenu h3,

#newsArea h3,

#contactArea h3{

margin:5px 0px;
text-align:left;

}

#contentsMenu p,

#newsArea p,

#contactArea p{
text-align:left;
}




/*---clearfix---*/



.clearFix:after {

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.clearFix{

display: inline-table;

}



/* Hides from IE-mac ¥*/

* html .clearFix{height: 1%;}

.clearFix{display: block;}

/* End hide from IE-mac */
