
/****** ソフト紹介用スタイル ******/


table.soft{
        width: 95%;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* タイトル行 */
table.soft .title{
        background-color: #468; /* b:カラー1(暗) */
	border-color: #468; /* b:カラー1(暗) */
        color: #DDD; /* e:モノクロ(明) */
        font-weight: bolder;
        font-size: 160%;
        text-align: left;
        border-style: outset;
        padding: 0.1em;
}
table.soft .title img.icon{
        vertical-align: text-bottom;
        width: 48px;
        height: 48px;
        border-width: 2px;
	border-style: outset;
	border-color: #7AD; /* a:カラー1(明) */
        margin: 0 .5em 0 0;
}
table.soft .title a,
table.soft .title a:link,
table.soft .title a:visited
{
	background-color: #468; /* b:カラー1(暗) */
	color: #DDD; /* e:モノクロ(明) */
	border-width: 0;
}
table.soft .title a:active,
table.soft .title a:hover
{
	background-color: #468; /* b:カラー1(暗) */
	color: #7AD; /* a:カラー1(明) */
	border-width: 0;
}
table.soft .title a:active img.icon,
table.soft .title a:hover img.icon
{
	border-style: inset;
}

table.soft .title .version{
        font-size: 50%;
}

/* 説明エリア */
table.soft .descarea{
}

/* 1行説明 */
table.soft .descarea .desc1{
	font-weight: bolder;
	font-size: 120%;
	margin: 0 0 1em 0;
	color: #468; /* b:カラー1(暗) */
}
table.soft .descarea .desc1 a{
	border-width: 0;
}

/* 説明文 */
table.soft .descarea .description{
}

/* 詳細ページへ */
table.soft .descarea .todetail{
        text-align: center;
	font-size: 120%;
        font-weight: bolder;
}

/* ダウンロード */
table.soft .download{
	background-color: #7AD; /* a:カラー1(明) */
	border-width: 0;
	text-align: center;
	font-weight: bolder;
}
table.soft .down1,
table.soft .down2{
}

