@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#shihan_menu {
	margin-top:20px;
	
	
}

#article_body {
	margin-top:0px;
	margin-right:4px;
	float:right;
	width:746px;
	
	height:500px;
	overflow:auto;
}
#top {
	background:#ffcc33;
	font-size:16px;
	font-weight:bold;
	width:190px;
	margin-right:2px;
	
}
#top a {
	text-decoration:none;
	color:#333;
}
#top a:hover {
	color:#333;
}
h3 {
	margin:0;
	padding:0;
}
h4 {
		font-size:14px;
		margin:3px 0;
}

.shihan_list a {
	color: #333;
	text-decoration: none;
}

.shihan_list a:hover {
	color: #333;
	
}
 
.shihan_list {
	width:200px;
}
.shihan_list ul {
	float: left;
	width: 194px;
	list-style-type:none;
	background-color: #FFCC33;
	position: relative;
	border-top: solid 1px #FFCC33;
	border-right: solid 1px #FFCC33;
	border-left: solid 3px #FFCC33;
	border-bottom: solid 3px #FFCC33;
	margin:0;
	padding:0;
}


.shihan_list ul li {
	float: none;
	margin: 0px;
	width:186px;
	background-color:#FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	padding:2px;
	margin-left:1px;
}
.shihan_list ul li:hover {
	background-color:#ffdd66;
}



