@CHARSET "UTF-8";


body{

	background-color : gainsboro;
}

#main_scetion{
	width : 850px;
	font-size: 15px;

}
#context_main{
	float : right;
	width : 600px;
	background-color : honeydew;
	padding : 10px;
	border : solid 1px white;
}
/*  section{
	border : 1px solid;
} */
.title01{
 	width : 150px;
 	margin : 0px;
}
.title_text_h1{
	margin-top : 0px;
	font-size : 30px;
	color: rgb(255,208,0);
	background-color : black;
	/* text-shadow : white 2px 2px 2px ; */
	height : 40px;
	width : 400px;
	text-align: center;
	box-shadow : 3px 3px 1px ivory ,  3px 3px 1px ivory;
}
.title_text_h2{
	margin-top : 0px;
	padding-top : 5px;
	font-size : 25px;
	color: rgb(255,208,0);
	background-color : black;
	/* text-shadow : white 2px 2px 2px ; */
	height : 40px;
	text-align: left;
	box-shadow : 3px 3px 1px ivory ,  3px 3px 1px ivory;
}
hr{
	/* clear : both; */
	margin-top : 100px;
}
p{
	line-height : 1.7;
	clear : both;
}
h3{
	font-size : 20px;
	color: rgb(255,208,0);
	background-color : black;
	height : 25px;
	padding-top : 5px;
	padding-left : 10px;
	vertical-align: middle;
}
.context_section{
	margin-top : 50px;
	clear : both;
}
.screenshot_p01{
	/* clear : both; */
	/* padding-top : 50px; */
}
.screenshot01{
 	width : 100px;
/* 	height : 100px; */
}
.imageset01{
	width : 200px;
}
.screenshot02{
 	width : 144px;
/* 	height : 100px; */
}
.red{
	color : red;
}
.blue{
	color : blue;
}
.bold{
	font-weight : bold;
}
.figure_screenshot03{
	font-size: 15px;
}
.screenshot03{
 	width : 288px;
 	float : left;

/* 	height : 100px; */
}
.figure_screenshot13{
	float : left;
	width :120px;
	padding : 5px;
	margin : 0px;
	font-size: 15px;
	height : 250px;
}
.screenshot13{

 	width : 120px;

}
.figure_image_set{
	float : left;
	width :120px;
	height : 450px;
	padding : 5px;
	margin : 0px;
	font-size: 15px;
}
.figure_image_set img{
	width : 120px;
}

footer{
	margin-top : 200px;
	text-align : right;
 	font-size :12px;'
}
.text_delete{
	text-decoration: line-through;
}