body{
	background:#000 url(../images/stripe.gif) repeat top left;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
span.reference{
	text-transform:uppercase;
	position:fixed;
	right:95px;
	bottom:10px;
	font-size:11px;
	text-shadow:1px 1px 1px #000;
}
span.reference a{
	color:#aaa;
	text-decoration:none;
	margin-right:20px;
}
span.reference a:hover{
	color:#ddd;
}
.title{
	position:absolute;
	right:10px;
	top:10px;
	width:91px;
	height:600px;
	background:transparent url(../images/title.png) no-repeat top left;
}
.cc_menu{
	width:800px; /*160px * 5*/
	height:600px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
}
h1{
	color:#330000;
	background:#FFFFFF;
	padding:10px;
	margin-bottom:0;
}
.cc_item{
	text-align:center;
	width:160px;
	height:600px;
	float:left;
	border-bottom:1px solid #000;
	position:relative;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
}
.cc_item1{
	background:#444 url(../images/bg1.png) repeat top left;
}
.cc_item2{
	background:#444 url(../images/bg2.png) repeat top left;
}
.cc_item3{
	background:#444 url(../images/bg3.png) repeat top left;
}
.cc_item4{
	background:#444 url(../images/bg4.png) repeat top left;
}
.cc_item5{
	background:#444 url(../images/bg5.png) repeat top left;
}

span.cc_title{
	color:#fff;
	font-size:16px;
	top:200px;
	left:5px;
	position:absolute;
	padding:20px 0px;
	background:#111;
	width:150px;
	height:30px;
	display:block;
	z-index:11;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cc_submenu ul{
	list-style:none;
	width:160px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
.cc_item img{
	position:absolute;
	width:160px;
	height:600px;
	top:-600px;
	left:0px;
}
.cc_content{
	width:800px;
	height:600px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-900px;
	background:#444 url(../images/bg2.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0 7px #000;
	-webkit-box-shadow:4px 0 7px #000;
	box-shadow:4px 0 7px #000;
}
.cc_content div{
	display:none;
	margin:20px;
}
.cc_content p{
	background:#000;
	padding:5px;
	margin:0;
	opacity:0.7;
	line-height:1.3;
}
span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#000;
	background-color:#FFFFFF;
	padding:
}
p.indent1{
	padding-left:100px;
}
p.indent2{
font-size:90%;
padding-left:50px;
}
p.point{
	font-weight:700;
	font-size:150%;
}

p.point2{
	font-weight:700;
}
.cc_content p {
	opacity:1;
}