body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align:center;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* menu */

	
	ul.menu * {
		list-style:none;
		margin:0px;
		padding:0px;
		width:134px;
		color: #333333;
		z-index:999;
	}
	
	ul.menu a {
		text-decoration:none;
		display:block;
	}
	
	ul.menu li {
		position:relative;
		float:left;
		margin-right:0px;
	}
	
	ul.menu ul {
		position:absolute;
		list-style:none;
		top:55px;
		left:0;
		display:none;
	}
	
	ul.menu ul li {						/* Main Category Styling */
		position:relative;
		border-bottom:solid;
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-right:5px;
		text-align:left;
		text-indent:5px;
		margin:0px;
	}
	
	ul.menu ul li a {
		display:block;
		padding:5px 0px 5px 0px;
		background-color:#E8E8E8;		/* (all) Color before rollover */
		margin:0px;
	}
	
	ul.menu ul li a:hover {
		background-color:#B2B2B2;		/* (all) Color on rollover */
	}
	
	ul.menu ul ul {						/* Sub Menu Styling */
		left:-134px;
		top:0px;
	}
	
	ul.menu .menulink {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu .menulink:hover {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu .menulink_blink {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu .menulink_blink:hover {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu .sub {
		text-indent: 10px;
		background:url(images/arrow.gif) 2px 8px no-repeat;
		background-color:#E8E8E8;		/* (all) Color before rollover */
	}
	
	ul.menu .topline {
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

/* body */

.container {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.image_container {
	width:514px;
	margin-right:auto;
	margin-left:auto;
}

.image_link {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.logo {
	background-image:url(http://www.erikshirai.com/images/logo.jpg);
	width:1100px;
	height:100px;
	background-repeat:no-repeat;
}


.navigation {
	float: right;
}

.rule {
	clear:both;
	padding-top: 10px;
}

.category_text {
	font-weight: bold;
}

.main_content {
	text-align:center;
}

.show
{
	display: inline;
}

.hide
{
	display: none;
	text-align:left;
	padding-top:10px;
}

#flashcontent{
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.navigation_cin {
	float: left;
}

.story_info {
	text-align:left;
	width:566px;
	margin-left:auto;
	margin-right:auto;
}

/* cin menu */

	ul.menu_home * {
		list-style:none;
		margin:0px;
		padding:0px;
		width:134px;
		color: #333333;
		z-index:999;
		display:block;
	}
	
	ul.menu_home a {
		text-decoration:none;
	}
	
	ul.menu_home li {
		position:relative;
		float:left;
		margin-right:0px;
	}
	
	ul.menu_home ul {
		position:absolute;
		list-style:none;
		top:55px;
		left:0;
	}
	
	ul.menu_home ul li {						/* Main Category Styling */
		position:relative;
		border-bottom:solid;
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-right:5px;
		text-align:left;
		text-indent:5px;
		margin:0px;
	}
	
	ul.menu_home ul li a {
		display:block;
		padding:5px 0px 5px 0px;
		background-color:#E8E8E8;		/* (all) Color before rollover */
		margin:0px;
	}
	
	ul.menu_home ul li a:hover {
		background-color:#B2B2B2;		/* (all) Color on rollover */
	}
	
	ul.menu_home ul ul {						/* Sub Menu Styling */
		left:-134px;
		top:0px;
		display:none;
	}
	
	
	ul.menu_home ul ul:hover {						/* Sub Menu Styling */
		left:-134px;
		top:0px;
		display:block;
	}
	
	ul.menu_home .menulink_blink {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu_home .menulink_blink:hover {
		width:134px;
		height:50px;
		margin:0px;
		text-align:right;
		background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
		background-repeat:no-repeat;
	}
	
	ul.menu_home .sub {
		text-indent: 10px;
		background:url(images/arrow.gif) 2px 8px no-repeat;
		background-color:#E8E8E8;		/* (all) Color before rollover */
	}
	
	ul.menu_home .topline {
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	ul.menu_home .topline:hover {
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}