/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #FFFAEA url(images/back_gif1.gif);
	color: #494949;
	font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-size: 12px;
	padding: 0 0 0 0;
	margin: auto;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h3,h4,h6
{
    font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-weight: normal;
	margin: 0;
}
h2
{
    font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-weight: normal;
	margin: 0;

}
h5
{
	font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-weight: normal;
	margin: 0;

}
/* Lists */
ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}
li
{
	background: url("images/orange.gif") left 0px no-repeat;
	font-size: 12px;
      line-height:19px;
	padding: 0 0 2px 25px;
	margin: 2px 0x 2px 0;
}

/* Links 
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
*/
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 749px;
	clear: both;
}

