/* 初期化 */
/*************************************************************/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: bottom;
	background-color: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

div.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div	{
	zoom:100%;
	}


/* レイアウト */
/*************************************************************/
body {
	background: #1b1b15 url(../common/images/bg_body.gif) repeat-x;
	color: #333333;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* ヘッダー */
/*************************************************************/
#header {
	height: 80px;
	background: url(../common/images/header.gif) no-repeat;
}

#header h1 {
	padding: 24px 0 0px 20px;
}

.multilingualization {
	float: right;
	margin-top: 12px;
	line-height: 2;
}

.multilingualization a {
	margin-right: 10px;
	color: #d2d2d2;
	font-size: 62.5%;
	text-decoration: none;
}

#header .tagline {
	float: right;
	margin: 24px 20px 0 0;
}

/* グローバルナビ */
/*************************************************************/
#contents {
	clear: both;
}

#g_navi {
	height: 60px;
	padding: 0 19px;
	background: url(../common/images/bg_navi.jpg) no-repeat;
}

#g_navi li {
	float: left;
}

/* サイド + ディビジョン */
/*************************************************************/
#container {
	background: url(../common/images/bg_white.gif) repeat-y;
	background-color: #FFF;
}

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

/* サイド */
/*************************************************************/
#side {
	float: right;
	width: 232px;
	padding: 20px 0;
	text-align: center;
}

/* ディヴィジョン */
/*************************************************************/
#division {
	float: left;
	width: 646px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

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

#event_all {
	float: right;
	margin: 25px 3px 0 0;
	font-size: 66.6%;
	font-weight: normal;
}

.event {
	clear: both;
	height: 100%;
	padding-top: 15px;
	background: url(../common/images/kugirisen.gif) bottom no-repeat;
}

.noevent {
	padding-left: 20px;
	background: none;
	font-size: 75%;
}

.thumb {
	float: left;
	width: 141px;
	padding: 0 0 10px 8px;
}

.detail {
	float: right;
	width: 451px;
	margin-left: 5px;
	padding-right: 5px;
}

.pic {
	float: right;
	margin-top: 6px;
}


.date {
	padding-left: 10px;
	color: #993300;
	font-size: 66.6%;
}

.lead  {
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 75%;
	line-height: 1.2;
}

.event .detail h3 {
	padding: 0 0 4px 10px;
	background: url(../common/images/tensen.gif) bottom repeat-x;
	font-size: 87.5%;
	line-height: 1.3;
}

.hold .detail h3 {
	padding-bottom: 0;
	background: none;
	line-height: 1.4;
	padding-top: 2px;
}

.introduce {
	padding: 10px;
	font-size: 75%;
	line-height: 1.4;
	clear: both;
}

.leadbold {
	padding: 10px 10px 0px 10px;
	font-size: 75%;
	line-height: 1.4;
	font-weight:bold;
	color: #F60;
}

.event_anc {
	float: right;
	margin: 3px 0 10px 0;
	font-size: 66.6%;
}

/* ページトップへ */
/*************************************************************/
.pagetop {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#division .pagetop {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

/* フッター */
/*************************************************************/
#footer {
	clear: both;
	height: 25px;
	padding: 19px 0 0 40px;
	background: url(../common/images/footer.gif) no-repeat;
	color: #FFFFFF;
	font-size: 75%;
}

#footer p {
	padding-left: 20px;
	background: url(../common/images/ic_01.gif) no-repeat;
}

#footer p a {
	margin-right: 155px;
	color: #FFFFFF;
}

/* リンク */
/*************************************************************/
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}