@charset "UTF-8";
/* CSS Document */
@import 'reset.css';
h1{
color:#DC6428;
font-size:20px;
padding:5px;
}
h2{
color:#8E2B01;
font-size:18px;
padding:5px;
}
h3{
color:000;
font-size:18px;
padding:5px;
}
body{
background:url(../images/bg.png) repeat-x;
font-size:12px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}
#container{
width:1001px;
margin:0 auto;
}
#content{

}
#content p{
line-height:1.4;
}
#footer{
background:url(../images/footer-bg.jpg) no-repeat;
width:978px;
height:90px;
text-align:right;
color:#62615D;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#footer p{
padding:30px;
}
#footer p a{
color:#626150;
font-weight:bold;
text-decoration:none;
}
#footer p a:hover{
color:#626150;
font-weight:bold;
text-decoration:underline;
}
.right{
float:right;
}
.left{
float:left;
}
.clear{
clear:both;
}

#gallery{
	font-size:13px;
	overflow:hidden;
	margin:10px 0;
}

#gallery .thumb{
	width:158px;
	height:200px;
	background:#EFAD59;
	padding:3px;
	float:left;
	display:inline;
	text-align:center;
	margin:0 10px 10px 0;
}

#gallery .thumb img{
	width:150px;
	height:150px;
	border:4px solid #EFEFEF;
	margin:0 auto 3px auto;
}
#gallery .thumb a{
	display:block;
	color:#111;
	font-weight:bold;
	text-decoration:none;
}

.nav{
	margin:5px 0;
}
.nav a{
	color:#BF410D;
}

.detail img{
	float:left;
	display:inline;
	width:275px;
	padding:5px;
	background:#EFEFEF;
	border:1px solid #AAA;
	margin:0 7px 7px 0;
}
#duyuru{
	text-align:center;
	padding:15px;
	padding-left:30px;	
}
#duyuru h4{
	font-weight:bold;
	font-size:14px;
	color:#111;
	margin:3px 0;
	padding:0;
}
#duyuru p{
	font-size:12px;
	line-height:1.2;
}
