/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-image: url(../pic/bk.gif);
}
a:link, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;

}
#tbl_noborder a:link, #tbl_noborder a:visited, #tbl_noborder a:hover {
	color: #0066CC;
	text-decoration: underline;

}


a:hover {
	text-decoration: underline;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 114%;
	color: #333333;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 15px;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

label{
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0px;
	padding: 0px;
	width: 700px;
font-size: 12px;
}

#lMenu{
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	width: 170px;
	float: right;
}

#sContents{

	line-height: 1.5em;
	float:right;
	width: 650px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/************* #siteInfo styles ***************/

#footer{
	color: #333333;
	margin-top: 0px;
	height: 32px;
	background-color: #FFFFFF;
	clear: both;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#lMenu ul a:link, #navBar ul a:visited {display: block;}
#lMenu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#lMenu li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #lMenu li {border-bottom: none;}
#site {
	width: 700px;
	background-color: #FFFFFF;
}
img {
	border: none;
}
#toplogo {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#toptext {
	float: left;
	width: 440px;
	clear: right;
	height: 45px;
	background-image: url(../pic/top_img.jpg);
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size:12px;
	background-repeat: no-repeat;
	color: #006699;
}

#topnavi {
	margin: 0px;
	padding: 0px;
	width: 700px;
	/* background-image: url(../pic/topnavi.gif);*/
	background-color: #e61100;
	color: #ffffff;
	height: 22px;
	font-size: 15px;
	
	clear: both;
}
#mininavi {
	float: left;
	width: 650px;
	padding: 3px 0px 0px 80px;
	margin: 0px ;
	*text-align: right;*/
	color: #333333;
}
#mininavi a:link, #mininavi a:visited, {

	text-decoration: none;
	font-weight: bold;
}
#mininavi a:hover {
	background-color: #ffffff;
	color: #ff0033;
	text-decoration: none;
	font-weight: bold;

}


#update {
	color: #3366CC;
	margin: 0px;
	padding: 6px 20px 0px 0px;
	text-align: right;
}
#mininavi a {
	color: #FFFFFF;
}
#toptext p {
	font-size: 120%;
	color: #333333;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 0px;
}
#toprecipe {
	float: left;
	width: 700px;
	clear: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#footer p {
	clear: both;
	color: #333333;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	display: inline;
}
#topcomment {
	color: #FFFFFF;
	background-color: #ff9900;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	font-size: 14px;
}
#noindex {
	/*padding: 0px;*/
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;
	margin-left: auto;
/*’Ç‰Á*/
	padding-left: 20px;
}
strong {
	font-weight: bold;
}

