コンテンツにスキップ

利用者:Tncpedia/monobook.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

@charset "utf-8";
/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
html {
	overflow:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
table {
	/*border-collapse:collapse;*/
	/*border-spacing:0;*/
}
caption,th {
	text-align:center;
}
q:before,q:after {
	content:'';
}
object,
embed {
	vertical-align:top;
}
hr,legend {
	display:none;
}
#header h1 {
	font-size:100%;
}
img,abbr,acronym,fieldset {
	border:0;
}
img {
	display:block;
}
li {
	list-style-type:none;
	list-style-image:none;
}
/* -----------------------------------------------------------
 body
----------------------------------------------------------- */
body {
	background:#FEF9EE;
	color:#333;
	/*font-family:"MS Pゴシック","MS PGothic",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;*/
	text-align:center;
	line-height:1.5;
}
#header,
#side_area,
#footer_s {
	font-size:100%;
}
#globalWrapper {
	background:url(http://jiten.tnc.ne.jp/shared/images/back_body.gif) 0 0 repeat-x;
}
#inmain {
	background:#fff url(http://jiten.tnc.ne.jp/shared/images/back_content.gif) 0 0 repeat-x;
	text-align:left;
	margin:0 20px;
	/*min-width:940px;*/
	min-width:920px;
}
/*----------------------------------------------------
 link
----------------------------------------------------*/
a:link,a:visited {
	color: #039;
	text-decoration: none;
}
a:hover,a:active {
	color: #039;
	text-decoration:underline;
}
/* --------------------------------------------------------
 #header
----------------------------------------------------------- */
#header {
	background:#fff;
	margin:0 20px;
	padding:0 10px;
	font-size:80%;
	text-align: left;
	position:relative;
	/*min-width:960px;*/
	min-width:920px;
}
#header a {
	color:#333;
}
#header p {
	float:left;
	padding:26px 0 0 15px;
	width:515px;
}
#header #logo {
	padding:23px 0 19px 0;
	width:199px;
}
#header ul {
	float:right;
	padding:7px 0 28px 0;
}
#header ul li {
	border-left: 1px #333 solid;
	display:inline;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
}
#header ul li.top {
	border-left: none;
}
#header p.about {
	float:none;
	position:absolute;
	padding:0;
	width:200px;
	right:10px;
	bottom:0;
}
/* -----------------------------------------------------------
 #search_area
----------------------------------------------------------- */
.search_area {
	background:#E7E7E7 url(http://jiten.tnc.ne.jp/shared/images/serach_back.gif) 0 0 repeat-x;
	border-top:#F90 2px solid;
	padding:15px 0 15px 0;
	font-size:80%;
}
.search_area_btm {
	background:#E7E7E7 url(http://jiten.tnc.ne.jp/shared/images/serach_back.gif) 0 0 repeat-x;
	border-top:#F90 2px solid;
	padding:15px 0 15px 0;
	font-size:80%;
}
.search_area label,
.search_area_btm label {
	font-weight:bold;
	font-size:130%;
}
.search_area input,
.search_area_btm input {
	font-size:130%;
}
#search_top,
#search_btm {
	margin:0 5px 0 0;
	width:270px;
}
/* -----------------------------------------------------------
 #content_area
----------------------------------------------------------- */
#content_area {
	background:#fff url(http://jiten.tnc.ne.jp/shared/images/back_side2.gif) right top repeat-y;
	position:relative;
}
#inmain .top_ads {
	padding:15px 0;
	text-align:center;
	width:726px;
	margin:0 auto;
}
#content_area .about {
	background-color:#FFFFFF;
	clear:both;
	padding:20px 15px 0;
}
#content_area .about .about_ads {
	border-top:1px dotted #DFDFDF;
	padding:15px 0 10px;
	text-align:center;
}
.foot_ads {
    background:#fff url(http://jiten.tnc.ne.jp/shared/images/back_content.gif) 0 0 repeat-x;
	padding:15px 0;
}
.foot_ads_cnt {
	text-align:center;
	width:726px;
	margin:0 auto;
}
#content_area .about p {
	text-align:right;
}
#content_area .about p img {
	display:inline;
}
#content {
	background:none !important;
	border:none !important;
	margin:0 !important;
	padding:0 0 0 0;
	color:#333;
}
#content img {
	display:inline;
}
/* -----------------------------------------------------------
 #column-content
----------------------------------------------------------- */
#column-content {
	background:none;
	float:left !important;
	margin:0 -320px 0 0 !important;
	padding:0 0 0 0;
	width:100%;
}
#main_area_cnt {
	margin-right:320px;
	padding:0 20px 10px 20px;
}
/* -----------------------------------------------------------
 #side_area
----------------------------------------------------------- */
#side_area {
	background:none;
	float:right;
	padding:4px 10px 0 10px;
	width:300px;
	font-size:80%;
}
/* pr */
#side_area .side_pr {
	margin:5px 0 10px 0;
}
#side_area .side_pr p {
	text-align:center;
	font-size:90%;
}
/* hot */
#side_area .side_hot {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:10px;
}
#side_area .side_hot_cnt,
#side_area .pickup_block {
}
#side_area .side_hot_cnt img,
#side_area .pickup_block img {
	float:left;
	padding:0 0 15px 0;
	width:90px;
}
#side_area .side_hot_cnt p,
#side_area .pickup_block p {
	float:right;
	padding:0 0 5px 0;
	line-height:1.4;
	width:180px;
}
/* tit */
#side_area .side_tit p {
	float:left;
	width:222px;
	height:36px;
}
#side_area .side_tit p.btn {
	background:url(http://jiten.tnc.ne.jp/shared/images/side_back_tit.gif) 0 0 repeat-x;
	float:right;
	font-size:12px;
	padding:9px 0 0 0;
	text-align:center;
	width:78px;
	height:27px;
}
/* weather */
#side_area .side_weather {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:0;
}
/* site */
#side_area .side_site {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:10px 5px 15px 20px;
	font-size:120%;
}
#side_area .side_site ul li {
	background:url(http://jiten.tnc.ne.jp/shared/images/common_arrow.gif) 0 0.4em no-repeat;
	float:left;
	padding:0 0 0 10px;
	width:127px;
}
/* bnr */
#side_area .side_bnr {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
}
#side_area .side_bnr li {
	margin:0 0 5px 0;
	line-height:0.1;
}
#side_area .side_bnr li p {
	padding:11px 0 8px;
	text-align:center;
}
/**/
#side_area .side_ads {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:5px 0;
}
/**/
#side_area .side_search {
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin:0 0 10px 0;
	padding:15px;
}
#side_area .side_search label {
	font-weight:bold;
	font-size:110%;
}
#side_area input {
	margin:0 2px 0 0;
	width:90px;
}
#side_area #search_side {
	margin:0 2px 0 0;
	width:123px;
}
/**/
#side_area .side_whatday {
	padding:0 0 10px 0;
}
/* -----------------------------------------------------------
 #footer
----------------------------------------------------------- */
#footer_s {
	background:#fff url(http://jiten.tnc.ne.jp/shared/images/back_content.gif) 0 0 repeat-x;
	border:none;
	margin:0;
	padding:19px 0 0 0;
	min-width:920px;
	clear: both;
	font-size:80%;
}
#footer_s a {
	color:#003399;
}
#footer_s ul {
	padding:0 0 5px 0;
}
#footer_s ul li {
	border-left:1px #333 solid;
	display:inline;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
}
#footer_s ul li.top {
	border-left: none;
}
#footer_s p.pagetop {
	border-top:#DFDFDF 1px dotted;
	border-bottom:#DFDFDF 1px solid;
	margin:10px 0 0 0;
	padding:9px 30px 9px 0;
	text-align:right;
}
#footer_s p.pagetop a {
	background:url(http://jiten.tnc.ne.jp/shared/images/common_arrow.gif) 0 center no-repeat;
	padding:0 0 0 10px;
}
#footer_s .menu {
	background:#EFEFEF;
	border-top:#fff 1px solid;
	padding:0 30px;
	text-align:left;
}
#footer_s .menu p {
	float:left;
	padding:10px 0;
}
#footer_s .menu ul {
	float:right;
	padding:28px 0 10px 0;
}
/* -----------------------------------------------------------
 clearfix
----------------------------------------------------------- */
.clearfix:after,
#header:after,
#content_area:after,
.side_hot_cnt:after,
.pickup_block:after,
.side_tit:after,
.side_site ul:after,
.search_area_btm:after,
.about:after,
#footer_s .menu:after,
#content_area .about:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .clearfix,
*:first-child+html #header,
*:first-child+html #content_area,
*:first-child+html .side_hot_cnt,
*:first-child+html .pickup_block,
*:first-child+html .side_tit,
*:first-child+html .side_site ul,
*:first-child+html .search_area_btm,
*:first-child+html .about,
*:first-child+html #footer_s .menu,
*:first-child+html #content_area .about {
	min-height:1%;
}
* html .clearfix,
* html #header,
* html #content_area,
* html .side_hot_cnt,
* html .pickup_block,
* html .side_tit,
* html .side_site ul,
* html .search_area_btm,
* html .about,
* html #footer_s .menu,
* html #content_area .about {
	height:1%;
}
/* -----------------------------------------------------------
 wiki
----------------------------------------------------------- */
#content h1 {
	background:url(http://jiten.tnc.ne.jp/shared/images/h1_back.gif) 0 0 repeat-x;
	border-top:#f90 1px solid;
	padding:6px 9px;
	clear:both;
	border-bottom:none;
	color:#333;
}
* html #content h1 {
	background-position:0 1px;
}
#content h2 {
	border-bottom:#FFC46A 1px solid;
	border-left:#FFC46A 5px solid;
	margin:0 0 15px 0;
	padding:3px 7px 6px 5px;
	clear:both;
}
#content h3 {
	border-left:#FFC46A 2px solid;
	margin:0 0 15px 10px;
	padding:0 7px;
}
/**/
#content p {
	margin:0 0 15px;
	padding:0 0 0 0.5em;
}
#content hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0;
	margin:0.2em 0 0.2em 0;
}
/**/
#content ul,
#content ol {
	margin:0 0 15px 1.5em;
	padding:0;
}
#content ul li {
	margin:0 0 0.1em 0;
	list-style-type:disc;
}
#content ol li {
	margin:0 0 0.5em 0;
	list-style-type:decimal;
}
/**/
#content dl {
	margin:0 0 15px 0;
}
#content dt {
	font-weight:bold;
	margin:0.5em 0 0.5em 5px;
}
#content dd {
	margin:0 0 0.2em 2em;
}

/**/
#content #siteSub {
	padding:3px 0.5em 0;
	color:#555;
	font-size:12px;
	text-align:right;
	display:block;
}
/**/
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align:left;
	padding:5px 5px 0 0;
}
#content #toc,
#content .toc, .mw-warning {
	background:#F9F9F9;
	border:#ccc 1px solid;
	margin:0 0 15px 0;
}
#content #toc h2,
#content .toc h2 {
	background:none;
	border:none;
	margin:0 0.4em 0;
	padding:0;
	font-size:120%;
}
#content #toc ul,
#content .toc ul {
	margin:0 0.7em 1em;
	padding-left:0;
}
#content #toc ul li,
#content .toc ul li {
	list-style-type:none;
	margin:0;
}
#content #toc ul ul,
#content .toc ul ul {
	margin:0 0.7em 0.5em;
}
/**/
#content div.tright  {
	border-width:0.5em 0 0.8em 1.4em;
	clear:right;
	float:right;
}
#content div.thumb {
	border-color:white;
	border-style:solid;
	margin-bottom:0.5em;
	width:auto;
}
#content div.thumbinner {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	padding:3px;
	font-size:90%;
	overflow:hidden;
	text-align:center;
}
#content .thumbimage {
	border:1px solid #CCCCCC;
}
#content .ltr .thumbcaption {
	text-align:left;
}
#content .thumbcaption {
	border:medium none;
	padding:3px;
	font-size:90%;
	text-align:left;
}
#content .ltr .magnify {
	float:right;
}
#content div.magnify {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	float:right;
}
#content .toccolours td {
	padding:1px;
}
/**/
#content table.navbox  {
	line-height:1.2 !important;
	margin-bottom:15px;
}
/**/
#content .infobox {
	background:none repeat scroll 0 0 #F9;
	border:1px solid #aaa;
	clear:right;
	color:black;
	float:right;
	margin:0.5em 0 0 1em;
	padding:0.2em;
}
#content .infobox th,
#content .infobox td {
	vertical-align:top;
}
#content .infobox caption {
	margin-top:0.5em;
}
#content .infobox.bordered {
	border-collapse:collapse;
}
#content .infobox.bordered td,
#content .infobox.bordered th {
	border:1px solid #aaa;
}
#content .infobox.sisterproject {
	font-size:90%;
	width:20em;
}
div.searchresult {
	width:auto;
}
/**/
#content .pathnavbox {
	background-color:#FDEDCC;
	border-right:#F90 1px solid;
	border-bottom:#F90 1px solid;
}
#footer-info-lastmod,
#siteSub2,
#GNULicense {
	color:#555;
	font-size:12px;
}
#GNULicense {
	padding:0 0 10px 0;
}
#footer-info-lastmod {
	padding:10px 0 0 0;
}
.ads_box {
	padding:0 0 15px 40px;
	margin-right:355px;
	width:auto !important;
}
/* 100611 */
#mw-page-base,
#mw-head-base,
div#mw-head,
div#mw-panel,
#footer {
	display:none;
}
.foot_ads {
    background:#fff url(http://jiten.tnc.ne.jp/shared/images/back_content.gif) 0 0 repeat-x;
	padding:15px 0;
	text-align:center;
}
#footer_s {
	background:#fff !important;
	padding:0 !important;
}
.top_ads ul,
.foot_ads ul {
	height:1.5em !important;
}
#content_area .pagetotop {
	margin-right: 355px;
	padding: 15px 0 0 40px;
	text-align:right;
}
#side_area .side_snews {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 15px 5px 15px 20px;
}
#side_area .side_snews ul li {
    background: url("http://jiten.tnc.ne.jp/shared/images/common_arrow.gif") no-repeat scroll 0 0.4em transparent;
    padding: 0 0 4px 10px;
}