/* Default CSS Stylesheet for a new Web Application project */

body
{  
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	font-family:'MS UI Gothic', Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	SCROLLBAR-FACE-COLOR: #666666; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: #666666; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	FONT-SIZE: 13px;
    
}

 td
{   
    font-family:'MS UI Gothic', Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#000000;
    line-height:normal;
}

.menupad
{	height:15px;
	}
	
A.menu:link	{text-decoration:none;	color:#000000; font-size:13px;}		
A.menu:visited	{text-decoration:none;	color:#660000; font-size:13px;}		
A.menu:active	{text-decoration:none;color:#ff6633; font-size:13px;}		
A.menu:hover	{text-decoration:underline;color:#ff6633; font-size:13px;}

A.itm:link	{text-decoration:none;	color:black; font-size:13px;}		
A.itm:visited	{text-decoration:none;	color:black; font-size:13px;}		
A.itm:active	{text-decoration:none;color:red; font-size:13px;}		
A.itm:hover	{text-decoration:underline;color:red; font-size:13px;}

A:link	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	purple;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#cc3300;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}

/*詳細ページ notekindのところ****************************/
.noteItem
{
	border-bottom:solid 1px #000000;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;

	}

.noteItemRight
{
	border-bottom:solid 1px #000000;
	padding-left:3px;
	padding-bottom:3px;
	padding-top:3px;

	}
/****************************/

