@charset "shift_jis";
body {
	font-family: "���C���I", "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #514C4C;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000066 url(images/bg.png) repeat center top;
}
a {
	color: #332F2F;
}
a:hover {
	color: #FF2222;
}
h1,h4,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
.look {
	color: #990000;
}



/*�R���e�i�[
------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y center;
	width: 731px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*�w�b�_�[h1�^�O
------------------------------------------------------------------*/
#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #100964 url(images/h1_bg.gif) no-repeat center;
	line-height: 29px;
	padding-left: 20px;
}


/*���j���[
------------------------------------------------------------------*/
#menu li, #menu-sub li {
	display: inline;
}
#menu {
	width: 725px;
	margin-left: 3px;
}

#menu-sub {
	background: url(images/main_img_kazari_sub.gif) repeat-x bottom;
	padding-bottom: 12px;
	height: 40px;
	width: 725px;
	margin-left: 3px;
}


/*���C���R���e���c�i�����j
------------------------------------------------------------------*/
#main {
	float: left;
	width: 489px;
	margin-top: 20px;
	display: inline;
	margin-left: 10px;
	margin-bottom: 50px;
}
#main-img {
	margin-left: 3px;
	padding-top: 13px;
	padding-bottom: 13px;
	background: url(images/main_img_kazari.gif) repeat-x center;
}
#main p {
	margin: 0.5em 1em 1em;
}


/*���C���R���e���c����What's New��
------------------------------------------------------------------*/
#main h2 {
  height: 27px;
  margin: 0 0 4px 0;
  padding: 8px 0 0 20px;
  font-size: 12px;
  color: #c9171e;
  background-image: url(images/titlebar.gif);
  background-repeat: no-repeat;
}

#new li {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 24px;
	border-bottom: 1px dotted #A5A397;
}
#new {
	margin-bottom: 20px;
	margin-top: 2px;
}



/*�T�u�R���e���c�i�E���j
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	border: 3px double #A5A397;
	margin-bottom: 50px;
	padding: 1px;
}
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;
	background: #A5A397 url(images/h3_bg2.jpg);
	text-align: center;
}
#sub p {
	font-size: 90%;
	margin: 0.5em 1em 1em;
}


/*�t�b�^�[
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #100964 url(images/footer_bg.gif) no-repeat center;
	height: 50px;
	font-size: 11px;
	line-height: 22px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
}






/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#containers { display: block; }
/* End hide from IE-mac */
