@charset "Shift-JIS";

/*Layout Setting*/
@import url(layout.css);
@import url(contents.css);

/*--------------------------------------------- |  BASE  */

* {
	margin: 0;
	padding: 0; }
body {
	font-family: MS PGOTHIC,"Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
	background: #fff url(../../images/home_bg.gif) repeat-y center top; }
* html body {
	font-family: MS PGOTHIC,"Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
	background: #fff url(../../images/home_bg.gif) repeat-y center top;
	padding-left: 1px; }
*+html body {
	font-family: MS PGOTHIC,"Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
	background: #fff url(../../images/home_bg.gif) repeat-y center top;
	padding-left: 1px; }

  
/*--------------------------------------------- |  HEADINGS  */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal; }

/*--------------------------------------------- |  LINKS  */

a:link,
a:active,
a:visited {
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
a.aBlue:link,
a.aBlue:active,
a.aBlue:visited {
	color: #1D66A4;
	text-decoration: underline; }
a.aBlue:hover {
	color: #1D66A4;
	text-decoration: underline; }	
a img {
	border: none; }
#HOMEareaFooter a {
	color: #000; }
#HOMEareaFooter a:hover {
	color: #000;
	text-decoration: underline; }
#News li a {
	color: #1D66A4;}
#News li a:hover {
	color: #1D66A4;
	text-decoration: underline; }
  
/*--------------------------------------------- |  TAG SETTINGS  */

td, img {
	vertical-align: top; }
ul, ol, li {
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top; }
hr {
	display: none;
	clear: both; }
  
/*--------------------------------------------- |  OPTIONS  */

.clear {
  clear: both; }
  
/*--------------------------------------------- |  FONT  */
/* Size */
#News li {
	font-size: 88%; }
#HOMEareaFooter {
	font-size: 75%; }

/* Color */

/* Weight */

/*--------------------------------------------- |  LINE HEIGHT */
#HOMEareaFooter {
	line-height: 1.3em; }
#News li {
	line-height: 1.2em; }

