
/* common */
/* -------------------------------------------------------- */

/* page */

#page {
	width: 935px;
	margin-left: 10px;
	position: static;
}
#page .left-block {
	width: 230px;
	float: left;
}
#page .center-block {
	width: 470px;
	float: left;
}
#page .right-block {
	width: 235px;
	float: left;
}




/* index */
/* -------------------------------------------------------- */

.side-block-01 .side-title {
	width: 200px;
}
.side-block-02 {
	width: 200px;
}
.side-block-06 {
	width: 200px;
}
.side-block-09 {
	width: 200px;
}


/* top-block-01 */

.top-block-01 {
	width: 440px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: solid 1px #dbdbdb;
}
.top-block-01 h2 {
	margin-bottom: 8px;
}
.top-block-01 ul {
	width: 440px;
}
.top-block-01 li.li1 {
	width: 125px;
	float: left;
}
.top-block-01 li.li2 {
	width: 172px;
	float: left;
}
.top-block-01 li.li3 {
	width: 143px;
	float: left;
}


/* top-block-02 */

.top-block-02 {
	width: 440px;
	margin-bottom: 10px;
}
.top-block-02 .l-block {
	width: 212px;
	float: left;
}
.top-block-02 .r-block {
	width: 212px;
	float: right;
}

.top-block-02 .image {
	margin-bottom: 5px;
}

.top-block-02 .icon-plan {
	margin-bottom: 5px;
}
.top-block-02 .icon-plan li.li1 {
	width: 28px;
	float: left;
}
.top-block-02 .icon-plan li.li2 {
	padding-top: 3px;
	float: left;
}

.top-block-02 dl {
	width: 212px;
}
.top-block-02 dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.top-block-02 dt a:link,
.top-block-02 dt a:visited,
.top-block-02 dt a:active {
	color: #333333;
	text-decoration: underline;
}
.top-block-02 dt a:hover {
	color: #333333;
	text-decoration: none;
}
.top-block-02 dd {
	color: #666666;
}

.top-block-02 .inner {
	width: 440px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.top-block-02 .last {
	width: 440px;
	margin-bottom: 50px;
	padding-bottom: 0;
	background: none;
}

/* style */
/* -------------------------------------------------------- */
#maincontents .popular {
	width: 440px;
	margin-bottom: 10px;

}
#maincontents .popular .popular-box  {
	margin:10px 0px 10px 0px;
	background:url(../img/bg_popular.gif) repeat-y 0 0;
}
#maincontents .popular .popular-box .area {
	float:left;
	width:215px;
	padding-left:10px;
}
#maincontents .popular .popular-box .area.first {
	padding-left:0;
}
#maincontents .popular .popular-box dl {
	background:#F1F0FE;
	padding:6px 10px 10px;
}
#maincontents .popular .popular-box dl.top {
	padding:6px 10px 0;
}
#maincontents .popular .popular-box dl.btm {
	padding:6px 10px 10px;
}
#maincontents .popular .popular-box dl dt {
	font-weight:bold;
}
#maincontents .popular .popular-box dl dd.link {
	background:url("../../europe_common/img/icon_01.gif") no-repeat 0 0.4em;
	padding-left:10px;
}
#maincontents .popular .popular-box dl dd img {
	border:solid 3px #DCD9F0;
}
#maincontents .popular .popular-box dl dd a:hover img,
#maincontents .popular .popular-box dl dd a:active img {
	border:solid 3px #CAC6E9;
}
#maincontents .popular .btm-link {
	margin:4px 0;
}
#maincontents .popular .btm-link p {
	float:left;
	width:86px;
}

#maincontents .popular .btm-link ul {
	float:left;
	margin-top:5px;
}
#maincontents .popular .btm-link ul li {
	display:inline;
	border-right:solid 1px #999;
	padding:0px 9px;
	vertical-align:text-top;
}


/* clearfix */
.clfix {
	height         :auto !important;
	height         :1px;
	min-height     :1%;  /* for IE 7*/
	/*\*//*/display:inline-table;/**/
}
.clfix:after {
	content        :".";
	display        :block;
	clear          :both;
	height         :0;
	font-size      :1%;
	line-height    :1%;
	visibility     :hidden;
}