@charset "utf-8";
/*-------------------------------------
Vector RSS Reader[for Silverlight]
-------------------------------------*/
body {
	background:url("./images/bg_container.jpg") center top no-repeat transparent;}

#container {
	width:859px;
	margin:0 auto 0;
	padding-top:29px;
	min-height:635px;
	/height:635px;}

h1 {
	width:362px;
	height:65px;
	background:url("./images/h1.png") left top no-repeat transparent;}

h2 {
	padding-top:20px;
	clear:both;
	font-size:120%;}

.ss {
	margin-top:5px;}

p.read {
	width:362px;
	height:122px;
	margin-top:25px;
	background:url("./images/read.png") left top no-repeat transparent;}

p.btnbox {
		height:98px;
		overflow:hidden;
	margin-top:15px;}

p.btnbox a {
	width:348px;
	height:87px;
	margin-left:2px;
	background:url("./images/btn_install.gif") left top no-repeat transparent;}
p.btnbox a:hover {
	background-position:left -87px;}

dl {
	margin-top:25px;
	margin-left:3px;}

dl dt {
	margin-bottom:3px;
	font-size:110%;
	font-weight:bold;}

dl dd {
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:2px;}

#silverlight {
	width:450px;
	height:400px;
}

.article {}

.art1 {
	width:389px;
	float:right;}

.art2 {
	width:350px;
	height:400px;
	float:left;}

.copyright {
	margin-top:10px;
	padding:10px 0 10px;
	border-top:1px dashed #ddd;
	text-align:center;}

/*---------------------
[common]:font meiryo
---------------------*/
/*
 {font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
*/


/*---------------------
[common]:float clear
---------------------*/
#container:after {content:".";display:block;height:0px;font-size:0px;line-height:0;visibility:hidden;clear:both;}
 {zoom:100%;}


/*---------------------
[common]:text fly out
---------------------*/
p.btnbox a,
p.read,
h1 {display:block;text-indent:-9999px;overflow:hidden;font-size:0;}


/*---------------------
[common]:absolute a text fly out
---------------------*/
/*
 a {display:block;text-indent:-9999px;overflow:hidden;background-color:#fff;filter:alpha(opacity=0);opacity:0;}
*/