
* {
	margin: 0px;
	padding: 0px;
}


a:link, a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	background-color: #dcdcdc;
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	vertical-align: middle;
}

.clickable {
	cursor: pointer !important;
	color: #0000cc !important;
	font-weight: bold !important;
}

.highlight {
	font-weight: bold !important;
	background-color: #faebd7 !important;
}

.loading {
	vertical-align: middle;
}

.error {
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
}

/****************************************************
 * BLOCK POSITION
 ****************************************************/

body {
	width: 100%;
	background: white;
	-text-align: center;/*MSIE*/
}

.innerbody {
	width: 800px;
	margin: 0px auto;
	-text-align: left;/*MSIE*/
}

.headerpanetop {
	width: 100%;
	height: 16px;
}

.headerpane {
	width: 100%;
	height: 48px;
}

.toolbarpane {
	width: 100%;
}

.searchwordpane {
	width: 100%;
	height: 48px;
	background: url(../img/frame.gif);
}

.contentpane {
	width: 100%;
}

.footerpane {
	width: 100%;
	height: 48px;
	clear: both;
	border-top: solid 1px #dcdcdc;
}

.footerpanebottom {
	width: 100%;
	height: 16px;
}

/****************************************************
 * HEADER
 ****************************************************/

.headerpane .title {
	width: 240px;
	padding-top: 4px;
	float: left;
}

.headerpane .subtitle {
	width: 560px;
	padding-top: 24px;
	float: left;
}

/****************************************************
 * FOOTER
 ****************************************************/

.footerpane address,
.footerpane p {
	width: 100%;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin-top: 8px;
}

/****************************************************
 * TOOLBAR
 ****************************************************/

.toolbarpane ul {
	text-align: right;
	font-size: 14px;
	margin: 0px 8px 8px 8px;
}

.toolbarpane li {
	display: inline;
	padding: 2px 4px;
	margin-left: 4px;
	border: dashed 1px #dcdcdc;
	border-radius: 8px;/*Safari*/
	-moz-border-radius: 8px;/*Mozilla*/
}

/****************************************************
 * SEARCHFORM
 ****************************************************/

#SearchForm {
	width: 100%;
	height: 48px;
	background: url(../img/frame.gif);
}

#SearchForm form {
	font-size: 14px;
	padding: 4px 0px 0px 8px;
}

/****************************************************
 * SEARCHWORD
 ****************************************************/

#SearchWord {
	font-size: 28px;
	margin: 4px 0px 0px 8px;
	overflow: hidden;
	height: 31px;
}

#SearchWord .attention {
	color: #dcdcdc;
}

/****************************************************
 * CONTENT
 ****************************************************/

.wordlistpane {
	width: 180px;
	float: left;
}

.sitelistpane {
	float: left;
/*	margin: 0px 8px;*/
	margin: 0px 4px;
	width: 484px;
}

.adspane {
	width: 120px;
	float: left;
	padding-top: 8px;
}

/****************************************************
 * WORDLIST
 ****************************************************/

.wordlistpane h3 {
	font-size: 18px;
	margin: 4px 4px 8px 8px;
}

.populartabs {
	width: 100%;
	margin: 4px 4px 8px 4px;
}

.populartabs td {
	font-size: 12px;
	padding-left: 18px;
	cursor: pointer;
	color: blue;
}

.populartabs td.selected {
	cursor: default;
	color: black;
}

.populartabs #PopularList {
	background: url(../img/openlist.gif) no-repeat;
}

.populartabs #PopularTree {
	background: url(../img/openfolder.gif) no-repeat;
}

.wordlistpane .toolbar {
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin: 4px 0px;
}

#WordList .item {
	width: 96%;
	margin: 0px 1% 12px 3%;
	background: url(../img/tile_orange.png) top repeat-x;
	border: solid 1px #dcdcdc;
	border-radius: 10px;/*Safari*/
	-moz-border-radius: 10px;/*Mozilla*/
	font-size: 11px;
	overflow: hidden;
}

#WordList .item h4 {
	font-size: 16px;
	background: url(../img/item.gif) no-repeat 0px 4px;
	padding: 4px 4px 4px 18px;
	border-bottom: dashed 1px #dcdcdc;
	margin: 2px 2px 4px;
}

#WordList .item ul {
	padding: 0px 4px 4px 8px;
	list-style-type: none;
}

#WordList .item li {
	padding-left: 18px;
	background: url(../img/list.gif) no-repeat;
	margin-top: 4px;
min-height: 16px;
}

#WordList .item .imagelink img {
	vertical-align: middle;
}

/****************************************************
 * SITELIST
 ****************************************************/

.sitelistpane h3 {
	font-size: 18px;
	padding: 8px;
}

.sitetabs {
	height: 30px;
	width: 100%;
}

.sitetabs tr {
	width: 100%;
}

.sitetabs td {
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 2px 4px;
	border: solid 1px #dcdcdc;
	background: #dcdcdc url(../img/tab_normal.png);
}

.sitetabs td.selected {
	cursor: default;
	color: black;
	border-bottom: none;
	background: white url(../img/tab_selected.png);
}

#SiteList {
	border: solid 1px #dcdcdc;
	border-top: none;
	margin-bottom: 16px;
}

#SiteList .item {
	width: 96%;
	margin: 0px 2% 12px 2%;
	background: url(../img/tile_blue.png) top repeat-x;
	border: solid 1px #dcdcdc;
	border-radius: 10px;/*Safari*/
	-moz-border-radius: 10px;/*Mozilla*/
	font-size: 11px;
	overflow: hidden;
}

#SiteList .item table {
	width: 100%;
}

#SiteList .item table .image {
	vertical-align: top;
	text-align: center;
}

#SiteList .item table ul {
	padding-top: 4px;
	padding-left: 0px;
}

#SiteList .item table li {
	padding-left: 20px;
	padding-top: 2px;
	background: transparent url(../img/checkbox.gif) left center no-repeat;
	min-height: 1em;
}

#SiteList .item h4 {
	font-size: 16px;
	margin: 4px 0px;
	background: url(../img/folder.gif) no-repeat;
	padding-left: 18px;
/*	border-bottom: dashed 1px #dcdcdc;*/
}

#SiteList .item .url {
	font-size: 9px;
	border-bottom: dashed 1px #cccccc;
	padding-left: 20px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#SiteList .item .description {
	font-size: 11px;
}

#SiteList .item .footer {
	font-size: 11px;
	text-align: right;
	margin: 15px;
}

#SiteList .item .footer img {
	vertical-align: middle;
}

#SiteList ul {
	padding-left: 32px;
}

#SiteList .item li {
	font-size: 11px;
	list-style-type: none;
	list-style-position: inside;
}

#SiteList .home h3 {
	border-bottom: dashed 1px #dcdcdc;
	padding-top: 16px;
	margin-bottom: 16px;
}

#SiteList .home p {
	font-size: 12px;
	padding: 8px 20px;
}

#SiteList .home li {
	font-size: 12px;
	list-style: circle url(../img/folder.gif);
	list-style-position: outside;
	margin-top: 4px;
}

#SiteList .home dl {
	font-size: 12px;
	padding: 8px 20px;
}

#SiteList .home dt {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 8px;
}

#SiteList .home dd {
	margin-left: 24px;
}

#SiteList .toolbar {
	margin: 0px 8px 8px 8px;
}

#SiteList .toolbar ul {
	text-align: right;
	font-size: 11px;
}

#SiteList .toolbar li {
	display: inline;
	padding: 2px 4px;
	margin-left: 4px;
}

#SiteList .toolbar li img {
	vertical-align: middle;
}

#SiteList .toolbar li.page {
	font-weight: bold;
	border: none;
}

/****************************************************
 * ADS
 ****************************************************/

.adspane h5 {
	margin-bottom: 16px;
	border-top: dashed 1px #dcdcdc;
	border-bottom: dashed 1px #dcdcdc;
	color: #999999;
	text-align: center;
}

#Amazon {
	width: 120px;
	margin: 0px auto;
	border: solid 1px #dcdcdc;
}

#AmazonTitle {
/*	margin: 8px 0px;*/
	margin: 0px 0px 8px;
	width: 100%;
/*	border: solid 1px #dcdcdc;*/
/*	background-color: white;*/
	background-color: black;
	font-size: 12px;
	text-align: center;
}

#Amazon .item {
	padding-bottom: 8px;
	margin-bottom: 16px;
/*	border-bottom: 1px dashed #dcdcdc;*/
}

#Amazon h4 {
	font-size: 12px;
}

#Amazon p {
	font-size: 11px;
}

#Amazon img {
	max-width: 100px;
	text-align: center;
}

#Firefox {
	margin-bottom: 16px;
}

/****************************************************
 * Browser Warning
 ****************************************************/

#BrowserWarning {
	border: 1px solid #F7941D;
	background: #FEEFDA;
	text-align: center;
	clear: both;
	height: 75px;
	position: relative;
}

#BrowserWarning .CloseButton {
	position: absolute;
	right: 3px;
	top: 3px;
}

#BrowserWarning .DocFrame {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	overflow: hidden;
	color: black;
}

#BrowserWarning .AlartIcon {
	width: 75px;
	float: left;
}

#BrowserWarning .AlartText {
	width: 275px;
	float: left;
	font-family: sans-serif;
}

#BrowserWarning .AlartTitle {
	margin-top: 12px;
}

#BrowserWarning .AlartDoc {
	font-size: smaller;
	margin-top: 6px;
}

#BrowserWarning .Firefox {
	width: 75px;
	float: left;
}

#BrowserWarning .IE {
	width: 75px;
	float: left;
}

#BrowserWarning .Safari {
	width: 73px;
	float: left;
}

#BrowserWarning .Chrome {
	float: left;
}

