@charset "UTF-8";
/* CSS Document */

body {  
   font-family:Arial, Helvetica, sans-serif; 
   color: #535353;  
   font-size: 75%;
   line-height: 20px;
   background-color:#f3fff3;
}

body.iframe {  
   font-family:Arial, Helvetica, sans-serif; 
   color: #535353;  
   font-size: 75%;
   line-height: 20px;
   background-color:#ffffff;
}

/* 全体のリンク指定*/
a {
	color: #ff0000; /*元の色*/
	text-decoration: none;
}
a:hover {
    color:#CCFF33; /*カーソルオーバー時の文字色*/
	text-decoration: underline;
}

/* 本文以外のリンク指定*/
a.other {
	color: #ffffff; /*元の色*/
	text-decoration: none;
}

a.other:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: underline;
}

/* 画像の指定*/
img {
    border:none; /*ボーダー無し*/
}

/* 全てのプロパティの余白とパディングをリセット。*/
* {
   margin: 0;
   padding: 0;
}

/* 文字サイズ*/
p.small {
   font-size: 70%;
   line-height: 15px;
}

/* サイトロゴの高さに合わせて調節。*/
#header {
   width: 800px;
   height: 50px;
   margin-top:-5px;
}

h1 {
   font-size: 65%;
   margin-top:5px;
   margin-bottom:10px; 
}

#logo {
   float: left;
   width: 800px;
   margin-top:-10px;
}


/* メインイメージ*/
#mainimage {
    text-align:center;
	height: 200px;
	width: 800px;
}

/* コンテンツ（レイアウト）の大枠*/ 
#container {
   width:800px;
   text-align:left;
   margin:0 auto;
   background-color:#ffffff;
}
  
#inner {
   margin-top:0px;
   width:620px;
   margin-left:auto;
   margin-right:auto;
}
  
#contents {
   padding-top: 20px;
   width:290px;
   float:right;
}
  
#sideWrap {
   padding-top: 20px;
   width:290px;
   float:left;
}

#center {
   width:620px;
   float:left;
}
  
.clear {
   clear:both;
}
  
.clear hr {
   display:none;
}  


/* メインイメージとコンテンツの間のスペース*/
#height_space {
   width: 800px;
   height: 20px;
}


/* ナビゲーション部分 */
#Menu_Container {
	clear: both;
	height: 25px;
	background-repeat: repeat-x;
}
#Menu_Container #MenuBlock {
	height: 25px;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

/*　ナビゲーション共通 */
ul.mainMenu {
	float: left;
	line-height: 0px;
	font-size: 0px;
}
.mainMenu li:hover {
	position:relative;
}
.mainMenu li:hover > ul{
	display: block;
}
ul.subMenu {
	display: none;
	list-style-type: none;
	position: absolute;
	line-height: 0px;
	font-size: 0px;
}


/* パンくずリスト */
#breadcrumb {
	height: 20px;
	padding-top: 20px;
	text-align: left;
	font-size: 80%;
}


/* メニューリスト（上の横並びメニュー） */
#globalnavi{
position: relative;
width: 100%;
height: 25px;
}

#globalnavi ul{list-style-type: none;}

#globalnavi li{
text-indent: -9999px;
float:left;
width: 134px;
}

#globalnavi a{
display: block;
width: 100%;
height: 25px;
background-image: url(../button/navi.jpg);
background-repeat: no-repeat;
}

#globalnavi a:hover{
background-image: url(../button/navi.jpg);
background-repeat: no-repeat;
}

#menu1 a{
background-position: 0 0;
}
#menu2 a{
background-position: -134px 0;
}
#menu3 a{
background-position: -268px 0;
}
#menu4 a{
background-position: -401px 0;
}
#menu5 a{
background-position: -534px 0;
}
#menu6 a{
background-position: -667px 0;
}

#menu1 a:hover{
background-position: 0 -25px;
}
#menu2 a:hover{
background-position: -134px -25px;
}
#menu3 a:hover{
background-position: -268px -25px;
}
#menu4 a:hover{
background-position: -401px -25px;
}
#menu5 a:hover{
background-position: -534px -25px;
}
#menu6 a:hover{
background-position: -667px -25px;
}

/* メニューリスト2（下のサイドナビ） */
.sideblock {
    padding-top: 20px;
}

.Left {
	float:left;
}

#side_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side_menu {
	background-repeat:repeat-y;
	width:200px;
}

#side_menu h4 {
	display:block;
	height:40px;
	width:200px;
}

#side_menu a {
	display:block;
	height:30px;
	width:200x;
	text-indent:-10000px;
	background-repeat:no-repeat;
}
#side_menu #navi01 a {
	background-image:url(../button/1_navi.jpg);
}
#side_menu #navi01 a:hover {
	background-image:url(../button/1_navi.jpg);
	background-position:-200px 0px;
}
#side_menu #navi02 a {
	background-image:url(../button/1_navi.jpg);
}
#side_menu #navi02 a:hover {
	background-image:url(../button/1_navi.jpg);
	background-position:-200px 0px;
}
#side_menu #navi03 a {
	background-image:url(../button/1_navi.jpg);
}
#side_menu #navi03 a:hover {
	background-image:url(../button/1_navi.jpg);
	background-position:-200px 0px;
}

/* 画像の右回り込み指定 */
img.img_left{
	float: left;
	padding-right: 10px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/* 画像の左回り込み指定 */
img.img_right{
	float: right;
	padding-left: 10px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}


/* 表組レイアウト */
table#table {
    width: 650px;
    border: 1px #464646 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table th {
    padding: 5px;
    border: #464646 solid;
    border-width: 0 0 1px 1px;
    background: #273316;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table td {
    padding: 5px;
    border: 1px #464646 solid;
    border-width: 0 0 1px 1px;
    background: #0d1605;
	text-align: center;
}

/* フッター／コピーライト */
#footer_1 {
   margin-top:10px; 
　 clear: both;
   width: 100%;
   height: 20px;
}

p.address {
   font-size:75%;
   font-style:normal;
   color:#535353;
   text-align:center;
}

#footer {
　 clear: both;
   width: 100%;
   height: 20px;
   background-color: #339999;
}

p.copyright {
   font-size:75%;
   font-style:normal;
   color:#ffffff;
   text-align:center;
}