@charset "utf-8";

/* top
------------------------------*/
#main_container{
width:555px;
}
/* flash */
#top_swf{
  padding-bottom:13px;
}

/*お知らせ*/
#info_area{
    float:left;
    width:330px;
    background-image:url(../images/top/info_back.jpg);
    background-repeat:repeat-y;
}
#info_area h2{margin:0;padding-top:4px;}
#info_area h2 img{display:block;}
#info_area .info_side{
    background-image:url(../images/top/info_side.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}
#info_area .info_bottom{
    background-image:url(../images/top/info_bottom.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding-bottom:14px;
}
#info_area p{
	margin:3px 0 0 18px;
}

#info_area p.kako{
	font-size:0.78em;
	text-align:right;
	width:280px;
	background-image:url(../../images/top/ico_green_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:1em;
}

#info_area img.title{
	margin:8px 0 0 12px;
}
#info_area img.icon{
	position:relative;
}

#info_area dl{
	width:300px;
  overflow: auto;
	margin:4px 0 0 18px;
  height:130px;
}

#info_area dl dt{
  margin-right:20px;
	font-size:0.8em;
}
#info_area dl dd{
  margin-right:20px;
	font-size:0.9em;
	line-height:1.6;
	margin-left:0.5em;
}

#info_area .red a{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1.5px solid #551A8B;
}
#info_area .font_size{
	font-size:1.2em;
}

/*バナー*/
#banner_area{
	float:right;
	width:222px;
  padding-top:1px;
	text-align:right;
}
#banner_area img.top{
	margin-bottom:8px;
	display:block;
}

#banner_area .zaitaku{
/*	margin-top:-25px;*/
}

