﻿
/* .NET articles */

code { font-family: 'Lucida Grande', 'ＭＳ ゴシック'; font-size: small; line-height: 14px; }
* html code { font-size: 100%; } 
html*code { font-size: 80%; }

H1 {font-size: 18px; font-weight: bold;}
H2 {font-size: 16px; font-weight: bold;}
H3 {font-size: medium ;}
H4 {font-size: normal ;}
H5 {font-size: small ;}
H6 {font-size: x-small ;}


/*************************************/

.pageNumber {
	text-align: right;
	font-family: Arial;
	font-size: 70%;
	font-weight: bold;
}

/*************************************/

.signpost {
	margin-bottom: 10px;
}

.signpost .prev {
	float: left;
}

.signpost .next {
	text-align: right;
	float: right;
}

/*************************************/

.pageIndex {
	clear: both;
	font-family: メイリオ;
	font-size: 80%;
	line-height: 130%;
	background-color: #e7e3e7;

	padding-bottom: 5px;
	border-bottom: 5px solid #000066;
	margin-bottom: 10px;
}

.pageIndex .name {
	padding: 4px;
	font-weight: bold;
	background-color: #000066;
	color: white;
}

.pageIndex .title {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}

.pageIndex .subTitle {
	font-weight: bold;
	margin-left: 15px;
}

.pageIndex .pageTitle {
	margin-left: 20px;

	padding: 2px 2px 2px 10px;

	border-left: 10px solid gray;
}

.pageIndex .currentPage {
	border-left: 10px solid #cc0000;
	color: gray;
}

/*************************************/

.goIndex {
	font-family: メイリオ;
	font-size: 80%;
	font-weight: bold;
}

.goIndex img {
	vertical-align: middle;	
}

/*************************************/

.topsy {
	background-color: #4CBDDE; 
	font-family: メイリオ;
	margin-top: 20px;
	margin-bottom: 15px;
	color: black;
	font-size: 12px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.topsy .contents {
	background-color: #E8FAFF;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	margin: 1px;
	padding: 3px;
}

.topsy .footer {
	padding: 0;
	margin: 0;
	height: 1px;
}

.topsy .title {
	color: white;
	font-weight: bold;
	padding: 5px;
}

.topsy .oneline {
	overflow: hidden;
	white-space: pre;
	color: black;
	padding: 5px;
}

.topsy .more {
	text-align: right;
}

/*************************************/

#main {
	background-repeat: repeat-y;
}

#header_r {
	background-image: url(http://www.atmarkit.co.jp/fdotnet/images/header_art_expand.gif);
}

