@charset "UTF-8";

/*==========================================================
 サイト共通のCSS
============================================================*/
/*==============================
  基本設定
================================*/
a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#ff0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*==============================
  汎用クラス
================================*/
/* サイトコンテナ */
.container {
	width:1024px;
	margin:auto;
}

/* 回転 */
.rotate1 {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}

.rotate1m {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
}

/*==============================
  #fixedHeader
================================*/
#fixedHeader {
	padding:3px 0px;
	height:30px;
	line-height:30px;
	font-size:11.5px;
	color:#fff;
	background:#1B6F34;
	border-bottom:1px solid #1B6F34;
}

#fixedHeader a.gotohome {
	padding:3px 0 0 0;
	display:block;
	width:50px;
	height:24px;
	text-indent:-9999px;
	background:url(../images/clubfame-mini.png) 0px 3px no-repeat;
}
/*==============================
  #header
================================*/
#header {
	position:relative;
	overflow:hidden;
	background:url(../contents/horiba/hori_img/horiba-header.jpg) top center no-repeat;
	height:121px;
}

/* グローバルナビゲーション */

#menu {
	position:relative;
	left:0;
	z-index:60;
	width:100%;
}

.with_album {
	top:-2em;
	background:url(../images/trans50.png);
}

.without_album {
	top:0;
	background:#333333;
}

#menu ul {
	margin:auto;
	width:960px;
	list-style-type:none;
	overflow:hidden;
}

#menu ul li a {
	float:left;
	padding:0 2em;
	display:block;
	width:100px;
	height:2em;
	line-height:2em;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow: #000 0px 0px 2px;
}


#menu ul li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #000 1px 1px 0px;
	background:url(../images/trans50w.png);
}



/*==============================
  #content
================================*/
#content {
	overflow:hidden;
	line-height:1.6em;
	background:#D7FE8B;
	text-align:center;
}

/* メインエリア */
#content .main {
/*	float:left;*/
	padding:20px 10px;
	width:760px; 
	clear:both;
	margin:0 auto 0;
	text-align:left;
	color:#055A3E;
}
#content .main h2 {
	text-align:left;
	margin:0 0 10px 0;
	padding:0 0 0 40px;
	background:url(../images/border_sumi_brown.png) no-repeat left center;
	width:547px;
	height:53px;
	line-height:53px;
	font-size:14px;
	color:#FEF339;
	font-weight:normal;
}
#content .prol-text{
	color:#055A3E;
	font-size:14px;
	text-align:left;
}
#year-menu{
	background:#ffffff;
	padding :10px 0 0 0;
}
table.month0,table.month0 td{
	padding :0px;
	border: solid 1px #DEFF9F;
	border-collapse:separate;
	color:#DEFF8F;
}
table.month0{
	background:#3C790E url(../contents/horiba/hori_img/green_bg.jpg) no-repeat left center;
}
table.month1{
	background:#3B82C8;
	padding :5px;
	border: solid 1px #ffffff;
	border-collapse:separate;
	color:#DEFF8F;
	margin:10px 0 20px;
}
.main-image{
	margin:8px 15px 8px 0;
}
/* サイドエリア */
#content .aside {
	float:right;
	padding:20px 10px;
	width:0px; /* 244 - (10 + 10) */
}

#content .aside #twtr-widget-1 .twtr-doc {
	width:250px;
	margin:auto;
}

/*==============================
  #footer
================================*/
#footer {
	padding:20px 10px;
	color:#fff;
	text-align:center;
	background:#1B6F34;
}

#footer .copyright {
	text-shadow: #000 1px 1px 0px;
}

.clear{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

/*==============================
  font
================================*/

.small{
 FONT-SIZE: 10px; LINE-HEIGHT: 11px;
}
.midium{
 FONT-SIZE: 12px; LINE-HEIGHT: 14px;
}
.large{
 FONT-SIZE: 14px; LINE-HEIGHT: 16px;
}
