@charset "Shift_JIS";

@import "layout.css";
@import "../../../../css/thickboxcstm.css";


/*-------------------------------------------------------------------------
	Title
/*-----------------------------------------------------------------------*/



#title {
	position:relative;
	margin-bottom:20px;
}

	#title ul {
		position:absolute;
		left:0;		
		bottom:0;
		width:740px;
		height:377px;
	}
	
		
		#title ul li {
			position:absolute;
			bottom:0;
		}
		
		#title ul .write {
			left:7px;
		}
		
		#title ul .interview {
			right:0;
		}

				
		#title #thickbox-button {
			position:absolute;
			right:42px;
			top:60px;
			z-index:2;
			}
		
#licensee_main.tmpl{
	padding:0;
	border:none;
}

/*-------------------------------------------------------------------------
	Main Content
/*-----------------------------------------------------------------------*/

#main-content #communication {
	position:relative;
}

	#main-content #communication ul{
		position:absolute;
		right:27px;
		top:235px;
		width:233px;
		height:350px;
	}
	
		#main-content #communication ul li{
			height:147px;
			}
	
		#main-content #communication .movie #diary001{
			margin-bottom:10px;
			}
			

#main-content #exchange {
	position:relative;
}

	#main-content #exchange ul{
		position:absolute;
		left:422px;
		top:382px;
		width:257px;
		height:76px;
	}

/*-------------------------------------------------------------------------
	Orange Button
/*-----------------------------------------------------------------------*/
.orange_btn {
	position: relative;
	width: 212px;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: table-cell;
 	vertical-align: middle;
 	border: solid 1px #FF9103;
}

.orange_btn:hover {
	height: 56px;
	border: solid 3px #FF9103;
	text-decoration: none;
}

.orange_btn span {
 	color: #FF9103;
}
.orange_btn img {
	position: absolute;
	right: 6px;
}
.orange_btn:hover img{
	right: 4px;
}

.orange_btn a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}