@charset "UTF-8";

@import url("/top/css/structure.css");

/* ======================================

 party/plan

======================================= */

/* ======================================

 index

======================================= */

#contents .head
{
	position: relative;
}
#contents .head .backIndex
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 84%;
}
#contents .head h3
{
	margin: 0 0 10px;
}
#contents .head .backIndex a
{
	display: block;
	padding-left: 15px;
	background: url(/top/img/com/arrow_left_rect.gif) no-repeat left 0.3em;
}
#contents .maincut
{
	margin: 0 0 20px;
}
#contents .sidebar
{
	float: left;
	width: 200px;
	color: #666;
}
#contents .sidebar .navi li
{
	margin: 0 0 10px;
}
#contents .main
{
	float: right;
	width: 640px;
}
#contents .main h3
{
	margin: 0 0 20px;
}

#contents .main .container
{
	overflow: hidden;
	width: 640px;
	margin: 0 0 30px;
}
#contents .main .container .notes
{
	float: left;
	width: 310px;
}
#contents .main .container .notes h4,
#contents .main .container .notes p
{
	margin: 0 0 10px;
}
#contents .main .container .notes h5
{
	padding: 9px 0;
	border-top: 1px solid #CCC;
	font-size: 116%;
}
#contents .main .container .notes h5.content
{
	margin: 0 0 5px;
	border-bottom: 1px solid #CCC;
}
#contents .main .container .notes .spec
{
	width: 310px;
	margin: 0 0 10px;
}
#contents .main .container .notes .spec th,
#contents .main .container .notes .spec td
{
	padding: 4px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contents .main .container .notes .spec th
{
	width: 5em;
	background: #E8E8E8;
	color: #D5512B;
	font-weight: normal;
}
#contents .main .container .notes .editable h5
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
}
#contents .main .container .notes .editable td
{
	padding-right: 1em;
}
#contents .main .container .images
{
	float: right;
	width: 310px;
}
#contents .main .container .images li
{
	width: 304px;
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

