@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      works.css
 Style Info:     WORKSファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	WORKS index用
----------------------------------------------------*/

#works_index #contents{
	width:430px;
	margin-top:150px;
}

.index_box {
	margin-top:4px;
	zoom:100%;							/* IE6 bug */
	height:60px;
	position:relative;
}

.index_box ul {
	float:left;
	position:absolute;
	left:70px;
	bottom:-3px;
}

/*----------------------------------------------------
	WORKS メインコンテンツ ナビゲーション用
----------------------------------------------------*/

#works #navi {
	position:relative;
}

#works #sub_navi {
	position:absolute;
	top:370px;
	left:77px;
}

#works #sub_navi li {
	line-height:2.2em;
	font-weight:bold;
	color:#1c5a65;
	margin:0;
	float:none;
}

/*----------------------------------------------------
	WORKS メインコンテンツ 用
----------------------------------------------------*/

#works #contents {
	margin-top:80px;
}

#works #sm li {
	float:left;
	margin:1px 1px 0 0;
}

#works #info {
	clear:both;
	margin-top:10px;
}

#works #info h2 {
	font-weight:bold;
	color:#1c5a65;
}

#works #link {
	margin-top:10px;
}


