@charset "UTF-8";

/* ++++++ BASIC STRUCTURE ++++++ */
*	{
	margin:0;
	padding:0;
	font:normal normal normal 12px/1.4 "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
	}

html	{
	width:100%;
	height:100%;
	}

body {
	margin: 0;
	padding: 0;
	width:100%;
	color:#333;
	background-color:#fff;
	text-align: center;

}
body, caption, form, input, textarea {
	letter-spacing:0.09em;
}
/*  \*/
* html body, * html caption, * html form, * html input, * html textarea {
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.09em;
}
/*  */

a, a:link, a:visited, a:hover {
	text-decoration:none;
}

img {
	border:0px none transparent;
}

/* ++++++ LAYOUT ++++++ */

#wrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:url("../images/bg_line.jpg");
	background-repeat: repeat-y;
}

#header {
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/bg_header.jpg");
	background-repeat:no-repeat;
	text-align:left;
	height:70px;
	width:750px;
}
#globalnav{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:750px; 
	text-align:left;
	background-color:#fff;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:left;
	clear:left;
}

/* containerの中 */
#sidebar2{
	float:left;
	width:209px;
	padding-left:15px;
	margin-bottom:39px;
}
#contents_t{
	float:left;
	width:467px;
}
#contents{
	float:left;
	width:474px;
	margin-left:24px;
}

#sidebar1{
	float:left;
	width:283px;
}
/* containerの中 ここまで */

#footer {
	text-align:center;
	width:800px;
	height:60px;
	clear:both;
	background-image:url("../images/bg_footer.jpg");
	background-repeat:no-repeat;
}

/* ++++++ COMMON ++++++ */
/* +++ HEADER +++ */

#logo {
	float:left;
	margin-left:8px;
	margin-top:8px;
	width:240px;
	height:55px;
}

#header ul {
	float:right;
	width:470px;
	text-align: right;
	list-style: none;
	padding-top: 46px;
	padding-right: 10px;
}

#header li {
	display: inline;
	vertical-align: text-bottom;
}
#header li a {
	color:#333;
}
#header li a:hover {
	color:#972121;
}

/* +++ GLOBALNAV +++ */
#globalnav ul {
	list-style: none;
	}
#globalnav ul li {
	position: relative;
	float: left;
	width:150px;
	display: block;
}
#globalnav ul li ul {
	position: absolute;
	left: 1px;
	top:43px;
	}
#globalnav li a {
	display: block;
}
#globalnav li ul {
	display: block;
	/*display: none;*/
}

#globalnav span {
	color:#333;
	font-size: 11px;
}
#globalnav span a {
	color:#972121;
	font-size: 11px;
}

/* +++ FOOTER +++ */
#footer p {
	padding:18px 0 0 38px;
	float:left;
	font-size:11px;
}
#footer address {
	color:#333;
	font-size:10px;
	padding:20px 30px 0 0;
	float:right;
	text-align:right;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#972121;
}
/* アーカイブリスト20090508 */

#ditto_archivelist{
	padding: 0 10px ;
}
#ditto_archivelist ul {
	list-style: none;
}
#ditto_archivelist ul li{
	list-style: none;
}
#ditto_archivelist ul li .ditto_month{
	display: block;
	background-color: #ccc;
}

/* 新バナー20090508 */

#banner_top{
	text-align: center;
	background: url(../images/eventinfo_ttl.jpg) no-repeat;
	width: 270px;
	padding:27px 0 0;
}
#banner_mid{
	background: url(../images/eventinfo_bg.jpg) repeat-y ;
	padding-top:6px;
	position:relative;
	top:-4px;
}
#banner_bot{
	height: 10px;
	background: url(../images/eventinfo_under.jpg) no-repeat ;
	position:relative;
	top:-6px;
}
