body {
	text-align: center;
	margin: 0px;
	padding: 0px;
/*
	background: url(http://www.cafe-shirakaba.jp/img/sky.jpg) repeat;
	background: #eee;
	background: url('http://www.cafe-shirakaba.jp/img/body_background.jpg') repeat-x #fff;
*/
	background: url('http://www.cafe-shirakaba.jp/img/body_background.png') repeat-x #fff;
}

img {
	border: 0px;
}
h3, h4, h5 {
	margin: 0px;
}

li {
	line-height: 170%;
}

#body {
	position: relative;
	margin: 0px auto;
	width: 760px;
	/*
	background: url(http://www.cafe-shirakaba.jp/img/background.jpg) repeat #555;
	*/
}

#left_d, #right_d {
	float: left;
	/*
	background: url(http://www.cafe-shirakaba.jp/img/tree.jpg) repeat-y center center #eee;
	height: 1000px;
	*/
	width: 80px;
}

#center_d {
	background: url(http://www.cafe-shirakaba.jp/img/background.jpg) repeat #555;
	float: left;
	width: 600px;
	/*
	background: inherit;
	height: 1000px;
	*/
}

#logo_i {
	border: 0px;
}

#menu_d {
	width: 592px;
	height: 30px;
	vertical-align: middle;
	color: white;
	margin: 0px auto 10px auto;
	padding-top: 3px;
	background: url(http://www.cafe-shirakaba.jp/img/blackboard.jpg) no-repeat;
}

#menu_d a{
	color: white;
	text-decoration: none;
}

#menu_d a:hover {
	color: #ff5;
	text-decoration: none;
}

#menu_d a:visited {
	color: #ff5;
	text-decoration: none;
}

#menu_item_d {
	margin-top: 3px;
	margin-bottom: 3px;
}

#menu_item_d img {
	vertical-align: middle;
}

.menu_line {
	width: 550px;
	height: 4px;
}

.entry {
	margin: 10px auto;
	width: 500px;
	background: url(http://www.cafe-shirakaba.jp/img/eframe_side.gif) #fff repeat-y;
}

.entry_body {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.entry_footer {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.entry_top_image {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.event_title {
	margin: 10px 0px 20px 0px;
}

.blackboard_foot {
}

.whats_new {
	font-size: 90%;
}

.path {
	text-align: left;
	margin-left: 50px;
}

.greeting {
	text-align: left;
	font-size: 90%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.greeting p {
	margin: 8px 0px;
	line-height: 130%;
	text-indent: 1em;
	/*
	line-break: strict;
	word-break: keep-all;
	*/
}

.greeting p.no_indent {
	margin-left: 1em;
	text-indent: 0em;
}

#map_d {
	margin: 10px auto;
}

#copy_d {
	vertical-align: bottom;
	padding-right: 10px;
	height: 95px;
/*
	margin-top: 30px;
	padding-top: 90px;
*/
	text-align: right;
	background: url(http://www.cafe-shirakaba.jp/img/background_footer.jpg) bottom no-repeat;
}

#logo_image_div img{
	width: 250px;
	height: 188px;
}

td.articles {
	text-align: left;
}
td.articles ul {
	margin: 5px 0px 5px 40px;
	padding: 0px;
}

.description {
	line-height: 150%;
	font-size: 90%;

	border-left: 5px solid #865;
	margin: auto auto;
	padding-left: 5px;
	text-align: left;
	width: 390px;
}

.document {
	line-height: 150%;
	font-size: 90%;
	text-align: left;
}

table.information {
	width: 400px;
	margin: 10px auto;
	background: #fff;
/*
	border: 1px dotted #550;
*/
	border: 1px solid #550;

	border-collapse: collapse;
}

table.information th {
	width: 40%;
	border-bottom: 1px dotted #550;
	padding-right: 10px;
	line-height: 170%;
}

table.information td {
	border-bottom: 1px dotted #550;
	padding: 2px 5px;
	font-size: 85%;
	line-height: 170%;
}

table.information table.player {
	width: 100%;

	border-collapse: collapse;
	border: 1px dotted #aa0;
}

table.information table.player th {
	width: 40%;
	border-bottom: 1px dotted #aa0;
}

table.information table.player td {
	border-bottom: 1px dotted #aa0;
}

table.list {
	border: 1px solid #550;
}

table.program {
	border: 1px solid #550;
}

table.program td {
	text-align: center;
	text-decoration: underline;
}

.input_table {
	width: 100%;
	font-size: 90%;
}

.input_table td {
	text-align: left;
}

.input_body {
	width: 100%;
	height: 150px;
}

.input_author {
	width: 15em;
}

.input_email {
	width: 15em;
}

.input_info {
	font-size: 90%;
}

.entry .note {
	text-align: left;
	font-size: 90%;
	margin-left: 60px;
}


@media screen and ( max-width:768px ) {
    #left_d, #right_d {
        display: none;
    }
}
