﻿#main {
    float : left;
    width : 780px;
}

dl#fhead {
	overflow : hidden;
	margin-bottom : 30px;
	padding : 20px 25px 21px 25px;
	background : #d7ebc3;
    border-radius : 10px;
}

dl#fhead dt {
	float : left;
}

dl#fhead dt h2 {
	font-size : 130%;
	font-weight : 600;
}

dl#fhead dd {
	float : right;
    margin-top : 2px;
	padding : 3px 13px 5px 13px;
	background : #14a55a;
	text-align : right;
    letter-spacing : 1px;
    border-radius : 36px;
}

dl#fhead dd a {
    color : #ffffff;
    text-decoration : none;
    pointer-events : none;
}

#gallery {
    width : 570px;
    margin-bottom : 35px;
}

p#msg {
    margin : 0 50px 35px 50px;
    line-height : 1.55em;
}

#data {
	width : 100%;
    margin-bottom : 25px;
	border-top : solid 1px #a0a0a0;
}

#data th {
	width : 120px !important;
	width /**/: 150px;
	padding : 12px 15px 12px 15px;
	border-bottom : solid 1px #a0a0a0;
	background : #f5e6be;
	font-weight : normal;
	line-height : 1.7em;
}

#data td {
	padding : 12px 15px 12px 15px;
	background : #ffffff;
	border-bottom : solid 1px #a0a0a0;
	line-height : 1.7em;
}

#data td a {
    color : #0066ff;
    text-decoration : underline;
}

#data td a:hover {
    color : #0066ff;
    text-decoration : none;
}

p#sinfo {
    margin-bottom : 20px;
    text-align : center;
}

ul#services {
    list-style : none;
	overflow : hidden;
    width : 790px;
    margin-bottom : 40px;
    z-index : 999;
}

ul#services li {
    display : inline-block;
    width : 148px;
    margin : 0 10px 10px 0;
    font-weight : 600;
    text-align : center;
}

ul#services li a {
    display : block;
    width : 128px !important;
	width /**/: 148px;
    padding : 10px 10px 11px 10px;
    color : #ffffff;
    background : #14a55a;
    text-decoration : none;
    border-radius : 36px;
}

ul#services li a:hover {
    display : block;
    width : 128px !important;
	width /**/: 148px;
    padding : 10px 10px 11px 10px;
    color : #ffffff;
    background : #0a8246;
    text-decoration : none;
    border-radius : 36px;
}

iframe {
    width : 100%;
    height : 400px;
    border-radius : 10px;
    vertical-align : bottom;
}

/*----------SIDE----------*/

#sidebar {
    float : right;
    width : 380px;
}

#sbox {
    position : absolute;
    width : 234px !important;
	width /**/: 300px;
    margin-bottom : 40px;
    padding : 20px 20px 15px 20px;
    border : solid 3px #dcdcdc;
    border-radius : 12px;
    top : 0;
    right : 0;
}

#sbox h3 {
    margin-bottom : 20px;
    padding : 10px 10px 11px 10px;
    background : #c3dcf5;
    font-weight : 600;
    font-size : 110%;
    text-align : center;
}

ul#cList {
	list-style : none;
	overflow : hidden;
    width : 234px;
    margin-bottom : 20px;
    z-index : 999;
}

ul#cList li {
	float : left;
	width : 116px;
	margin : 0 2px 2px 0px;
	text-align : center;
}

ul#cList li:nth-child(2n) {
	margin : 0 0 2px 0px;
}

ul#cList li a {
	display : block;
	width : 116px;
    padding : 14px 0 15px 0;
	color : #ffffff;
	background : #0aa5fa;
	text-decoration : underline;
}

ul#cList li a:hover {
	display : block;
	width : 116px;
    padding : 14px 0 15px 0;
	color : #ffffff;
	background : #057dc3;
	text-decoration : none;
}

ul#fList {
	list-style : none;
}

ul#fList li {
	margin-bottom : 10px;
	padding-bottom : 11px;
	border-bottom : dashed 1px #b4b4b4;
	line-height : 1.35em;
}

ul#fList li a {
	color : #000000;
	text-decoration : underline;
}

ul#fList li a:hover {
	color : #000000;
	text-decoration : none;
}