
body {
text-align: center;
background-color:#FFFFFF;/*全体の背景色-----------------*/
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;/*基本の文字サイズ-----------------*/
line-height:170%;
color:#666666;/*基本の文字色-----------------*/
margin-top:20px;/*コンテンツボックスを上から少し離しています-----------------*/
margin-bottom:20px;
margin-left:0;
margin-right:0;
}



/*テキストリンクの色*/
a:link    {color:#666666;text-decoration:none;font-weight:normal;} 

/*訪問済みのリンクの色*/ 
a:visited {color:#666666;text-decoration:none;font-weight:normal;}  

/*クリック時のリンクの色*/
a:active  {color:#666666;text-decoration:none;font-weight:normal;} 

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover   {color:#999999;text-decoration:none;font-weight:normal;}  



 /*サイトヘッダーテキストリンクの色*/
h1 a:link     {color:#FFFFFF;text-decoration:none;font-weight:normal;} 

/*左メニュー・訪問済みのリンクの色*/
h1 a:visited  {color:#FFFFFF;text-decoration:none;font-weight:normal;}  

/*左メニュー・クリック時のリンクの色*/ 
h1 a:active   {color:#FFFFFF;text-decoration:none;font-weight:normal;}

/*左メニュー・マウスの上にカーソルがあるときのリンクの色*/  
h1 a:hover    {color:#000000;text-decoration:none;font-weight:normal;} 


 /*白文字説明テキストリンクの色*/
h2 a:link     {color:#FFFFFF;text-decoration:none;font-weight:normal;} 

/*白文字説明・訪問済みのリンクの色*/
h2 a:visited  {color:#FFFFFF;text-decoration:none;font-weight:normal;}  

/*白文字説明・クリック時のリンクの色*/ 
h2 a:active   {color:#FFFFFF;text-decoration:none;font-weight:normal;}

/*白文字説明ー・マウスの上にカーソルがあるときのリンクの色*/  
h2 a:hover    {color:#FFCCFF;text-decoration:none;font-weight:normal;}  



 /*収納ボックステキストリンクの色*/
h5 a:link     {color:#b4b4b4;text-decoration:none;font-weight:normal;} 

/*収納ボックステキスト・訪問済みのリンクの色*/
h5 a:visited  {color:#b4b4b4;text-decoration:none;font-weight:normal;}  

/*収納ボックステキスト・クリック時のリンクの色*/ 
h5 a:active   {color:#FFFFFF;text-decoration:underline;font-weight:normal;}

/*収納ボックステキスト・マウスの上にカーソルがあるときのリンクの色*/  
h5 a:hover    {color:#FFFFFF;text-decoration:none;font-weight:normal;}  





h1,h2,h3 {
margin:0px;
padding:0px;
}


/*pタグ空白消去*/
p {
margin:0px;
padding:0px;
}


/*IMGボーダー非表示*/
img  {
border: none;
vertical-align:top;
}



/*TABLEボーダー非表示*/
table  {
border:none;
}


/*IE--BRバグ回避*/
br  {
letter-spacing:normal;
}


/*リスト空白消去*/
ul,ol,li  {
margin:0px;
padding:0px;
list-style:none;
}


 /* メインタイトル下のフォントサイズ,色*/
h1    {
font-size:12px;       /*タイトル部分文字サイズ-----------------*/
color:#ffffff;      /*文字の色-----------------*/
text-decoration:none;
font-weight:normal;
line-height:100%;
margin-bottom:6px;
margin:3px;
} 

 /* タイトル下の説明文*/
h2    {
font-size:12px;     /*文字サイズ-----------------*/
color:#ffffff;      /*文字の色-----------------*/
text-decoration:none;
font-weight:normal;
margin-bottom:0px;
line-height:150%;
} 


a.photo{
   background-color:#ffffff;
}
a.photo:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
}


#container{
width:900px;
padding:0;
text-align:center;
}


#pagebody{
clear:both;
width:900px;
padding:0px;
display:block;
position:relative;
}



#announcement{
background-color:#000000;
text-align:left;
width:190px;
}



#announce_text{
font-size:10px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
line-height:150%;
padding:5px 4px 10px 4px;
}




#info_text{
font-size:12px;
color:#666666;
text-decoration:none;
font-weight:normal;
line-height:150%;
padding:5px 4px 10px 4px;
text-align:left;
}




#side_left{
width:170px;
background-color:#000000;
vertical-align:top;
}


#spacing{
width:30px;
background-color:#ffffff;
}



#gray_spacing30{
width:200px;
height:30px;
background-color:#4a4a4a;
}





#copyright{
clear:both;
text-align:center;
font-size:7pt;
margin-bottom:25px;
}


.side_left_bg{



background-color:#000000;   /*右サイド背景色　現在はダークグレー-----------------*/
vertical-align:top;
}




.text{
margin:0px 4px 30px 4px;
}



/*ご案内や新着情報などのバーの頭にある■-----------------*/
.text_white{
color:#ffffff;   /*■の色を変えるときはここの指定-----------------*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
padding:0px 4px;
}


/* infoのフォントサイズ,色*/ 
p.1{font-weight:normal; font-size: 12px; line-height:150%; color:#999999;}
 

