@charset "UTF-8";

/*============================================================
* ver.09-11-30
*============================================================*/

* {
	margin: 0;
	padding: 0;
	color: #D3D3D3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.1;
  }

body {
	background: #FFF;
	font-size: 12px;
	padding: 0;
	/*margin: 25px auto 25px auto ;
	text-align: center;*/
	z-index:0;
}

a:link {
	color: #D3D3D3;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

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

img {
  border: 0;
  }

h1,h2,h3,h4,h5,h6
{
	font-size: medium;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.25;
}

b {
	font-weight: bold;
}
#nav {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}




table ,td {
	vertical-align: top;
}

img,object,iframe {
	display :inline;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}


br.clear {
	clear: both;
}


/***********contents ***********/

#wrapper0 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 878px;
	height: 400px;
/* border: 1px solid #00FFFF; */
	margin-top: -200px;
	margin-left: -450px;
}

#wrapper {
	width: 900px;
	margin: 50px auto;
	padding: 0px;
}


#container {
	height: 400px;
	background: #CCC;
	text-align: center;
	margin: 0px auto;
	padding-top: 250px;
}

#container h1 {
	margin: 0px auto;
	padding: 0px;
}

#maincontainer {
	text-align: left;
	margin: 0px auto;
	width: 878px;
}

#maincontainer h1{
	text-align: center;
	margin: 0px auto 0px;
}



#othercontainer {
	text-align: left;
	margin: 0px auto;
	width: 480px;
}

#othercontainer h1{
	margin: 0px auto 0px;
	text-align: center;
}

#othercontainer h2{
	margin: 70px 0px 20px;
	font-size: 21px;
	color: #666;
	text-align: center;
}

#othercontainer h3{
	margin: 60px 0px 10px;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

#othercontainer h3 small{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	padding-left: 10px;
}


#othercontainer p{
	margin: 0px 0px 25px;
	color: #666;
	line-height: 2.2;
}

#othercontainer p.right{
	margin: 70px 0px 70px;
	color: #666;
	text-align: right;
}




#imagebox {
	background: #000000;
	width: 900px;
	padding: 0;
	margin: 5px 0 10px 0;
	border-top: 0px solid #666666;
	border-bottom: 0px solid #666666;
}











hr {
	height: 1px;
	}

/* */

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	width:842px;
	float:left;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px; height:18px;
	background:transparent url("../images/left.png") no-repeat 0 0;
	float:left;
	margin:43px 0px;
	cursor:pointer;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
/* next button uses another background image */
a.next, a.nextPage {
	background:transparent url("../images/right.png") no-repeat 0 0;
	clear:right;
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	height:20px;
	margin:0 0px 0 0px;
	padding:0;
	display: none;
}
/* items inside navigator */
div.navi a {
	float:left;
	width:8px;
	height:8px;
	margin:3px;
	background:transparent url("../images/navigator.png") no-repeat 0 0;
	cursor:pointer;
}
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;
}

/*********** root element ***********/
/* root element for the whole scrollable setup */
.scrollable {
	position:relative;
	overflow:hidden;
	width:842px; height:580px; 
}
/* 
root element for scrollable items. It is 
absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
}
a.prev, a.next {
	margin-top:470px;
}
/* single item */
#thumbs div {
	text-align: left;
	position:relative;
	float:left;
	width:842px;
	height:500px;
	background:#fff;	/*cursor:pointer;*/
	/*line-height:1.5;*/
}
/* style when mouse is over the item */
/*#thumbs div.hover {
	background-color:#444;
}*/
/* style when element is active (clicked) */
/*#thumbs div.active {
	background-color:#066;
	cursor:default;
}*/
/*#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;
	font-family:"bitstream vera sans";
	font-size:11px;
	color:#fff;
}
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}*/
#thumbs span.copy {
	position:absolute;
	bottom:88px;
	left:100px;
	font-size:10px;
	z-index: 100;
	color: #000;
	width: 400px;
	height: 30px;
	text-align: left;
	line-height: 1.4;
}


#thumbs span.copy a {
	color: #000;
	text-decoration: underline;
}

#thumbs span.copy a:hover {
	color: #999;
	text-decoration: underline;
}

#thumbs span.copy2_1 {
	position:absolute;
	bottom:55px;
	left:178px;
	font-size:10px;
	z-index: 100;
	color: #000;
	width: 400px;
	height: 40px;
	text-align: left;
	line-height: 14px;
}

#thumbs span.copy2_2 {
	position:absolute;
	bottom:55px;
	left:493px;
	font-size:11px;
	z-index: 100;
	color: #000;
	width: 400px;
	height: 40px;
	text-align: left;
	line-height: 14px;
}

#thumbs span small{
	color: #000;
	font-size:10px;
	line-height: 1.4;
}

/* */

.tipspec {
text-align: left;
color: #666666;
font-family: "ＭＳ ゴシック","Osaka-等幅", monospace;
font-size: 10px;
line-height: 1.3;
}

/*********** profile ***********/
ul#prof{
	clear: none;
	margin: 40px 0px 10px;
}

ul#prof li{
	list-style: none;
	font-size: 11px;
	color: #666;
	margin-bottom: 6px;
	line-height: 1.5;
}

ul#prof li span{
	color: #fff;
}


div#othercontainer p.cpName{
	font-size: 13px;
	color: #666;
	font-weight: bold;
	margin: 40px 0px 0px;
}

div#othercontainer p.cpInfo{
	line-height: 1.5;
	font-size: 12px;
	margin: 0px 0px 60px;
}




/*********** footer ***********/

#footer {
	padding: 0px;
	margin: 50px auto 20px;
	clear: both;
}

#footer p {
	/*text-indent: -9999px;
	background: url(../images/copyright-trans.png) no-repeat 0 0;
	width: 200px;
	height: 11px;*/
	font-size: 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	color: #999;
}

