@charset "UTF-8"; 
/* CSS Document */

#info_top a:link{color:#333333; text-decoration:none;}
#info_top a:visited{color:#333333; text-decoration:none;}
#info_top a:hover{color:#333333; text-decoration:underline;}
#info_top a:active{color:#333333; text-decoration:none;}


#header_top{
width:780px;
margin:0 auto;
background:url(../images/ph_main.jpg) bottom center no-repeat;
padding-top:13px;
}

#header_top h1{
display:none;
height:0;
}

#gnavi_t{
width:760px;
margin:0 auto;
padding-top:220px;
}

#gnavi_t li{
float:left;
}

#contents{
width:760px;
margin:0 auto;
margin-top:20px;
}

#info_top{
width:370px;
float:left;
}

#info_top h2{
margin-bottom:10px;
}

#info_top dl{
background:url(../images/dotline.gif) bottom left no-repeat;
padding:7px 0;
}

#info_top dl.first{
padding:0 0 7px 0;
}

#info_top dl.last{
background:none;
}

#info_top dt{
color:#666666;
float:left;
width:70px;
}

#info_top dd{
float:right;
width:280px;
}

#info_top dd.new a{
padding-right:25px;
background:url(../images/ic_new.gif) center right no-repeat;
}

#banner_top{
width:370px;
float:right;
}

#banner_top h3{
margin-bottom:10px;
}

.topbnr-margin {
	margin-top: 20px;
}

.topbnr-margin2 {
	margin-bottom:10px;
}

.topbnr-margin3 {
	margin-bottom:5px;
}


#banner_top li{
float:left;
margin-bottom:0px;
margin-right:10px;
}

#banner_top li.right{
	float:left;
	margin-right:0px;
	padding-bottom: 10px;
}


/*　　img のリンク　マウスオーバー
--------------------------------------------------*/

a.mouseOver:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

