@charset "UTF-8";

/* ---------------------------------

	Written by			Creative Unit gabs
						http://gabs.cc/
						
	Last Modified		2009.01.11

	Color Schema
	
		Black - Key		#333
		Dark Gray		#B4B4B4
		Light Gray		#EBEBEB
		

	Font Size - YUI 3.0
	
		10px	---		77%			82.8%
		11px	---		85%			91.4%
		12px	---		93%			100%
		13px	---		100%		107.5%
		14px	---		108%		116.7%
		15px	---		116%		125%
		16px	---		123.1%		133.3%
		17px	---		131%		141.7%
		18px	---		138.5%		150%
		19px	---		146.5%		158.3%
		20px	---		153.9%
		21px	---		161.6%
		22px	---		167%
		23px	---		174%
		24px	---		182%
		25px	---		189%
		26px	---		197%
		
	Line Height = 100 * new line-height / 12 (ex. Base Font size: 12px)
	
		10px	---		
		11px	---		
		12px	---		100%
		13px	---		
		14px	---		
		15px	---		
		16px	---		
		17px	---		
		18px	---		
		19px	---		
		20px	---		
		21px	---		
		22px	---		
		23px	---		192%
		24px	---		
		25px	---		
		26px	---		

--------------------------------- */


/* ---------------------------------

Common Style

--------------------------------- */
a { outline: none; }

.clear {
	_zoom: 1;
	overflow: hidden;
}

/* .nav, .reset */
.nav,
.reset,
.reset dd { margin:0; }

	.nav li,
	.reset li { list-style-type: none; }

.align-right { text-align: right; }

/* ul.nav-pager */
ul.nav-pager {
	text-align:center;
	padding-bottom: 0.5em;
}

	ul.nav-pager li {
		display:inline-block;
		padding: 0 9px;
		border-right: solid 1px #7F7F7F;
	}
	
	ul.nav-pager li.last { border-right: none; }

dl.list dt { padding: 1em 0 0.5em; }
dl.list dd { padding-bottom: 1em; border-bottom: dashed 1px #6B5B51; }

/* ---------------------------------

Base Style

--------------------------------- */
html,
body { background: #000; }

	body {
		color: #333;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: #000 url(/img/common/bg-body.gif) repeat-x center 329px;
	}

table { width: 100%; }
	table.reset { margin: 0; }
	
	td,
	th {
		vertical-align: middle;
		border: none;
	}

a { color: #006EC8; }
	a:hover { color: #09F; }

#outer-wrap {
	text-align: center;
	font-size: 93%;
	background: url(/img/common/bg-outer-wrap.gif) repeat-x center top;
}

#inner-wrap,
#footer {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

	#inner-wrap {
		background: #FFF;
	}

/* ---------------------------------

#Header

--------------------------------- */
#header {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/img/common/bg-header.jpg);
	height: 233px;
	position: relative;
}

	#header h1 {
		margin: 0;
		position: absolute;
		left: 10px;
		top: 17px;
	}

#nav-global li {
	position: absolute;
	top: 26px;
}

	#nav-global li a {
		display: block;
		background: url(/img/common/btn-nav-global.png) no-repeat;
		height: 22px;
		text-indent: -999em;
		width: 76px;
	}
	
		#nav-global li#btn-topics a { width: 76px; background-position: 0 0; }
		#nav-global li#btn-topics a:hover { background-position: 0 -24px; }
		
		#nav-global li#btn-outline a { width: 106px; background-position: -83px 0; }
		#nav-global li#btn-outline a:hover { background-position: -83px -24px; }
		
		#nav-global li#btn-schedule a { width: 106px; background-position: -196px 0; }
		#nav-global li#btn-schedule a:hover { background-position: -196px -24px; }
		
		#nav-global li#btn-casts a { width: 56px; background-position: -310px 0; }
		#nav-global li#btn-casts a:hover { background-position: -310px -24px; }
		
		#nav-global li#btn-about-rwanda a { width: 148px; background-position: -373px 0; }
		#nav-global li#btn-about-rwanda a:hover { background-position: -373px -24px; }
		
		#nav-global li#btn-blog a { width: 56px; background-position: -528px 0; }
		#nav-global li#btn-blog a:hover { background-position: -528px -24px; }
		
	#nav-global li#btn-topics { left: 245px; }
	#nav-global li#btn-outline { left: 350px; }
	#nav-global li#btn-schedule { left: 490px; }
	#nav-global li#btn-casts { left: 625px; }
	#nav-global li#btn-about-rwanda { left: 710px; }
	#nav-global li#btn-blog { left: 885px; }

/* ---------------------------------

#Content

--------------------------------- */
#content { background: #FFF url(/img/common/bg-content.jpg) repeat-y right bottom; }

#article {
	width: 660px;
	background: url(/img/common/bg-article.jpg) no-repeat left bottom;
	float: left;
}

	#content .outer { background: url(/img/common/bg-content-outer.png) no-repeat right top; }
	#article .outer {
		background: url(/img/common/bg-article-outer.png) no-repeat right top;
		padding: 60px 15px 30px;
	}
	
	#article a { color: #CC3E00; }
	
	#article h2 { margin: 0; padding-bottom: 1.5em; }
	
	#article h3 { margin: 0 0 1em; padding: 0.5em; font-size: 133.3%; background: #08A359; color: #FFF; }
	
	#article dl.detail { margin: 0; }
	#article dl.detail dt { font-weight: bold; color: #40200A; }
	#article dl.detail dd { border-bottom: dashed 1px #6B5B51; margin: 0; padding: 1em; margin-bottom: 1em; }
	
	#article h4 { font-size: 116.7%; margin-bottom: 1em; }
	
	#article p.post-date { clear: both; margin-top: 2em; padding-top: 1em; border-top: solid 1px #6B5B51; font-size: 91.4%; text-align: right; }
	
	#article #g-map { width: 628px; height: 428px; border: solid 1px #CCC; }

#aside {
	padding-top: 60px;
	float: right;
	width: 265px;
	padding-right: 15px;
}

	#aside #list-recent,
	#aside #list-monthly { margin-bottom: 14px; }
	
	#aside #list-supportor {
		border: solid 3px #75A7DE;
		background: url(/img/common/bg-list-supporter.png);
	}
	
		#aside #list-recent h3,
		#aside #list-monthly h3,
		#aside #list-relative h3,
		#aside #list-supportor h3 { margin: 0; }
		
		#aside #list-monthly ul,
		#aside #list-relative ul,
		#aside #list-supportor ul { padding: 1em 1em 0; }
		
			#aside #list-monthly ul,
			#aside #list-relative ul { padding: 1em 0 0; }
			
				#aside #list-monthly ul ul { padding-left: 1.5em; }
			
			#aside #list-supportor ul { padding: 1em 1em 0; }
		
				#aside #list-recent dl dd,
				#aside #list-monthly ul li li,
				#aside #list-relative ul li,
				#aside #list-supportor ul li {
					background: url(/img/common/arrow-white.png) no-repeat left 0;
					padding: 0 0 1em 1.5em;
				}
				
					#aside #list-recent dl dt { color: #FFF; }
					#aside #list-recent dl dd { border-bottom: dashed 1px #FFF; }
					
					#aside #list-recent dl dd a,
					#aside #list-monthly ul li a,
					#aside #list-relative ul li a,
					#aside #list-supportor ul li a {
						color: #FFF;
						text-decoration: underline;
					}
					
					#aside #list-monthly ul li span.year { color: #FFF; }
	
	#aside #list-link { padding-bottom: 14px; }

/* ---------------------------------

#Footer

--------------------------------- */
#footer {
	min-height: 56px;
	background: url(/img/common/bg-footer.jpg) no-repeat center top;
}

	#footer .nav {
		height: 24px;
		font-size: 91.4%;
		padding: 12px 0 0 7px;
	}
	
	#footer .nav li {
		float: left;
		border-right: solid 1px #40200A;
		padding: 0 5px;
	}
	
		#footer .nav li.last {
			border-right: none;
			padding-right: 0;
		}
		
		#footer .nav li a {
			color: #40200A;
			text-decoration: none;
		}

#copyright {
	color: #FFF;
	text-align: center;
	background: #000;
	padding: 5px;
}

	#copyright p { margin: 0; }

/* ---------------------------------

#Index

--------------------------------- */
#index #header {
	background-image: url(/img/top/bg-header.jpg);
	height: 499px;
}

	#index #header h1 {
		left: 335px;
		top: 17px;
	}
	
	#index #header #movie {
		position: absolute;
		left: 320px;
		top: 248px;
		background: #000;
	}
	
	#index #nav-global li#btn-topics { left: 14px; }
	#index #nav-global li#btn-outline { left: 126px; }
	#index #nav-global li#btn-schedule { left: 273px; }
	#index #nav-global li#btn-casts { left: 580px; }
	#index #nav-global li#btn-about-rwanda { left: 685px; }
	#index #nav-global li#btn-blog { left: 885px; }

#index #content,
#index #article { /*min-height: 661px;*/ }

	#index #content .outer { background: url(/img/top/bg-content-outer.png) no-repeat right top; }
	#index #article .outer { background: url(/img/top/bg-article-outer.png) no-repeat right top; padding-top: 60px; }
	
	#index #article h2 { margin: 0 0 6px; padding: 0; }

	#index #article .section {
		width: 307px;
		float: left;
	}
	
		#index #article .section dl { background: #FFF; }
			
		#index #article .section dt,
		#index #article .section dd { padding: 1em; }
			
			#index #article .section dd {
				padding-top: 0;
				border-bottom: dashed 1px #6B5B51;
			}
	
	#index #article #recent-topics { margin-right: 15px; }
	
	#index #article #schedule dt { padding-bottom: 0.5em; }
	
		#index #article #schedule dd { position: relative; }
		
			#index #article #schedule dd span.pref {
				position:absolute;
				background:url(/img/top/bg-pref.jpg);
				display: block;
				width: 80px;
				line-height: 20px;
				min-height: 20px;
				left: 1em;
				text-align: center;
				color: #FFF;
			}
			
			#index #article #schedule dd a {
				line-height: 20px;
				padding-left: 90px;
			}
		
	#index #article #schedule .nav { padding-top: 4px; }
	
		#index #article #schedule .nav li { float: left; }
		#index #article #schedule .nav li.btn-check-calendar { margin-right: 7px; }
		
	#index #aside { padding-top: 60px; }
/* ---------------------------------

#Topics

--------------------------------- */
#topics.index #article h3,
#topics.list #article h3 { margin-bottom: 0; }

/* ---------------------------------

#Schedule

--------------------------------- */
#schedule #calendar #month th {
	font-size: 150%;
}

#schedule #calendar #day th {
	background: #BBB;
	color: #FFF;
	border: solid 1px #999;
	padding: 0.25em 0.5em;
}

#schedule #calendar #day th.sun { background-color: #FFD3CD; }
#schedule #calendar #day th.sat { background-color: #C3D4FF; }

#schedule #calendar td {
	width: 80px;
	border: solid 1px #999;
	text-align: right;
	height: 80px;
	vertical-align: top;
	background: #FFF;
	padding: 4px;
}

#schedule #calendar td.sun { background-color: #FFEEFB; }
#schedule #calendar td.sat { background-color: #ECEAFF; }
#schedule #calendar td.empty { background-color: #EFEFEF; }

#schedule #calendar td span.pref {
	background:url(/img/schedule/bg-pref.png) no-repeat center;
	display: block;
	width: 80px;
	line-height: 20px;
	min-height: 20px;
	text-align: center;
	color: #FFF;
	margin-top: 0.5em;
}

#schedule #calendar td a {
	display: block;
	text-align: left;
	margin-top: 0.5em;
}

/* ---------------------------------

#Blog

--------------------------------- */
#blog #article .section ul.list li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: dashed 1px #6B5B51;
}
