a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; 
	margin: 20px 0;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	text-align:center;
}
#header h1 {
	font-size: 10px;
	color: #C5C5C5;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#header h2 {
	font-size: 10px;
	color: #C5C5C5;
	margin-top: 10px;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #FF6600; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 820px; 
}
.menu a {
    font-size: 12px;
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #666;
	float: left;
	padding-top: 4px;
	width: 159px;
	height: 36px;
	text-align: center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #990000;
}
.menu a#last {
	width: 159px;
	border-right: none;
	display:block;
}
.container {
	margin: 12px;
}
.breadcrumb{
    clear:both;
	width:800px;
	margin-top:12px;
	margin-bottom:10px;
	font-size:12px;
	color:#333;
}
.breadcrumb a{
	font-size:12px;
	color:#2B77B3;
	text-decoration:none;
}
.breadcrumb a:hover{
	font-size:12px;
	color:#2B77B3;
	text-decoration:underline;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h3 {
	font-size: 18px;
	color: #990000;
	margin-left:8px;
}
.content h4 {
	font-size: 18px;
	color: #006600;
	margin-left:8px;
	border-bottom:2px solid #cccccc;
}
.content p {
	margin: 3px 0 6px;
    color: #333;
}
.article {
    font-size:14px;
	padding:2px;
	border: 1px solid #cccccc;
	margin-bottom:4px;
	background-color:#F5F5F5;
	background-image: url("img/bg_article.jpg");
	background-repeat:no-repeat;
	background-position: top right;
}
.article p {
	margin-left:8px;
}
.article_info {
	font-size:14px;
	color:#333;
}
.article_info a {
	text-decoration:none;
	color:#2B77B3;
}
.article a:hover{
	font-size:14px;
	color:#2B77B3;
	text-decoration:underline;
}
.article_note{
	font-size:12px;
	line-height:18px;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
    font-size:10px;
	padding: 5px;
	background: #F5F5F5;
	color: #333;
	text-align: center;
}
.font-black{
color:#000000;
}
 