/*== サブメニューのコンテナ(オリジナル制作) ==*/
#cntrSubMenu_A {
	display: block;
	width: 206px;
	height: auto;
	z-index:30;
	position: absolute;
	top: 120px;
	left: 620px;
}

.SubMenu_Head {
	display: block;
	width: 206px;
	height: 20px;
	background-image: url("../img/submenu/submenuhead.png") !important;
	_background-image: url("../img/submenu/submenuhead.gif");
	text-indent: -4000px;
	background-color: transparent;
}

.SubMenu_Body {
	display block;
	width: 206px;
	height: auto;
	background-image: url("../img/submenu/submenubody.png") !important;
	_background-image: url("../img/submenu/submenubody.gif");
	background-repeat: repeat-y;
	background-color: transparent;
}

.SubMenu_Body ul {
	margin: 0px;
	padding: 5px 13px 5px 18px;
}

.SubMenu_Body ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-size: xx-small !important;
	_font-size: 9px;
	list-style: none;
	letter-spacing: 0.1em;
}

/*サブメニュータイトル名*/
.subMenuTitle {
	margin: 0px;
	padding: 0px 13px 5px 18px;
	font-size: x-small !important;
	_font-size: xx-small;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: transparent;
}

.subMenuHR {
		clear: both;
		background-image: url("../img/submenu/submenuhrline.png") !important;
		_background-image: url("../img/submenu/submenuhrline.gif");
		background-position: center top;
		background-repeat: no-repeat;
		display: block;
		width: 100%;
		height: 5px;
	}



.SubMenu_End {
	display: block;
	width: 206px;
	height: 20px;
	background-image: url("../img/submenu/submenuend.png") !important;
	_background-image: url("../img/submenu/submenuend.gif");
	text-indent: -4000px;
	clear: both;
	background-color: transparent;
}

/*サブメニューのリンク色*/
/*リンクスタンバイ*/
li a:link {
	color: #3377CC;
	text-decoration: none;
	background-image: url("../img/submenu/linkallow.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 7px;
	background-color: transparent;
	}
/*リンク訪問済み*/
li a:visited {
	color: #6699CC;
	text-decoration: none;
	background-image: url("../img/submenu/linkallow.gif");
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 7px;
	background-color: transparent;
	}
/*リンクボタンオーバー*/
li a:hover {
	color: #0033cc;
	text-decoration: none;
	background-image: url("../img/submenu/linkallow.gif");
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 7px;
	background-color: transparent;
	}
/*リンクボタンダウン*/
li a:active {
	color: #0033cc;
	text-decoration: none;
	background-image: url("../img/submenu/linkallow.gif");
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 7px;
	background-color: transparent;
	}


/*ポートフォリオトップ*/
#portfolioHOME a{
	display: block;
	background: url("../img/submenu/menu_portfoliotop.gif");
	padding: 0;
	margin: 0px auto 0px auto;
	width: 180px; height: 14px;
	background-color: transparent;
	}

#portfolioHOME a:hover{
	background-position: 0px -14px;
	}

#potrfolioHOME a:active{
	background-position: 0px -14px;
	}
	
	
/*タイプフェイストップ*/
#typefaceHOME a{
	display: block;
	background: url("../img/submenu/menu_typefacetop.gif");
	padding: 0;
	margin: 0px auto 0px auto;
	width: 180px; height: 14px;
	background-color: transparent;
	}

#typefaceHOME a:hover{
	background-position: 0px -14px;
	}

#typefaceHOME a:active{
	background-position: 0px -14px;
	}
	
	
/*ブログトップ*/
#blogHOME a{
	display: block;
	background: url("../img/submenu/menu_blogtop.gif");
	padding: 0;
	margin: 0px auto 0px auto;
	width: 180px; height: 14px;
	background-color: transparent;
	}

#blogHOME a:hover{
	background-position: 0px -14px;
	}

#blogHOME a:active{
	background-position: 0px -14px;
	}




/*検索ボタン*/
.serchForm {
	text-align: left;
	vertical-align: bottom;
}
.btnBlogSearch{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	width: 42px;
	height: 19px
	display: block;
}
