﻿body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 0px;
	text-align: center;
	line-height: 115%;
}
/* メイン*/
#wrapper {
	width: 794px;
	text-align:center;
	background-position: right;
	background-repeat: repeat-y;
}
#container {
	width: 787px;
	text-align:left;
	background-color: white;
}
/* ヘッダ*/
#header {
	margin-top: 0px;
}
/*タイトル*/
div#title{
	background-image: url(../images/bg_title.gif);
	color: black;
	font-size: large;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #AAAAAA;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #AAAAAA;

}
div#title p{
	margin: 0pt;
	font-weight: bold;
	color: #ffffff;
	font-size: medium;
}
/*メニュー*/
div#menu {
	height: 40px;
	margin-top: 10px:
	border-bottom: 1px solid #999999;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	clear: left;
}

div#menu ul {
	padding: 0px;
	list-style: none;
	width: auto;
	text-align: left;
}

div#menu li {
	color: #FFFFFF;
	font-size: small;
	padding-left: 20px;
	padding-top: 5px;
	display: block;
	float: left;
	text-decoration: none;
}

div#menu a:link,div#menu a:visited,div#menu a:active {
	font-size: small;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
}

div#menu a:hover {
	font-size: small;
	color: #FF0000;
	text-decoration: none;
	width: auto;
	text-align: left;
}
#recentver {
	color: #000000;
	padding-top: 6px;
	padding-right: 4px;
	text-align:right;
	font-size: x-small;
	text-decoration: none;
}
#recentver a:link{
	text-decoration: none;
}
#recentver a:hover{
	color: #FF0000;
}
/* 見出し */
h1 {
	height: 24px;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.jpg);
	font-size: medium;
	padding-top:4px;
	padding-left:30px;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 img{
	width:24px;
	height:24;
	border:none;
	vertical-align: middle;
	padding-right: 5px;
}
h4 {
	color: #000000;
	background-color: #d3fefe;
}
/* 開発の経緯 */
.devparticular{
	color: #FFFFFF;
	background-color:#0099FF;
	font-weight:bold;
	padding:5px;
	width:14em;
	text-align:center;
}

/* セクション */
.section{
	margin: auto 1em 1em 1em;
	font-size: medium;
}
.section div{
	margin: auto 1em 1em 1em;
}
/* 注意書き */
.note{
	font-size:small;
}
.note2{
	font-size: small;
	color: #000066;
	font-style:italic;
}
/* 辞書表 */
table#dicmatrix{
	font-size: smaller;
	width: 98%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 1.5em;
}
/* 表内セル */
table#dicmatrix td{
	border: 1px solid #CCCCCC;
	padding:0.5em;
}
/* 表内項目 */
table#dicmatrix td.dics{
	background-color:#333333;
	color:#ffffff;
	font-weight: none;
	font-size: medium;
}
/* 表内項目 */
table#dicmatrix td.items1{
	background-color:#FFFFFF;
	font-size: medium;
}
/*  */
table#dicmatrix td.items2{
	background-color:#f7f9fa;
	font-size: medium;
}
/* 三省堂WebDictionary入会 */
table#dicmatrix td.webdic{
	background-color:#FFFFFF;
	font-size: medium;
}

/* 表内辞書リスト */
table#dicmatrix td.items2 span#diclist{
	font-size:x-small;
}
/* 表内空欄 */
table#dicmatrix td.empty{
	background-color:#FFFFFF;
	text-align: center;
}
/* 辞書サービスの紹介 */
.dicservice{
	margin-left: 2em;
}
.dicservice span.name{
	color: #CC0000;
}
/* 辞書一覧 */
.diclist{
	font-size: medium;
	vertical-align: top;
}
.diclist td{
	padding: 5px;
}
/* 一覧テーブル */
.listtbl td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/* 重要 */
.important{
	text-indent: -2em;
	margin-left: 2em; 
}
.red{
	color: #CC0000;
	font-weight:bold;
}
/* 番号リスト */
ol.listdecimal{
	list-style-type: decimal;
	padding-left: 1.5em;
	margin-left: 0;
}
ol.listdecimal li{
	margin-bottom: 1em;
}
ol.listdecimal li  ul {
	list-style-type: disc;
}
/* アルファベットリスト */
ol.listalpha{
	list-style-type: lower-alpha;
}
ol.listalpha li{
	margin-bottom: 1em;
}

ol.listalpha li ul li{
	margin-bottom: 0;
}
/* 日付 */
span.date{
	font-size: small;
}
/* 著作権 */
.rights{
	margin-left:2em;
	font-size: small;
}
/* スクリーンショット */
.screenshot{
	width: 100%;
	margin: auto;
}
.screenshot td{
	padding-bottom: 32px;
	text-align: center;
	width:50%;
	font-size:80%;
}
.screenshot td img{
	display:block;
	border: 0;
}
.screenshot td img.vertical{
	margin: auto auto 8px;
	width: 240px;
	height: 320px;
}
.screenshot td img.horizontal{
	margin: 40px auto 48px;
	width: 320px;
	height: 240px;
}
.version{
	font-size: x-small;
}
/* 更新履歴 */
.history{
	width: 100%;
}
.history td{
	padding-bottom: 3px;
	text-align: left;
	vertical-align:top;
}
.history td ul{
	margin-top:0;
}
.history td ul li{
}
/* 著作権 */
div.copyright{
	height: 24px;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.jpg);
	font-size: small;
	padding-top:3px;
	text-align: center;
}
div.copyright a:link,#bizpal_header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
div.copyright a:hover{
	color: #FF0000;
}
/*テキスト*/
.LargeText {
	font-size: large;
}
.MediumText {
	font-size: medium;
}
.SmallText {
	font-size: small;
}
.XSmallText {
	font-size: x-small;
}
.XXSmallText {
	font-size: xx-small;
}
/*ライン*/
.Line {
	width: 100%;
	text-align: center;
	height: 1px;
	color: #336666;
}