a:link {
	text-decoration: underline;
	color: #FF00FF;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}

#credit {
	text-align:center;
	padding:10px 0px;
	margin:0;
	font-size:12px;
	line-height:18px;
	color: #666666;
	font-weight:normal;
}

img {
	border:0px;
}

/*-区切り線が実線の段落-----------------------------------*/
.Solid {
	text-align:left;
	padding:10px 10px;
	margin:0;
	font-size:12px;
	line-height:18px;
	color: #666666;
	font-weight:normal;
}

/*-横並びのリスト表示---------------------------------------
（tableのtdみたいな扱い、TitleとContentは必ず対で使う！）-*/
.Title {
	width:137px;
	padding:0;
	margin:0;
	float:left;
}

.Content {
	width:307px;
	padding:0;
	margin:0;
	float:left;
}

/*-通常コンテンツ-------------------------------------*/
.Text {
	width:444px;
	padding:0;
	margin:0;
	float:left;
}

/*-portfolio-------------------------------------*/
/*-事例サムネイル-------------------------------------*/
.thumb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*-区切り線が点線の段落-----------------------------------*/
p.Dashed {
	width:444px;
	text-align:left;
	padding:10px 10px;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	color: #666666;
	font-weight:normal;
	border-bottom:1px dashed #999999;
}

/* ----------------------------------------------------------------------- */

#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/js/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/overlay.png", sizingMethod="scale");
	}

#flashcontent {
	height: 100%;
	}