body{
	margin: 0px;
	padding: 0px;
	background-image: url("img/back-blue.png");
}

a{
	color: #017acd;
}

img{
	border:0px;
}

/* コンテナ */
div#container{
	background-image: url("img/line-gray.png");
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header{
	background-image: url("img/title.jpg");
	background-repeat: no-repeat;
	border-bottom: solid 1px #666666;
	padding: 60px 0px;
}

/* コンテンツ */
div#content{
	width: 540px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

div#content h2{
	background-image: url("img/bar-blue.png");
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 25px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}

div#content p{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
        margin-bottom: 0px;
}

div#content ul{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
        margin-bottom: 0px;
}

div#content p#back{
	text-align: right;
}

/* サイドバー */
div#sidebar{
	width: 180px;
	float: left;
	margin-bottom: 25px;
}

ul.sidemenu{
	border-top: solid 2px #666666;
	font-size: 0.75em;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	line-height: 0;
}

ul.sidemenu li{
	list-style-type: none;
}

ul.sidemenu li a{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border-bottom: solid 2px #666666;
	padding-left: 10px;
}

ul.sidemenu li a:hover{
	background-color: #0099cc;
	color: #ffffff;
}

/* フッター */
div#footer{
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	clear: both;
}

address{
	font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: left;
	padding: 12px
}
