@charset "UTF-8";


/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/

html, body {
	font-family: Arial, Helvetica,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:Arial, Helvetica,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:Arial, Helvetica,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:Arial, Helvetica,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}
/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	line-height:1.6;
	color:#333;
	width:100%;
	background:url(../../images/body_bg_grade.jpg) top repeat-x;
}

/*containerのスタイル*/

div#container {
	width:100%;
	height:100%;
	margin:0 auto;
	background:url(../../images/container_bg.jpg) center top no-repeat;/**/
}


body#detail div#container{
	background:url(../../images/container_bg_detail.jpg) center top no-repeat;
}

body#flash div#container{
	background:url(../../images/container_bg_flash.jpg) center top no-repeat;
}


/*body#design div#container{
	background:url(../../images/container_bg_design.jpg) center top no-repeat;
}*/

body#list div#container{
	background:url(../../images/container_bg_categoriList.jpg) center top no-repeat;
}



/*containerHeadのスタイル*/

div#allWrap{
	background:url(../../images/body_bg.jpg) repeat-y top center;/**/
	width:100%;
	}


/*h1のスタイル*/

h1 {
	height:100px;
	width:300px;
	overflow:hidden;
}

h1 a{
	display:block;
	height:100px;
	width:300px;
	text-indent:-9999px;
	}

/*headerのスタイル*/

div#header {
	width:925px;
	height:100px;
	margin:0 auto;
}

div#header p#header_logo a {
	display:block;
	width:320px;
	height:84px;
	text-indent:-9999px;
	/*\*/
	overflow:hidden;
	/**/
}

div#header p#header_logo {
	float:left;
}

div#header div#header_etc {
	float:right;
	width:300px;
	height:84px;
	text-indent:-9999px;
}

div#globalNav{
	width:920px;
	clear:both;
	margin:0 auto;
	height:38px;
	padding:2px 0 0 5px;
	}
	
div#globalNav:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	font-size:0.1em;
	line-height:0.1;
	}

div#globalNav ul li{
	width:112px;
	height:40px;
	list-style-type:none;
	float:left;
	}
	
div#globalNav ul li a{
	display:block;
	width:112px;
	height:40px;
	text-indent:-9999px;
	}
	
div#globalNav ul li#global01{	background:url(../../images/global_01_on.jpg) left top no-repeat;}
div#globalNav ul li#global02{	background:url(../../images/global_02_on.jpg) left top no-repeat;}
div#globalNav ul li#global03{	background:url(../../images/global_03_on.jpg) left top no-repeat;}
div#globalNav ul li#global04{	background:url(../../images/global_04_on.jpg) left top no-repeat;}
div#globalNav ul li#global05{	background:url(../../images/global_05_on.jpg) left top no-repeat;}

div#globalNav ul li#global01 a{	background:url(../../images/global_01_off.jpg) left top no-repeat;}
div#globalNav ul li#global02 a{	background:url(../../images/global_02_off.jpg) left top no-repeat;}
div#globalNav ul li#global03 a{	background:url(../../images/global_03_off.jpg) left top no-repeat;}
div#globalNav ul li#global04 a{	background:url(../../images/global_04_off.jpg) left top no-repeat;}
div#globalNav ul li#global05 a{	background:url(../../images/global_05_off.jpg) left top no-repeat;}

div#globalNav ul li#global01 a:hover{	background:url(../../images/global_01_on.jpg) left top no-repeat;}
div#globalNav ul li#global02 a:hover{	background:url(../../images/global_02_on.jpg) left top no-repeat;}
div#globalNav ul li#global03 a:hover{	background:url(../../images/global_03_on.jpg) left top no-repeat;}
div#globalNav ul li#global04 a:hover{	background:url(../../images/global_04_on.jpg) left top no-repeat;}
div#globalNav ul li#global05 a:hover{	background:url(../../images/global_05_on.jpg) left top no-repeat;}

div#globalNav dl{
	padding:10px 0 0;
	}

div#globalNav dl dt{
	width:145px;
	float:left;
	text-indent:-9999px;
	}
	
div#globalNav dl dd{
	width:195px;
	float:left;
	}
	
div#globalNav dl dd form{
	display:inline;
	}

div#globalNav dl dd input{
background:transparent;
border:none;
}

div#wrapper{
	display:block;
	min-height:1%;
	width:925px;
	margin:0 auto;
	clear:both;
	padding:10px 0 0;
	}
	
div#wrapper:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	font-size:0.1em;
	line-height:0.1;
	}
	
* html div#wrapper{height:1%;}
*+html div#wrapper{height:1%;}
	
div#footer{
	background:url(../../images/footer_bg.jpg) bottom center no-repeat;
	padding:20px 0 0;
	height:192px;
	clear:both;
	}
	
div#footer address,
div#footer p{
	width:925px;
	margin:0 auto;
	text-align:center;
	font-size:x-small;
	}
	
div#side{
	width:250px;
	float:right;
	padding:0 20px 0 0;
	}
	
div#main{
	width:615px;
	float:left;
	padding:0 0 0 20px;
	}
	
/*side*/

div#side dl{
	background:url(../../images/side_bg.jpg) center left repeat-y;
	margin:0 0 5px;
	}
	
div#side dl#author{
	background:url(../../images/side_bg.jpg) top left repeat-y;
	}
	
div#side dl#siteInfo{
	background:url(../../images/side_bg.jpg) top left repeat-y;
	}
	
div#side dl dt{
	background:url(../../images/side_tit.jpg) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 0 6px 10px;
	}

div#side dl#siteInfo dt{
	height:32px;
	text-indent:-9999px;
	background:none;
	padding:0;
	background:url(../../images/side_tit_info.jpg) top left no-repeat;
	}
	
div#side dl#author dt{
	height:40px;
	text-indent:-9999px;
	background:none;
	padding:0;
	background:url(../../images/side_tit_author.jpg) top left no-repeat;
	}
	
div#side dl dd{
	padding:0 10px 14px;
	background:url(../../images/side_bottom_bg.jpg) bottom no-repeat;
	font-size:90%;
	}
	
div#side dl dd h3{
	font-size:small;
	font-weight:bold;
	color:#003333;
	}
	
div#side dl dd p{
	padding-bottom:1em;
	}
	
div#side dl dd ul{
	padding:0 0 5px;
	}

div#side dl dd ul li{
	background:url(../../images/icon_link_file.gif) 0 0.5em no-repeat;
	padding:0 0 0 15px;
	list-style-type:none;
	}
	
div#side dl dd ul li a{
	text-decoration:none;
	}
div#side dl dd ul li a:hover{
	text-decoration:underline;
	}
	
div#side dl.html dt{
	background:url(../../images/side_tit_html.jpg) top left no-repeat;
	height:70px;
	padding:0;
	text-indent:-9999px;
	}
	
div#side dl.flash dt{
	background:url(../../images/side_tit_flash.jpg) top left no-repeat;
	height:70px;
	padding:0;
	text-indent:-9999px;
	}

div#side dl#siteInfo div.wc {
	padding: 10px 0 0;
	}

div#side dl#siteInfo div.wc strong {
	padding: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	}

div#side dl#siteInfo div.wc img {
	display: block;
	}

div#side dl#siteInfo div.wc em {
	display: block;
	font-size: x-small;
	padding: 0 0 3px;
	}



	
/*
汎用クラス
---------------------------------------------------------------*/
a{
	color:#FF3300;
	outline:none;
	}
	
a:hover{
	color:#990000;
	}

.icon{
	background:url(../../images/icon_left.gif) 0 0.5em no-repeat;
	padding:0 0 0 8px;
	}
	
.icon_mail{
	background:url(../../images/icon_mail.gif) 0 0.5em no-repeat;
	padding:0 0 0 13px;
	}

.icon_file{
	background:url(../../images/icon_link_file.gif) left center no-repeat;
	padding:0 0 0 15px;
	}

div.flashArea{
	margin:5px 0 10px;
	}

table.tablebg01{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:10px auto 15px;
	width:580px;
	}
	
	table.tablebg01 tr td{
		padding:5px;
		border:1px solid #CCCCCC;
		background:url(http://www.akibahideki.com/blog/images/tablebg_2.jpg) top left no-repeat;
		}
		
	table.tablebg01 tr th{
		padding:5px;
		border:1px solid #CCCCCC;
		text-align:left;
		width:300px;
		color:#FF3300;
		background:url(http://www.akibahideki.com/blog/images/tablebg_1.jpg) top left no-repeat;
		}
				
	div.clearfix:after{
			display:block;
			clear:both;
			content:"";
			height:0;
			}
			
		* html div.clearfix{height:1%;}
		*+html div.clearfix{height:1%;}

.title {
	background: url(../../images/title_bar_green.jpg) bottom left no-repeat;
	padding: 10px 0 6px 22px;
	margin: 5px auto 10px;
	font-weight: bold;
	color:#669999;
	}
	
/*
詳細ページ
---------------------------------------------------------------*/

div#detailBlock{
	padding:25px 0 0 0;
	}

div#detailBlock h2{
	text-align:right;
	font-size:1.2em;
	color:#0d580d;
	font-weight:bold;
	padding:5px 5px 5px 0;
	}
	

div#detailBlock p.author{
	text-align:right;
	padding:7px 10px 0 0;
	font-size:x-small;
	color:#FFCC66;
	}
	
div#detailBlock div.detailBody,div#detailBlock div.detailMore{
	padding:20px 10px 0 5px;
	}
	
div#detailBlock div.detailBody div.leftphoto{
	float:left;
	margin:0;
	width:260px;
	padding:0 0 0;
	}
div#detailBlock div.detailBody img.leftPhoto{
	border:1px solid #999999;
	}
	
div#detailBlock div.detailBody div.rightText{
	float:right;
	width:320px;
	color:#003333;
	margin-bottom: 15px;
	}
	
div#detailBlock div.detailBody div.rightText p{
	padding:0 0 1em;
	}
	
div#detailBlock div.detailBody div.rightText dl {
	margin: 10px 0;
	}
	
div#detailBlock div.detailBody div.rightText dl dd {
	margin-bottom:10px;
	}
	
div#detailBlock div.detailBody div.rightText ul li {
	background:url(../../images/icon_left.gif) 0 0.5em no-repeat;
	padding:0 0 0 8px;
	list-style-type:none;
}

div#detailBlock div.detailFooter{
	clear:both;
	}

div#detailBlock div.entry_categories h3{
	background:url(../../images/icon_category.gif);
	width:67px;
	height:29px;
	text-indent:-9999px;
	}

div#detailBlock div.entry_categories ul.entry-categories-list li{
	background:url(../../images/icon_link_book.gif) left center no-repeat;
	padding:2px 0 2px 25px;
	list-style-type:none;
	}

div#detailBlock div.entry-tags h3{
	background:url(../../images/icon_tag.gif) 0 6px no-repeat;
	width:50px;
	height:18px;
	text-indent:-9999px;
	float:left;
	}
	
div#detailBlock div.entry-tags{
	padding:10px 10px 0 0;
	}

div#detailBlock dl dt{
	color:#FF6600;
	font-weight:bold;
	border-bottom:1px solid #FF6600;
	padding:0 0 2px;
	margin:0 0 10px;
	}
	
div#detailBlock h3{}
	
div#detailBlock dl dd ul{
	padding:5px 10px 10px;
	}

div#detailBlock dl dd ul li{
	list-style-type:none;
	background:url(../../images/icon_exc.gif) left center no-repeat;
	padding:3px 0 3px 25px;
	margin:0 0 0 10px;
	}
	
div#detailBlock div.entry-tags ul li{
	background:url(../../images/icon_left.gif) 0 1em no-repeat;
	padding:2px 0 0 6px;
	list-style-type:none;
	float:left;
	margin:0 12px 0 0;
	}
	
div#detailBlock div.entry-tags ul li a{
	white-space:nowrap;
	text-decoration:none;
	font-size:90%;
	}

div#trackbacks{
	clear:both;
	background:url(../../images/dotline.gif) top left repeat-x;
	padding:10px 0 0;
	margin:10px 0 0;
	}

div#trackbacks h3{
	background:url(../../images/icon_trackback.gif);
	width:61px;
	height:24px;
	text-indent:-9999px;
	}
	
/*
記事本文中のクラス
---------------------------------------------------------*/

ul.commonList{
	border:1px solid #999999;
	margin:5px 0 10px;
	padding:5px;
	background:#FFFFFF;
	}
	
ul.commonList li{
	list-style-type:none;
	background:url(../../images/icon_exc.gif) 0 0.5em no-repeat;
	padding:3px 0 3px 25px;
	}
	
div.detailBody ul li{
	list-style-type:none;
	background:url(../../images/icon_exc.gif) 0 0.5em no-repeat;
	padding:3px 0 3px 25px;
	}

code{
	display:block;
	margin:5px auto;
	background:#FFF url(../../images/bar_code.gif) left top repeat-y;
	border:1px solid #999999;
	padding:5px 5px 5px 25px;
	font-family:Arial, "ヒラギノ丸ゴ Pro W4", Osaka, sans-serif, "Trebuchet MS", "ＭＳ ゴシック";
	line-height:1.4;
	}
	
code span{
	color:#990000;
	}

div.detailBody p{
	padding-bottom:2em;
	background:url(../../images/dotline.gif) repeat-x bottom;
	margin-bottom:2em;
	line-height:2.4;
	}

span.coution{
	display:block;
	margin:5px auto;
	background:#FFF url(../../images/bar_attention.gif) left top repeat-y;
	border:1px solid #999999;
	padding:5px 5px 5px 25px;
	font-size:x-small;
	color:#FF0000;
	}
	
div.detailBody h3{
	background:url(../../images/mainTitlebar.gif) bottom left no-repeat;
	padding:15px 10px 10px 20px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFCC00;
	margin:20px 0 10px;
	}
	
div.detailBody h4{
	color:#006666;
	font-weight: bold;
	margin:20px 0 10px;
	border-bottom: 1px solid #999999;
	padding:0 0 2px;
	}
	
div#menuNext{
	clear:both;
	padding:40px 0 15px;
	}
	
div#menuNext a#menuPre{
	padding:0 10px 0 0;
	}
	
div#menuNext a#menuNex{
	padding:0 0 0 10px;
	}
	
	
	
	
/*
flashの場合
---------------------------------------------------------*/

body#flash div#main{
	padding-top:260px;
	}
	
body#flash div#main div#detailBlock div.detailBody,body#flash div#main div#detailBlock div.detailMore{
	padding:20px 0 0 0;
	}

body#flash div#main h2{
	color:#990000;
	margin:0;
	padding:0;
	}

body#flash div#main p.author{
	padding:0;
	margin:0;
	}

body#flash div#main div#detailBlock{
	padding:0;
	}

body#flash div#main p{
	padding-bottom:2em;
	background:url(../../images/dotline.gif) repeat-x bottom;
	margin-bottom:2em;
	line-height:2.4;
	}


/*
designの場合
---------------------------------------------------------*/

body#design div#main{
	/*padding-top:260px;*/
	}
	
body#design div#main div#detailBlock div.detailBody,body#design div#main div#detailBlock div.detailMore{
	padding:20px 0 0 0;
	}

body#design div#main h2{
	color:#990000;
	margin:0;
	padding:0;
	}

body#design div#main p.author{
	padding:0;
	margin:0;
	}

body#design div#main div#detailBlock{
	padding:0;
	}
	
body#design div#main p{
	line-height:1.8;
	padding:0 0 1em;
	background:none;
	color:#003333;
	}


	
/*
トップページの場合
---------------------------------------------------------*/

body#index dl#news dt{
	background:url(../../images/titlebar_news.gif) top left no-repeat;
	text-indent:-9999px;
	width:613px;
	height:36px;
	margin:5px 0;}
	
body#index dl#news dd ul{
	padding:0 0 10px 50px;
	}

body#index dl#news dd ul li{
	list-style-type:none;
	background:url(../../images/icon_link_book.gif) 0 0.4em no-repeat;
	padding:1px 10px 1px 25px;
	margin:0;
	}
	
body#index dl#news dd ul li a{
	text-decoration:none;
	}
	
body#index dl#news dd ul li a:hover{
	text-decoration:underline;
	}
	
body#index ul.mainBlock2 li h3,body#index ul.mainBlock2 li p{
	display:none;
	}
	
body#index ul.mainBlock2{
	display:inline-block;
	width:615px;
	min-height:1%;
	}
	
body#index ul.mainBlock2:after{
	display:block;
	content:"";
	clear:both;
	height:0;
	line-height:0.1;
	font-size:0.1em;
	}
	
* html body#index ul.mainBlock2{height:1%;}
*+html body#index ul.mainBlock2{height:1%;}

body#index ul.mainBlock2 li.topAS{
	background:url(../../images/btn_top_as.jpg) bottom left no-repeat;
	width:300px;
	height:199px;
	float:left;
	list-style-type:none;
	}
	
body#index ul.mainBlock2 li.topAS a{
	display:block;
	background:url(../../images/btn_top_as.jpg) top left no-repeat;
	width:300px;
	height:199px;
	text-indent:-9999px;
	}
	
body#index ul.mainBlock2 li.topAS a:hover{
	background:url(../../images/btn_top_as.jpg) bottom left no-repeat;
	}

body#index ul.mainBlock2 li.topHtml{
	background:url(../../images/btn_top_html.jpg) bottom left no-repeat;
	width:300px;
	height:199px;
	float:right;
	list-style-type:none;
	}

body#index ul.mainBlock2 li.topHtml a{
	display:block;
	background:url(../../images/btn_top_html.jpg) top left no-repeat;
	width:300px;
	height:199px;
	text-indent:-9999px;
	}
	
body#index ul.mainBlock2 li.topHtml a:hover{
	background:url(../../images/btn_top_html.jpg) bottom left no-repeat;
	}

body#index h3#topics{
	background:url(../../images/titlebar_topics.jpg) top left no-repeat;
	width:613px;
	height:36px;
	text-indent:-9999px;
	margin:0 0 10px;
	}

body#index div#main p#howDesign{
	background:url(../../images/howdesign.jpg) top left no-repeat;
	width:615px;
	height:224px;
	clear:both;
	}
	
body#index div#main p#howDesign a{
	display:block;
	background:url(../../images/howdesign.jpg) top left no-repeat;
	width:615px;
	height:224px;
	text-indent:-9999px;
	}
	
div#keyVisual{
	margin:0 0 10px;
	}
	
div#testBox2D{
	margin:0 0 10px;
	}
	
div#main div.topProfile div.job {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 10px;
	}
	
div#main div.topProfile div.job div.wrap:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
* html div#main div.topProfile div.job div.wrap { height: 1%; }
*+html div#main div.topProfile div.job div.wrap { height: 1%; }
	
div#main div.topProfile div.job ul li {
	list-style-type: none;
	padding: 0;
	}
	
div#main div.topProfile div.job ul {
	width: 460px;
	float: right;
	}

div#main div.topProfile div.job p.images {
	float: left;
	margin: 0 0 5px 0;
	}

div#main div.topProfile div.job dl {
	clear: both;
	}	

div#main div.topProfile div.job dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	}
	
div#main div.topProfile h3 {
	background: url(../../images/title_bar_green.jpg) bottom left no-repeat;
	padding: 10px 0 6px 22px;
	margin: 5px auto 0;
	font-weight: bold;
	color:#669999;
	}
	
/*
カテゴリの場合
---------------------------------------------------------*/
body#list h2#page-title{
	padding:67px 20px 0 0;
	text-align:right;
	font-size:1.2em;
	color:#003333;
	font-weight:bold;
	margin-bottom:30px;
	}
body#list div.assetContent{
	}
	  
body#list div.listWrapper{
	padding:0 5px 0 10px;
	}
	
body#list div.asset-header h3{
	background:url(../../images/icon_link_book.gif) 0 0.4em no-repeat;
	padding:1px 0 1px 25px;
	font-weight:bold;
	font-size:1.1em;
	}

body#list div.asset-body p{
	padding:0 0 15px 35px;
	font-size:x-small;
	}

body#list div.asset-body p.key{
	display:none;
	}

body#list div.asset-more-link{
	text-align:right;
	background:url(../../images/dotline.gif) repeat-x bottom;
	padding:0 0 20px;
	margin:0 0 5px;
	}

body#list div.asset-more-link a{
	padding:10px 0 10px 115px;
	background:url(../../images/icon_more.gif) left center no-repeat;
	font-size:x-small;
	}

body#list div.assetMeta{
	text-align:right;
	font-size:x-small;
	color:#006666;
	}

body#list div.content-nav{
	text-align:center;
	padding:10px 0 0;
	margin:30px 0 0;
	clear:both;
	background:url(../../images/dotline.gif) repeat-x top;
	}

div#main div#detailBlock div.cssNite{
padding:20px 0;
}

div#main div#detailBlock div.cssNite h3{
	background:url(../../images/mainTitlebar.gif) bottom left no-repeat;
	padding:13px 10px 13px 20px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFCC00;
	margin:0 0 10px;
clear:both;
	}

div#main div#detailBlock div.cssNite p{
	margin:0;
	padding: 0 0 0.5em;
	border:none;
	background:none;
	line-height:1.6;
	}

div#main div#detailBlock div.cssNite p.links{
	background:url(../../images/icon_link_book.gif) 0 0.4em no-repeat;
	padding:1px 10px 1px 25px;
	margin:0 0 15px;
}


/*

=========== profile ===============

*/

body#profile div#container{
	background:url(../../images/container_bg_profile.jpg) center top no-repeat;
}

body#profile div#container h3 {
	clear:both;
	border-bottom:1px solid #D2E0CA;
	padding:3px 0 3px 35px;
	margin:5px 0 10px;
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
	background:url(/images/profiles/icon4.gif) left center no-repeat;
	}
	
body ul.projectBox:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
* html body ul.projectBox { height: 1%; }
*+html body ul.projectBox { height: 1%; }
		
body ul.projectBox li {
	list-style-type: none;
	width: 260px;
	float: left;
	display: inline;
	margin: 0 20px 10px;
	}

body ul.projectBox li dl dt {
	background: url(../../works/images/img_bg.jpg) top left repeat;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 0;
	}
	
body ul.projectBox li dl dt:hover {
	background: url(../../works/images/img_bg_on.jpg) top left repeat;
	}

body ul.projectBox li dl dt img {
	border: 1px solid #CCCCCC;
	background: #006633;
	}
	
body ul.projectBox li dl dt a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}
	
body ul.projectBox li dl dd h4 {
	font-size: 0.8em;
	font-weight: bold;
	padding:5px 0 0;
	margin:0 0 4px;
	border-bottom: 3px solid #CCCCCC;
	}
	
body ul.projectBox li dl dd p.opt {
	font-size: x-small;
	line-height: 1;
	}


body ul.projectBox li dl dd p.url {
	background:url(/images/profiles/icon2.gif) 0 0.4em no-repeat;
	padding:2px 0 5px 18px;
	margin: 2px 0 0 0;
	line-height: 1;
	font-size: x-small;
	display: block;
	}

body ul.icons li {
	width: 130px;
	margin: 0 5px 10px;
	}

body#profile div.profile dl dt {
	}
	
body#profile div.profile dl dd {
	}

body div.profile dl:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
* html body div.profile dl { height: 1%; }
*+html body div.profile dl { height: 1%; }

html body div.profile dl dd ul {
	padding: 5px 0;
	}

html body div.profile dl dd ul li {
	margin: 0 10px 0 0;
	padding:0 0 0 18px;
	background:url(/images/profiles/icon5.gif) left center no-repeat;
	}

body div.profile dl dd p.txr {
	clear: both;
	}

body div#side dl dd p {
	padding-bottom:0.5em;
	}

 html body div.profile img {
 	margin: 5px 0;
	}








	

