
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:none;}
html *{
	font-size:1em;
}
a:link,a:visited{
	color:#00f;
}
strong{

}

body{
	margin:0;
	padding:0;
	background:#fff url(img/bg01.jpg) repeat-x;
	border-top:4px solid #64b520;
	text-align:center;
	font-family: normal arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;

}
#container{
	margin:0px auto;
	padding:0px auto;
	width:780px;
	text-align:left;
}
#header{
	position:relative;
	margin-top:20px;
}

#main{
	float:left;
	width:540px;
	background:#fff;
	margin-top:20px;
}

#sidebar{
	float:right;
	width:220px;
	margin-top:20px;
}

#footer{
	clear:both;
	width:100%;
	text-align:center;
	border-bottom:4px solid #64b520;
	padding-top:40px;
}

#header h1{
	color:#333;
	height:70px;
}

#header h1 a:link,#header h1 a:visited{
	display:block;
	height:70px;
	color:#000;
	text-decoration:none;
	text-indent:-5000px;
	outline:none;
}
#header .top-navi{
	position:absolute;
	top:0;
	right:0px;
}

#global-menu{
	background:#fff url(img/bg01.jpg) repeat-x;
	border:1px solid #cfcfcf;
	margin:0px;
	padding:2px 0;
	_width:100%;
	overflow:hidden;
	text-align:center;
}
#global-menu li{
	float:left;
	width:auto;
	height:30px;
	list-style:none;
	line-height:30px;
	font-weight:bold;
	border-right:1px solid #cfcfcf;
	

}
#global-menu li a:link,#global-menu li a:visited{
	display:block;
	margin:0px 2px;	
	padding:0 30px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	outline:none;
	
}
#global-menu li a:hover,#global-menu .current a:link,#global-menu .current a:visited{
	color:#fff;
	background:url(img/bg-globalm.jpg) repeat-x;
}

#main .article-body{
	margin:1em 0.5em 0 1em;
}
#main h2{
	font-size:90%;
	color:#666;
	padding:8px 0px 8px 10px;
	margin-top:0px;
	background:url(img/bg01.jpg) repeat-x;
	border:1px solid #cfcfcf;
}
#main h2 strong{
	border-left:6px solid #64b520;
	padding-left:8px;
}
#main h3{
	margin:1em 0;
	color:#64b520;
	padding:2px 0px 2px 10px;
	font-size:0.9em;
	border-left:solid 5px #64b520;
	border-bottom:dotted 1px #64b520;
}
#main p{
	line-height:1.4;
	font-size:0.8em;
	color:#333;
}
#main .list1{
	line-height:1.4;
	font-size:0.8em;
	color:#333;
}
#main .list1 li{
	list-style:disc url(img/arrow.gif);
}
#main hr{
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #ccc;
	height: 1px;
}

#sidebar h4{
	background:#fff url(img/bg-sidem.jpg) no-repeat;
	border:1px solid #cfcfcf;
	padding:8px 10px 8px 30px;
	color:#333;
	font-size:12px;
}
#sidebar ul{
	padding:6px 15px 15px 15px;
	margin:0 0 15px 0;
}
#sidebar li{
	padding:4px;
	list-style:none;
}
#sidebar li a:link,#sidebar li a:visited{
	font-size:12px;
	color:#555;
	text-decoration:none;
	outline:none;
}
#sidebar li a:hover{
	text-decoration:underline;
	color:#64b520;
}

#footer address{
	width:780px;
	margin:0 auto;
	font-style:normal;
	font-size:12px;
	border-top:1px solid #cfcfcf;
	color:#666;
	text-align:center;
	padding:10px 0px 20px 0px;
}

.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
