@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y:scroll;  
}

body {
	line-height:1.4;
	font-size: 14px;
	color: #333333;
	font-family:"メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-top: 8px solid #666666;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}

	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/********************************************************** コンテナ ***/


/********************************************************** ヘッダ ***/

.header {
	position: relative;
	width: 980px;
	height: 192px;
	margin-left: auto;
	margin-right: auto;
}

.header h1 {
	text-align: center;
}

.header table {
	position: absolute;
	bottom: 0;
	left: 0;
}

/********************************************************** サイドカラム ***/



/********************** ************************************ フッタ ***/

.footer ul {
	text-align: center;
	padding-bottom: 15px;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	background: url(cmnfix/ic1.jpg) no-repeat left 1px;
}

.footer li {
	display: inline;
	padding: 0 20px 0 12px;
	background: url(cmnfix/ic1.jpg) no-repeat right 1px;
}

.footer li a {
	color: #666666;
}

.copy {
	text-align: center;
	color: #FFFFFF;
	background: #666666;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}













