/* 1) 本文 ******************************************************************* */

.article {
	background: url("../images/page-background.gif") repeat-x top left;
	margin: 0;
	padding: 2em 0 2em;
	font-size: 0.95em;
}
.article p {
	margin: 10px 0 10px 0; padding: 0;
}
.article div.items {
	clear: both;
	margin: 30px 0 0 5px;
	border-top: dashed #999 1px;
}
.article div.lastupdate {
	float: right;
	margin: 0;
	font-size: 0.8em;
	color: #06c;
}
.article div.totop {
	clear: both;
	float: right;
	margin: 0;
	font-size: 0.8em;
}
.article h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f00;
	margin: 30px 0 10px 0;
	padding: 3px; 
}
.article h1 {
	font-size: 1.7em;
	border-bottom: solid #CCC 1px;
}
.article h1.firstHeading {
	border-bottom: none;
	margin-top: 0;
	font-size: 1.7em;
}
.article h2 {
	font-size: 1.6em;
	border-bottom: solid #CCC 1px;
}
.article h3 {
	font-size: 1.5em;
}
.article h3.title {
	margin-top: 5px;
}
.article h4 {
	font-size: 1.4em;
}
.article h5 {
	font-size: 1.3em;
}
.article h6 {
	font-size: 1.1em;
	font-weight: bold;
}
.article h1 a {
	text-decoration: none;
}
.article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #036;
}
.article h2 a {
	text-decoration: none;
}
.article h3 a {
	text-decoration: none;
}
.article h4 a {
	text-decoration: none;
}
.article h5 a {
	text-decoration: none;
}
.article h6 a {
	text-decoration: none;
}
.article img {
	border: none;
}

/* リスト形状 ****************************************************************** */
.article ul li {
	list-style: square;
}
.article ol li {
	list-style: decimal;
}

.article dl {
}
.article dl dt {
	font-weight: bold;
}
.article dl dd {
	margin-left: 1em;
}

/* 紹介文 */
#contentSub {
	font-size: 1em;
	font-style: italic;
	color: #666;
	margin: 10px 10px 10px 25px; padding: 0;
}

/* 写真とサムネイル ******************************************************** */

div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 0.5em 0.5em;
	border: 0
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	position: relative;
	margin: 0 0.5em 0.5em 0;
	border: 0
}
div.floatleft p { font-style: italic; }

div.thumb {
	margin-bottom: 0.5em;
	border-style: solid; border-color: White;
	width: auto;
}
div.thumb div {
	border:1px solid #cccccc;
	padding: 3px !important;
	background-color:#f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.thumb div a img {
	border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 0.3em 0 0.1em 0;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
	float: left;
	margin-right:0.5em;
	border-width: 0.5em 1.4em 0.8em 0;
}

/* 外部リンクの形状 ********************************************************* */

.article .exlink {
	background: url("../images/external.gif") center right no-repeat;
	padding-right: 13px;
}
.article a[href ^="http://"],
.article a[href ^="gopher://"] {
	background: url("../images/external.gif") center right no-repeat;
	padding-right: 13px;
}
.article a[href ^="https://"],
.link-https {
	background: url("../images/lock_icon.gif") center right no-repeat;
	padding-right: 16px;
}
.article a[href ^="mailto:"],
.link-mailto {
	background: url("../images/mail_icon.gif") center right no-repeat;
	padding-right: 18px;
}
.article a[href ^="news://"] {
	background: url("../images/news_icon.gif") center right no-repeat;
	padding-right: 18px;
}
.article a[href ^="ftp://"],
.link-ftp {
	background: url("../images/file_icon.gif") center right no-repeat;
	padding-right: 18px;
}
.article a[href ^="irc://"],
.link-irc {
	background: url("../images/discussionitem_icon.gif")  center right no-repeat;
	padding-right: 18px;
}
.article .urlexpansion {
	display: none;
}

/* その他 *************************************************************** */

.printfooter {
	display: none;
}

#siteSub {
	display: none;
}

a.new {
	color: #f00;
}

/* Custom classes from cavendish.css ******************************** */

.standard-table {
	border: solid #ccc 1px;
	border-collapse: collapse;
}

.standard-table td {
	text-align: left;
	padding: 2px;
	border: solid #ccc 1px;
}

.standard-table td.header, .standard-table th {
	text-align: left;
	font-weight: bold;
	padding: 2px;
	border: solid #ccc 1px;
}

.fullwidth-table {
	border: solid #666 1px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
}

.fullwidth-table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border: solid #BBB 1px;
}

.fullwidth-table td.header, .fullwidth-table th {
	background: #DDD;
	border: solid #BBB 1px;
	font-weight: bold;
	font-size: 1.05em;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

div.breadcrumbs {
	border: #09f solid 1px;
	padding: 0px 5px 0px 5px;
	background: #ff3;
	margin: 10px 0px 10px 0px;
	font-size: 0.9em;
}

div.breadcrumbs a.breadcrumbs {
	text-decoration: none;
}

div.breadcrumbs span.breadcrumbs {
	font-weight: bold;
}

div.indexes {
	border: #f66 solid 2px;
	padding: 0px 5px 0px 5px;
	background: #fff;
	margin: 10px 0px 10px 0px;
	font-size: 0.9em;
}

div.indexes a {
	text-decoration: none;
}

div.indexes li {
	list-style: inside decimal;
}

pre {
	background: #cff;
	font-size: 1.1em;
	line-height: 1.1em;
	border: #039 solid 1px;
	padding: 15px 20px 15px 20px;
	overflow: auto;
}

.prewrong {
	padding: 0; margin: 0;
}

.prewrong pre {
	background: #FDD;
	border: dashed #644 1px;
}

.wrong {
	background: #FDD;
	border: solid #644 1px;
	padding: 5px; 
	margin: 5px 0 5px 0;
}
.wrong-inline {
	background: #FDD;
	border: solid #644 1px;
	padding: 0 3px 0 3px; 
}

div.tip {
	border: solid green 2px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	background: #DFD;
}

div.bug, div.warning {
	border: solid red 2px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	background: #FDD;
}

div.note {
	border: solid goldenrod 2px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	background: #FFD;
	color: #000;
}

div.note:before {
	content: "ココ試験に出ます→\A";
	color: #f00;
}

.float-left {
	float: left;
	padding: 5px;
}

.float-right {
	float: right;
	padding: 5px;
}

.originaldocinfo {
	font-size: 0.8em;
	background: #FFD;
	border: solid #CCE 1px;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin: 15px 0px 15px 0px;
}

.originaldocinfo p {
	line-height: 0.8em;
}

.originaldocinfo h2 {
	font-size: 1.3em;
	font-weight: bold;
}

.licenseblock {
	border: dashed #888 1px;
	background: #DDD;
	font-size: 0.8em;
	padding: 0px 10px 0px 10px;
}

code {
	font-size: 1.2em;
}
tt {
	font-size: 1.2em;
}
.wrong-source-code {
	color: #D00;
}


.right-source-code {
	color: #0A0;
}

.template-toc {
	background: #DDD;
	font-size: 0.9em;
	border: solid black 1px;
	padding: 0px 10px 0px 10px;
	margin: 15px 0px 15px 0px;
	width: auto;
}

.prevnext {
	font-size: 0.9em;
	margin: 10px 0px 20px 0px;
}

div.highlight {
	border-left: solid blue 3px;
	padding-left: 15px;
}

span.highlightblue {
	color: blue;
}

span.highlightred {
	color: red;
}

span.highlightgreen {
	color: green;
}

.side-note {
	width: auto;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 10px 0px;
	border: solid #666 1px;
	background: #EEE;
}

.side-note-left {
	float:left;
	width: 40%;
	padding: 0px 20px 0px 20px;
	margin: 10px 10px 10px 0px;
	border: solid #666 1px;
	background: #EEE;
}

.side-note-right {
	float:right;
	width: 40%;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 10px 10px;
	border: solid #666 1px;
	background: #EEE;
}

/* new for devmo topic pages */

.callout-box {
	float:right;
	border: solid black 1px;
	text-align: center;
	width: 200px;
	margin: 0px 0px 15px 15px;
	padding: 10px;
	background: #EEE;
}

.mainpage h2 {
	margin-top: 0px;
}

.features-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.features-table td {
	vertical-align: top;
	padding: 20px 0 0 0;
}
.features-table td img {
	float: left;
	margin: -20px 15px 5px 0px;
}
.features-table td p {
	margin: 0; padding: 0 3px 0 3px;
	line-height: 1.6em;
	font-size: 0.95em;
}
.features-table td h3 {
	margin: 0;
	font-size: 1.5em;
}
.features-table td h4 {
	margin: 0;
	font-size: 1.2em;
}
.mainpage-table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
.mainpage-table td {
	vertical-align: top;
	padding: 0 10px 10px 10px;
}
.mainpage-table td ul {
	margin: 0 0 10px 0; padding: 0 25px 0 25px; 
}
.mainpage-table td ul li {
	margin: 0; padding: 0;
}
.mainpage-table td h3 {
	margin: 0; 
	font-size: 1.4em;
}
.topicpage-table {
	width: auto;
	margin: -30px 0 0 0;
}

.topicpage-table td  {
	width: 50%;
	vertical-align: top;
	padding: 10px;
}

.topicpage-table h3 {
	border-bottom: solid #BBB 1px;
}

.topicpage-table h3 a {
	color: #036;
	text-decoration: none;
}

.topicpage-table h3 a:hover {
	text-decoration: underline;
	color: #000;
}
.alllinks {
	font-size: 10px;
	float:right;
}

.date {
	color: #668;
	font-style: italic;
}

.disambig {
	font-size: 0.9em;
	border-top: solid #AAA 1px;
	border-bottom: solid #AAA 1px;
}

.notice {
	font-size: 0.9em;
	border: solid #AAA 1px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.ptabs {
	clear: both;
	float: right;
	font-size: 0.9em;
	color: #333333;
}

.ptabs .tab {
	margin: 3px;
	padding: 1px 3px;
}

.ptabs .selected {
	border: 1px solid #ff9933;
	background-color: #ffeecc;
}

