@charset "utf-8";

/*  contentBody
=======================================================*/

body {
	color: #141414;
	background: #FFF;
}

a:link,
a:active,
a:hover,
a:visited {
	color: #ba0404;
	text-decoration: underline;
}

p {
	margin-bottom: 1.0em;	
}

.txt-red {
	color:#ba0404;
}

/*header*/

div#header-content-wrapper {
	margin: 0 auto;
	height: 300px;
	width: 890px;
	position: relative;
}

/*main*/

div#main-wrapper {
	margin: 0 auto;
	width: 890px;
	position:relative;
}

div#social-plugin {
	position: absolute;
	top: 270px;
	left: -1px;
	display: inline;
}

div.official-btn a:link,
div.official-btn a:hover,
div.official-btn a:active,
div.official-btn a:visited {
	display:block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000 url(../images/allow_off.gif) no-repeat 10px center;
	padding:0.5em 0em 0.5em 2.2em;
	color: #FFF;
	width:24em;
	line-height: 1.6em;
	clear: both;
	float:right;
	margin:10px 0px;
}

div.official-btn a:hover {
	background: #000 url(../images/allow_on.gif) no-repeat 10px center;
	color: #ba0404;
}

h1 img {
	margin-top: 2em;
	margin-bottom: 2em;	
}

h2 {
	margin-top: 1.5em;
	margin-bottom: 1em;	
	font-size: 2em;
	font-weight: bold;	
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 0.7em;	
	margin-left:-0.5em;
	font-size: 1.4em;
	font-weight: bold;	
}

h4 {
	margin-bottom: 0.5em;	
	font-size: 1.0em;
	font-weight: bold;	
}

table tr td {
	padding: 0.5em 1em;
	border: 1px solid #cccccc;
}

table.gaiyou {
	margin: 0.5em 0em;	
}

table.gaiyou tr td {
	text-align: center;	
}

table.gaiyou tr td.header1,
table.gaiyou tr td.header2,
table.gaiyou tr td.header3 {
	color: #FFF;
	background: #000;
	width: 15em;
}

ul {
	padding-left: 1.5em;	
}

ul li {
	list-style: url(../images/square.gif) none outside;
	padding: 0.2em 0em;
}

div#furikomi {
	padding: 1em 1.5em;
	border: 1px solid #CCC;
	width: 30em;
	margin: 1.5em 0em 0.5em 0em;
}

table.schedule a {
	color: #141414;	
}


table.schedule tr td.day,
table.schedule tr td.city,
table.schedule tr td.place,
table.schedule tr td.event,
table.schedule tr td.contact {
	color: #FFF;
	background: #000;
}

table.schedule tr td.day {
	width: 8em;	
}

table.schedule tr td.city {
	width: 5em;	
}


div#copyright {
	font-size: 0.8em;
	width:890px;
	padding:20px 0px;
	margin:0 auto;
}
