@charset "utf-8";

/* ===================================================================
   ページ設定
=================================================================== */

#header h1.com a {
	width: 187px;
	height: 24px;
	top: 27px;
	left: 165px;
	position: absolute;
	background: transparent url(../images/home/taiheidengyo_l.gif) no-repeat;
}

#header div.logo a {
	width: 122px;
	height: 118px;
	margin-left: 12px;
	text-indent: -9999px;
	font-size: 1%;
	display: block;
	overflow: hidden;
	background: transparent url(../images/home/logo.gif) no-repeat;
}

#flash {
	margin-top: -44px;
	padding: 0 4px;
	background: transparent url(../images/home/bg_flash.png) no-repeat top center;	_background: transparent url(../images/home/bg_flash_ie6.gif) no-repeat top center;
}

#global {
	margin-top: 10px;
}

#contents {
	padding: 30px 10px 0;
}

#contents h2 {
	border-left: 2px solid #000;
	background: #fff url(../images/home/bg_h2_01.gif) repeat;
}

#contents #news,
#contents #project {
	width: 351px;
	float: left;
}

#contents #news {
	padding-right: 18px;
}

#contents #news h2 img {
	width: 201px;
	height: 15px;
}

#contents #news dl {
	margin: 10px 0;
}

#contents #news dt,
#contents #news dd {
	font-size: 0.8em;
	line-height: 1.25em;
}

#contents #news dt {
	margin-top: 10px;
	color: #3f3f3f;
}

#contents #news dd {
	color: #666;
}

#contents #project {
	padding-left: 18px;
	border-left: 1px dotted #6f6356;
}

.projimg { 
	float:left;
	padding-top: 13px;
	padding-bottom: 5px;
}

.projlink{
	clear:both;
}

#contents #project h2 img {
	width: 151px;
	height: 15px;
}


#contents #project dl {
	margin: 10px 0 10px 175px;
}

#contents #project dt,
#contents #project dd {
	font-size: 0.8em;
	line-height: 1.25em;
}

#contents #project dt {
	color: #4f4f4f;
	font-weight: bold;
	border-bottom: 3px double #bcbcbc;
}

#contents #project dd {
	margin-top: 2px;
	color: #3f3f3f;
}

#contents #project p, #contents #news p  {
	padding-left: 15px;
	font-size: 0.8em;
	line-height: 1.25em;
	background: transparent url(../images/home/icon_arrow01.gif) no-repeat center left;
	position: relative;
	bottom: 0;
}

/* ===================================================================
   float クリア
=================================================================== */

#news:after,
#project:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html #news,
* html #project {
	display: inline-block;
}

/* no ie mac \*/

* html #news,
* html #project {
	height: 1%;
}

#news,
#project {
	display: block;
}

/* */
