@charset "shift_jis";

body {
	background-color: #fcc6ec;
	background-image:url(../img/bg.jpg);
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}

a img { 
	border: none;
}

table{
	border-collapse: collapse;
}

.pic-radius {
	background-color: white;
	background-clip: padding-box;
	border: 2px dotted #fbade3;
	border-radius: 6px;
	display: block;
	padding: 6px;
	margin-bottom: 20px;
}


.t-border{
	border: 1px solid #cccccc;
}


#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
	background-image:url(../img/bg-white.png);
	text-align: center;
}


#top {
	width: 938px;
	margin: 0 auto;
	padding: 0 6px;
	text-align: center;
}


#main {
	width: 888px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}

#menu {
	width: 888px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


#menu ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;
      position: relative;
    }

#left-tab{  
	margin: 0;
	background-image:url(../img/bg-tab-left.png);
	float: left;
	width: 279px;
	height: 35px;
	display: block;
	padding: 0;
	margin-right: 4px;
    }

#right-tab{  
	margin: 0;
	background-image:url(../img/bg-tab-right.png);
	float: left;
	width: 279px;
	height: 35px;
	display: block;
	padding: 0;
    }

#left-tab a{  
	font-size: 14px;
	font-weight: bold;
}

#right-tab a{  
	font-size: 14px;
	font-weight: bold;
}



#box {
	width: 888px;
	margin: 0;
}

#box1{
	background-color: white;
	width: 578px;
	background-image:url(../img/bg-578-p.png);
}

#box1-back{
	background-image:url(../img/bg-tab-left-bottom.png);
	width: 578px;
	height: 1px;
}

#news {
	text-align: left;
	padding: 15px;
}

#box1-end{
	background-color: #cccccc;
	width: 578px;
	height: 1px;
}

#box2{
	background-color: white;
	width: 578px;
	background-image:url(../img/bg-578-b.png);

}


#history ul {
	list-style:outside none;
	margin: 0 0 20px 0;
}

#history li {
	list-style:outside none;
	padding: 5px 0 0 0; 
	margin: 0 20px;
	border-bottom: 1px dotted #aaaaaa;
}


#history strong{
	color: #51a9fa;
}

#history p {
	left: 100px;
	padding-top: 0;
}

#box2-back{
	background-image:url(../img/bg-tab-right-bottom.png);
	width: 578px;
	height: 1px;
}


#box2-end{
	background-color: #cccccc;
	width: 578px;
	height: 1px;
}
/* トップページ */

#left-box-news{
	width: 578px;
	text-align: left;
	margin-right: 30px;
	float: left;
}

#right-box-news{
	width: 280px;
	text-align: left;
	float: right;
}

#right-box-news dl{  
	line-height: 1.6;
	padding-bottom:	7px;
    }


#right-box-news ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;
      position: relative;
    }

#right-box-news li{  
	margin-bottom: 10px;
	background-image:url(../img/bg-disc.png);
	background-clip: padding-box;
	border: 2px dotted #ff9be0;
	border-radius: 6px;
	display: block;
	padding: 10px;

	line-height: 1.5;

    }

#new-news{
	width: 260px;
	border: 1px solid #cccccc;
	background-color: white;
	padding: 10px;
	position:relative;
	top:-35px;
	margin-bottom: -10px;
}


#right-box-news img{
	border: 1px dotted #000000;
}

#right-box-news em{
	position: absolute;
	font-size: 14px;
	left: 100px;
}

/* ディスク詳細 */

#left-box-disc{
	width: 260px;
	text-align: left;
	margin-right: 30px;
	float: left;
}

#right-box-disc{
	width: 598px;
	text-align: left;
	float: right;
}

#right-box-disc p{
	padding: 15px 0;
}

.disc-info table{
	width:596px;
	margin: 0 0 -1px 0;
	background-color: white;
}

.disc-info tr{
	border-bottom: 1px solid #ccc;

}
.disc-info td{
	padding: 15px 0 15px 15px; 
}

.bgf3{
	background-color: #f3f3f3;
}

.disc-info2 table{
	width:420px;
	margin: 0 0 -1px 0;
	background-color: white;
}


.h1-title{
	padding:5px;
	background:#ffffff;
	border:#f8bedc 1px solid;
	font-weight: bold;
	font-size: 14px;
	color:#333;
	margin: 0 auto;
}

.h2-title {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 888px;
	height: 43px;
	margin: 0 auto;

}

#title-products { background: url(../img/title-products.png); }
#title-guid { background: url(../img/title-guid.png); }


a:link {
	color: #36C;
	text-decoration: underline; 
}
a:visited {
	color: #36C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: gray;
	text-decoration: none;
}


#left-tab a:link {
	color: #7b0249;
	text-decoration: underline; 
}
#left-tab a:visited {
	color: #7b0249;
	text-decoration: underline;
}
#left-tab a:hover, a:active, a:focus { 
	color: #a8447e;
	text-decoration: none;
}

#right-tab a:link {
	color: #03408c;
	text-decoration: underline; 
}
#right-tab a:visited {
	color: #03408c;
	text-decoration: underline;
}
#right-tab a:hover, a:active, a:focus { 
	color: #6795e2;
	text-decoration: none;
}


.text-historytitle{
	font-size:13px;
	font-weight: normal;
	color:#36C;
	font-weight:bold;
}



/* フッター */

#footer{  
	margin: 0;  
	padding: 0;  
	width: 100%;  
	z-index: 10;
	position: relative;
	bottom: 0px;
	overflow: hidden;
}

#footer p{
	padding: 50px 0 0 0;
}



.clearfix::after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;

