@charset "utf-8";

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

html {
	overflow-y:scroll;  
}

body{
	line-height:2;
	font-size: 12px;
	color: #333333;
	background: url(cmnfix/bg.jpg);
}

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

a:hover {
	text-decoration: underline;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
	
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;
}

a:hover img.css-hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	}

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



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

div.header {
	background: url(cmnfix/header_bg.jpg) repeat-x;
	height: 182px;
	margin-bottom: 7px;
}

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

h1 {
	position: absolute;
	width: 550px;
	top: 10px;
	right: 32px;
	color: #666666;
	font-weight: normal;
	text-align: right;
}

h2 {
	position: absolute;
	top: -1px;
	left: 0;
}

div.header table {
	position: absolute;
	top: 139px;
	left: 32px;
	width: 950px;
}

img#hd1 {
	position: absolute;
	top: 32px;
	left: 419px;
}

img#hd2 {
	position: absolute;
	top: 68px;
	right: 32px;
}



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

table#menu {
	background: url(cmnfix/menu.png) no-repeat;
	height: 289px;
}

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

div.footer {
	background: url(cmnfix/fbg.jpg) repeat-x left 24px;
	height: 229px;
}

div.footerIn {
	position: relative;
	width: 950px;
	height: 229px;
	margin: 0 auto;
}

p#fn {
	position: absolute;
	top: 59px;
	left: 5px;
	line-height: 2.2;
}

p#fn a {
	color: #F4DEC6;
}

img#qr {
	position: absolute;
	top: 58px;
	right: 14px;
}

p#copy {
	position: absolute;
	bottom: 8px;
	left: 5px;
	color: #DBD5C8;
}
