@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  coordinate.css
=================================================================== */
#wrap
{
	width: 800px;
	margin: 10px auto;
}

#contents-main
{
	width: 800px;
	height: 945px;
	background: #FFF url(../../../images/frontend/coordinate/base_layout4.png) no-repeat scroll top left;
}



/*===================================================
 * 右側のコンテンツ
 ====================================================*/
#right-contents
{
	float: left;
	margin: 110px 0 0 80px;
	width: 450px;
	height: 830px;
}



#coordinate-theme-block
{
	height: 68px;
	margin-bottom: 18px;
}

#coordinate-theme-block #coordinate-category
{
	position: relative;
	top: 8px;
	left: 170px;
	width: 280px;
}

#coordinate-theme-block #coordinate-category label
{
	margin: 0 10px 0 0;
}

#coordinate-theme-block #coordinate-theme-input-block
{
	position: relative;
	top: 10px;
	left: 1px;
	height: 39px;
	width: 447px;
}

#coordinate-theme-block #coordinate-theme-input-block #coordinate-theme
{
	position: relative;
	top: 1px;
	left: 1px;
	height: 35px;
	width: 443px;
	font-size: 18pt;
	border:none;
}
/* IE hack */
#coordinate-theme-block #coordinate-theme-input-block #coordinate-theme
{
	/top: -1px;
}
#coordinate-theme-block #coordinate-theme-input-block .coordinate-theme-input
{
	color: #000;
}
#coordinate-theme-block #coordinate-theme-input-block .coordinate-theme-input-default
{
	color: #F00;
}



.coordinate-menu-block-0
{
	margin-bottom: 13px;
	height: 158px;
}

.coordinate-menu-block-1
{
	margin-bottom: 12px;
	height: 158px;
}

.coordinate-menu-block-2
{
	margin-bottom: 13px;
	height: 158px;
}

.coordinate-menu-block-3
{
	height: 158px;
}

.coordinate-duration
{
	position: relative;
	top: 8px;
	left: 190px;
	width: 260px;
}
.coordinate-duration label
{
	margin: 0 7px 0 0 ;
}
/* IE hack */
.coordinate-duration label
{
	/margin: 0 0px 0 0 ;
}
.coordinate-contetns-textarea-block
{
	position: relative;
	top: 10px;
	left: 4px;
	width: 446px;
	height: 108px;
}
/* IE hack */
.coordinate-contetns-textarea-block
{
	/top: 10px;
	/left: 2px;
}
.coordinate-contetns-textarea-block .coordinate-contents
{
	position: relative;
	top: 12px;
	left: 15px;
	resize: none;
	width: 417px;
	height: 90px;
	font-size: 9pt;
	border: none;
	color: #000;
}
.coordinate-contetns-textarea-block .coordinate-contents-default
{
	position: relative;
	top: 12px;
	left: 15px;
	resize: none;
	width: 417px;
	height: 90px;
	font-size: 9pt;
	border: none;
	color: #F00;
}
.coordinate-contetns-textarea-block .coordinate-contents
{
	/top: 7px;
}
.coordinate-contetns-textarea-block .coordinate-contents-default
{
	/top: 7px;
}
.coordinate-types
{
	position: relative;
	top: 10px;
	left: 110px;
	width: 340px;
}
/* IE hack */
.coordinate-types
{
	/top: 7px;
}
.coordinate-types label
{
	margin: 0 5px 0 0;
}
/* IE hack */
.coordinate-types label
{
	/margin: 0 0px 0 0;
}
/* Chrome hack */
html>body .coordinate-types label
{
	font-size: 9pt;
}


.coordinate-submit-block
{
	margin: 17px 0 0 57px;
}
.coordinate-submit-block #coordinate-reset
{
	margin: 0 0 0 57px;
}



/*===================================================
 * 左側のコンテンツ
 ====================================================*/
#left-contents
{
	width: 232px;
	height: 940px;
	margin: 0 0 0 553px;
}


#coordinate-help-block
{
	padding-top: 72px;
}


#coordinate-select-types
{
	padding-top: 62px;
	margin: 0 0 0 20px;
}
/* Chrome hack */
html>body #coordinate-select-types
{
	font-size: 9pt;
}
.coordinate-select-type-move
{
	margin: 0 7px 0 0;
}
.coordinate-select-type-tag
{
	margin: 0 9px 0 0;
}

#coordinate-items
{
	margin: 70px 0 0 5px;
	height: 590px;
	width: 225px;
	overflow: auto;
}
.coordinate-item
{
	width: 205px;
}
.coordinate-item a img
{
	width: 200px;
}

.coordinate-link
{
	text-align: right;
}

#coordinate-mg
{
	margin: 20px 0 0 0;
}
