body {
	background: #fff;
}

#rap{
	margin: 5px auto;
	background: #fff;
	font: 0.9em 'Verdana', Sans-Serif;
	width:96%;	
}

#content {
	margin-right:-210px;
	float: left;
	width: 100%;
}

h2 {
	font-family: "Midashi Min MA31";
	font-size: 36pt;
	background-color: #99FF99;
	font-weight: bold;
}
h3 {
	font-family: "Shin Go Medium";
	font-size: 20pt;
	background-color: #FFFFCC;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #006600;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #006600;
	line-height: 24px;
}
h4 {
	font-family: "Shin Go Medium";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background-color: #CCFF66;
	border-bottom-width: 2px;
	border-left-width: 1em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003333;
	border-left-color: #003333;
	padding-left: 0.5em;
}
.content_img{
	text-align:center;
	margin-right: 210px;
	margin-left: auto;
}
.story{
	font-family: "Kakumin Regular";
	margin-right: 210px;
//	font: 1em Verdana, Sans-Serif; 
	background: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
.story img{
	border: none;
}

.storytitle{
	margin-right: 210px;
	background: #f3f3e3; 
	border-top: 2px solid #D5D5D5; 
	/*border-bottom: 1px solid #D5D5D5; */
	padding: 2px 2px 2px 2px;
}
.storytitle a:link, .storytitle a:visited { 
	color: #00b300; 
	text-decoration: none; 
}

.storytitle h1{
	font: 1.4em/1em Verdana, Sans-Serif; 
	color:#00b300; 
	font-weight: bold;
	margin:0; 
	padding-bottom: 5px; 
}
.storycontent{
	margin-right: 210px;
	padding-left: 10px;
	padding-right: 10px;
}



/* -- Header sytle -- */
#header {
	font: 1.4em/1em Verdana, Sans-Serif; 
	color:#ffffff;
	background: #E90033;
/*	background: url(../weblog/wp-content/themes/takabo_3/images/header_husq2009_bg1.png) repeat-x;  */
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	letter-spacing: 0.1em;
	margin: 0;
	height: 70px;
	padding: 5px 15px 2px 15px;
}
#header h1{
	font-style:bold;
	text-align: center;	
}

#header img{
	border:none;
}
#navbar {
/*	background-color:#659733; */
	background-color:#E90033; 
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 25px; 
	padding: 3px 3px 0px 3px;
	color:#FFFFFF; 
	font: 15px Tahoma, Sans-Serif; 
	font-weight: bold; 
	text-align: left; 
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	white-space: nowrap; 
}

#navlist li {
	display: inline;
	list-style-type: none; 
}

#navlist a { 
	padding: 0px 10px; 
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
/*	background-color:#659733; */
	background-color:#E90033; 
	text-decoration: none; 
}

#navlist a:hover {
	color: #659733;
	background-color:#FEEA43;
	text-decoration: none; 
}

/* -- Sidebar menu style -- */
#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	padding: 5px 0 10px 0px;
	float:left;
	width: 200px;
	font-family: verdana, arial, Sans-Serif; 
}

#menu h2{
	font-size:14px;
	color: #b1270e;
/*	color: #98e44d;*/
	border-bottom: 1px solid #ee0022;
/*	background: url(../images/menu_li_bg3.PNG) no-repeat; */
	text-indent: 0.5em;
}

#menu ul{
	margin: 10px 0px 0px 5px;
	padding: 0px 10px 0px 2px;
}
#menu ul li {
	list-style-type: none;
	font-size: 0.9em;
	list-style-position: outside;
}

#footer {
/* background-color:#66ACC6; */
 top: 0px;
 right: 0px;
	background-color:#E90033; 
 font-size: 11px; 
 color:#FFFFFF;
 text-align:center;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 5px 5px 10px 5px;
	clear:both;
} 

#footer a:link, #footer a:visited { 
 color: #FFFFFF; 
 text-decoration: none;
 background-color: transparent; 
}

#footer a:hover { 
 color: #FEEA43; 
 text-decoration: underline; 
}

