/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：オリジナル - レフト
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*コンテナ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
div.pleft-container
{
	width : 200px;
	
/*	margin-top : 10px; */

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
}


/*--------------------------------------*/
/*左パラグラフ　タイプ１ テキストベースの通常
/*--------------------------------------*/
h3.pleft-title-type1
{
	width : 200px;
	
	display : block;
	float : left;
	position : relative;

}

.pleft-footer-type1
{
	display : block;
	position : relative;
	float : left;

	width : 200px;
	height : 15px;

	background:url(http://www.fultex.jp/images/pleft-footer-type1.jpg) no-repeat left top;
}

ul.pleft-main-type1
{
	display : block;
	float : left;
	position : relative;
	
	width : 200px;
	
	padding-top : 10px;
	padding-bottom : 0px;
	
	background-repeat : repeat-y;
	background-position : left top;
	background-image : url(http://www.fultex.jp/images/pleft-main-type1.jpg) ;
	

	line-height : 16px; 
	
	color:#666666;
	font-size : 10px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

ul.pleft-main-type1 li
{
	margin-bottom : 10px;
	
	padding-left : 10px;
	padding-right : 15px;
}

ul.pleft-main-type1 li h5
{
	line-height: 20px; 
	
	color:#444444;
	font-size : 12px;
	font-weight : bold;
}

/*--------------------------------------*/
/*左ナビゲーション　タイプ２　テキストベースのナビゲーション
/*--------------------------------------*/

ul.pleft-navi-type1
{
	display : block;
	float : left;
	position : relative;
	
	width : 200px;

/*
	background-repeat : repeat-x;
	background-position : left top;
	background-image : url(http://www.fultex.jp/images/pleft-main-type1.jpg) ;
*/
}

ul.pleft-navi-type1
{
	display : block;
	float : left;
	position : relative;
	
	width : 200px;
	
	padding-top : 10px;
	padding-bottom : 0px;
	
	background-repeat : repeat-y;
	background-position : left top;
	background-image : url(http://www.fultex.jp/images/pleft-main-type1.jpg) ;
	
	list-style-image : url("http://www.fultex.jp/images/flg-type2.jpg");
	list-style-position : inside;
}

ul.pleft-navi-type1 li
{
	margin-left : 10px;
	margin-right : 15px;
	
	line-height: 20px; 
}

ul.pleft-navi-type1 li a
{
	line-height: 20px; 
	vertical-align : top;
	
	color : #0088CC;
	font-size : 10px;
	font-weight : normal;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

.pleft-navi-type1 li a:link,
.pleft-navi-type1 li a:visited
{
	text-decoration: none;
}

.pleft-navi-type1 li a:hover
{
	text-decoration: underline;	
}

/*--------------------------------------*/
/*左パラグラフ　タイプ３　画像ベースのナビゲーション
/*--------------------------------------*/

ul.pleft-navi-type2
{
	display : block;
	float : left;
	position : relative;
	
	width : 200px;

/*
	background-repeat : repeat-x;
	background-position : left top;
	background-image : url(http://www.fultex.jp/images/pleft-main-type1.jpg) ;
*/
}

.pleft-footer-type2
{
	display : block;
	position : relative;
	float : left;
	
	width : 200px;
	height : 15px;
	
	margin-bottom : 10px;
	
	background:url(http://www.fultex.jp/images/pleft-footer-type2.jpg) no-repeat left top;
}

ul.pleft-navi-type2
{
	display : block;
	float : left;
	position : relative;
}

ul.pleft-navi-type2 li
{
	display : block;
	float : left;
	position : relative;
}

ul.pleft-navi-type2 li a
{
	display : block;
	float : left;
	position : relative;

	height : 100%;
	width : 100%;

	text-decoration: none;
	
	text-indent : -9999px;
}