@charset "utf-8";
/* CSS Document */

/* 基本設定 */
body{
	font-family: "メイリオ", Meiryo , "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	color: #333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
a img, img{ 
	border: 0;
}
a:link, a:visited{
	color: #333;
}
a:hover{
	color: #999;
}
h1, h2, h3, h4, th{
	margin: 0;
	font-weight: normal;
}
ol, ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
p{
	margin: 0;
}
.clear{
  clear: both;
}

/* ページサイズ */  
html, body{  
	height: 100%;
	margin: 0;
	padding: 0;
}
#container{  
	min-height: 100%;
	height: auto !important;
	height: 100%;
}  
#wrap{  
	width: 975px;
	margin: 0 auto;
	border: 1px solid #ddd;
	overflow: hidden;
}

/* ヘッダ */

#header{
	height: 99px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
#header h1{
	position: absolute;
	top: 19px;
	left: 30px;
}
#header p{
	position: absolute;
	top: 43px;
	left: 152px;
}
#header ul{
	width: 474px;
	height: 49px;
	position: absolute;
	top: 27px;
	right: 9px;
}
#header li{
	float: left;
	margin: 0 1px; 
}



/* フッタ */
#footer{
	height: 127px;
	padding-top: 25px;
	background-color: #4ba482;
	position: relative;
	overflow: hidden;
}
#footer ul{
	width: 465px;
	height: 15px;
	margin: 0 auto;
}
#footer li{
	float: left;
	padding: 0 11px;
}
#footer p{
	clear: both;
	width: 962px;
	height: 22px;
	background-color: #388368;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding-top: 8px;
	padding-right: 13px;
	border-top: 1px solid #ddd;
	
}



/* OSX Firefox opacityずれ対策 */	
a img {box-shadow: #000 0 0 0;}