@charset "UTF-8";
/*---------------------------------------------------------------*
 *                          共通設定                              *
 *---------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}
a:link {
  color:#6633ff;
  text-decoration: none;
}
a:visited {
 /* color:#cc6633;*/
    color:#6633ff;
  text-decoration: none;
}
a:hover {
  color: #FF6633;
  text-decoration: none;
}


body {
  color: #000000;
  background: #F8F8FF;
  font-size: small;
  font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
}

/*---------------------------------------------------------------*
 *               タイトルタグ 　　　　                              *
 *---------------------------------------------------------------*/
/* --- 大気グループタイトル --- */
h1 { 
    color:white;
    margin-left: 10px;
    font-size: 240%;
}
/* --- 環境情報グループ　サブタイトル --- */
h1.sub{
    font-weight:normal;
    letter-spacing: 0.3em;
    font-size:100%;
    margin: 1em 0 0 1em;
 }
/* --- メインコンテンツ　大タイトル --- */
h2{ 
/*    font: medium/1em normal "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;;*/
/*    font: medium/1em normal;*/
    font-size: medium;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    width: 625px;
    text-align:left; 
    line-height:  1.1em;
    padding:28px 0 25px 80px;
    margin-top:1.5em;
/*    margin: 0 0 0 -10px;*/
/*    background: transparent url(images/h2_back.png) no-repeat -5px -15px;*/
    background: transparent url(images/h2_back.png) no-repeat 10px -15px;
}
/* --- メインコンテンツ　大タイトル 1文字目を大きく --- */
h2:first-letter { 
   font-size:180%;
}
/* --- メインコンテンツ　サブタイトル２ --- */ 
h3 { 
    font-size: medium;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    text-align: center;
    line-height: 2em;
    margin-top: 2em;
    /*line-height: 20px;
    margin-top: 3em;
    color: #990099;*/
    color: #FFFFFF;
    margin-bottom:2em;
    /*padding-bottom:0.5em;*/
    width: 98%;
    /*border-bottom: double 2px #333366;*/
background:transparent url(images/h3_back_2.png) repeat-x 0px 0px;

}
h3.backimage {
    background: transparent url(images/h3_back_2.png) repeat;
    border-top: solid 1px #333366;
    border-bottom: solid 1px #333366;
    width:100%;
    margin-top:0;
}    

}

/* --- メインコンテンツ　サブタイトル２ ハーフサイズ用--- */ 
h3.sub { 
    font-size: medium;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    text-align: center;
/*    line-height: 1em;*/
    background: transparent url(images/h3_back.png) repeat;
    margin-top:0;
    margin-bottom:0;
    margin: 0;
/*    padding: 10px 0;
    border-left: 1px solid #333333;*/
}
/* --- メインコンテンツ　サブタイトル２ --- */ 
h4 { 
/*    text-align: left;
    margin: 30px 0 15px 3px;
    padding-left: 35px;
    font-size: 11pt;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    line-height:2em;
    height:30px;
    background: url(images/h4_back.png) no-repeat;*/
    text-align: center;
    margin: 0 auto 0 auto ;
    /*padding-left: 35px;*/
    font-size: 11pt;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    line-height:1.5em;
    color: #003399;
}
/* --- メインコンテンツ　サブタイトル３ --- */
h5 { 
    color: black;
    background: transparent url(images/rect_icon.png) no-repeat top left;
    margin:1em 0 2px 1em;
    padding: 0 0 2px 2em;
    border-bottom: solid 1px #ff9933;
    line-height: 1.2em;
    font-size:95%;
    width: 20%;
}
/* --- ナビゲーション　サブメニュー タイトル --- */ 
h6 { 
    width: 130px;
    color:white;
/*    font: medium/1em "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;*/
    font-size: medium;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    text-align: left;
    line-height:2em;
    border-bottom: ridge 2px #ff9933;
    padding: 28px 10px;
    margin:  0;
}
h3.sub2{
    width:15%;
    text-align:left;
    line-height:1.0em;
/*    background:transparent url(images/h4_back.png) no-repeat -30px 0px;*/
    background: transparent url(images/rect_icon.png) no-repeat left 3px;
    border-bottom: ridge 3px #ff9933;
/*    border: solid 1px #333300;*/
/*    border-bottom: solid 1px #333300;*/
    font-size:small;
/*    margin: 0 auto;*/
    color: #000000;
    margin-left:1.5em;
    padding-left:2.5em;
}
/*---------------------------------------------------------------*
 *                     共通クラス  　                              *
 *---------------------------------------------------------------*/
.left { 
    float:left
 }
.right { 
    float:right;
 }
.reset{ 
    clear: both;
}


.p60 { 
    font-size: 60%;
 }
.p70 { 
    font-size: 70%;
 }
.p80 { 
    font-size: 80%;
 }
.p90 { 
    font-size: 90%;
 }
.p95 { 
    font-size: 95%;
 }
.p110{ 
    font-size:110%;
 }
.p120{ 
    font-size:120%;
 }
.p140{ 
    font-size:140%;
 }
.p180{ 
    font-size:180%;
 }

.ita{ 
  font-style: italic;
 }

/* --- ページトップへ戻るメニュー --- */
.backtop { 
    background: transparent url(images/back_top.png) no-repeat right;
    height:20px;
/*    font: x-small/1em normal;*/
    font-size: x-small;
    font-family: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ　Pro W3", Osaka;
    line-height: 1.5em;
    text-align:right;
    margin:10px 0 0 0;
    padding-right:30px;
    width:90%;
}

/* --- 次へのメニュー --- */
.next{ 
    height: 20px;
    text-align:right;
    margin: 0;
    padding-right: 2px;
    font-size: 80%;
}

/* --- 縦の空白をいれる --- */
.vspace { 
  margin:2em 0 0 0 ;
 }

/* -------- visitedでリンク色を変更しない---------*/
a.noch:link { 
    color: black;
}
a.noch:visited { 
    color: black;
 }
a.noch:hover { 
    color: black;
 }

/* -----------------*/
p { 
    padding: 5px;
 }

.bottom-margin-0{
    margin-bottom:0;
}
.left-margin {
    margin-left:1em;
  }

.strongname { 
    color: #660099;
    text-decoration: underline;
 } 

/* numberd list (count up automaticaly) */
ol { 
    margin: 0 0 1em 3em;
    list-style-position:inside;
    padding:0 1em;
    text-indent: -2em;
 }
ol li { 
  list-style-type:decimal;
  margin: 5px 0 5px 0;
 }

/* disc marker list */
ul.disc { 
  margin: 3px 0 1em 1em;
  list-style-type:disc;
  list-style-position:outside;
  padding:0 0 0 2em;
  font-size:85%;
 }
ul.disc li { 
    margin: 2px 0 0 0;
 }

/* disc marker list middle-size */
ul.disc-mid { 
  margin: 1em 0 1em 1em;
  list-style-type:disc;
  list-style-position:outside;
  padding:0 0 0 2em;
  font-size:95%;
 }
ul.disc-mid li { 
    margin: 15px 0 0 0;
 }

/* numbered list (count down manualy)*/
ul.numbered { 
  margin: 0 0 1em 1.5em;
  list-style-type: none;
  padding:0 0 0 2.2em;
  font-size:95%;
  text-indent: -2.8em;
 }
ul.numbered li { 
    margin: 15px 0;
    line-height: 1.2em;
 }
/* disc marker list large-size */
ul.disc-large { 
  margin: 2px 0 5px 1em;
  list-style-type:disc;
  list-style-position:outside;
  padding:0 0 0 1em;
 }
ul.disc-large li { 
    margin: 2px 0 0 0;
 }
/*===============================================================*
 *
 * 
 *                            構造                                *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                              外側                              *
 *---------------------------------------------------------------*/
#wrap {
/*    background: #CCCCCC;*/
    background: #333366;
/*    width: 996px;*/
    width: 856px;
    margin: 15px auto;
    min-height: 500px;
    padding-bottom: 1px;
}
/*---------------------------------------------------------------*
 *                          サブメニュー背景                       *
 *---------------------------------------------------------------*/
#submenu-back{ 
    background:url(images/wrap_back_2-4.png) repeat-y;
    margin: 5px auto;
/*    width:986px;*/
    width:846px;
}
/*---------------------------------------------------------------*
 *                            ヘッダ部                            *
 *---------------------------------------------------------------*/
#header { 
    background:url(images/header-back-2.jpg) repeat-x;
    width:846px;
    height: 130px;
    margin: 15px auto 0 auto;
}
/*---------------------------------------------------------------*
 *                          メインメニュー                         *
 *---------------------------------------------------------------*/
#mainmenu{ 
    color: #ffffff;
    background: transparent url(images/menu_back.png) repeat-x 0px 0px;
    height: 30px;
    margin: 0 auto;
/*    width: 986px;*/
    width: 846px;
}
/*---------------------------------------------------------------*
 *                          コンテンツ                             *
 *---------------------------------------------------------------*/
#content-box{ 
    width: 100%;
    margin: 0px auto;
    float:right;
}
/*---------------------------------------------------------------*
 *                          サブメニュー                           *
 *---------------------------------------------------------------*/
#submenu{ 
    width: 18%;
    margin: 0;
    float: left;
}
/*---------------------------------------------------------------*
 *                     メインコンテンツボックス                      *
 *---------------------------------------------------------------*/
#main-box{ 
    width: 80%;
    margin: 0 0 40px 0;
    float: right;
}
/*---------------------------------------------------------------*
 *                          フッタ部                              *
 *---------------------------------------------------------------*/
#footer{ 
    background: transparent url(images/menu_back.png) repeat-x top;
    width: 846px;
    height: 30px;
    margin: 0;
    padding:0;
    clear: both;
}
/*---------------------------------------------------------------*
 *                       フッタメニュー                            *
 *---------------------------------------------------------------*/
#footmenu{ 
    width: 100%;
}
/*===============================================================*
 *
 * 
 *                ENGLISH-JAPANESE メニュー-スタイル                *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                         メニューリスト                          *
 *---------------------------------------------------------------*/
#header ul { 
    height: 40px;
    list-style: none;
    overflow: hidden;
    margin:0;
    padding:0 0 0 0;
}
#header li {
    float: right;
    margin: 0;
    padding: 10px;
}
/*===============================================================*
 *
 * 
 *                        メインメニュー-スタイル                   *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                         メニューリスト                          *
 *---------------------------------------------------------------*/
#mainmenu ul { 
    width: 800px;
    height: 30px;
    overflow: hidden;
    margin:0;
    padding:0;
    list-style: none;
    line-height:1.5em;
    font-size:95%;
}
#mainmenu li {
    width:75px;
    height:30px;
    float: left;
    margin: 0 2px 0 0;
    padding:0;
}
#mainmenu a {
    color:white;
    background:transparent url(images/menu_back.png) no-repeat 0px 0px;
    width: 100%;
    height:30px;
    margin-right: 2px;
    padding-top:5px;
    text-align: center;
    text-decoration: none;
    display: block;
}
#mainmenu a:hover { 
    color: #ff9933; 
/*    background-position: 0px -30px;*/
}
/*===============================================================*
 *
 * 
 *                        コンテンツ-スタイル                       *
 *                          < top-page >
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                     トップイメージボックス                       *
 *---------------------------------------------------------------*/
#topimage-box { 
    width: 65%;
    margin: 10px 0 0 10px;
    float: left;
}
.top-message { 
    border: 1px solid #ccc;
    padding: 5px;
 }
#topimage-box img { 
/*    width: 380px;*/
    width: 360px;
/*    margin: 25px 30px 25px 60px;*/
    margin: 25px 30px 25px 30px;
    padding:0;
}
/*---------------------------------------------------------------*
 *                       更新情報表示ボックス                       *
 *---------------------------------------------------------------*/
#update-box{ 
    width: 100%;
    text-align: right;
    font-size: xx-small;
/*    margin: ;*/
}
/*---------------------------------------------------------------*
 *                       ニュースボックス                          *
 *---------------------------------------------------------------*/
#news-box{ 
    width: 100%;
    height: 100px;
    margin: 10px;
    float: left;
 }
.news-item{ 
    margin:10px;
}
/*---------------------------------------------------------------*
 *                       情報バナー表示ボックス                     *
 *---------------------------------------------------------------*/
#info-box{
    width:32%;
    margin: 10px auto 0 auto;
    float: right;           
}
#banner1 { 
    background: transparent url(images/banner_satellite.png) no-repeat;
    width:201px;
    height: 40px;
    margin: 0 0 15px 5px;
 }
#banner2 { 
    background:transparent url(images/banner_zephyrus.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
 }
#banner3 { 
    background:transparent url(images/banner_simulator.png) no-repeat;
    width: 201px;
    height: 40px;
    margin: 0 0 15px 5px;
}
#banner4 { 
    background:transparent url(images/banner_sotugyo.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
 }
#banner5 { 
    background:transparent url(images/banner_solomon_2.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
 }
#banner6 { 
    background:transparent url(images/banner_zemi_2010.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
 }
#banner7 { 
    background:transparent url(images/banner_grene2.png) no-repeat;
    width:201px;
    height: 67px;
    margin: 0 0 15px 5px;
}
#banner8 { 
    background:transparent url(images/banner_suishinhi4.png) no-repeat;
    width:201px;
    height: 67px;
    margin: 0 0 15px 5px;
}

#banner9 { 
    background:transparent url(report/2012tukuba.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
}
#banner10 { 
    background:transparent url(images/2012_11_banner.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
}
#banner11 { 
    background:transparent url(report/20130622seminar.png) no-repeat;
    width:201px;
    height: 41px;
    margin: 0 0 15px 5px;
}
/*===============================================================*
 *
 * 
 *                        フッタメニュースタイル                   *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                         フッタメニューリスト                     *
 *---------------------------------------------------------------*/
#footmenu ul { 
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin:0;
    padding:0 0 0 0;
    font-size: x-small;
    list-style: none;
}
#footmenu li {
    float: right;
    margin: 0;
    padding: 3px 10px;
}
#footmenu li a{ 
    color:#ffffff;
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin:0;
    padding:0 0 0 0;
    font-size: x-small ;
    list-style: none;
    display:block;
}
#footmenu li a:hover {
    color:#ff9933;
}
/*===============================================================*
 *
 * 
 *                         コピーライトスタイル                     *
 *
 *
 *===============================================================*/
#copyright {
    background-color:white;
    font:  xx-small/20px Arial,sans-serif;
    text-align: center;
    width:846px;
    height:30px;
/*    margin: 0 auto 20px auto;*/
    margin-top:0px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;

}
/*===============================================================*
 *
 * 
 *                        サブメニュー-スタイル                   *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                         サブメニューリスト                       *
 *---------------------------------------------------------------*/
#submenu div.submenu-box { 
    width: 100%;
    padding: 0 0 0 0;
    margin: 15px auto;
}

/* --- LEVEL 1 --- */
#submenu ul.submenu_1 { 
    margin:5px;
    font-size: 90%;
}
#submenu ul.submenu_1 li { 
    margin: 5px;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 1em;
    text-indent: -1.1em;
/*    border-top: dashed 1px white;*/
    border-bottom: dashed 1px white;
    list-style: disc inside;
    color: white;
 }
#submenu ul.submenu_1 li a {
    color: #ffffff;
}
#submenu ul.submenu_1 a:hover { 
    color: #ff9933;
}

/* --- LEVEL 2 --- */
#submenu ul.submenu_2 { 
    margin:0 auto 0 auto;
    font-size: 85%;
}
#submenu ul.submenu_2 li { 
    margin: 0px 0px 0px 40px;
    line-height: 1.2em;
    color:white;
    border-bottom: 1px dotted white;
 }
#submenu ul.submenu_2 li a {
    overflow:hidden;
    display: block;
    color: #ffffff;
    padding: 5px 10px 5px 5px;
}
#submenu ul.submenu_2 a:hover { 
    text-decoration: underline;
    color: #ff9933;
}

/*===============================================================*
 *
 * 
 *                        メンバーページ　スタイル                   *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                         メンバーボックス                        *
 *---------------------------------------------------------------*/
#member-box{ 
    width: 98%;
    margin: 1.5em auto 1.5em auto;
    color:#000000;
    border-top: solid 0px #666666;
    border-bottom: solid 0px #666666;
/*    float:center;*/
    display:block;
    font-size:90%;
    height:auto;
}
#person { 
    margin: 1em 5px 1em 5px;
    text-align: left;
}
/* スタッフ */ 
#person.staff{
    line-height: 8px;
    width:100%;
    margin:5px auto;
}
#person.staff table{
    width: 100%;
}
#person.staff tr{
    height: 20px;
}
#person.staff td.name{
    width:32%;
    padding-left: 1em;
    background: transparent url(images/rect_icon.png) no-repeat;
    font-size: 120%;
}
#person.staff td.title{
    width:32%;
    color:#663300;
    word-spacing: 5px;
    font-style: italic;
}
#person.staff td.link{
    width:32%;
    line-height:1.2em;
}
#person.staff p.membertitle { 
    margin: 0 5em 0 5px;
    color:#663300;
    word-spacing: 5px;
    float:left;
    font-style: italic;
    font-size: 95%;
}
#person.staff p.membername { 
    margin: 0 5px 0 1em;
    padding-left: 1em;
    float: left; 
    width: 10em;
    background: transparent url(images/rect_icon.png) no-repeat;
    font-size: 120%;
}
/* 学生 */ 
#person.member{
    line-height: 1.2em;
    margin-top: 5px;
    margin-left:10px;
    margin-bottom:1em;
    margin-right:10px;
    width: 200px;
    float:left;
}
#person.member p.membername { 
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 3em;
    margin-right: auto;
/*    float: left; */
/*    width: 10em;*/
    height:1.5em;
/*    font-size:105%;*/
    font-size:small;
    padding-left:1.5em;
    background: transparent url(images/rect_icon.png) no-repeat;
}

#person.member p.membertitle { 
    margin:1em 0 0 1em;
/*    padding-left: 1.5em;*/
/*    border-bottom: solid 1px #ff9933;*/
    /*text-align: left;*/
    text-align: center;
    color:#663300;
    font-size:110%;
/*    width: auto;*/
    line-height: 1em;
    /*background: transparent url(images/rect_icon.png) no-repeat;*/
    }

/*===============================================================*
 *
 * 
 *                     セミナーページ　スタイル                     *
 *
 *
 *===============================================================*/
/*---------------------------------------------------------------*
 *                           テキスト                             *
 *---------------------------------------------------------------*/
p.seminer-head{ 
  line-height: 1.0em;
  border-bottom: ridge 3px #ff9933;
  width: 4em;
/*  width: 95%;*/
  margin: 0;
  padding:0 0 2px 1.5em;
/*  width: 95%;
    font-size:90%;*/
  font-weight: bold;
 }
div.sem-item-box { 
  background: transparent url(images/rect_icon.png) no-repeat left top;
  margin: 2em 1em;
  padding: 0 0 0 0;
 }
p.sem-item { 
  padding:0;
  margin: 0.5em 2em 0 2em;
  text-indent:-1em;
/*  margin:0.5em 0 0 6em;
    text-indent:-2em;
    font-size:90%;*/
 }
/* 
 * 表
4 */
table.seminer {
    width:100%;
    border-spacing:1em;
}
/* 
 * 表：アイテム
 */
table.seminer td{
    font-size:small;
    padding:0.2em;
    border:none;
    vertical-align:top;
}
table.seminer td.title { 
    width:60%;
 }
table.seminer td.name { 
    width:40%;
 }
/*===============================================================*
 *
 * 
 *                     研究成果ページ　スタイル                     *
 *
 *
 *===============================================================*/
/*===============================================================*
 *
 * 
 *                     研究紹介ページ　スタイル                     *
 *
 *
 *===============================================================*/
div.study-box1 { 
   width: 630px; 
   margin: 10px auto;
   font-size: small;
   line-height: 1.2em;
 }
div.study-box-half { 
   width: 304px;
   margin: 5px;
}
img.study-small { 
    width: 210px;
    padding: 5px;
}
img.study-half { 
    width: 46%;
    padding: 5px;
 }
img.study-full { 
    width:98%;
    padding: 5px;
 }
img.study-1by3 { 
    width: 32%;
    padding: 5px;
 }
img.study-quart { 
    width: 23%;
    padding: 5px;
 }

/*===============================================================*
 *
 * 
 *                       研究費ページ　スタイル                     *
 *
 *
 *===============================================================*/
/* 
 * ボックス
 */
div.expencebox { 
    margin: 0;
    width:95%;
}
/* 
 * 表
 */
table.expence { 
    color:#000000;
    width: 100%;
    table-layout: fixed;
    border-collapse:collapse;
    margin: 1em 0 0 2em;
}
/* 
 * 表：キャプション
 */
table.expence caption{ 
    background-color: #666666;
    color:#ffffff;
    font-size:xx-small;
    caption-side: bottom;
    text-align: left;
}
/* 
 * 表：ヘッダ
 */
table.expence thead {
    background-color: #666666;
    color: white;
    text-align: center;
}
table.expence thead td{
    border-top: 1px solid #000000;
    padding: 1em;
}
table.expence thead td.small{
    width: 8%;
}
table.expence thead td.middle{
    width: 20%;
}
table.expence thead td.large{
    width: 70%;
}
/* 
 * 表：アイテム
 */
table.expence tr td { 
    font-size: small;
    padding: 0.6em;
    border:1px solid black;
 }
table.expence tr td.center { 
    text-align:center;
}
/*===============================================================*
 *
 * 
 *                       リンクページ　スタイル                     *
 *
 *
 *===============================================================*/
/*===============================================================*
 *
 * 
 *                       連絡先ページ　スタイル                     *
 *
 *
 *===============================================================*/
/* 
 * ボックス
 */
#contact { 
    margin: 2em auto;
    display: block;
}
/*===============================================================*
 *
 * 
 *                    卒業生紹介ページ　スタイル                     *
 *
 *
 *===============================================================*/
img.photo { 
   width: 100px;
   margin: 5px 5px;
   border: ridge 2px #ff9933;
 }
p.message { 
   margin: 10px 5px 10px 20px ;
 }

/*===============================================================*
 *
 * 
 *               衛星による大気観測ページ　スタイル                   *
 *
 *
 *===============================================================*/
div.fl-right-box { 
    width:96%;
    float: right;
 }
.border-on { 
    border: 1px solid black;   
 }
p.intro-box-head { 
    background: url(images/h3_back.png) repeat-x; 
    font-size:110%; 
    letter-spacing:3pt;
    padding: 5px 10px;
 }
p.intro-ul-head { 
    padding-bottom:2px;
    letter-spacing:1pt;
    text-decoration:underline;
 }
