@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	font-size:12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background: url(../img/bg.gif) repeat-y top center;
}

/* IE7 */
img {-ms-interpolation-mode: bicubic;}

/* IE7 */
*:first-child+html body {padding-left: 1px;} 

/* IE6以下 */
*html body {padding-left: 1px;}

a {
	text-decoration: none;
}
a:visited {
	color: 000fff;
}

img {
	border: none;	
}

ul {
	list-style-type: none;
}

img.icon {
	vertical-align: middle;
}


/* header
---------------------------------*/
#header {
	background: #FFF url(../img/bg_line.gif) top center no-repeat;
} 


#headerbox {
	width: 780px;
	height: 45px;
	background: url(../img/bg_header.gif) no-repeat top left;
	margin: 0 auto;
	padding: 35px 35px 0px 35px;
}


/* IE6用 */
* html #headerbox { padding-top: 30px; } 

#header_genexus a {
	width: 200px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background: url(../img/GeneXus_logo.gif) no-repeat bottom left;
	float: left;
}


#header_copy {
	width: 320px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/bg_copy1.gif) no-repeat;
	float: left;
	margin-top: 15px;
}

#header_office a {
	float: right;
	text-indent: -9999px;
	//background: url(../img/weing.gif) no-repeat top left;
	/* 矢印つきのリンクに変更 */
	background: url(../img/weing_yajirusi.gif) no-repeat top left;
	width: 110px;
	height: 50px;
	margin-top: 0px;

}


/* container
---------------------------------*/
#container {
	clear: both;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 0px 35px 0px 35px;
	background: transparent url(../img/bg.gif) repeat-y top center;
}


/* footer
---------------------------------*/
#footer {
	background:url(../img/bg_line2.gif) no-repeat top center;
	clear: both;
	font-size: 10px;
}

#footerbox {
	width: 780px;
	height: 100px;
	margin: 0px auto;
	background: url(../img/bg_footer.gif) no-repeat;
	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: 5px;
	margin-left: 15px;
}

#copy {
	clear: both;
	padding-left: 15px;
}


/* clearboth
---------------------------------*/

.clearboth {
	clear: both;
}

/*   2009/08/18    */
/**  ここから追加 **/
/*                 */

/*   技術サポートメニュータブ    */
/* ---------------------- Redslate nav ---------------------- */
.red #slatenav{position:relative;display:block;height:35px;font-size:11px;font-weight:bold;background:transparent url(../img/base/redslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.red #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.red #slatenav ul li{display:block;float:left;margin:0 1px 0 0;align:center;}
.red #slatenav ul li a{display:block;float:left;color:#FECCC3;text-decoration:none;padding:5px 0px 2px 0px;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.current{color:#fff;background:transparent url(../img/base/redslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Redslate nav ---------------------- */

/*   技術サポートタイトル（HTMLと併せる）    */
#t2_h3box {
	margin-left: 1px;
	margin-top: 10px;

}

#t3sub {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #992222;
	background-color: #F3F3F3;
	border-left: 15px solid #992222;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}

/* パンくずリスト */
ul#topicPath {
	width: 400px;
	margin: 2px 0;
	padding: 0;
	list-style: none;
}
ul#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../img/topicPath01.gif) no-repeat 0 50%;
}
ul#topicPath li.home {
	padding-left: 0;
	background: none;
}
ul#topicPath li a:link,
ul#topicPath li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ul#topicPath li a:hover,
ul#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ul#topicPath li em {
	font-style: normal;
	font-weight: bold;
}


/* パンくずリスト　サンプル① */
/*
ul, li { 
	list-style-type:none; 
	padding:0; 
	margin:0; 
} 
#crumbs { 
	border:1px solid #dedede; 
	height:2.3em; 
} 
#crumbs li { 
	float:left; 
	line-height:2.3em; 
	padding-left:.75em; 
	color:#777; 
} 
#crumbs li a { 
	display:block; 
	padding:0 15px 0 0; 
	background:url(../img/crumbs.gif) no-repeat right center; 
} 
#crumbs li a:hover, #crumbs li a:focus { 
	color:#dd2c0d; 
} 
*/


/* weing.co.jp へのリンク*/
#weing_link {
	font-size: 15px;
}