/* CSS Document */


link,:visited {
	text-decoration:none;
}

html,body,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

table {
	border-spacing:0;
	border-collapse:collapse;
}

img {
	border:0;
} 


ol,ul {
	list-style:none;
}


a {
	text-decoration:underline;
	outline:none;
}


a img,:link img,:visited img {
	border:none;
}



/*-------------------------------------Layout------------------------------------*/
body {
	text-align: center;
	background-image:url(../images/bg.jpg)
}

.container-inner {
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left}

.content, .a1  {
	position: relative;
}



.a1 {
	display: inline;
	float: left;
}

#header-inner, .content-inner,
.a1-inner {
	position: static;
}



.side {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.side-content {
	position: relative;
	margin: 5px 0 20px;
}


/*-------------------------------------------------------------------------*/
.content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.content-inner { display: inline-block; }
/* no ie mac \*/
* html .content-inner { height: 1%; }
.content-inner { display: block; }
/* */



/*-------------------------------------Content---------------------------------*/
a:link, a:visited {
	text-decoration: underline;
}



.content-nav {
	text-align: center;
}

.asset {
	overflow: hidden;
}

.asset,
.asset-content {
	position: static;
	clear: both;
}

.asset-body {
	clear: both;
}

.a1 .asset-level-icon {
	vertical-align: -9%;
	margin-left: 5px;	
    margin-bottom:0px;
}
/*-------------------------------------Widgets---------------------------------*/
.side {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.side-content {
	position: relative;
	margin: 5px 0 20px;
}









/* 互換性 */



#footer .side-content {
	margin-top: 0;
	margin-bottom: 0;
}

.side-content {
	overflow: auto;
	margin-right: 0;
}

