@charset "utf-8";
/* CSS Document */

body	{margin: 0;
	padding: 0}

a	{
	color: #017acd;
}

/* コンテナ */
div#container	{width: 100%;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{
	background-color: #000066;
	background-image: url(indeximages/line_gree.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 70px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px}

div#header h1	{
	margin: 0;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 20px
}

/* コンテンツ */
div#main{
	width: 760px;
	padding-right: 20px}
div#content	{
	width: 564px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	margin-bottom: 25px;
}

div#content h2	{
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000066;
	line-height: 30px;
	padding-left: 8px;
	margin-bottom: 0;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

div#content h3	{
	background-color: #DFD6BB;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 10pt;
	line-height: 22px;
	padding-left: 5px;
	margin-top: 14px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	list-style-type: square;
	border: 1px dotted #330000;
	color: #660033;
	background-image: url(indeximages/background02.jpg);
}
div#content h4 {
	background-color: #F2F3EA;
	background-position: 0px 2px;
	font-size: 10pt;
	line-height: 22px;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 75px;
	margin-right: 12px;
	list-style-type: square;
	color: #666666;
	width: 400px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
div#content h5 {
	background-position: 0px 7px;
	font-size: 10pt;
	line-height: 15px;
	padding-left: 12px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 12px;
	list-style-type: square;
	color: #330000;
	width: 520px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #330000;
	border-left-color: #CCCCCC;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: left;
	background-image: url(images/lesson/maru01.jpg);
	background-repeat: no-repeat;
}




	
ul.sidemenu{
	margin-top: 0px;
	font-size: 0.75em;
	margin-left: 0px;
	padding-left: 0px;
	line-height:0}	

/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-bottom: 25px;
}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 12px
}
	
ul.sidemenu Li{
	list-style-type: none}	

ul.sidemenu Li a{
	display:block;
	Line-height:30px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
	
ul.sidemenu Li a:hover{background-color: #E0E0E0}	

p.feed{margin-bottom: 10px}

p.feed a{
	font-size: 0.75em;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* フッター */
div#footer	{
	background-repeat: repeat-x;
	clear: both;
	background-color: #000066;
}

address	{
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
</style>
div#content h4 {
	background-color: #DFD6BB;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 10pt;
	line-height: 22px;
	padding-left: 5px;
	margin-top: 14px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	list-style-type: square;
	border: 1px dotted #330000;
	color: #660033;
}
