@charset "utf-8";
/* CSS <style type="text/css">

body	{
	margin: 0;
	padding: 0;
	background-image: url(back-dark.png);
	font-family: Arial, Helvetica, sans-serif;
}

a	{color: #017acd}

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

/* ヘッダー */
div#header	{
	background-color: #FFFFFF;
	background-image: none;
	background-position: 0 0px;
	border-bottom: solid 1px #666666;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

div#header h1	{margin: 0}

div#header p	{
	color: #333333;
	font-size: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#header p.photo {
	float: right;
	background-color: #666666;
}

div#header  h2    {
	float: none;
	height: 30px;
	width: 100px;
	color: #FFFFFF;
	background-color: #333333;

}
/* パンくずリスト */
p#bread	{
	background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	float: none;
	height: 10px;
	width: 100px;
}


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

div#content h2	{
	background-color: #0066CC;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: normal;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6CAFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6CAFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6CAFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A6CAFF;
}

div#content h3	{
	background-color: #0066CC;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: normal;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6CAFF;
	border-right-color: #A6CAFF;
	border-bottom-color: #A6CAFF;
	border-left-color: #A6CAFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

div#content h4	{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

div#content p	{
	font-size: 13px;
	line-height: 1.6;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
div#content img    {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.img {
	float: left;
	margin-right: 0px;
}




div#content p#message	{
	margin-top: 0px;
	background-image: url(main.jpg);
	height: 240px;
	width: 540px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


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

ul.sidemenu	{
	border-top: solid 2px #666666;
	font-size: 0.75em;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	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: 5px}

ul.sidemenu li a:hover	{
	background-color: #0099FF;
	color: #FFFFFF
}
div#sidebar p {
	float: none;
	height: 30px;
	width: 100px;
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
}
div#footer/* フッター */
	{
	background-image: url(japaneselivelessonlogoadd.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0px;
	padding-top: 5px;
	clear: both;
	text-align: left;
	background-position: center;
	height: 180px;
}

div#footer1/* フッター */
	{
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0px;
	padding-top: 5px;
	clear: both;
	text-align: left;
	background-position: center;
	height: 40px;
}
address	{
	font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 12px
}

</style>
</head>
<body>Document */

