<!--

BODY	{margin: 0;
	padding: 0;
 	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	background-image : url(../img/back-dark.png);
	text-align: center;}

a	{color: #017acd;}
a {
TEXT-DECORATION: none;
}
a:hover,a:active {
text-decoration: underline;
color : #017acd;
}

/* TD             */
td{
  padding: 2px;
  color: #2F4F4F;
  font-size : 12px;
}

/* コンテナ */
DIV#container	{background-image : url(../img/line-gray.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	width: 790px;
	margin-left: 0 auto;
	margin-right: 0 auto;}

/* ヘッダー */
DIV#header	{background-color: #dddddd;
	background-image : url(../img/title-back.gif);
	background-position: 0 -30px;
	border-bottom: solid 1px #666666;
	padding: 15px 20px 20px;}

div#header h1	{margin: 0;
	text-align: center;}

div#header p	{color: #666666;
	align=:center;
	font-size: 12px;
	margin: 0;}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px;}


/* コンテンツ */
div#content	{width: 540px;
	float: right;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline;}

DIV#content H2	{background-color: #014471;
	background-image : url(../img/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;}

DIV#content H3	{background-color: #e0e0e0;
	background-image : url(../img/bar-green.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
	text-align: left;}

div#content p	{font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: left;}

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


#ibox {
	overflow: auto;	
	width:500px;
	height:175px;
        color:#2F4F4F; 
	scrollbar-3dlight-color: #ABABAC;
	scrollbar-arrow-color: #515151;
	scrollbar-darkshadow-color: #FCFCFD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#FCFCFD;
	scrollbar-shadow-color: #ABABAC;
	scrollbar-track-color: #FFFFFF;
}

/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px;}

ul.sidemenu	{border-top: solid 2px #666666;
	font-size: 14px;
	margin-top: 30px;
	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: #000000;
	background-color: transparent;
	border-bottom: solid 2px #666666;
	padding-left: 5px;
text-align: left;}
ul.sidemenu li a:hover	{background-color: #666666;
	color: #ffffff;}

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

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

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

/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both;}

address	{font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 12px;}

-->