@charset "UTF-8";
/* CSS Document */

@import 'reset.css';
@import 'default.css';
html,body{
	height:100%;
}
body{
	text-align:center;
	font-family:Arial,Helvetica,Sans-serif;
	background:#EEE url(../images/body_bg.png) repeat-x;
}
/* YAZI */
h1{
	display:none;
}
h2{
	font-size:18px;
	color:#040057;
	letter-spacing:-0.7px;
	margin:0 0 13px 0;
}
h3{
	font-size:16px;
	color:#b90500;
	margin:10px 0;
}

h4{
	font-size:12px;
	color:#b90500;
	font-style:italic;
	letter-spacing:-0.5px;
	margin:5px 0;
}

h5{
	font-size:12px;
}

a{
	text-decoration:none;
}
li{
	margin-left:25px;
		
}
a:hover{
	
}

p{
	font-size:12px;
	line-height:1.4;
	margin:5px 0;
	color:#333;
}

/* YAPI */
#container{
	min-height:100%;
	position:relative;
	height:auto !important;
	height:100%;
}

#header{
	height:447px;
	background:#EEE;
	width:902px;
	margin:0 auto;
}

#homepage{
	text-align:left;
	width:902px;
	margin:0 auto;
	padding-bottom:54px;
	padding-top:12px;
}

#homepage p{
	margin:14px 0;
}

#homepage-left{
	float:left;
	display:inline;
	width:658px;
}

#homepage-right{
	float:left;
	display:inline;
	width:244px;
}
#homepage .box{
	border:1px solid #bdc1a3;
	float:left;
	display:inline;
	background:url(../images/homepage_box_bg.png) repeat-x;
	height:154px;
	width:121px;
	padding:3px;
	text-align:center;
	margin:8px 2px 0 0;
}
#homepage .box p{
	margin:15px 0 0 0;
}
#homepage .box h4{
	background:url(../images/blue_point.png) no-repeat 0 50%;
	padding-left:14px;
	margin:10px 0;
	text-align:left;
}
#homepage .box a{
	font-size:11px;
	color:#101d2e;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
#homepage #duyuru-top{
	background:url(../images/duyuru_top.png) no-repeat;
	width:244px;
	height:57px;
}
#homepage #duyuru-bottom{
	background:url(../images/duyuru_bottom.gif) no-repeat;
	width:224px;
	height:268px;
	padding:10px;
	text-align:right;
}
#homepage #duyuru-bottom marquee{
	text-align:right;
}
#homepage #duyuru-bottom marquee h3{
	font-size:14px;
	margin:0;
	padding:0;
}
#homepage #duyuru-bottom marquee .post-date{
	font-size:11px;
}
#homepage #duyuru-bottom marquee p{
	margin:3px 0;
}
#homepage #duyuru-bottom marquee p.read-more{
	display:none;
}
#content{
	text-align:left;
	padding-bottom:70px;
	width:902px;
	margin:0 auto;
}

#content table{
	font-size:13px;
	margin-bottom:10px;
}

#main{
	
	
}
#content img, #main img{
	margin:0 5px 5px 0;
	border:2px solid #AAA;
}
#nav{
	float:left;
	display:inline;
	width:230px;
	padding:10px 0 0 10px;
}

#section{
	float:left;
	display:inline;
	width:650px;
	padding:10px 0 0 10px;
}

	#section h5{
		font-size:14px;
		background:#CC0000;
		padding:5px;
		color:#EFEFEF;
		margin-bottom:5px;
		width:332px;
		margin:0 auto;
	}
	#section table{
		font-size:13px;
		margin:0 auto 10px auto;
	}
	#section table tbody td{
		padding:3px;
		border-bottom:1px solid #333;
	}
	#section table thead td{
		font-size:14px;
		background:#CC0000;
		padding:5px;
		color:#EFEFEF;
		font-weight:bold;
	}

#footer{
	padding:3px 0;
	background:url(../images/footer_bg.png) repeat-x;
	height:48px;
	width:100%;
	position:absolute;
	bottom: 0 !important;
	bottom: -1px;
	left:0;	
}
#footer p{
	color:#FFF;
	line-height:1.3;
	margin:0;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}