@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.bg01 {
	background-image: url(../images/2301.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg02 {
	background-image: url(../images/2303.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#load {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	margin-top: -90px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-shadow: 1px 1px 1px #333;
}
#logo {
	width: 100%;
	height: 158px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px solid rgba(175,27,27,0.6);
}
#main-list h1{
	font-size: 24px;
	color: #FFF;
	font-weight: boeder;
	font-style: italic;
	text-shadow: 2px 2px 3px #333;
	padding: 10px 0 5px 50px;
	background-image:url(../images/2304.png);
	background-repeat: no-repeat;
	background-position: left -12px;
}
#main-list h3{
	padding-top:10px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
}
#main-list img{
	padding: 4px;
}
#main-list a {
	 background-color: rgba(0,0,0,0.7);
}
#main-list a:hover,#main-list a:active {
	background-color: rgba(0,0,0,1);
}

.bg03 {
	background-image: url(../mimages/547.jpg);
	background-repeat: repeat, no-repeat;
	background-position:left top, center top;
	background-size: auto, cover;
}


#infos {
	height: auto;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	margin-top: 10px;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	text-shadow: none;
}
#infos h1 {
	font-size: 18px;
	margin: 0 auto 5px auto;
}
#infos p {
	line-height: 20px;
	margin:2px auto 5px auto;
}
 #infos  li{ 
	list-style-type: square;
	list-style-position: inside;
    margin-left: 2px;
    height:20px; 
	line-height:20px; font-size:12px; }
#infos .ui-block-b img {
	width: 100%;
	height: auto;
	border: 2px solid #FFF;
}
#infos .ui-block-b a {
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgb(102,51,51);
	border-radius: 3px;
	float: right;
}
#infos .ui-block-b a:hover,#infos .ui-block-b a:active {
	padding: 5px 10px;
	font-size: 12px;
	color: #F30;
	font-weight: normal;
	background-color: rgba(0,0,0,1);
	border: 1px solid rgb(102,51,51);
	border-radius: 3px;
	float: right;
}
#contact {
	height: auto;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	margin-top: 10px;
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	text-shadow: none;
}
#contact h1 {
	font-size: 18px;
	margin: 0 auto 5px auto;
}
#contact p {
	line-height: 20px;
	margin:2px auto 5px auto;
}
#contact .ui-block-b img {
	width: 100%;
	height: auto;
	border: 2px solid #FFF;
}
.ui-btn {
	font-size: 14px;
	text-shadow: none;
}
.ui-icon-maps {
	background-image: url(../mimages/maps.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.ui-icon-tel{
	background-image: url(../mimages/phone.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


