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

/*　ブラウザのデフォルトスタイルを初期化
----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",ヒラギノ角ゴ Pro W4, ヒラギノ角ゴ Std, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif; 
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
	color: #333333;
}

/*　初期値
----------------------------------------------*/
body {
     margin: 0px;
     padding: 0px;
	 text-align: center;
	 background-image: url(../images/bg.jpg);
}
strong {
	text-decoration: none;
	font-size: 1.0em;
}
p {
	font-weight: normal;
}
a {
	color: #000066;
	font-size: 1.0em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	display: block;
} 
img {
	border: 0;
	margin: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
table {
    border-collapse: collapse;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.name {
	color: #a10000;
	margin: 0 10px 0 0;
}
.margin_10px {
	margin: 10px;
}
/*ラッパー、見出し
----------------------------------------------*/
#wrapper {
	width: 790px;
	margin: 10px auto 0 auto;
	padding: 0 24px 10px 23px;
	background-image:url(../images/wrapper-bg.jpg);
	text-align: left;
	border-top: #00ca00 solid 3px;
}
#wrapper-bottom {
	background-image: url(../images/wrapper-bottom.jpg);
	background-repeat: no-repeat;
	width: 837px;
	margin: 0 auto 10px auto;
	height: 17px;
}
#komidashi a {
	color: #333333;
}
#komidashi a:hover {
	color: #333333;
	text-decoration: none;
}

/*ヘッダー
----------------------------------------------*/
#header {
	background-image: url(../images/header-bg.jpg);
	height: 52px;
	padding: 10px 0 0 0;
}
#logo a img {
	margin: 0 0 0 45px;
}

/*グローバルナビ
----------------------------------------------*/
#global-navi {
	height: 28px;
	margin: 0 0 10px 0;
	background-image:url(../images/global-navi-bg.jpg);
}
#global-navi ul li {
	float: left;
}
#global-navi ul li a {
  display:block;
  background-repeat: no-repeat;
}
#global-navi ul li a:hover {
  background-color: transparent;
}

#global-navi ul li a:hover img {
  visibility: hidden;
}
.stay img {
   visibility: hidden;
}

/*ブランドパネル
----------------------------------------------*/
#brand {
	margin: 0 2px 5px 2px;
}

/*メインコンテンツ
----------------------------------------------*/
#contents-left {
	width: 606px;
	float: left;
	background-image: url(../images/main-middle.jpg);
}
#contents {
	padding: 0 15px 0 15px;
}
#dantai {
	margin: 5px 0 0 0;
}
#dantai tr {
	border-bottom: 1px dotted #cccccc;
}
#dantai td {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}
.first {
	background-color:#FFFFCC;
	color: #FF0000;
}
.date a:hover {
	text-decoration: none;
}
#info li {
	margin: 0 0 10px 25px;
	list-style-type: disc;
}
.member {
	float: left;
	line-height: 1.2;
	font-size: 11px;
	margin: 5px 4px 5px 4px;
	width: 280px;
	border: 1px dotted #cccccc;
}
.member tr td {
	vertical-align: middle;
	padding: 5px;
	margin: 0 5px;
	line-height: 1.5;
}
.brown {
	background-color: #fafbeb;
}
.member tr td img {
	background-image: url(../images/bg-pic.jpg);
	width: 86px;
	height: 86px;
	padding: 5px;
	background-repeat: no-repeat;
	margin: 2px;
}
.margin-bottom-5px {
	margin: 5px 0 5px 0;
}
#interview p {
	background-image: url(../images/title-interview-individual.jpg);
	padding: 10px 0 0 50px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#event p {
	background-image: url(../images/title-event-individual.jpg);
	padding: 10px 0 0 50px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
/*サイドコンテンツ
----------------------------------------------*/
#contents-right {
	width: 171px;
	float: right;
}
#side-navi {
	margin: 0 0 10px 0;
	background-image: url(../images/side-middle.jpg);
}
#side-navi ul {
	margin: 0 0 0 7px;
	background-image: url(../images/side-navi-top-on.jpg);
	background-repeat: no-repeat;
}
#side-navi ul li a {
  display:block;
  background-repeat: no-repeat;
}
#side-navi ul li a:hover {
  background-color: transparent;
}

#side-navi ul li a:hover img {
  visibility: hidden;
}
#event-info {
	background-image: url(../images/side-middle.jpg);
}
#event-info ul {
	margin: 5px 10px 0 10px;
	padding: 0 4px;
}
#event-info ul li {
	margin: 0 0 10px 0;
	line-height: 1.2;
	border-bottom: 1px dotted #cccccc;
	font-size: 10px;
}

/*フッター
----------------------------------------------*/
#footer {
	clear: both;
}