@charset "utf-8";

/*ヘッダー*/
#header {
	background-image: url(../idximg/guitar.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
	border-bottom: 2px groove;
	height: 120px;
}

/*IEでfixedが使えない対策*/
div#topfixed {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
}

#topmenu {
	position: fixed;
	top: 0px;
	right: 10px;
}

h1.title {
	font-size: x-large;
	margin: 2px 0px;
	padding-top: 1em;
	border: none;
}

p {
	margin: 2px 0px;
}

em {
	font-style: normal;
	color: red;
}

#middle {
	margin-left: 10px;
	margin-right: 10px;
}

/*ナビ*/
#navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 4px #3366FF solid;
	border-bottom: 4px #3366FF solid;
	width: 160px;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	margin: 0;
	padding: 0;
}
#navigation li a {
	text-decoration: none;
	text-indent: 1em;
	padding-left: 0px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	width: 160px;
	height: 20px;
	display: block;
}

#contents {
	margin-left: 150px;
}
#contents p {
	padding-top: 1.5em;
	text-align: center;
}
#contents ul {
	padding-left: 2em;
}

#footer {
	font-size: 80%;
	text-align: center;
	border-top: 2px groove;
	clear: both;
}

a:hover {
	color: red;
	background-color: #D2D1FE;
}

a.here {
	font-weight: bold;
	background-color: #D2D1FE;
}
