@charset "UTF-8";


/* ****************************************************
Title: under_default.css
Created: 2009/10/13
Last Modified: 2009/10/13
***************************************************** */

/* TABLE OF CONTENTS
-----------------------------------------------
    0 : header
    1 : content
    2 : footer
/*  

/*----------------------------------------------------
	0 : header
----------------------------------------------------*/

#header {
	padding: 0 100px;
}

#logo {
	padding: 10px 0 0 0;
}

#logo #fanLogo {
	float: left;
}

#logo #gaylaLogo {
	float: right;
}

#menu {
	clear: both;
	padding: 28px 0 0 0;
}

#menu .menuBtn {
	float: left;
	margin-right: 20px;
}

#title {
	clear: both;
	padding: 46px 0 46px 0;
}


/*----------------------------------------------------
	1 : content
----------------------------------------------------*/

#content {
}

#content #main {
}

#content .bar {
	margin: 50px 0 30px 0;
}

#content .bar2 {
	margin: 0 0 20px 0;
}

#content .subBar {
	clear:	both;
	margin: 50px 0 20px 0;
}

#content .item .itemList {
	float: left;
	text-indent: -1em;
	padding-left: 1em;
}

#content .item .itemList h3 {
	color: #1A6BB9;
	font-size: 120%;
	font-weight: bold;
}

#content .item .itemList h3 span {
	color: #939393;
	font-size: 80%;
}

#content .item .itemTxt {
	width: 610px;
	float: right;
}

#content .item .itemTxt .contentImg {
	margin: 20px 0;
}

#content .item .itemTxt .bold {
	font-weight: bold;
}

#content .dotLine {
	padding: 20px 0 20px 0;
	clear: both;
}

/*----------------------------------------------------
	2 : footer
----------------------------------------------------*/

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 10px 20px 0 20px;
	font-size: 80%;
}

#footer .footerTxt {
	float: left;
	text-indent: 6px;
	background-image: url(../img/footer_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
}

#footer .copyright {
	float: right;
}

#footer .clearTxt {
	clear: both;
}


#footer a:link,
#footer a:visited,
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover,
#footer  a:active {
	color: #000;
}

/*----------------------------------------------------
	3 : other
----------------------------------------------------*/

div.pageTop {
	clear:both;
}

.pageTop a {
	float: right;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 12px;
	width: 119px;
	overflow:hidden;
	clear: both;
	margin: 0 0 20px 0;
	display: block;
}

.clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  
   
.clearfix {  
    zoom: 1;  
} 
