@charset "shift-jis";

body{
	border		: 0px solid #FFF;
	padding		: 0px;
	margin		: 0px;
	background	:#FFF url(./images/background.png) no-repeat scroll top center;
	color		:#030;
	font-size	:100%;
	font-family 	:"Tahoma", "Arial", "Helvetica", sans-serif;
}

h1{
	font-size	:120%;
	background-color:#7A8;
	margin-top	:10px;
	margin-bottom	:10px;
	padding		:0px 3px 0px 13px;
	border-top	:2px solid #CFC;
	border-right	:2px solid #696;
	border-bottom	:2px solid #363;
	border-left	:2px solid #9C9;
	color		:#FFF;
}

h2{
	width		: 90%;
	margin-left	:  5%;
	margin-top	:30px;
	font-size	:100%;
	padding		:0px 3px 0px 13px;
	border-bottom	:2px solid #999;
	color		:#C60;
}

h3{
	width		: 80%;
	margin-left	: 10%;
	font-size	:100%;
	padding		:0px 3px 0px 13px;
	border-bottom	:1px dashed #999;
	color		:#339;
}

p{
	margin-left	:10px;
	margin-right	:10px;
}

p.description {
	width		:70%;
	margin-left	:15%;
	font-size	:80%;
}

li.space{
	line-height	: 50%;
	list-style-type	:none;
	visibility	:hidden;
	color		:#FFF;
}

ul.pastact,
ul.date{
	margin-left	: 10%;
	list-style-image:url(./images/list.gif);
	list-style-type	:circle;
	list-style-position:outside;
}

li.title{
	font-weight	:bold;
}

ul.pastact a,
ul.pastact a:link,
ul.pastact a:visited{
	color		:#585;
	text-decoration	:none;
}

ul.pastact a:active,
ul.pastact a:hover{
	color		:#252;
	text-decoration	:none;
}

a.remark{
	background-color:#88B;
	padding		:2px 3px 0px 3px;
	border-top	:2px solid #CCF;
	border-right	:2px solid #669;
	border-bottom	:2px solid #336;
	border-left	:2px solid #99C;
	font-size	:80%;
	font-weight	:bold;
	color		:#FFF;
	text-decoration	:none;
}

a.remark:hover{
	background-color:#B88;
	padding		:2px 3px 0px 3px;
	border-top	:2px solid #FCC;
	border-right	:2px solid #966;
	border-bottom	:2px solid #633;
	border-left	:2px solid #C99;
	font-size	:80%;
	font-weight	:bold;
	color		:#FFF;
	text-decoration	:none;
}

/* -- TITLE -- */
#title{
	width		:100%;
	color		:#E93;
	font-size	:150%;
	font-variant	:small-caps;
	margin-bottom	:10px;
}

/* -- ADDRESS -- */
#address{
	width		:60%;
	margin-left	:20%;
	border		:2px dashed #363;
}


/* -- MENU -- */
#menu{
	width		:99%;
	background	:#EED url(menu.jpg) repeat-x center;
	border		:solid 1px #999;
	margin		:0px 0px 15px 0px;
	padding-top	:5px;
	padding-bottom	:3px;
	text-align	:left;
}

#menu li{
	display		:inline;
	margin-left	:15px;
	margin-right	:15px;
	font-size	:90%;
	font-weight	:bold;
	color		:#333;
	vertical-align	:middle;
}

#menu a,
#menu a:link,
#menu a:visited{
	color		:#336;
	text-decoration	:none;
}

#menu a:hover,
#menu a:active{
	color		:#933;
	background	:#FEE;
	text-decoration	:none;
}

