@charset "utf-8";

html,body{
margin:0;
padding:0;
background:#ededed url(/images/bg.gif) repeat-x fixed;
text-align:center;
font-size:13px;
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link{
color:#2a3d54;
text-decoration:none;
}

a:visited{
color:#2a3d54;
text-decoration:none;
}

a:hover{
color:#2a3d54;
text-decoration:underline;
}

a:active{
color:#2a3d54;
text-decoration:none;
}


.style1{
float:left;
font:13px Verdana;
color:#666666;
margin:0;
padding:0;
margin-left:20px;
}

.style2{
padding:20px;
font:10px Verdana;
}

#footer a{
color:#FFFFFF;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}

/*--------------------------End-------------------------*/

/*--------------------------start Image styles-------------------------*/

.img{
#float:left;
margin-left:20px;
border:1px solid #CCCCCC;
}

/*--------------------------End-------------------------*/

/*--------------------------Start divs-------------------------*/

#container{
width:796px;
height:100%;
text-align:left;
margin:0 auto;
}

#top{
width:796px;
height:65px;
background:#000066;
border-bottom:0px solid #FFFFFF;
}

#menu{
width:796px;
background:url(/images/navbg.gif) repeat-x;
height:30px;
/* border-bottom:1px solid #c8d6e6; */
}

#headerphoto{
width:796px;
height:334px;
background:url(/images/headertext.gif);
float:left;
border-bottom:1px solid #c8e0ff;
}

#content{
width:796px;
min-height:300px;
background:#FAFCFF url(/images/contentbg.gif) repeat-x;
margin:0;
padding:0;
/* border-top:1px solid #FFFFFF; */
float:left;
}

* html #content{
height:162px; /*defines the height in IE6*/
}

#footer{
width:796px;
height:95px;
background:#000066;
font:12px Verdana;
color:#FFFFFF;
padding:0;
float:left;
margin:0;
}


/*--------------------------End-------------------------*/

/*--------------------------Start menu css-------------------------*/

#menu ul{
list-style-type:none;
margin:0;
font:bold 11px Verdana;
text-decoration:none;
float:left;
padding:8px;
width:760px;
}

#menu li{
display:inline;
}

#menu li a{
color:#646464;
padding:8px;
}

#menu li a:hover{
background:url(/images/navover.gif) repeat-x;
}

/*--------------------------Start contents css-------------------------*/

#BreadCrumbs{
margin-left:20px;
}

#cont{
margin-left:20px;
margin-right:20px;
}

.entry_title {
padding: 5px 5px 5px 10px;
font-size:13px;
font-weight: bolder;
border-bottom: 2px dotted #888;
border-left: 5px solid #888;
}
