body {
	background-color: #efefef;
}

.indexblock {
	font-size: x-large;
	overflow:hidden;
}

.ad, .twitter {
	display: none;
}

p#jump {
	margin-bottom: -1.3ex;
}

.mainblock {
	font-size: x-large;
}

h1 {
	font-size: x-large;
	text-align: center;
	color: #2d5ac3;
	border-bottom: 2px solid #8888ff;
}

h2 {
	font-size: x-large;
	color: #2d5ac3;
	border-bottom: 2px solid #8888ff;
}

h3 {
	color: #000000;
	background-color: transparent;
	border-bottom: #8888ff 1px solid;
}

hr {
	border-color: #8888ff;
	background-color: #8888ff;
	height: 1px;
	border-style: solid;
}

pre {
	border-style: none;
	border-color: #f06000;
	border-width: 2px 2px 2px 2px;
	background-color: #eeeeee;
	width: 80%;
	margin-left: 20px;
}

pre.terminal {
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	margin-left : 20px;
	border-width : 2px 2px 2px 2px;
	border: 4px ridge; height: auto; width: auto;
	color: white;
	background-color: black;
	line-height: normal;
	font-size: smaller;
	width: 90%;
	overflow: scroll;
}

a:link {
	color: #3e09dd;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #990419;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #190466;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #8888ff;
}

ul, ol, dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

dt {
	line-height: 110%;
}

dd {
	text-indent:1.0em;
	margin-left: 1.0em;
}

li {
	line-height: 110%;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
	list-style-position: outside;
}

/* インデント */
.indent {
	margin-left: 10%; 
	margin-right: 5%;
}

/* その他スタイル */
.filename {
	font-family: monospace, courier;
}

img {
    border: none;
}

span.warning {
	color: red;
}

span.fontsizeplus {
	font-size: x-large;
}

span.fontsizeplusplus {
	font-size: xx-large;
}
