@charset "Shift_JIS";

/* Elements */
a:link{
	color: #555555;
}
a:visited{
	color: #555555;
}
a:hover{
	text-decoration: none;
	color: #ffffff;
	background: #333333;
}
a:active{
	text-decoration: none;
	color: #ffffff;
	background: #333333;
}

body{
	color: #666666;
	font-size: 100%;
	margin-top: 20px;
	margin-left: 45px;
}

ul{
	list-style: none;
}
hr{
	display: none;
}

h1{
	display: none;
}
h2{
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #666666;
}
h2:first-letter{
	color: #6699ff;
	font-size: 1.3em;
	text-transform: capitalize;
}
h3{
	font-size: 1.1em;
	letter-spacing: 2px;
	color: #999999;
}
h3:first-letter{
	color: #ff8855;
	font-size: 1.2em;
	text-transform: capitalize;
}

img{
	border: none;
}

p{
	text-indent: 1em;
}

dt{
	font-weight: bold;
	margin-left: 1.5em;
}


/* class */
div.subsection{
	margin-left: 30pt;
}

div.menu ul{
	list-style: none;
}
div.menu li{
	display: inline;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 10px;
}
div.footer{
	font-size: 0.8em;
	margin-top: 3em;
	clear: both;
}


/* IDs */
body#top {
	background-image: url(simple/logo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

li#point{
	color: #cc9955;
	font-weight: bold;
}