@charset "utf-8";

*{
	padding							: 0;
	margin							: 0;
}

body{
	text-align					: center;
	background-image		: url(../img/backimgww.png);
	background-repeat		: repeat-x;
	background-color		: #000;
	font-size						: 0.9em;
	letter-spacing			: 2px;
	line-height					: 1.3em;
}

img{
	border							: 0;
	vertical-align			: bottom;
}
a:link{
	color								: #03f;
	text-decoration			: none;
}
a:visited {
	color								: #666;
}

a:hover{
	color								: #0c9;
	text-decoration			: underline;
}
ul{
	list-style-type			: none;
}
ul li{
	margin-left					: 30px;
}
#sitemap dt{
	margin-top					: 10px;
}
#sitemap ul li{
	margin-left					: 30px;
}
#searchbar{
	width								: 100%;
	color								: #000;
	text-align					: right;
}
#searchbar a:link{
	background-color		: #000;
	color								: #09f;
}
#searchbar a:visited{
	background-color		: #000;
	color								: #09f;
}
#searchbar a:hover{
	color								: #0cc;
}
/* ヘッダ */
#header{
	width								: 100%;
	margin-top					: -20px;
}
#logo{
	width								: 800px;
	height							: 150px;
	margin							: 0 auto;
}

/* メイン */
#container{
	width								: 800px;
	margin							: 0 auto;
	text-align					: left;
	background-image		: url(../img/containerback.png);
	background-repeat		: repeat-y;
	overflow						: auto;
}

/***************** 左部分のメニューのスタイル *********/
#globalnavi
{
	margin-top					: 20px;
	background-repeat		: no-repeat;
	cursor							: pointer;	
	width								: 150px;
	margin-left					: 20px;
	background-image		: url(../img/menuback.png);
	float								: left;
}

#globalnavi a{
	display							: block;
	margin-bottom				: 2px;
	width								: 150px;
	height							: 30px;
	background-color		: #FDA;
	overflow						: hidden;
	background-image		: url("../img/contentmenu.png");
}

#menublog
{
	background-repeat		: no-repeat;
	background-position	: 0 -80px;
}

#menublog:HOVER
{
	background-position	: 0 -120px;
}

#menutips
{
	background-position	: 0 -480px;
}

#menutips:HOVER
{
	background-position	: 0 -520px;
}

#menudl
{
	background-position	: 0 -560px;
}

#menudl:HOVER
{
	background-position	: 0 -600px;
}

#menucon
{
	background-position	: 0 -160px;
}

#menucon:HOVER
{
	background-position	: 0 -200px;
}

#menulink
{
	background-position	: 0 -240px;
}

#menulink:HOVER
{
	background-position	: 0 -280px;
}

#menumail
{
	background-position	: 0 -320px;
}

#menumail:HOVER
{
	background-position	: 0 -360px;
}

#menuout
{
	background-position	: 0 -400px;
}

#menuout:HOVER
{
	background-position	: 0 -440px;
}

#menuaisa
{
	background-position	: 0 0;
}

#menuaisa:HOVER
{
	background-position	: 0 -40px;
}

/**********************************************************/

#sampleViewer{
	width								: 600px;
	margin-right				: 20px;
	float								: left;
	background-color		: #0d9;
}
#content{
	float								: left;
	width								: 600px;
	margin-top					: 10px;
	margin-left					: 10px;
}
#content h1 {
	line-height					: 1em;
}
#mailform fieldset{
	border							: none;
	
}

/********* リンクのスタイル ********/

#tabname li{
	margin							: 0 3px 0px 0;
	padding							: 10px;
	padding-bottom			: 0px;
	float								: left;
}

#tabname li
{
	background-color		: #DDD;
}

#tabname li.selected
{
	background-color		: #CCC;
}

.links dl
{
	padding							: 5px;
	background-color		: #CCC;
}

.links dt
{
	margin-top				: 10px;
	margin-left					: 5px;
}

.links dd
{
	margin-bottom			: 5px;
	margin-left				: 30px;
}

.links #mylink
{
	margin-top					: 40px;
}

#content dl{
	clear								: both;
}

/* フッタ */
#footer{
	width								: 100%;
	color								: #fff;
}
address{

	font-style					: normal;
}
#footerimg{
	width								: 800px;
	height							: 100px;
	margin							: 0 auto;
	background-image		: url(../img/footerimg.png);
}

dl.panel
{
	padding							: 5px;
	width								: 200px;
	height							: 200px;
	float								: left;
	margin-bottom				: 10px;
	margin-left					: 10px;

	background-color		: #ddd;
}

img.icon
{
	width								: 150px;
	height							: 150px;
}

div.lightbox
{
	display							: none;
}
.ml{
	margin-left					: 20px;
}
.mb{
	margin-bottom				: 20px;
}
.flo{
	width								: 120px;
	float								: left;
}

/**** 概要のスタイル ****/
.labOutline h2
{
	margin-top					: 10px;
}

/**** 受託開発のスタイル ****/
#content
{
	float								: left;
}

.disable
{
	display							: none;
}