@charset "utf-8";

/* レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	min-width: 640;
	max-width: 1200;
}

#container {
	position: relative;
	margin: 10px 0;
	_margin-top: 56px;
	width: 900px;
}
#primary {
	margin-left: 231px; /* 左右方向に231pxのマージンを指定する */
	width:450;
}
#secondary {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	margin-top: 0px;
	margin-right: 15;
	margin-bottom: 0px;
	margin-left: 16;
}
#advertisement {
	position: absolute; /* 値にabsoluteを指定 */
	left: 697px; /* 右からの配置位置を指定 */
	top: 0px; /* 上からの配置位置を指定 */
	width: 188; /* ボックスの幅を指定 */
}
#secondary h3 span {
	color: #EEEEEE;
	font-size: 110%;
	font-weight: bolder;
	line-height: 1.5em;
}
#secondary dl {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#secondary dt {
	font-size: 90%;
	padding: 0 0;
}
#secondary dd {
	margin-top: 7px;
	text-align: right;
	padding: 0 2px;
	
}
#secondary dd a {
	padding-left: 16px;
	font-size: 95%;
	background-image:url(../img/all/bulletArrow.gif);
	background-repeat: no-repeat;
	color: #EEEEEE;
	text-decoration:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	background-position: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#secondary dd a:hover {
	color: #60B5C9;
	background-image:url(../img/all/bulletArrow_hover.gif);
}
.thumImage {
	margin-bottom: 7px;
}
#advertisement ul {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#advertisement li a {
	color: #999999;
	text-decoration: none;
	line-height: 1.25em;
}
#advertisement li a:hover {
	color: #60B5C9;
}
#advertisement dl {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#advertisement dd {
	margin-top: 7px;
	text-align: right;
	padding: 0 2px;
}
#advertisement dd a {
	padding-left: 16px;
	font-size: 95%;
	background-image:url(../img/all/bulletArrow.gif);
	background-repeat: no-repeat;
	color: #EEEEEE;
	text-decoration:none;
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	background-position: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#advertisement dd a:hover {
	color: #60B5C9;
	background-image:url(../img/all/bulletArrow_hover.gif);
}
#primary a{
	color: #999999;
	text-decoration: none;
}
#primary a:hover{
	color: #60B5C9;
}