@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0 ;
	background: url(../image/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	font-family: Verdana, Arial, sans-serif;
	background-position:left;
}
#contain {
	width:690px; 
	height:1097px;
	background-color:#FFFFFF;
}

#left{
	width:367px;
	text-align:right;
}

#right{
	width:354px;
	text-align:left;
}

table {
	font-family:Verdana, Arial, sans-serif;
}

/**header**/
#header {
	background-image:url(../image/header.jpg);
	height:181px;
}
#swap {
	width:95px;
	height:32px;
	color:#333333;
	font-size:10pt;
	padding-top:6px;
	background-image:url(../image/button/b_swap.jpg);
	margin-left:595px;
	text-align:center;
}

#swap a {
	color:#000000;
	text-decoration:none;
}

#swap a:hover {
	color:#FF0000;
}

#navi { 
	vertical-align:middle;
	text-align:center;
}

.button {
	font-family: Verdana, Arial, sans-serif;
	color:#1A1A1A;
	padding:2px;
	font-stretch: expanded;
	font-weight: 400;
	font-size:11pt;
	height:15px;
	margin:1px;
	}

a.button:link {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	color:#1A1A1A;
	padding:2px;
	font-weight: 500;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}

 a.button:hover {
	background-color:#ED1E79;
	font-family: Verdana, Arial,  sans-serif;
	color:#FFFFFF;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}
	
a.button:visited {
	font-family: Verdana, Arial, sans-serif;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}

a.button:active{
	font-family: Verdana, Arial, sans-serif;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	color:#FFFFFF;
	}

/*catagory*/
#catagoy {
	font-family: Verdana, Arial, sans-serif;
	color:#1A1A1A;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	height:15px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
	}
	
#catagoy a:link {
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
	padding:2px;
	font-weight: 500;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}

#catagoy a:hover {
	font-family: Verdana, Arial,  sans-serif;
	color: #ED1E79;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}

#catagoy a:visited {
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	}

#catagoy a:active{
	font-family: Verdana, Arial, sans-serif;
	padding:2px;
	font-weight: 400;
	font-size:11pt;
	text-decoration: none;
	margin:1px;
	color:#FFFFFF;
	}
/*content*/

#banner {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#content {
	margin-bottom:20px;
	padding:10px;
	font-size:12px;
	border:thin;
	border-color:#E6E6E6;
	border-style: dotted;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif
}

.num {
	font-family: Verdana, Arial, sans-serif
	font-size:25pt;
	color:#FFFFFF;
	background-image:url(../image/tag.gif)
}

/*bulletin*/
#bulletin {
	text-align:center;
	vertical-align:top;
}

#bulletin .box {
	border:thin;
	border-color:#E6E6E6;
	border-style: dotted;
	padding-top:10px;
	padding-bottom:10px;
}

#bulletin .title {
	background-color:#ED1E79;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:20px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	
}
/*bulletin end*/

.space {
	width:5px;
}

#adv {padding-top:20px;
}

#adv .box{
	vertical-align:top;
	border:thin;
	border-color:#E6E6E6;
	border-style: dotted;
}


/*Footer*/
#footer {
	color: #4D4D4D;
	font-size: 11px;
	font-family: verdana, arial, san-serif;
	font-weight: normal;
	text-decoration: none;
	background-color:#FFFFFF;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-top:30px;
}

#copyright {
	width:330px;
	color: #1A1A1A;
	font-size: 11px;
	font-family: verdana, arial, san-serif;
	font-weight: normal;
	text-decoration: none;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

#footer a {
	color: #1A1A1A;
	font-size: 10px;
	font-family: verdana, arial, san-serif;
	font-weight: normal;
	text-decoration: none;
	margin:5px;
}
#footer a:hover {
	color: #ED1E79;
	font-size: 10px;
	font-family: verdana, arial, san-serif;
	font-weight: normal;
	text-decoration: underline;
}

