@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	clear: both;
	visibility:hidden;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 50px;
}
h2 {
	background-image: url(../img/h2.png);
	line-height: 55px;
	padding-left: 20px;
	font-size: 16px;
}
h2 a {
	line-height: 55px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

h3 {
	background-image: url(../img/h3.png);
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}


h3 a {
	background-image: url(../img/h3.png);
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
p {
	line-height: 170%;
}
li {
	margin: 0px;
	padding: 0px;
}

.lspace {
	padding-left: 50px;
}

.red {
	color: #FF0000;
}
.validation-advice {
	color: #FF6600;
}
.center {
	text-align: center;
}





#wall {
	width: 100%;
}
#wall #head {
	width: 100%;
	height: 50px;
	text-align: center;
}
#wall #head #head_title {
	float: left;
}
#wall #head #head_menu {
	float: right;
}
#wall #head #head_menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	height: 15px;
	display: block;
	width: 100px;
	float: left;
	text-align: center;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
#wall #head #head_menu a:hover {
	background-color: #000000;

}
#wall #m_img {
	height: 190px;
	background-image: url(../img/m_img_back.png);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#wall #wallmid {
	width: 100%;
	text-align: center;
}

#wall #main {
	margin: 10px auto auto;
	width: 800px;
	text-align: left;
}
#wall #main #contents {
	float: right;
	width: 580px;
}
#wall #main #contents #indexgallery {
	background-color: #D3E6EA;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	text-align: center;
}

#wall  #main  #contents  .threeside {
	width: 180px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
}
#wall #main #contents table {
	width: 100%;
	background-color: #CCCCCC;
}
#wall #main #contents td {
	height: 40px;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#wall #main #main_menu {
	float: left;
	width: 200px;
	overflow: hidden;
}
#wall #main #main_menu ul {
	margin-bottom: 20px;
}
#wall #main #main_menu li {
	list-style-type: none;
}
#wall #main #main_menu li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 2px;
	background-color: #EAEAEA;
}
#wall #main #main_menu li a:hover {
	background-color: #000000;
	color: #FFFFFF;

}
#wall #footer {
	background-image: url(../img/m_img_back.png);
	padding-top: 20px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
#wall #footer a {
	color: #CC0000;
	text-decoration: none;
}
#wall #main #contents .bgg {
	background-color: #EEEEEE;
}
