@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y:scroll;  
}

body{
	line-height:1.6;
	font-size: 13px;
	color: #333333;
	background: url(/cmnfix/bg.jpg) repeat-x;
}

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;
  /**/
}

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


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

div.header {
	position: relative;
	width: 960px;
	height: 166px;
	margin-left: auto;
	margin-right: auto;
}

div.header h1 {
	position: absolute;
	top: 0;
	left: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

div.header h2 {
	position: absolute;
	top: 53px;
	left: 1px;
}

img#hImg1 {
	position: absolute;
	top: 43px;
	right: 0;
}

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



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

table.menu {
	background: url(/cmnfix/menu_m.png) repeat-y;
}

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

div.footer {
	background: url(/cmnfix/f_bg.jpg) repeat-x;
	height: 210px;
}

div.footerIn {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	color: #666666;
}

div.footerIn a {
	font-size: 12px;
	color: #666666;
}

img#fImg1 {
	position: absolute;
	top: 142px;
	left: 5px;
}

div#f1 {
	position: absolute;
	top: 123px;
	right: 0;
	background: url(/cmnfix/f1.png) no-repeat;
	width: 388px;
	height: 68px;
}

div#f1 p {
	padding: 15px;
}

p#copy {
	background: url(/cmnfix/f_copy_bg.jpg) repeat-x;
	height: 15px;
	text-align: center;
	padding-top: 5px;
}









