@charset "UTF-8";


/* id は # で指定。1ファイル内でユニーク */
/* class は . で指定 */

/* global 

* {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','Osaka',sans-serif;
}
 mac ie \*/
* { /*font-family:'Verdana';*/ }
/* end */

body {
	color: #333333; 
	background-color: #ffffff;
/*	scrollbar-3dlight-color: #369;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #CEE;
	scrollbar-darkshadow-color: #369;
	scrollbar-face-color: #369;
	scrollbar-highlight-color: #ddd;
	scrollbar-shadow-color: #ddd;
	text-align: center;*/
}

address {
	font-style : normal;
	width: 750px;
	font-size: 0.8em;
	text-align: right;
	margin: 50px auto 60% 0px;
}

table {
	color: #666666;
	
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
}
table caption {
	font-weight: 700;
}
th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
	/*
	line-height: 170%;
	letter-spacing: 1px;
	color: #3366cc; 
	background: #ffffff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	*/
}
td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFF2F3;
	/*
	font-size: 12px; line-height: 180%; letter-spacing: 1px;
	color: #3366cc; 
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	*/
}

a:link,a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	/*height: 60px;*/
	
	counter-reset: chapter;
}

h1.test {
	font-size: 16px;
	font-weight: 500;
	height: 20px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

h2 {
	counter-reset: section;      /* Set section to 0 */
}

h2:before {
	content: counter(chapter) ". ";
	counter-increment: chapter;  /* Add 1 to chapter */
}
h3:before {
	content: counter(chapter) "." counter(section) " ";
	counter-increment: section;
}

h4 {
}

ul { list-style:none; }

hr { 
	color:#CCCCCC;
	height:1px;
}

code:before {
	content: '"';
}
code:after {
	content: '"';
}


.citeBox {
	text-align: right;
}
cite:before {
	content: "(引用元: ";
}
cite:after {
	content: ")";
}

.code {
	background:#EEFFFF;
	border:solid 1px #369;
	padding: 5px;
	margin-left: 25px;
}

.msdos {
	background:#000000;
	border:solid 1px #369;
	padding: 5px;
	margin-left: 25px;
	color: #dddddd;
}

.var {
	font-weight: 700;
	font-style: italic;
}

.image div {
	border-top: 1px solid #336699;
}
.image img {
	margin: 5px;
}
.image .caption {
	font-weight: 700;
}
.image .caption .number {
	background-color: #336699;
	color: #ffffff;
	padding: 0px 3px;
	margin-right: 5px;
}

.imageLeft {
	text-align: center;
	float: left;
	width: 300px;
	border-right: solid 1px #333399;
	padding: 10px 0px;
}

.float {
	/*background-color: transparent;
	background: url('./bg4.jpg') no-repeat 100% 0%;
	background-image: url('./bg4.jpg');
	background-position: 100% 0%;
	background-repeat: no-repeat;*/
	margin: 0px auto;
	padding: 10px 5px 0px 5px;
	text-align: left;
	width: 700px;
	border-left: solid 1px #333399;

	overflow: hidden;
}

.float:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

* html .float {
	height: 1px;
	overflow: visible;
}

#ttlblock {
	/*background-color: transparent;*/
	border-bottom: 1px #333399 solid;
	margin: 0px 0px 5px 0px;
}

#menublock {
	/*background-color: transparent;*/
	/*border-right: 1px #333399 solid;*/
	float: left;
	/*height: 100%;*/
	padding: 0px 5px 5px 0px;
	width: 180px;
}

#contblock {
	/*background-color: transparent;*/
	border-left: 1px #333399 solid;
	float: right;
	padding: 0px 0px 5px 5px;
	width: 508px;
}