* {
	margin: 0;
	padding: 0;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url('https://www.bnote.net/img/bg.png') 0 0 repeat-x;
}

h1 {
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
	font-size: large;
	border-bottom: 2px solid #a0b7c4;
}

h3,h4 {
	margin-top:10px;
	font-size: small;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 2em;
}

img {
	border: 0;
}

#header {
	width: 100%;
	background: url('https://www.bnote.net/img/rightcorner.png') top right no-repeat;
}
#header p {
	padding-left:15px;
	color: #4b4b4b;
}

#breadcrumbs {
	padding-left:15px;
}
#breadcrumbs li{
	display:inline;
	color: #4b4b4b;
}
#breadcrumbs a{
	padding-right: 14px;
	background: url('https://www.bnote.net/img/breadcrumbs.png') center right no-repeat;
	color:#526d7c; 
	text-decoration: none;
}
#header a:link,#header a:visited,#header a:hover
{	color:#526d7c; 
	text-decoration: none;
}


#rightcorner {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	padding-top: 79px;
}
#navigation {
	padding-top: 10px;
	padding-left: 230px;
/*	border: 1px solid;*/
}
#wrapper {
	width:100%;
	background: url('https://www.bnote.net/img/leftline30.png') 0 0 repeat-y;
}
#canvas {
	width:100%;
	background: url('https://www.bnote.net/img/rightline.png') right repeat-y;

}

/*------- navigation Style ------------*/

a.none {
	text-decoration: none;
	background: url('https://www.bnote.net/img/rollover_simple.png') 0 0 no-repeat;
	color:#999999;
}
a.end {
	text-decoration: none;
	background: url('https://www.bnote.net/img/rollover_end.png') 0 0 no-repeat;
	color:#999999;
}

/*------- Contents Style ------------*/

#container {
	width: 100%;
	float: left;
	margin-right: -160px;
	border-top:1px solid #999999;
}


	#contents {
		margin-right: 160px;
	}
	#contents *{
		margin-top: 5px;
		margin-left:50px;
		line-height: 130%;
	}
	#contents * *{
		margin-left:0;
	}

	#contents a:link,#contents a:visited
	{	color:#526d7c; 
		text-decoration: none;
	}

	#contents a:hover
	{
		color:#526d7c;
		text-decoration: none;
		border-bottom: 1px solid #F6800B;
	}
	#contents h2 {
		width: 80%;
		font-size: medium;
		margin-top:10px;
		border-bottom: 1px solid #a0b7c4;
	}
	#contents p {
		width: 70%;
		margin-top:1em;
		margin-bottom:1em;
	}
	#contents dd {
		width: 70%;
	}
	#contents ul,ol {
		width: 80%;
	}
	#contents li {
		margin-left:30px;
	}

pre {
	width:70%;
	padding: 5px 5px 5px 5px;
	border-color: #a0b7c4;
	border-width: 2px;
	border-style: dashed;
	background-color: #e6e6e6;
}

div.sample {
	width:80%;
	padding: 5px 5px 5px 5px;
	border-color: #D4DADA;
	border-width: 2px;
	border-style: dashed;
	background-color: #E7EFF0;
}


table.define {
	border:1px solid;
}
table.define th{
	border:1px solid;
	padding: 3px;
	background-color: #c8dae1;
}

table.define td {
	border:1px solid;
	padding: 3px;
	background-color: #e6e6e6;
}
table.define td.key {
	border:1px solid;
	padding: 3px;
	background-color: #c8dae1;
}


/*メンバーの一覧表*/
h2.group_name {
	background-color: white;
}
.member_group {
	width:90%;
	border-collapse:collapse;
	border-spacing:0;
}
.member_group td{
	padding:3px;
	background-color:white;
	border:1px solid;
}
.member {
	width:300px;
}



/*------- RightBar Style ------------*/

#sidebar {
	width:160px;
	float: right;
/*	border:1px solid blue;*/
}
#adsense {
	margin-left: 20px;
	margin-top:  20px;
}

#sidebar h2 {
	font-size: medium;
	padding: 5px;
	color:#4b4b4b;
}
#sidebar td {
	font-size: 80%;
	color:#4b4b4b;
}

#sidebar hr { 
	border: 0 none; 
	height: 1px; 
	color: #C8DAE1;
	background-color: #C8DAE1;
} 

/*------- Footer Style ------------*/

#footer {
	clear:both;
	padding-left:29px;
}
#footer * {
	margin:0;
}

#corner {
	float: left;
}
#bottomline {
	margin-left:21px;
	border-bottom : 1px solid #a0b7c4;
}

#copyright {
	padding-right: 30px;
	line-height: 1.5;
	text-align: right;
	font-size: 80%;
	color: #333330;
}
