﻿@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
Site Name: TERRACE
File name: common.css
Version: 1.02
update/auther(admin): [2018-08-27][TERRACE]
----------------------------------------------------------- */
/* ////////////////////////////////// style//////////////////////////////////////////
---------------------------------------------------------------------------------- */
body{
	width:100%;
	height:100%;
	position:absolute;
	padding:0;
	margin:auto auto 0 auto;
	font:100% "ヒラギノ丸ゴ Pro", HiraKakuPro-W3, Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}
img {
	border-style: none;
}
a {
	text-decoration:none;
	color:#ac0404;
}
li {
	list-style: none;
}
#header.fixed {
	position:fixed;
	top:0;
	width:90%;
	margin:0 auto;
}
/* header layout 
---------------------------------------------------------------------------------- */
body header#header{
	width:100%;
	height:70px;
	position:absolute;
	bottom:40px;
	z-index:10;
	background:#fff;
	border-bottom:2px solid #222;
}
body header#header ul{  
	margin:0;
	padding:0;
}
body header#header ul li{  
	margin:0px 4px;
	float:left;
}
body header#header ul li img{  
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	margin:5px 0 0 0;
	height:60px;
}
body header#header ul li img.logo{  
	margin:0px;
	height:55px;
}
/* footer style 
---------------------------------------------------------------------------------- */
body footer#footer{
	height:40px;
	width:90%;
	border-top:1px solid #222;
	position:fixed;
	bottom:0;
	z-index:10;
	background:#fff;
}
body footer#footer p{
	color:#333;
	font-size:90%;
	margin:5px 10px 5px 0;
	padding:0;
	float:left;
}
body footer#footer p#group{
	padding:0 10px 0 0;
	border-right:1px solid #bbb;
}
body footer#footer p a{
	color:#333;
}
body footer#footer p#copyright{
	font-size:80%;
	text-align:right;
	margin:5px;
	padding:0;
	float:right;
}
/* clearfix 
---------------------------------------------------------------------------------- */
.clearfix {
width:100%;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

