﻿@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
@media screen and (min-width:750px) {
body {width: 1000px;    margin: 0 auto;}
.container {
	margin: 0 auto;
	padding: 5px 0 3px 0;
	width: 1000px;
	float: left;
        background-image: url("../img/back.jpg");
	background-repeat: no-repeat;
}}
body {
	font-size: 100%;
	color: #000;
	background: #fff;
}


li{	font-size: 90%;
list-style-type: none;}


a:link {line-height: 200%;text-decoration:none;
color: #666;
}
a:visited {
color: #666;
}
a:hover {
color: #ff0000;
}
a:active {
color: #666;
}

.sitemap{
width: 25%;float: left;}


.sitemap li li{
background-image:url(../img/list2.gif);
padding-left :18px;
background-repeat:no-repeat;
background-position:left center;
}

.sitemap li span{
background-image:url(../img/list1.gif);
padding :0 50px 0 18px;
background-repeat:no-repeat;

}
.sitemap li span a{color: #000;}
.sitemap li span a:hover {
color: #ff0000;
}
.title{clear:left; border-left:#ff0000 solid 6px; 	margin:0; 
    padding:0 3px 0 8px;color: #333;border-bottom: 1px #c0c0c0 dotted;}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
@media screen and (max-width:750px) {
div.update {
width: 100%;margin:0;border-style:none;}
.sitemap{
width: 100%;float: left;}}

