* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	line-height: normal;
	text-decoration: none;

  }

/*a:link    {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover   {
	color: #FF0000;
}
a:active  {
	color: #FF0000;
}*/ 


a:link    {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #636;
	text-decoration: underline;
}
a:hover   {
	color: #FF0000;
}
a:active  {
	color: #FF0000;
}


 /*全体のサイト*/ 
body {
	background-image: url(../images/bg_bg005.png);
}
#wrapper {
	width: 775px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}
#header {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#sidenavi {
	padding: 0px;
	float: left;
	width: 190px;
}
#main {
	width: 520px;
	float: right;
	padding-right: 10px;
}
#contents {
	width: 775px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
}


#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 775px;
	background-image: url(../images/bg_kumo.jpg);
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-color: #8FDAF8;
	background-position: left top;
}

#header_ue {
	margin: 0px;
	background-image: url(../image/top_logoue2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 775px;
	padding: 0px;
}

#header_ue h1 {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 2px;
}
.blog_title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
	padding-bottom: 2px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 3px;
	margin-bottom: 8px;
}

.widgettitle {
	color: #F60;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
