/* CSS Document */

.Clear-Both {
	clear:both;
	font-size:8px;
	_font-size:12px;
}
a {
	font-size:10px;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	background: url(../img/bg2.gif) no-repeat;
	width: 782px;
	height: 641px;
	margin: 0;
	padding: 0;
}
#header h1 {
	background:url(../img/top.gif) no-repeat;
	width: 749px;
	height: 56px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 16px;
}
#menu {
	width: 773px;
	height: 24px;
	position: absolute;
	top: 76px;
	left: 6px;
	z-index: 3;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	float: left;
}

/*タイトル部分*/
#wrapper #title h1 {
	width: 213px;
	height: 26px;
	background: url(../library/disc/images/disco_ti.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 14px;
}

#wrapper #title #pmenu  {
	position: absolute;
	top: 115px;
	_top: 105px;
	left: 445px;
	_left: 455px;
}
#wrapper #title #pmenu2  {
	position: absolute;
	top: 148px;
	left: 15px;
}


/*トップページ*/
#container {
	width: 764px;
	height: 410px;
	position: absolute;
	top: 165px;
	left: 10px;
	overflow: auto;
	margin: 0px auto;
}
#wrapper #container  ul{
	list-style-type: none;
	width: 700px;
	margin-top: 10px;
}
#wrapper #container li{
	float: left;
	padding: 0px 30px 0px 0px;
}

/*詳細ページコンテナ部分*/
#container2 {
	width: 764px;
	height: 400px;
	position: absolute;
	margin-left: 0px auto;
	top: 175px;
	left: 10px;
}
#wrapper #container2 p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

/*詳細ページ左メニュー*/
.leftmenu-area {
	float:left;
	width: 230px;
	_width: 240px;
	height: 400px;
	margin-left: 7px;
	_margin-left: 3px;
}

.leftmenu-area-txt02 {
	font-size:10px;
	color:#ffffff;
	line-height:12px;
}

/*詳細ページ右部分*/
.detail-area {
	float:right;
	width: 510px;
	height: 400px;
}

/*各詳細ページ用*/
#detail-area2 {
	margin-right: 5px;
	width: 480px;
}
#detail-area2 p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.detail-area-left {
	float:left;
	width: 155px;
	font-size:10px;
	color:#ffffff;
	line-height:14px;
}
.detail-area-left-ti {
	font-size:10px;
	color:#ffffff;
	line-height:13px;
}
.detail-area-left-com {
	width:150px;
	background-color: #840e84;
	font-size:10px;
	color:#ffffff;
	padding:3px;
	line-height:14px;
	margin-top: 10px;
}
.detail-area-left-com2 {
	width:300px;
	background-color: #840e84;
	font-size:10px;
	color:#ffffff;
	padding:3px;
	line-height:14px;
	margin-top: 10px;
}
.detail-area-right {
	width: 310px;
	margin-left: 160px;
}
.detail-ti-area {
	width:310px;
	background-color: #400050;
	font-size:12px;
	color:#ffffff;
	padding:3px;
	line-height:18px;
}
.detail-area-txt10px {
	font-size:10px;
	color:#ffffff;
	line-height:14px;
	padding-top:7px;
	padding-left:5px;
}
HR.line { 
	border: solid 1px #b080b0;
	width:310px;
	margin:10px 0px 2px 0px;
}


/*サーチ部分*/
#search {
	width: 420px;
	height: 25px;
	background: url(../img/search/bg2.gif) repeat-x;
	top: 590px;
	left: 350px;
	position: absolute;
	white-space: nowrap;
	color: #FFFFFF;
	font: x-small normal Arial, Helvetica, sans-serif;
}
#search form {
	float: right;
	margin: 0;
	padding: 0;
}
#search a{
	font: x-small normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 4px 0px 0px 4px;
}
#search a:hover{
	color: #FFCC00;
}

/*フッター部分*/
#footer {
	top: 580px;
	left: 16px;
	position: absolute;
	width: 756px;
	height: auto;
	border-top: thin solid #FFFFFF;
}

#footer address {
	font: x-small normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 6px;
}

