@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	background-color: #FFF;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.5em;
	width: auto;
	margin: 10mm
}

img {
	border: none;
}


#header,
#headerbox,
#header_copy,
#header_office,
#mainimg,
#mainimg_sub,
#contents,
#what_new,
#footer,
#footerbox {
	width: auto !important;
	padding: 0 !important;
}


h1 {
	color: #fff;
	display: list-item;
	list-style-image: url(../img/GeneXus_logo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	width: 200px;
	height: 42px;
}


#mainimg {
	color: #fff;
	display: list-item;
	list-style-image: url(../img/main_img.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	width: 785px;
	height: 205px;
	color: #FFF;
}

#mainimg_sub {
	color: #fff;
	display: list-item;
	list-style-image: url(../img/main_img_sub.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	width: 785px;
	height: 105px;	
}


h2 {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 35px;
	letter-spacing: -1000em;
}

/* concept 
--------------------------------------------*/

#concept_1 {
	display: list-item;
	list-style-image: url(../img/P_concept_1.gif);
	list-style-position: inside;
	width: 157px;
}
	

#concept_2 {
	display: list-item;
	list-style-image: url(../img/P_concept_2.gif);
	list-style-position: inside;
	width: 157px;
}

#concept_3 {
	display: list-item;
	list-style-image: url(../img/P_concept_3.gif);
	list-style-position: inside;
	width: 157px;
}




/* whatnew 
--------------------------------------------*/
#what_new {
	clear: both;
}

h3 {
	font-size: 12pt;
}

.whatnew_entry {
	margin-top: 20px;
}

/* IE6 IE7 */
.whatnew_entry { /margin-top: 10px; }


.entry_date {
	float: left;
	font-weight: bold;
}

.entry_title {
	margin-left: 10px;
	text-indent: 22px;
	float: left;
	font-weight: bold;
	color: #c60b46;
}

.entry_body {
	clear: both;
	margin-left: 110px;
	margin-top: 5px;
}

.past_list {
	text-align: right;
}

.past_list a {
	color: #c60b46;
}



/* footer
---------------------------------*/
#footer {
	float: left;
	font-size: 10px;
}

#footerbox {
	width: 780px;
	height: 100px;
	margin: 0px auto;
	padding: 0px 35px 0px 35px;
	vertical-align: bottom;
}


.logo {
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}


address {
	float: left;
	height: 60px;
	font-style: normal;
	line-height: 1.2;
	margin-top: 10px;
	margin-left: 15px;
}

#copy {
	float: left;
	padding-left: 15px;
	width: 700px;
}

/* IE7 */
*:first-child+html #copy { clear: both; } 
/* IE6以下 */
*html #copy { clear: both; }




/* display : none
--------------------------------------------*/

#header_office {
	display: none;
}

#menu {
	display: none;
}

