/* @override 
	http://localhost:8888/fswiki/theme/ueclike/ueclike.css
	http://home.hiroshima-u.ac.jp/hicec/hicec/theme/ueclike/ueclike.css
*/

*{
}

body {
	overflow-y: scroll;
	background-color : white;
	background-image: url(./back.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align       : center;
	margin-left      : auto;
	margin-right     : auto;
	font-size: 80%;
}
#bodyall{
	margin-left      : auto;
	margin-right     : auto;
	text-align       : center;
	width            : 780px;
}

div.adminmenu {
	text-align     : right;
	padding-bottom : 5px;
	margin-bottom  : 5px;
	margin-left   : 1px;
	margin-right  : 1px;
	font-size: 75%;
	background: url(./s.gif) repeat;
}

div.footer {
	text-align  : right;
	font-size   : 90%;
	font-style  : italic;
	clear       : both;
	margin-left   : 1px;
	margin-right  : 1px;
	margin-bottom: -1px;
	background: url(./s.gif) repeat;
}

hr {
	color : silver;
}

pre {
	/*border      : #888888 1px solid;*/
	border      : none;
	padding     : 4px;
	margin-left : 20px;
}

blockquote {
	border      : #888888 1px solid;
	padding     : 4px;
	margin-left : 20px;
	font-style  : italic;
}

h1 {
	text-align       : right;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}


h2 {
	color            : white;
	background-color : orange;
	text-decoration  : none;
	margin-bottom    : 5px;
	padding-left     : 4pt;
	border-left: 10px solid gray;
	font: 130% Verdana,Arial,Helvetica,sans-serif;
}
h2 a:hover{
	color            : white;
	text-decoration  : none;
}

h3 {
	border-left   : 10px solid orange;
	border-bottom : 1px solid orange;
	padding-left  : 3pt;
	margin-bottom : 5px;
	text-decoration  : none;
	border-right-width: 1px;
	border-top-color: #0045a9;
	border-top-width: 5px;
	font: 120% Verdana,Arial,Helvetica,sans-serif;
}
h3 a:hover{
	color            : black;
	text-decoration  : none;
}

h4 {
	border-right  : none;
	border-top    : none;
	padding-left  : 4px;
	margin-left   : 5px;
	margin-top    : 1px;
	margin-bottom : 3px;
	text-decoration  : none;
	border-bottom-style: none;
	border-left: 10px solid orange;
	font: 110% Verdana,Arial,Helvetica,sans-serif;
}
h4 a:hover{
	color            : black;
	text-decoration  : none;
}

div.body blockquote p {
	/*
	margin-top     : 0px;
	margin-bottom  : 0px;
	text-indent    : 0px;
	*/
}


table {
	border-top-style: none;
	border-style: none;
	font-size: 100%;
}

th {
	border : 1px none #888888;
	background-color : silver;
}

td {
	border : 1px none #888888;
}
dt {
	border-bottom : 1px dotted gray;
	margin-bottom : 5px;
	font-weight   : bold;
}

dd {
	margin-left   : 20pt;
	margin-bottom : 5pt;
}

div.main {
	margin-top       : 0px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
}

div.sidebar p{
	margin-top       : px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
}

div.comment {
	margin-top       : 10px;
	margin-bottom    : 10px;
	background-color : silver;
	border           : 1px solid gray;
	font-size        : 80%;
	clear       : both;
	margin-left   : 10px;
	margin-right  : 10px;
	text-align       : left;
}

div.comment p {
	margin-top : 5pt;
	margin-bottom : 5pt;
}

div.sidebar ul,div.sidebar li {
	padding-left : 0pt;
	margin-left  : 10pt;
}

div.sidebar h2,div.sidebar h3,div.sidebar h4 {
	margin-top : 0px;
}

/* calendar plugin */
table.calendar {
	font-size: 90%;
	line-height: 1.1em;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

table.calendar td.calendar-prev-month,
table.calendar td.calendar-current-month,
table.calendar td.calendar-next-month {
	text-align: center;
}

.calendar-sunday {
	color: #f00;
}

.calendar-saturday {
	color: #00f;
}

.calendar-weekday {
	color: #000;
}

.calendar-prev-month, .calendar-current-month, .calendar-next-month,
.calendar-sunday, .calendar-weekday, .calendar-saturday {
	background-color : #88AAFF;
}

@media print {
	div.sidebar {
		display: none;
	}
	
	div.main {
		margin-left: 0px;
	}
	
	div.adminmenu {
		display: none;
	}
	
	div.footer {
		display: none;
	}
	
	h1 {
		display: none;
	}
	
	div.header {
		display: none;
	}
	
	div.comment {
		display: none;
	}
	
	a.partedit {
		display: none;
	}
}

#main_and_menu{
	width            : 780px;
	text-align       : left;
}
#mainmain{
	width : 618px;
	_width : 623px;
	float : right;
	margin-top       : 0px;
	margin-left      : 5px;
	margin-bottom    : 10px;
	margin-right     : 0px;
	padding-top      : 5px;
	padding-left     : 5px;
	padding-bottom   : 20px;
	padding-right    : 0px;
	border-left      : gray 1px solid;
	text-align       : left;
}
#sidemenu{
	width            : 148px;
	_width           : 148px;
	text-align       : left;
	margin-top: 5px;
}
#sidemenu hr
{
	margin-top       : 5px;
	margin-left      : 5px;
	margin-bottom    : 5px;
}

div#sidemenu p{
	margin-top       : 2px;
	margin-bottom    : 2px;
}

div#sidemenu a.menu_link{
	list-style       : none;
	display          : block;
	color            : white;
	text-decoration  : none;
	width            : 140px;
	margin-bottom: -2px;
	height: 39px;
	background-image: url(menu.gif);
	font: 100%/280% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 9px;
	text-indent: 11%;
}
div#sidemenu a.menu_link:hover{
	list-style       : none;
	display          : block;
	color            : white;
	text-decoration  : none;
	width            : 140px;
	font: 100%/280% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 11%;
	margin-bottom: -2px;
	margin-left: 9px;
	height: 39px;
	background-image: url(menuo.gif);
}

div#sidemenu .menu_contents{
	list-style       : none;
	display          : block;
	color            : white;
	text-decoration  : none;
	margin-bottom: -2px;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 9px;
	text-indent: 11%;
	letter-spacing: 2px;
	background-image: url(./contents.gif);
	width: 140px;
	height: 16px;
	border-left-color: white;
}

div#sidemenu a.menu_eng{
	list-style       : none;
	display          : block;
	color            : white;
	text-decoration  : none;
	width            : 140px;
	margin-bottom: -2px;
	background-image: url(./english.gif);
	font: 90%/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 9px;
	text-indent: 11%;
	height: 23px;
}

div#sidemenu a.menu_eng:hover{
	list-style       : none;
	display          : block;
	color            : silver;
	text-decoration  : none;
	width            : 140px;
	margin-bottom: -2px;
	background-image: url(./english.gif);
	font: 90%/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 9px;
	text-indent: 11%;
	height: 23px;
}

#mainmain ul{
	margin-top       : 1px;
	margin-left      : 20px;
	margin-bottom    : 1px;
}

#mainmain li{
	margin-top       : 1px;
	margin-left      : 2px;
	margin-bottom    : 1px;
}

#mainmain p{
	margin-top       : 1px;
	margin-left      : 2px;
	margin-bottom    : 1px;
	margin-right     : 1px;
}
div.header{
}

img {
	border-style: none;
}
