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

#global {
	width:1000px;
	margin:0 auto;	
}
#header {
	width:1000px;
	height:70px;
	background-image:url("../images/header.png")
}
#left {
	padding-top:20px;
	float:left;
	width:300px;
}
#right {
	padding-top:35px;
	float:left;
	width:700px;
	
}
#border-up{
	width:680px;
	height:15px;
	background-image:url("../images/dorure_up.png")
}
#border-down{
	width:680px;
	height:15px;
	background-image:url("../images/dorure_down.png");
	margin-bottom:20px;
}
#border-content{
	width:638px;
	border-left-color:#e4d3b6;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#e4d3b6;
	border-right-style:solid;
	border-right-width:1px;
	padding:20px;
	padding-top:10px;
	
}
#border-content-order{
	width:638px;
	border-left-color:#e4d3b6;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#e4d3b6;
	border-right-style:solid;
	border-right-width:1px;
	padding:20px;
	padding-top:10px;
	
}

#description_cd {
	margin-top:20px;
	
}
#description_cd h2 {
	color:#878480;
	font-size:16px;
	font-weight:bold;
	
}
.date {
	color:#878480;
	font-size:16px;
	margin:0; 
	padding:0;
	font-style: italic;
}


a:link {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#a66c09;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}

h2{
	color:#a66c09
	
}

h4 {
	cursor:pointer;
	color:#000000;
	font-size:12px;
	padding-left:7px;
	
}
ul li {
	list-style:none;
}
ul li a:link {
	color:#333333;
}
ul li a:hover {
	color: #666;
}