﻿body{
	width:900px;
	margin:0 auto;
}

h1{
	color:green;
	font-weight:bold;font-size:xx-large;
}
h2{
	color:green;
	font-weight:bold;font-size:x-large;
}
h3{
	color:green;
	font-weight:bold;font-size:large;
}
h4{
	color:green;
	font-weight:bold;font-size:medium;
}
h5{
	color:green;
	font-weight:bold;font-size:medium;
}

img{
	border-style : none;
}

td{
	padding-left:5px;
}

/* ------------------------------- */

em{
	font-style:normal;
	color:red;
}

.para{
	margin-left:20px;
}

.update,.update-r{
    float:right;
    font-style:normal; font-weight:normal; font-size:small;
    color:lightgray;
}

.update-right{
    float:right;
    font-style:normal; font-weight:normal; font-size:small;
    color:lightgray;
}

/* ------------------------------- */

.jump-menu{
	font-size : small;text-align : center;
	color:gray; background-color : #ffffd2;
	margin-top : 5px;
	padding-top : 5px;padding-bottom : 2px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-top-style : solid;
	border-bottom-style : solid;border-top-color :	silver;
        border-bottom-color : silver;
}

/* ------------------------------- */

.demo{
	margin-left:40px;
	font-weight:bold;font-size:x-large;
}
.desc{
	margin-left:20px;
}
.desc-src{
	background-color : #eeeeee;
}
.img-border{
	border-width : 1px;border-style : solid;border-color : lime;
}
.sample_file{
	margin-left : 40px;
	font-weight:bold;font-size:large;
}


/* ------------------------------- */
/* NEW　UP COOL */

.new:after{
        padding-left:3px;
	content:url("http://mt-soft.sakura.ne.jp/img/ico_new.gif");
}
.up:after{
        padding-left:3px;
	content:url("http://mt-soft.sakura.ne.jp/img/ico_up.gif");
}
.cool:after{
        padding-left:3px;
	content:url("http://mt-soft.sakura.ne.jp/img/ico_cool.gif");
}


.box-blue{
	border:1px solid silver;
	padding:5px;
	background-color:#e8ffff;
	display:inline-block;
}

/* ------------------------------- */
/* 可動ツールチップ */

.balloon{
	background:wheat;
	color:black;
	padding:10px;
	position:absolute;
	display:none;
}
.balloonBase{
    color:red;
    text-decoration:underline;
}