body {
	margin: 0px 0px 20px 0px;
	background-color: #FFF;
	text-align: center;
}

#main{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 0px;
	background: #fff;
	width: 720px;
   text-align: center;  
}

a {
	text-decoration: none;
	}

a:link {
	color: #006699;
	}

a:visited {
	color: #006699;
	}

a:active {
	color: #006699;
	}

a:hover {
	color: #6495ED;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h4 {
	color: #555555;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 15px 5px 10px 0;
}

	/* siteheader */

.sitehead {
	background-color: white;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-bottom: 1px solid #ccc
}

.sitehead img {
	vertical-align:middle;
	margin:0px;
	}

.topimage {
	width:700px;
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px
	}



/* sidebar design settings */

.sidebar {
	padding: 10px;
	width: 150px;
	}


.sidebar p {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 5px 5px 10px;
	color: #666;
	text-align: left;
	line-height: 135%;
	font-size: 10pt;
	}

.sidebar font{
	color: #555555;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px
}


/* sidebarb design settings */

.sidebarb {
	padding: 10px;
	width: 150px;
	}


.sidebarb p {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin-top:15px;
	color: #666;
	text-align: left;
	line-height: 150%;
	font-size: 10pt;
	}


/* top center design settings */


.content {
	padding: 0px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 150%;
	text-align: left;
	font-size: 10pt;
	width: 350px;
}


.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	padding-left:5px;
	margin: 0px 20px 10px 20px;
}


.content h2 {
	color: #555555;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 5px 5px;
}

.content h3 {
	color: #666666;
	font-family: sans-serif, Verdana, Arial;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 50px 5px 10px 10px;
	
	}
	

/* other center design settings */


.center {
	padding: 0px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 150%;
	text-align: left;
	font-size: 10pt;
	width: 500px;
}


.center p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	padding-left:5px;
	margin: 0px 20px 10px 20px;
}


.center box {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 160%;
	background-color: #FEFEFE;
	border: 1px solid #CCC;
}

.center h2 {
	color: #555555;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin: 50px 0px 10px 5px;
}

.center h3 {
	color: #555555;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 50px 5px 10px 10px;
	
	}

.center h4 {
	color: #555555;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 15px 5px 10px 0;
}

.center b{
	color: #555;
	margin-right: 15px;
}

/* menu design settings */

.menu{
	margin: 10px 10px 0px 0px;
	padding: 0px 8px 0px 8px;
	width: 150px;
   line-height: 140%;
}

.menu h2	{
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #666;
	font-weight: bold;
	background-color: #FFF;
	border-left: 10px solid Silver;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.menu a	{
	color: #3366aa;
	text-decoration: none;
	}

.menu ul	{
	width: 140px;
	font-size: 0.75em;
	list-style-type: none;
	margin: 0px 0px 20px 5px;
	padding-left: 0;

	}

.menu li	{
	width: 120px;
	background: #fff;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 5px 15px;
	border-bottom: dotted 1px #CCC;
	text-align: left;
	text-decoration: none;
	font-size: 10pt;
	color: #666;
	}


.menu li ul { 
	margin-left:2em;
	margin-top:-2em; 
	display: none; 
	} 

.menu li.overm{/*マウスを乗せたときの枠色・背景色*/
	background-color: #FEFEFF;
  }

  
.menu p{
	width: 140px;
	background-color: #fff;
	margin: 0px 5px 20px 15px;
	margin-top: 0px;
	color: #666;
	text-align: left;
	line-height: 150%;
	font-size: 10pt;
}

.contact{
	color: #666;
	font-size: 10pt;
	line-height: 140%;
}

/* begin styles for RSS Feed */



.rss_title{
	color: #fff;
	margin: 0;
	padding: 0;
}

.rss_title a {
	color: #fff;
	text-decoration: transparent;
}


.rss_items {
	padding: 3px 10px 0px 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}

.rss_item  {
	font-weight: normal;
	font-size: 10pt;
	line-height: 140%;
	color: #83ACCF;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 10pt;
	color: #83ACCF;
	text-decoration : none;
}

.rss_item a:hover { 
	text-decoration : underline;
}

.rss_date {
	font-size: 8pt;
	font-weight : normal;
	color: #999;
}



/* footer design settings */


.copy {
	margin: 10px,0px,10px,0px;
	font-size: 10pt;
	color:#666;
	text-align: center
}



