@charset "utf-8";





/*
*
*
*	link Module
*
*	+link
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	link

/////////////////////////////////////////////////////////////*/

div#link{
    padding: 0 10px 0 10px;
}
div#link ul{
	margin-right: 10px;
	margin-left: 10px;
}
div#link ul li{
	margin-bottom: 7px;
	height: 2.5em;
}
div#link ul li a{
	display: block;
	padding: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CBDEF8;
	background-color: #FCFDFE;
	text-decoration: none;
	margin: 0px;
}
div#link ul li a:hover{
	background-color: #EBF2FC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FCFDFE;
}

/*/////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////*/

