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

/************* Basic Tags *****************/
body {
	color: black;
	margin: 0;
	padding: 0;
/*	background: url('bg.png') no-repeat fixed;*/
	background: transparent;
	font-family: Lucida Grande, Helvetica, Meta, Verdana, Sans-serif;
	line-height: 1.5em;

}


img{
	border: 0;
}
a:link {
	color:#F37679;/* #ff8c00;*/
	text-decoration: none;
}
a:visited {
	color:#F37679;/* #c96;*/
	text-decoration: none;
}
a:hover, a:active {
	color:#F37679/* #ff4500;*/
	text-decoration: underline;
}


a:after {
	content:' [' attr(href) '] ';
}

h1	{
	color: #F37679;/*#c34700;*/
}


/************************ ID ********************************/
#to_top a	  {
	display: none;
}



/******* main **********/
#main {
	background-color: transparent;
}

#main #upper_left{
	display: none;
}
#main #footer{
	background: #EAEBD9;
}

/******* content **********/
#body_content p {
	font-size: 10pt;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#body_content div {
	font-size: 10pt;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#body_content h1 {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16pt;
	letter-spacing: -1px;
}


#body_content .title, #body_content .title a {
	color: #F37679;
}

#body_content #to_top {
	/*padding-left: 10px;*/
}
#body_content #main h1.title {
}




/************ sidebar ********/

#sidebar-left-top {
	display: none;
}

#sidebar-left-top #logo-left-top {
	position: absolute;
	width: 182px;
	height: 164px;
}
#sidebar-left-top #menu-left-top {
	display: none;
}

#sidebar-left-top li {
	font-size: 1em;
}




/******* node **********/
.node{
}
.node .content {
	text-align: left; /* LTR */
	line-height: 2.3;
}



/********** node content ***************/

.node_content {
	color: #55564e;
}

.node_content h2	{
	color: #F37679; /*#c34700;*/
}
.node_content a	 {
	color: #F37679; /*#c34700;*/
}

/******** press ***********/
ul.press {
	padding-left: 0px;
	margin-left: 0px;
}
ul.press li{
	margin-bottom: 1em;
	list-style: none;
}

/*    2009 added style */
.contents_text{
	text-align: justify;
	line-height: 130%;
}


/********* workshop ************/
.detailWorkshop{
	border-bottom: 1px solid black;
	padding: 5px;
}

.workshop_table{
	width:100%;
	border: 1px solid;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.workshop_day{
	width: 20%;
	padding: 5px;
	border: 1px solid;
}
.workshop_place{
	width: 35%;
	padding: 5px;
	border: 1px solid;
}
.workshop_people{
	width: 25%;
	padding: 5px;
	border: 1px solid;
}

/****** address *********/
#address_definition dl, #address_definition dt, #address_definition dd{
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#address_definition dt{
	font-weight: bold;
}
#address_definition dd{
	font-weight: normal;
}
#address_definition dt dt{
	font-weight: normal;
}

#printer-friend{
	display: none;
}

#for_print_logo{
	display: inline;
}

/************ menu ********/

.jqueryslidemenu{
	display: none;
}

#floatMenu{
	display: none;
}
