@import "common.css";
@import "clear_fix.css";


div#contentWrap div#flashWrap {
width:800px;
margin-bottom:30px;
}


div#contentWrap div#mainWrap {
width:580px;
float:left;
text-align:left;
}

div#contentWrap div#sideWrap {
width:200px;
float:right;
}

div#contentWrap h1 {
width:850px;
height:100px;
clear:both;
}


/* ----------------------------------------------------------------
   Main Content
------------------------------------------------------------------- */

/* Intoroduction
------------------------------------------------------------ */
div#mainWrap div.intro {
width:580px;
margin-bottom:40px;
line-height:1.8;
}

div#topicsWrap h2 {
margin:0 0 15px;
}

div#topicsWrap dl {
text-align:left;
padding:0 5px;
}

	div#topicsWrap dl dt {
	color:#222;
	}

	div#topicsWrap dl dt span {
	padding:0 0 0 10px;
	}

	div#topicsWrap dl dd {
	padding:0 0 7px 0;
	margin:0 0 8px 0;
	border-bottom:1px #ccc dotted;
	}


/* Event Information
------------------------------------------------------------ */
div#mainWrap div#eventWrap {
width:280px;
float:left;
}

div#eventWrap h2 {
margin:0 0 10px;
}

div#eventWrap dl {
line-height:1.2;
}

	div#eventWrap dl dt {
	color:#5bd;
	margin-bottom:3px;
	padding:0 0 0 15px;
	font-weight:bold;
	background:url(../images/common/dullet_arrow_01.gif) no-repeat left 1px;
	}
	
	div#eventWrap dl dt a {
	color:#5bd;
	}
	
	div#eventWrap dl dt span {
	font-size:10px;
	color:#148;
	}
	
	div#eventWrap dl dd {
	margin-bottom:8px;
	padding:0 0 8px 15px;
	border-bottom:1px #ccc dotted;
	}
	
	div#eventWrap dl dd a {
	color:#a69000;
	}




/* BLOG
------------------------------------------------------------ */
div#mainWrap div#blogWrap {
width:280px;
float:right;
}

div#mainWrap div#blogWrap h2 {
margin:0 0 10px;
}

div#blogWrap dl {
line-height:1.2;
}

	div#blogWrap dl dt {
	margin-bottom:2px;
	}
	
	div#blogWrap dl dt a {
	color:#5bd;
	padding:0 0 0 15px;
	background:url(../images/common/dullet_arrow_01.gif) no-repeat left 2px;
	}
	
	div#blogWrap dl dd {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #ccc dotted;
	}

/* Article */
div#blogWrap .rss_box {
width: 280px;
margin: 0;
padding: 0;
overflow:hidden;
}

div#blogWrap .rss_title,
div#blogWrap .rss_title a,
div.rss_item {
display:none;
}
	
	ul.rss_items {
	margin: 3px;
	padding: 0px;
	}
	
	li.rss_item  {
	padding:0 0 8px 0;
	margin: 0 0 7px 0;
	font-weight : normal;
	word-break: break-all;
	background:url(../images/common/border_dot_1px.gif) repeat-x left bottom;
	}
	
	.rss_item a:link,
	.rss_item a:visited,
	.rss_item a:active {
	color:#5bd;
	white-space:nowrap;
	overflow:hidden;
	font-weight: bold;
	text-decoration : none;
	}
	
	.rss_item a:hover { 
	font-weight: bold;
	text-decoration : underline;
	}
	
	.rss_date {
	line-height:1.7;
	text-indent:-5.1em;
	font-size: 10px;
	color: #999;
	display:block;
	margin:0 0 -15px 0;
	}

/* ----------------------------------------------------------------
   Side Menu
------------------------------------------------------------------- */
div#sideWrap ul.banner {
margin-bottom:12px;
}

	ul.banner li {
	margin-bottom:3px;
	}
	
	ul.banner li.hr {
	margin-bottom:6px;
	}

div#sideWrap p.mobile {
margin-bottom:6px;
}

div#sideWrap .informationWrap {
margin: 6px 0 0;
padding: 10px;
border: 1px #BBCCDD solid;
}
	div#sideWrap .informationWrap span {
	font-weight: bold;
	color: #55BBDD;
	}
