﻿/*
hoge {
	display
	position
	margin
	border
	padding
	height
	width
	background
	font
}
*/

html {
	background: url("http://home.hiroshima-u.ac.jp/hues/img/style/bg2.png") 100% 100% repeat-y fixed;
}

* {
	margin: 0;
	padding: 0;
}

body {
	_overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'MS UI Gothic', 'osaka', 'Courier', 'Arial', sans-serif;
	font-size: 100%;
}

#hues #head {
	border-bottom: 2px solid #006600;
	background-color: #006600;
}

#hues #footer {
	border-top: 8px solid #006600;
}

#footer {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 5em;
	font-size: small;
	color: #111;
}

#head {
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 15em;
	background-image: url("http://home.hiroshima-u.ac.jp/hues/img/style/w_stripe.png");
}

#leftbox {
	position: fixed;
	_position: absolute;
	margin: 0;
	border-right: 1px solid #000;
	padding: 0;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 15em;
}

#leftbox ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	border-top: 0px solid #000;
	padding: 10px 0 0 0;
}

#leftbox li {
	margin: 0;
	padding: 0;
}

#leftbox a {
	display: block;
	margin-left: 15px;
	border-bottom: 1px dotted #888;
	padding-left: 10px;
	height: 1.5em;
	width: 15em;
	font-size: 90%; 
	color: #333;
}

#leftbox a:hover {
	border-bottom: 1px dotted #000;
}

#mainbox {
	z-index: 1;
	_overflow: auto;
	margin: 0 0 0 15em;
	border-left: 1px solid #000;
	padding-top: 0; 
	padding-bottom: 0;
	height: 100%;
}

#mainin {
	margin: 0 0 0 20px;
	padding-top: 50px;
	width: 80%;
	background: url("http://home.hiroshima-u.ac.jp/hues/img/style/white.png");
}

#mainbox_b {
	z-index: 1;
	_overflow: auto;
	margin: 0 0 0 15em;
	border-left: 1px solid #000;
	padding-top: 0; 
	padding-bottom: 0;
	height: 100%;
}

#mainin_b {
	margin: 0 0 0 20px;
	padding-top: 50px;
	width: 80%;
}

#mainin p {
	margin: 10px 0 10px 0;
}

