/* CSS Document */

body {
	text-align:center;
}

h1 {
	text-align:center;
	font-size:36px;
	padding-top:40px;
}

h2 {
	background-color:#FFFFFF;
	padding: 6px;
	text-align: center;
	font-size: large;
	border: 1px solid #0099FF;
}

img {
	border-style:none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #aaaaaa solid;
}

#mainframe {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

#mainhead {
	background-image:url(Graphics/title_g.gif);
	background-repeat:no-repeat;
	width:860px;
	height:120px;
	color:#555555;
	font-size:36px;
	text-align:center;
}

#navigation {
	font-size:10px;
	color:#666666;
	text-align:left;
	padding-bottom:8px;
}

#maindoc {
	text-align:left;
}

#footer {
	width:860px;
	height:19px;
	font-size:11px;
	border-top:#555 thin solid;
	border-bottom:#555 thin solid;
}

#footer ul {
	margin:0px;
	padding:0px;
}
 
#footer li {
	list-style:none;
	float:left;
	width:116px;
	text-align:center;
	vertical-align:middle;
	margin-left:1px;
	margin-right:1px;
	margin-top:auto;
	margin-bottom:auto;
	padding:2px 2px;
	display:inline;
}

#footer a {
	text-decoration:none;
	display:block;
	height:13px;
	border:#FFF thin solid;
}

#footer a:hover {
	border:#03F thin solid;
	background-color:#FFF;
}

#copyright {
	clear:both;
	background-color:#99FFBB;
	font-size:12px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}

#googleanalytics {
}

#pann {
	float:left;
}

#socialbuttons {
	height:20px;
	margin-bottom:10px;
	overflow:hidden;
	
}

#socialbuttons .googlep {
	float:right;
	margin-left:3px;
}

#socialbuttons .twitter {
	float:right;
	margin-left:3px;
}

#socialbuttons .hatena {
	float:right;
	margin-left:3px;
}

#socialbuttons .facebook {
	float:right;
	margin-left:3px;
}

#socialbuttons .tumblr {
	float:right;
	margin-left:3px;
}

#socialbuttons .pocket {
	float:right;
	margin-left:3px;
}

#socialbuttons .line {
	float:right;
	margin-left:3px;
}

.note {
	text-align:center;
	border:thin solid #009999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:4px;
	padding-right:4px;
}