@charset "UTF-8";
/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	z-index: 1;
	visibility:hidden;
	}
.dbx-clone, 
.dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	z-index: 1;
	display:block;
	}

.dbx-clone2 {
	position:absolute;
	z-index: 1;
	visibility:hidden;
	}
.dbx-clone2, 
.dbx-clone2 .dbx-handle2-cursor {
	cursor:move !important;
	}
.dbx-dummy2 {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	}
.dbx-group2, .dbx-box2, .dbx-handle2 {
	position:relative;
	z-index: 1;
	display:block;
	}

/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	padding:0;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	clear: both;
	}
.dbx-box2 {
	padding:0;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	clear: both;
	}


/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/




/* group container(s) */
#purple-outer {
	margin:0px;
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 205px;
	z-index: 1;
	}
.dbx-group {
	clear:both;
	width:205px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
.dbx-group2 {
	clear:both;
	width:755px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
#purple-outer2 {
	border:1px solid #a382c0;
	margin:0 0 0 10px;
	float:right;
	position:relative;
	z-index: 1;
	}

#green-outer {
	float:left;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 755px;
	z-index: 1;
	}
#green-outer2 {
	border:1px solid #a382c0;
	margin:0 0 0 15px;
	float:right;
	position:relative;
	z-index: 1;
	}

	
/* handles */
.dbx-handle {
	font:normal normal bold 1em tahoma,sans-serif;
	text-align:left;
	position:relative;
	z-index: 1;
	margin:0;
	padding:5px;
	color:#fff;
	background-color: #969696;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width: 174px;
	}
.dbx-handle a {
	color: #FFF;
	text-decoration: none;
}
.dbx-handle a:hover {
	text-decoration: underline;
}
	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
	}
	
/* handles2 */
.dbx-handle2 {
	text-align:left;
	position:relative;
	z-index: 1;
	color:#FFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width: 725px;
	background-color: #969696;
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 665;
	padding: 5px;
	}
	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle2-cursor {
	cursor:move;
	}
	
	

/* toggle images */
.dbx-toggle {
	display:block;
	width:23px;
	height:21px;
	padding:0;
	margin:0;
	border:none;
	position:absolute;
	z-index: 1;
	top:1px;
	right:1px;
	border:none;
	background-image: url(../dbx/images/purple-toggle.jpg);
	background-repeat: no-repeat;
	}
	
	
.dbx-toggle-open {
	background-position:0 0;
	}
.dbx-toggle-closed {
	background-position:0 -21px;
	}
.dbx-toggle-hilite-open {
	background-position:-20px 0;
	}
.dbx-toggle-hilite-closed {
	background-position:-20px -20px;
	}




/* keyboard navigation tooltip */
.dbx-tooltip 
{
	margin:36px 0 0 125px;
	width:185px;
	
	display:block;
	position:absolute;
	z-index: 1;
	border:1px solid InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	padding:2px 4px 3px 5px;
	text-align:left;
}






/* inner content area */	
.dbx-content {
	margin:0;
	list-style-type:none;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	}
.dbx-content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




.dbx-content li {
	list-style-type:none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 16px;
	color: #333;
	background-image: url(../images/list_line.jpg);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

.dbx-content a, .dbx-content a:visited {
	text-decoration:none;
	}

.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {
	color:#6c0000;
	text-decoration:underline;
	}


/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:10px;
	padding:0;
	overflow:hidden;
	}
.dbx-box-closed .dbx-content * {
	display:none;
	}
/* toggle state of inner content area */
.dbx-box2-closed .dbx-content {
	display:block;
	height:55px;
	width: 685px;
	padding:0;
	overflow:hidden;
	}
#green-outer.dbx-box2-closed .dbx-content * {
	display:none;
	}




/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	filter:alpha(opacity=80);
	}
.dbx-clone2 {
	opacity:0.8;
	filter:alpha(opacity=80);
	}	
#photo_area {
	display: none;
}
