@charset "UTF-8";
/* CSS Document */


/* Article
-------------------------------------------------------*/
#article h2 {
	/* sans font-size: 140%;*/
	/* serif*/
	font-size: 150%;
	margin-bottom: 30px;
	}
#article p {
	margin-bottom: 1em;
	/* sans font-size: 110%;*/
	/* serif*/
	font-size: 120%;
	line-height:150%;
	}
/*#article .NewsBody p{
	text-indent:1em;
}
#article .NewsBody p:first-letter {
	color:#078deb;
}*/
#article p.EJLink {
	text-align: right;
	clear: both;
	}
#article p.EJLink img {
	padding-right: 3px;
	}
#article .PhotoRight {
	float: right;
	margin: 0 0 10px 10px;
	}
#article .PhotoLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
#article .PhotoCenter {
	margin: 10px auto;
	}
#article .PhotoRight .caption,#article .PhotoLeft .caption,#article .PhotoCenter .caption {
	background: #ebebeb;
	font-size: 80%;
	line-height: 120%;
	padding: 5px;
	}
#article .RelatedLink {
	padding: 10px 0;
	}
#article .RelatedLink h2 {
	font-size:100%;
	margin-bottom: 10px;
	}
#article .RelatedLink p {
	font-size: 100%;
	line-height:140%;
	}
#article .RelatedLink a {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(/image/mdn/icon_list_bg.gif) no-repeat 0 3px;
	}
#article .RelatedArticle {
	border-top: 1px dotted #ccc;
	padding: 10px 0;
	}
#article .RelatedArticle h2 {
	font-size:100%;
	margin-bottom: 5px;
	}
#article RelatedArticle ul {
	margin-bottom: 10px;
	list-style: none;
	}
#article .RelatedArticle li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(/image/mdn/icon_list_bg.gif) no-repeat 0 3px;
	}
#editTools {
	background: url(/image/mdn/edittool_bg.gif) repeat-x;
	border-top: 1px solid #c7dffc;
	border-bottom: 1px solid #c7dffc;
	padding: 5px;
	margin-bottom: 30px;
	text-align: right;
	font-weight: bold;
	color: #06c;
	width: 625px;
	}
#editTools img {
	vertical-align: middle;
	}
#editTools span#BookmarkList {
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
	}
#editTools #BookmarkList span {
	padding-left: 2px;
}

#editTools span#Print {
	display: block;
	float: left;
	vertical-align: middle;
	}
#editTools dl {
	float: right;
	}
#editTools dt,
#editTools dd {
	float: left;
	margin-left: 3px;
	}
#editTools dd a {
	display: block;
	border: 1px solid #a1afc9;
	background: #fff url(http://mdn.mainichi.jp/image/article/bg_font_size.gif) repeat-x 0 bottom;
	color: #454545;
	padding: 1px 4px;
	}
#editTools dd a:hover {
	text-decoration: underline;
	}
#editTools dd.Small {
	margin-top: 4px;
	}
#editTools dd.Small a {
	font-size: 10px;
	}
#editTools dd.Middle {
	margin-top: 2px;
	}
#editTools dd.Middle a {
	font-size: 12px;
	}
#editTools dd.Large a {
	font-size: 14px;
	}
