@charset "UTF-8";

/*Layout Setting*/
@import url(layout.css);
@import url(contents.css);

/*--------------------------------------------- |  BASE  */

* {
	margin: 0;
	padding: 0; }

html {
	display: table;
	width: 100%;
	height: 100%;
    margin: 0 auto;
}
	
body {
    /*background-image:url(../images/bg.jpg);*/
	font-size: 13px;
	font-family:"ＭＳ ゴシック", "ヒラギノゴシック Pro W3";
	color: #333333;
	line-height: 1.8em;
	background-color:#FFFFFF;
	display: table-cell;
	vertical-align: middle;	
}


/*--------------------------------------------- |  HEADINGS  */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal; }

/*--------------------------------------------- |  LINKS  */

a {
	text-decoration: none;
	color: #E56565; }

a:hover {
	text-decoration: underline;
	color: #ED9C00; }

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-type: none;
	padding: 0;
	margin: 0;
	vertical-align: top; }
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; }



