@charset "UTF-8";

/* ************************************************************

Title: home.css
Since: 2011-09-22
Last Modified: 2011-09-22

************************************************************ */

/* #contents */
#contents {
    margin-bottom: 50px;
}
#contents dl {
    margin-top: 45px;
    font-size: 120%;
    line-height: 180%;
}
#contents dl dt {
    font-family: Times, "Times New Roman";
    float: left;
}
#contents dl dd {
    margin-left: 72px;
}

/* #mainVisual */
#mainVisual {
    margin-top: 35px;
    position: relative;
}
#mainVisual a {
	display:block;position:absolute;top:207px;left:724px;
}
#mainVisual a img{
	opacity: 0;
	filter:alpha(opacity=0);
	/* border: solid 1px #E0E0E0; */
}
#mainVisual a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
	/* border: solid 1px #999; */
}
