@charset "UTF-8";

/*-----------------------------
	FILE:	header.css
	SITE:	silkmaster.co.jp ver3.0
	DATE:	2009.6.16
	Auther: silkmaster.co.ltd

	modify:
----------------------------*/







/*----------------------------------

		CONTENTS HEADDER

------------------------------------*/

#contents_header_wrap{
	position:relative;
	width:100%;
	height:125px;
	background-image:url(../common/img/contents_header/contents_title_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom: 35px;
	padding-top: 15px;
}



/*-----------------------------
	BREAD CRUMBS
----------------------------*/

#breadcrumb{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	height: 10px;
	position: relative;
	font-size:10px;
	color:#1D546C;
	line-height: 10px;
}

#breadcrumb ul{height: 10px; line-height: 10px;}

#breadcrumb li{
	display:block;
	float:left;
	list-style:none;
	margin-right:5px;
	}

#breadcrumb a{
	display:block;	
	font-size: 10px;
	line-height: 10px;
	color: #1D546C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#breadcrumb a:link visited active{
	text-decoration: none;
	color: #1D546C;
	}
#breadcrumb a:hover{
	text-decoration: underline;
	color: #09F;
	}
	



/*------------------------------

		CONTENTS NAVI
--------------------------------*/

#contents_topmenu_wrap{
	width:100%;
	position:absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
}

#contents_top_navi{
	height:30px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
}

#contents_top_navi li{
	list-style-type: none;
	position:absolute;
	width:120px;
	height:30px;
	text-indent:-9999px;
	
}

#contents_top_navi a{
	height:30px;
	display: block;
	width: 120px;
	line-height: 30px;
	text-indent:-9999px;

}

