@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

html{
	overflow: scroll;
}

img{
	border: 0px;
}

body {
	background-color: white;
	background-image: url("img/title.png");
	background-position: top center;
	background-repeat: no-repeat;
	
}

#mainframe {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 700px;
	text-align: center;
	font-size: 9pt;
}

#logo{
	width: 100%;
	height: 145px;
	padding-top: 35px;
}

#contents {
	float: left;
	width: 700px;
	margin-bottom: 10px;
}

#main {
	float: left;
	width: 445px;
	text-align: left;
}

#sub {
	float: right;
	width: 250px;
	text-align: left;
}

#halfleft {
	float: left;
	width: 330px;
	text-align: left;
	margin-right: 10px;
}

#halfright {
	float: left;
	width: 340px;
	text-align: left;
}

div.para {
	margin-bottom: 12px;
}

/* Top Page - Left Contents ------------------------------------------------- */

div.leftmain_middle {
	width: 100%;
	margin-bottom: 10px;
	background-image: url("img/MainLeft_Middle.png");
	background-repeat: repeat-y;
}

div.leftmain_bottom {
	
	width: 100%;
	height: 100%;
	background-image: url("img/MainLeft_Bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.leftmain_top {
	
	width: 100%;
	height: 100%;
	background-image: url("img/MainLeft_Top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div.leftmain_contents {
	padding: 10px;
	font-size: 8pt;
	line-height: 1.4;
}

div.leftmain_child {
	margin-bottom: 10px;
	/*border: outset 1px;*/
	border-top: solid 1px #CDE6F9;
	border-left: solid 1px #CDE6F9;
	border-bottom: solid 1px #425284;
	border-right: solid 1px #425284;
	
	padding: 7px;
}

/* Top Page - Right Contents ------------------------------------------------- */

div.rightmain_middle {
	width: 100%;
	margin-bottom: 2px;
	background-color: #C7E6FF;
	background-image: url("img/MainRight_Middle.png");
	background-repeat: repeat-y;
}


div.rightmain_bottom {
	
	width: 100%;
	height: 100%;
	background-image: url("img/MainRight_Bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.rightmain_top {
	
	width: 100%;
	height: 100%;
	background-image: url("img/MainRight_Top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div.rightmain_contents {
	padding: 10px;
	font-size: 8pt;
	line-height: 1.3;
}

div.rightmain_child {
	margin-left: 10px;
	margin-bottom: 5px;
	/*border: outset 1px #D8EDFF;*/
	border-top: solid 1px #F3F9FF;
	border-left: solid 1px #F3F9FF;
	border-right: solid 1px #77838D;
	border-bottom: solid 1px #77838D;
	padding: 7px;
	/*background-color: #D8EDFF;*/
	background-color: #F1F9FF;
}

div.rightmain_child_gadget {
	margin-left: 10px;
	margin-bottom: 5px;
	border-top: solid 1px #F3F9FF;
	border-left: solid 1px #F3F9FF;
	border-right: solid 1px #77838D;
	border-bottom: solid 1px #77838D;
	padding: 7px;
	background-color: #444444;
	background-image: url("img/gadgetbg.jpg");
	color: white;
}

div.rightmain_button {
	width: 208px;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	margin-left: 10px;
	background-image: url("img/MainLeft_Button.png");
	background-repeat: no-repeat;
	background-color: #6BBDFF;
	font-size: 9pt;
	color: white;
	font-weight: bold;
}

div.rightmain_button2 {
	width: 208px;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	margin-left: 10px;
	background-image: url("img/MainLeft_Button2.png");
	background-repeat: no-repeat;
	background-color: #6BBDFF;
	font-size: 9pt;
	color: white;
	font-weight: bold;
}

#rightmain_news {
	width: 100%;
	height: 80px;
	overflow:auto;
}



a.help {
	display: block;
}

a.help:link {
	color: white;
	text-decoration: none;
}
a.help:link {
	color: white;
	text-decoration: none;
}
a.help:visited {
	color: white;
	text-decoration: none;
}
a.help:hover {
	color: darkblue;
	text-decoration: none;
}

/* Top Page - Middle Contents ------------------------------------------------- */

#middle_contents {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

div.middlemain_middle {
	width: 100%;
	margin-bottom: 2px;
	background-image: url("img/MainMiddle_Middle.png");
	background-repeat: repeat-y;
	float: left;
}


div.middlemain_bottom {
	float: left;
	width: 100%;
	height: 100%;
	background-image: url("img/MainMiddle_Bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.middlemain_top {
	float: left;
	width: 100%;
	height: 100%;
	background-image: url("img/MainMiddle_Top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div.middlemain_contents {
	padding: 10px;
	font-size: 8pt;
	line-height: 1.3;
	text-align: left;
}

/*#contents {
	float: left;
	width: 700px;
	margin-bottom: 10px;
}*/

#middle_left {
	float: left;
	width: 49%;
	text-align: left;
}

#middle_right {
	float: right;
	width: 49%;
	text-align: left;
}



div.leftcontents {
	width: 100%;
	border: solid 1px black;
	padding: 5px;
	margin-bottom: 10px;
}



#whatisit {
	border: solid 1px black;
	margin-bottom: 10px;
}

#concept {
	margin-bottom: 10px;
}

#latestnews{
	padding: 7px;
	background-color: #EFF6FD;
	margin-bottom: 5px;
}

#download {
	padding: 7px;
	background-color: #EFF6FD;
	margin-bottom: 5px;
}

#styleitem {
	padding: 7px;
	background-color: #EFF6FD;
	margin-bottom: 5px;
}

#help {
	padding: 7px;
	background-color: #EFF6FD;
	margin-bottom: 5px;
}

#contact {
	padding: 7px;
	background-color: #EFF6FD;
	margin-bottom: 5px;
}

#foot {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}


#clearup {
	position: relative;
	width: 100%x;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-align:center;
}

#copy {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9pt;
	color: #555555;
}

p {
	font-size: 8pt;
	line-height: 1.4;
}

.h1 {
	font-family:sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #555555;

	line-height: 2;
}

.h2 {
	width: 80%;
	letter-spacing: 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #001c50;
	margin-bottom: 7px;
	/*border-bottom: solid 1px orange;*/
	line-height: 19px;
	padding-left: 0px;
	padding-bottom: 2px;
	/*background-image: url("img/symbol.png");*/
	background-image: url("img/underbar1.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.box_child .h2 {
	width: 80%;
	letter-spacing: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #001c50;
	margin-bottom: 7px;
	/*border-bottom: solid 1px orange;*/
	line-height: 20px;
	padding-left: 0px;
	padding-bottom: 2px;
	/*background-image: url("img/symbol.png");*/
	background-image: url("img/underbar1.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}

.h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #001c80;
	line-height: 1;
}

.rightmain_child_gadget .h4{
	font-size: 9pt;
	font-weight: bold;
	color: #dddddd;
	line-height: 1;
}

.h5 {
	font-size: 14pt;
	line-height: 1.5;
}

.downlevel {
	padding-left: 20px;

}

.downlevel2 {
	position: relative;
	padding-left: 15px;
	font-size: 8pt;
	line-height: 1.4;
}

.box {
	margin-bottom: 20px;
	border: solid 0px #dddddd;
	/*padding: 10px;*/
	/*background-image: url("img/bar1.png");*/
	background-image: url("img/BoxBack.png");
	background-repeat: repeat-y;
	background-position: top left;
}

.box_top {
	height: 100%;
	background-image: url("img/bar2.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.box_bottom {
	height: 100%;
	padding: 3px 10px 10px 10px;
	background-image: url("img/bar3.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box_area {
	width: 280px;
	margin-bottom: 10px;
	font-size: 8pt;
	line-height: 1.4;
}

.box_child {
	border: outset 1px ;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F7FAFE;
	background-image: url("img/BoxChildBack.png");
	background-repeat: repeat-y;
	background-position: 287px;
}

.download {
	margin-right: 5px;
	position: relative;
	line-height: 1.0;
	float: left;
	width: 100px;
}

a:link { color: orange; text-decoration: none; }
a:link { color: darkred; text-decoration: none; }
a:visited { color: darkred; text-decoration: none; }
a:hover { color: red; text-decoration: none; }

.leftmain_child a:link { color: orange; text-decoration: none; border-bottom: dashed 1px blue; background-color: #F9F9FF;}
.leftmain_child a:link { color: darkred; text-decoration: none;  border-bottom: dashed 1px blue; background-color: #F9F9FF;}
.leftmain_child a:visited { color: darkred; text-decoration: none;  border-bottom: dashed 1px blue; background-color: #F9F9FF;}
.leftmain_child a:hover { color: red; text-decoration: none;  border-bottom: dashed 1px blue; background-color: #F9F9FF;}

.rightmain_child_gadget a:link{
	color: #BB9635;
	text-decoration: none;
}

.rightmain_child_gadget a:link {
	color: #BB9635;
	text-decoration: none;
}
.rightmain_child_gadget a:visited {
	color: #BB9635;
	text-decoration: none;
}
.rightmain_child_gadget a:hover {
	color: #BB7235;
	text-decoration: none;
}

#style_move{	display: none;}
#style_scale{	display: none;}
#style_frame{	display: none;}
#style_opacity{	display: none;}
#style_rotate{	display: none;}
#style_bmp{	display: none;}
#style_jpeg{	display: none;}
#style_png{	display: none;}
#style_copy{	display: none;}
#style_compact{	display: none;}
#style_picasaup{	display: none;}
#style_trim{	display: none;}

.open{
	font-size: 8pt;
	color: rgb(200,64,0);
	font-weight: bold;
	cursor: pointer;
}

.strong {
	border-bottom: solid 1px red;
	font-weight: bold;
}

.strong2 {
}

.cmdline {
	font-family: sans-serif;
	font-size: 11pt;
	color: #001c80;
	background-color: #eeeeee;
}

.update {
	font-weight: bold;
	color: #000044;
}

table.default_style {
	border: solid 2px #555555;
}

table.default_style td,
table.default_style th {
	padding: 5px;
}

table.default_style td.name,
table.default_style th.name {
	border: solid 1px #9999ff;
	width: 200px;
}

table.default_style td.key,
table.default_style th.key {
	border: solid 1px #dd9999;
	width: 100px;
}

table.default_style td.description,
table.default_style th.description {
	border: solid 1px #55aa55;
	width: 350px;
}

table.default_style th.name {
	background-color: #6666cc;
	color: white;
}

table.default_style th.key {
	background-color: #bb6666;
	color: white;
}

table.default_style th.description {
	background-color: #338833;
	color: white;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	float: right;
}

.right2{
	text-align: right;
}

.fright{
	margin-top: 10px;
	width: auto;
	text-align: right;
}

.inset {
	width: auto;
	border: inset 1px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.hint {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #D06C00;
}
