/* CSS Document */


/******* hyperlink and anchor tag styles *******/

 /* リンク文字の色 */ 
a:link{
 color: #009900;
}
/* アクセス済みの色 */ 
a:visited{
 color: #ff8000;
}
/* カーソルが上にある時 */ 
a:hover{
 background-color: #DDEEFF;
 background-image: none;
 font-weight: bold;
 text-decoration: none;
}


/* ボディー全体の文字色 */ 
body{
 color: #484848;
}
/* ページ全体の設定 */ 
#pagebody {
 width: 700px;
}


/* ヘッダーの設定  background-image : url(DSC03581bg1.jpg);
 background-repeat:no-repeat;*/ 
#header {
 width: 700px;

}
#header1 {
 float:left;
 width:230px;
 margin-bottom:10px;
}

#header2 {
 font-size:12px;
}

#header2 {
 float:right;
 width:468px;
}
#menu1{ 
display: block; /* ブロック要素 */ 
margin: 0;
padding: 0;
width:448px;

} 

#menu1 li { 
display: block; /* ブロック要素 */
float: left; /* 回り込み */ 
margin-left: 2px; /* ボックス上部の余白 */ 
margin-right: 2px; /* ボックス下部の余白 */ 
width: 83px; /* ボタンの横幅 */ 
font-size:12px;
} 

#menu1 li a { 
text-decoration:none;
display: block; /* ブロック要素 */ 
width: 83px; /* ボタンの横幅 */ 
padding: 7px 5px; /* リンク部分の余白 */ 
border:1px solid #c9e9fa;
text-align: center; /* リンク文字の位置 */ 
background-color: #c9e9fa; /* 背景色 */ 
} 

#menu1 li a:hover { 
background-color: #ffffff;
border:1px solid #c9e9fa;
} 

#here { 
width: 80px; /* ボタンの横幅 */ 
background-color: #c9e9fa; /* 背景色 */ 
padding: 6px 5px; /* リンク部分の余白 */ 
text-align: center; /* リンク文字の位置 */ 
font-weight: bold;
}/* 開いているページの */


/* ページ真ん中全体の設定 */ 
#pagemain {
 margin-top:7px;
 border-top:1px solid #44b3ee;
 width: 700px;
}
/* 真ん中左の設定 */ 
#navigation {
 padding-top: 10px;
 float:left;
 width: 170px;
}
/* 真ん中右の設定 */ 
#content {
 padding-top: 10px;
 float:right;
 width: 530px;
}



/* フッターの設定 */ 
#footer {
 clear:both;
 margin-top:10px;
 border-top:1px solid #44b3ee;
}
/* clearの設定 */ 
#clear {
 clear:both;
}

#txtmode {
  ime-mode: inactive; /* 半角モード */
}


