@charset "Shift_JIS";

/* 基本
------------------------------------------------------------ */
body  { 
	background-color: #FFFFFF; 
	background-image : url(images/bg_gradient.gif);
	background-repeat: repeat-y;
	margin: 0; 
	padding: 0;
}

#container  { 
	width: 768px; 
	margin: 0; 
	padding: 0; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-left: 1px solid #cccccc;
	background-image: url("../images/bg.gif"); 
}

img	{
	margin: 0;
	border: 0;
}

/* リンク */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #ff9900;
}

/*h1*/
#container h1 {
	margin:0;
	padding:0;
}

/* ヘッダーナビ
------------------------------------------------------------ */
table.h-navi       {
	 margin: 0; 
	 padding-right: 20px; 
	 color: #ff9900; 
	 line-height: 1.2em; 
	 border: 0;
}

html table.h-navi  { 
	font-size: small;
}
*html table.h-navi  { 
	font-size: x-small;
}

td.start	 { 
	width: 150px;
	text-align: center;
	border-left: #ffffff 1px solid;
}
	
td.sitemap	 {
	width: 100px;
	text-align: center;
	border-left: #ffffff 1px solid;
	 }
	 	
td.usa	 {
	width: 150px;
	text-align: center;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	 }

td.start a:link, td.start a:visited, td.start a:active, td.sitemap a:link, td.sitemap a:visited, td.sitemap a:active, td.usa a:link, td.usa a:visited, td.usa a:active  { 
	color: #ffffff; 
	text-decoration: none; 
}

td.start a:hover, td.sitemap a:hover, td.usa a:hover { 
	color: #ff9900; 
	text-decoration: underline;
}	

/* 左ナビ
------------------------------------------------------------ */
.l-navi      { 
	margin: 0; 
	padding-top: 1px;
	padding-left: 6px;
	background-color: #ffcc00;
	vertical-align: top;
}
ul.l-menu	{
	margin: 0;
	padding: 0 18px 5px 15px;
	color: #ff6600;
	text-align: left;
	}

LI.l-item	 { 
	margin: 0; 
	padding : 0px 0px 0px 0px; 
	list-style-type: none; 
	list-style-position: inside; 
	border-bottom-width : medium;
	font-size: 95%;
	font-weight: bold;
  
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
}

li.l-item a:link, li.l-item a:visited, li.l-item a:active	{
	text-decoration: none;
	color: #111111;
}

li.l-item a:hover {
	color: #ff6600; 
	text-decoration: underline;
}

/* メイン
------------------------------------------------------------ */
.main	{ 
	width: 574;
	margin: 0 ;
	padding-left: 5px;
	background-color: #ffcc00;
	}	

/* フッター部
------------------------------------------------------------ */
.footer   { 
	margin: 0;
	padding: 10px 0 10px 20px; 
	background-color: #ffffff; 
	color: #000000; 
	line-height: 1.3em; 
	text-align: left;
}

.footer { 
	font-size:small;
}
*html .footer {
	font-size:x-small;
}

/* 画像特別
------------------------------------------------------------ */
img.left-img	{
	margin-right:25px;
	margin-bottom: 3px;
	float: left;
}

img.right-img	{
	margin-left:25px;
	margin-bottom: 3px;
	float: right;
}

img.news	{
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
}

img.more	{
	margin-top: 2px;
	margin-bottom: 3px;
	float: right;
}

img.pulse	{
	margin-top: 30px;
}