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

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
*{
margin: 0px;
padding: 0px;
font-style: normal;
font-weight: normal;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


body
{
        text-align: center;
	background-color:#CC00FF;
	background-color: #E9EBF0;
	backgroude-repeat:repeat;
	background-image: url(images/bg.jpg);
	color:#222244;
	/*color:#7A7A7A;*/
	font-size: 14px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}
body div {
	text-align: left;
	margin: 0 auto;
}

img
{
	border: 0;
	border-style: none;
}
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;
      line-height:19px;
	padding: 0 0 2px 25px;
	margin: 2px 0x 2px 0;
}

/* Links */
a:link, a:visited
{
	color:#222244;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color:#222244;
}
#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;
}

