/*-------------------------------------------------
  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: #E9E9E9; /*url(images/bg.gif);*/
	color: #494949;
	font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-size: 12px;
	padding: 0;
	margin: 0;
}
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/yajirushi_c.gif) left 0px no-repeat;
	font-size: 12px;
	padding: 0 0 0 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;
	height: 0;
	clear: both;
}
