@charset "utf-8";
/* CSS Document */
a{
	color:#CC0;
	border:0px;
}

a:link{
	color:#000;
	text-decoration:underline;
	
}
a:hover{
	color:red;
	text-decoration:underline;
}
a:visited{
	color:#000;
}
html{
	background-color: #FFF;

}
#wrap	{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;



}

#header{
	width:1000px;
	height:50px;
}
#nav{
	width:1000px;
	height:36px;
	background-color:#f6f6f6;
}

#adsense{
	width:1000px;
	height:200px;
	padding-bottom:10px;

}
#sidebar{
	width:290px;
	height:auto;
	float:right;
	/* margin-left:0px;
	margin-right:auto;
*/
}
#sidebar aside {
	text-align:left;
	background-color:#FFF;
	width:280px;
	margin:0px;
	padding:0px;
	height:35px;
}
#sidebar aside .twitter-icon, #sidebar aside .fb-icon{
	margin-top:3px;
	margin-left:3px;
	width:29px;
	height:29px;
	border-radius:3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	
}
#sidebar aside .rfc-search {
	width:170px;
	height:29px;
	font-size:30px;
	border-radius:3px;
	background-color:#09F;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:-3px;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

#sidebar .sidebar-items {
	width:280px;
	height:120px;

	/*border-style:solid;
	border-color:#000;
	padding:auto;
	border-width:thick;*/
	background-color:#FFF;
	margin:5px;
	padding-top:10px;
	padding-bottom:auto;
}

#content{
	width: 680px;
	height: auto;
	padding: 10px;
	margin-right: 0px;
	text-align: center;
}
.h2block h2{
	font-size:17px;
	border-bottom-style:dotted;
	border-bottom-width:3px;
	border-bottom-color:#000;
}
.moreinfo{
	float:right;
}
#update time{
	width:65px;
	padding-left:auto;
	padding-right:auto;
	text-align:center;
	font-size:13px;
	background:#000;
	color:#FFF;
	margin:5px;
}


#update section {
	border-bottom:1px #CCC solid;
	padding:10px 0px;
}
#footer{
	width:1000px;
	height:25px;
	clear:both;

}
p.copy{
	width:1000px;
	text-align:center;
	border-top-width:thick;
	border-top-color:#03F;
	border-top-style:solid;
	
}


	
.summary-list {
	border-bottom:1px #CCC solid;
	
	width:1100px;
	height:400px;
	display:block;
	
}
.summary-list h3 {
	text-align:center;
}
.summary-list section {
	float:left;
	width:530px;

}
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}   
.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}
.access-map{
	width:600px;
	text-align:center;
}
.access-map li{
	list-style-type:none;
}
.inssider-section {
	
}
.inssider-section h3 {
	color:#F93;
}
.inssider-section h1 {
	font-size:40px;
}
.inssider-section table, .inssider-section th, .inssider-section tr, .inssider-section td{
	border:1px #000 solid;
	text-align:center;
}


#sidebar .inssider-sidebar-items {
	width:280px;
	height:300px;

	/*border-style:solid;
	border-color:#000;
	padding:auto;
	border-width:thick;*/
	background-color:#FFF;
	margin:5px;
	padding-top:10px;
	padding-bottom:auto;
}
