@charset "UTF-8";
/* CSS Document */


/* reset default style */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin:0;
	padding:0;
	font-size:100%;
}

/* //reset default style */



html {
	height:100%;
	overflow:hidden;
}

img {
	border:none;
}

body {
	height:100%;
	color:#999;
	font-family: Verdana,Arial,Osaka,"MS UI Gothic",Meyrio;
	font-size: 0.73em;
	line-height: 1.2em;
	background:#333 url(parts/asg13_sidebar_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

a:link {
	color:#C60;
	text-decoration:none;
}

a:visited {
	color:#C60;
	text-decoration:none;
}

a:hover {
	text-decoration:underline overline;
}



#container {
	width:805px;
	height:100%;
	margin-left:auto;
}



/* メニュー項目周辺スタイル */
#navigation {
	width:200px;
	height:100%;
	float:left;
	z-index:100;
	text-align:right;
	position:absolute;
}

hr {
	border-color:#CCC;
	color:#CCC;
	background:#CCC;
	padding:0;
	height:1px;
	border-width:1px;
}


#main_field {
	width:600px;
	height:100%;
	float:right;
	overflow:auto;
}

h2 {
	margin:0 auto;
	width:550px;
	font-size:12px;
	border-bottom:1px #999 solid;
}

h3 {
	margin:0 auto;
	width:550px;
	border-bottom:dashed #999 1px;
	font-size: 1.0em;
}

#main_field p {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	margin-top:0;
	width:550px;
	color:#999;
}

#article_foot {
	margin:0 auto;
	width:550px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
	color: #396fa5;
}


#music_list {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	margin-top:0;
	width:550px;
}

#music_cell {
	display:table-cell;
	width:33%;
	text-align:right;
	font-size:10px;
	float:left;
}

#music_cell h4 {
	font-size:12px;
	text-align:left;
}
