@charset "Shift-JIS";

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

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

* {
	margin: 0;
	padding: 0; }
body {
	font-size: 16px;
	font-family:  "Lucida Grande", sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
}

/* for WinIE6*/

* html body {
	font-size: 100%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	text-align: center;
}

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

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

/*--------------------------------------------- |  LINKS  */
a {
	text-decoration: underline; }
a:hover {
	text-decoration: none; }
a, a:hover {
	font-size: 100%; }
a img {
	border: none; }
  
/*--------------------------------------------- |  TAG SETTINGS  */

td, th, img {
	vertical-align: top;
	padding: 0;
	margin: 0; }
th {
	font-size: 100%;
	font-weight: normal; }
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
	overflow: hidden; }
hr {
	display: none;
	clear: both; }
  
/*--------------------------------------------- |  OPTIONS  */

.clear {
	  clear: both; }
.clearL {
	  clear: left; }

/*Text Align*/
.txtAR {
	text-align: right; }
.txtAL {
	text-align: left; }
.txtAC {
	text-align: center; }

/*Text Indent*/
.noIndent {
	text-indent: 0; }

/*Vertical Align*/
.vAT {
	vertical-align: top; }
.vAM {
	vertical-align: middle; }
.vAB {
	vertical-align: bottom; }

/*Float*/
.left {
	float: left; }
.right {
	float: right; }

