﻿@charset "UTF-8";
/* CSS Document */
	
#main{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:13px;
	/*\*/
	font-size:small;
	font:x-small;
	/**/
	line-height:1.231;
}

#suntory_contents{
	padding-bottom:46px;
	clear:both;
	background:url(../img/bg2.jpg) repeat-x #ffe79e;
}

#contents_wrapper{
	text-align:center;
	background:url(../img/bg.jpg) center top no-repeat;
}

#contents{
	width:968px;
	margin:0 auto;
	text-align:left;
}


/* header
-------------------------------------------- */

#contents header{
	width:960px;
	height:141px;
	margin:0 auto;
	position:relative;
}

#contents header h1{
	position:absolute;
	top:24px;
	left:14px;
}

#contents header nav{
	position:absolute;
	top:11px;
	right:0;
}

#contents header nav ul{
	display:inline;
}

#contents header nav ul li{
	margin-left:5px;
	float:left;
}


/* COLOR
-------------------------------------------- */
a{
	color:#fff;
}
a:hover{
	color:#006;
}

/* UTILITY
-------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
