@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("public.css");


#contents .contentsArea a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=80 )";
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header {
	background-image: url(bgHeader.jpg);
	margin: 0px;
	padding: 0px;
	height: 180px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header .headerPoint {
	background-image: url(header.jpg);
	padding: 0px;
	height: 180px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: -9999px;
}
#contents {
	background-image: url(bgContents.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents .contentsArea {
	padding: 20px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bgContentsArea.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	font-size: 12px;
	overflow: hidden;
}
#contents .contentsArea .contentsDetail {
	float: left;
	width: 350px;
}
#contents .contentsArea .contentsImg {
	padding: 0px;
	width: 200px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 360px;
}
#contents .contentsArea h1 {
	background-image: url(titleFileno.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 250px;
	text-indent: -9999px;
}
#contents .contentsArea .win {
	background-image: url(titleWindows.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 25px;
	width: 200px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents .contentsArea .mac {
	background-image: url(titleMac.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 25px;
	width: 200px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents .contentsArea .contentsDetail .txtTitle {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F03;
	color: #F03;
}
#contents .contentsArea .contentsDetail .txtA {
	margin-left: 10px;
}
