@charset "utf-8";
BODY {		
	font-size: 100%;
	margin: 0px;
	padding: 0px;
  text-align : center;
}

/* CSS Document */


a	{
		color: #017acd;
}

/* コンチE */
DIV#container	{		
	width: 760px;
	margin: 0px auto;
	text-align : left;
	background: url(side-orange.jpg) repeat-y;
	border-right: 1px solid #FE8802;
	border-left: 1px solid #FE8802;
	border-top-color: #FE8802;
}

/* ヘッダー */
DIV#header	{		
	height : 100px;
	background: url(image/sky.jpg);
}

DIV#header H1	{
		margin-right : 0px;margin-bottom : 0px;margin-left : 0px;
}

DIV#header P	{		
	color: #ffffff;
	font-size: 100%;
	margin : 10px 0px 15px 10px;
}


/* サイドバー */
DIV#sidebar	{		
	width : 210px;
	float: left;
	margin-bottom: 25px;
	background: url(side-orange.jpg);
	height: auto;
  
  
}
DIV#sidebar P{		
	background-color : #ffff80;
	margin-left : 10px;
	text-align : center;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-top : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	border: 1px solid #666666;
}


/* コンチEチE*/
DIV#content	{		
	width: 540px;
	float: right;
  
}
DIV#content H2{		
  font-size : 20px;
  color : #ff0000;
  background-color : yellow;
  
  
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  margin-bottom : 10px;
  margin-top : 10px;
}

DIV#content H3{		
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
	background: white url(bar-blue.png) no-repeat;
}

DIV#content H4{
		background-color: #e0e0e0;
	background-image: url(bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}
DIV#content TABLE{		
  font-size : 90%;
}
DIV#content TD{
		border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : black black black black;
}

div#content p	{		
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#content p#message	{
		margin-top: 0;
}

ul.sidemenu	{
		border-top: solid 1px #ffffff;
	font-size: 0.9em;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li	{
		list-style-type: none;
}

UL.sidemenu LI A	{		
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	
	border-bottom: solid 1px #ffffff;
	padding-left: 5px;
}

UL.sidemenu LI A:hover	{
		background-color : #f2a2ee;
}

#sidebar ol{		
	font-size : 100%;
	margin-top : 5px;
	margin-left : 5px;
	list-style: none;
}
#sidebar ol LI{		
	list-style-type : none;
	font-size : 13px;
	line-height : 25px;
	margin-left: 0px;
}
#sidebar ol LI A{		
	font-size : 12px;
	color : blue;
	border-width : 0px 0px 0px 0px;
	border-style : none none none none;
	border-color : #ffffff #ffffff #ffffff #ffffff;
	list-style: none;
}


/* フッター */
div#footer	{		
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
	background: #FE8802 url(none) repeat-x;
	text-align: center;
}


address	{
		font-size: 0.9em;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	padding: 12px;
}


p.feed	{
		margin-bottom: 10px;
	margin-left: 12px;
}

p.feed a	{
		background-color: #ffffff;
	font-size: 0.9em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px;
}

p.feed img	{
		border: none;
	vertical-align: middle;
}



