/* background */
#background {
	display: none;
}

/*page*/
#page {
	width:910px;
	padding:0 0 10px 0;
}

/*header*/
#header {
	width:910px;
}

/*photo box*/
#photo_box {
	width:890px;
	height:220px;
	padding:9px 9px 0 9px;
	border: 1px solid #D2D2D2;
	border-bottom: 0;
}

/* Photo */
#photo {
	width:890px;
	height:220px;
}
#img {
	width:890px;
	height:220px;
}

/* Slide */
.box_skitter_large {
	width: 890px !IMPORTANT;
	height:220px !IMPORTANT;
}
.container_skitter {
	width: 890px !IMPORTANT;
	height:220px !IMPORTANT;
}
.image_main {
	max-width: 890px !IMPORTANT;
	display:inline !IMPORTANT;
}
.box_clone img {
	max-width: 890px !IMPORTANT;
}

/* Menu */
#menu {
	width:890px;
	margin:0;
	padding:10px 9px 9px 9px;
	border:1px solid #D2D2D2;
	border-top:0;
}
#menu > ul {
	width:890px;
}
#menu > ul > li {
	list-style:none;
	display:block;
}

/* main */
#main #mobile, #cnt_btmbt{
	padding:0 0 0 555px;
}
#content_nosidebar #mobile{
	padding:0 0 0 805px;
}
/*content_box*/
#content_box {
	padding:9px;
}

/* content */
#content{
	margin:0 0 0 10px;
	width:640px;
}
#content_nosidebar{
	margin:0 0 0 0;
	width:890px;
}
/* sidebar */
.sidebar_inn{
	margin: 0;
}

/*footer*/
#footer{
	width:890px;
	padding:9px;
}


/* Table */
.table_100{
	max-width: 500px;
}
.table_maxnone{
	max-width: none;
}

