@import url("css/reset.css");
@import url("css/layout.css");
@import url("css/menu.css");

body{
	background : White;
	padding : 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #404040;
	line-height : 18px;
}
a{
	color : #867316;
}
a:hover{
	color : #6A5B11;
	text-decoration : none;
}
p{
	margin-bottom : 15px;
}
*+h2,*+h3,*+h4,*+h5{
	margin-top : 20px;
}
h1{
	font : normal 28px/32px 'Neucha', san-serif;
	color : #7a7403;
	margin-bottom : 20px;
}
#h1{
	padding : 30px 0 10px;
	background-color : #7a7403;
	margin-bottom : 30px;
	border-bottom : 5px solid #564d25;
}
#h1 h1{
	margin-bottom : 0px;
	color : White;
	margin-left : 0px;
	font-family: 'Neucha', san-serif;
}
h2,h3,h4,h5{
	font-family: 'Neucha', san-serif;
	margin-bottom : 15px;
	color : #7a7403;
}
h2{
	font-size : 22px;
	line-height : 26px;
}
h3{
	font-size : 20px;
	line-height : 24px;
}
h4{
	font-size : 18px;
	line-height : 22px;
}
h5{
	font-size : 16px;
	line-height : 20px;
	margin-top : 15px;
	margin-bottom : 15px;
}
ul, ol{
	margin-bottom : 15px;
	padding-left : 20px;
}
ul li{
	margin-bottom : 10px;
	list-style : disc outside;
	margin-left : 20px;
}
ol li{
	margin-bottom : 10px;
	list-style : decimal outside;
	margin-left : 20px;
}
ul ul, ol ol{
	margin-top : 10px;
	margin-bottom : 0px;
	padding : 0;
}
ul li li{
	list-style-type : circle;
}
ol li li{
	list-style-type : lower-latin;
}
.border{
	border : 1px dotted #564d25;
}
.border p:last-child{
	margin-bottom : 0px;
}
aside h2{
	background-color : #564d25;
	padding : 8px 12px;
	color : White;
}
p img{
	width : 196px!important;
	height : auto!important;
	border : 2px solid #564d25;
	float : left;
	margin : 3px 20px 5px 0px;
}
p img.float-right{
	float : right;
	margin : 3px 20px 5px 20px;
}
#header{
 padding : 20px 0px 0;
}
#header .container{
	position : relative;
}
#footer a, #footer h3{
	color : #C7BE05;
}
#footer a:hover{
	color : #E4EEF4;
	text-decoration : none;
}
#wrapper{
	background-color : White;
	margin : 0px auto;
}
figure#logo{
	overflow : hidden;
}
figure#logo img{
	float : left;
	width : 60px;
	height : 60px;
	margin-left : 10px;
}
figure#logo figcaption{
	font-family: 'Neucha', san-serif;
	font-size : 40px;
	margin-left : 90px;
	padding-top : 0px;
	line-height : 40px;
	color : #7a7403;
}
figure#logo span{
	margin-left : 90px;
	display : block;
	font-size : 14px;
	line-height : 16px;
}
.fon{
	background-color : #A2975F;
	height : 300px;
	background : #7a7403 url(images/slider/house.jpg) no-repeat center;
	margin-bottom : 30px;
	border-bottom : 5px solid #564d25;
}

#content{
	position : relative;
	z-index : 112;
	background-color : White;
}
#footer{
	background-color : #564d25;
	color : White;
	border-top : 5px solid #7a7403;
}
#copy{
	background-color : Black;
}
#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 50%;
    margin-top: -24px;
    left: auto;
    right: 10px;
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background: #C7BE05 url("images/go-to-top.png") center no-repeat;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;    
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
pre{
	padding : 15px;
	margin-bottom : 15px;
	border : 1px solid #DBD9B0;
	background-color : #E3E1C1;
}
#gotoTop:hover { 
    background-color: #746F03; 
}
#copy{
	position : relative;
	padding : 20px 0 0px;
}
#copy .container{
	position : relative;
}
.company{
	text-align : center;
}
.company a{
	margin-left : 10px;
}
#cms{
	position : absolute;
	top : 0px;
	right : 20px;
}
#cms img{
	opacity:0.4;
}
#cms img:hover{
	opacity:1.0;
}
.social{
	position : absolute;
	top : 20px;
	right : 10px;
	width : auto;
}