Template:Biomod/2014/Hokudai: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(98 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS Document */
<html>
<head>


/*■初期設定*/
<style type="text/css">


body{
background-color:#000000;/*背景の色*/
color:#cccccc;/*通常のテキストカラー*/
}
a{
color:#0099FF;/*通常のリンクテキストカラー*/
}
a:hover{
color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
text-decoration:underline;/*マウスが乗った時下線を表示(つけない場合は underline を none へ)*/
}


/*■初期設定ここまで*/


@charset "Shift_JIS";


/* --- タイプ1 デザイン2 --- */


*{ margin:0; padding:0;}
img{border:0;}


table,div{
/* --- 全体の背景・テキスト --- */
margin:auto;
body {
}
margin: 0;
padding: 0;
background: #1C6ECD url(../image/pageback_gray_gradation.gif) repeat-x top; /* 全体の背景(グラデーション) */
color: #000000; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}
 
/* --- ここから原文通り --- */
p.example1 { font: 230% Times New Roman; }
p.example2 { text-align: center; }
p.example3 { word-spacing: 1em; }
p.example4 { line-height: 6em; }
p.example5 { text-decoration: underline overline; }
p.example6 { font: 130% Times New Roman; }
p.example7 { font: 150% Times New Roman; }
p.example11 { font: 160% Times New Roman; }
p.example12 { text-align: left;}
p.example111 { font: 180% Times New Roman; }
p.example13 { Times New Roman }
 
div.example1 {
width: 1000px;
height: 500px;
background-color: #ffffff;
float: center;
}
 
 
div.example2 {
width: 1000px;
height: 200px;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
float: left;
}
 
div.example3 {
width: 200px;
height: 150px;
background-color: #ffffff;
float: center;
}
 
div.example4 {
width: 250px;
height: 250px;
background-color: #ffffff;
float: center;
}
 
div.example5 {
width: 1000px;
height: 350px;
background-color: #ffffff;
float: center;
}
 
div.example6 {
width: 1000px;
height: 400px;
background-color: #ffffff;
float: center;
}
 
div.example7 {
width: 1000px;
height: 950px;
background-color: #ffffff;
float: center;
}
 
div.example8 {
width: 966px;
height: 60px;
background-color: #ffffff;
float: center;
}
 
div.example8 {
width: 600px;
height: 300px;
background-color: #ffffff;
float: center;
}
 
.clearLeft {
clear: left;
}
 
a1:hover {opacity:0;}
 
/* ulリセット */
.menu-, .menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* メニューを横並びに */
.menu-case {
  float: left;
}
.menu-:after {
  content: "";
  clear: both;
  display: block;
}
/* 子メニュー分の高さを除く */
.menu-list {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 10em;
}
/* 子メニューを表示 */
.menu-name:hover + .menu-list, .menu-list:hover {
  opacity: 1;
  z-index: 1;
}
/* ホバー時、メニュー名の色変更 */
.menu-case:hover .menu-name {
  color: #507ea4;
}
 
 
 
 
 
 
 
 
/* --- ここまで --- */
 
 
/* --- ヘッダとフッタのリンクテキスト --- */
a:link { color: #blue; }
a:visited { color: #red; }
a:hover { color: #black; }
a:active { color: #black; }
 
/* --- コンテンツ内のリンクテキスト --- */
#content a:link { color: #red; }
#content a:visited { color: #red; }
#content a:hover { color: #black; }
#content a:active { color: #black; }
 
/* --- コンテナ --- */
#container {
width: 1000px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../image/pageback_880_gray.gif) no-repeat center top; /* コンテナの背景(両サイドの影) */
}
 
/* --- ページ --- */
#page {
width: 1000px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* ページの背景色 */
border-left: 1px #505050 solid; /* ページの左境界線 */
border-right: 1px #505050 solid; /* ページの右境界線 */
}
 
 
/* --- ▼ヘッダ内の設定開始 --- */
 
/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置(ガイドメニューのために設定) */
width: 100%; /* IE 6のために幅の指定が必要 */
margin-bottom: 12px; /* ヘッダの下マージン */
padding: 15px 0 8px; /* ヘッダのパディング(上、左右、下) */
background-color: #ffffff; /* ヘッダの背景色 */
border-bottom: 1px #4b4b4b solid; /* ヘッダの下境界線 */
}
 
/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 19px 7px; /* サイトタイトルのマージン(上、左右、下) */
font-size: 200%; /* サイトタイトルの文字サイズ */
color: #eee8aa; /* サイトタイトルの文字色 */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}
 
/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 22px 10px; /* キャッチフレーズのマージン(上、左右、下) */
color: #808080; /* キャッチフレーズの文字色 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ(ノーマル) */
}
 
/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 30px; /* 上からの距離 */
right: 20px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング(上右下左) */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景(区切り線) */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}
 
/* --- オープニングエリア(トップページ) --- */
#header div.opening {
width: 1000px;
margin: 0 auto 2px; /* オープニングエリアのマージン(上、左右、下) */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}
 
/* --- ヘッダメニュー --- */
#header ul.nl {
width: 1000px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #ffffff url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #aca36a solid; /* ヘッダメニューの境界線(色、スタイル) */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ(上下、左右) */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 139px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 13px 2px 5px; /* リンクエリアのパディング(上、左右、下) */
border: 1px solid; /* リンクエリアの境界線(太さ、スタイル) */
border-color: #e4d6b8 #8b7e63 #8b7e63 #e4d6b8; /* リンクエリアの境界線色(上右下左) */
text-decoration: none; /* テキストの下線(なし) */
font-weight: bold; /* 文字の太さ(太字) */
color: #ffffff; /* 文字色 */
}
/* 英字部分 */
#header ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ(ノーマル) */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
background: #b6a57f url(../image/hor_menu5_on.gif) repeat-x top; /* ポイント時(アクティブ時)の背景 */
color: #f4efc4; /* ポイント時(アクティブ時)の文字色 */
}
#header ul.nl li a:hover span.en,
#header ul.nl li.active span.en {
color: #fde337; /* ポイント時(アクティブ時)の英字の文字色 */
}
 
 
/* --- ▼コンテンツ内の設定開始 --- */
 
/* --- コンテンツ --- */
#content {
width: 1000px; /* コンテンツの幅 */
margin: 0 auto; /* センタリング */
padding-top: 20px; /* コンテンツの上パディング */
background: #ffffff url(../image/content_top_gray.gif) no-repeat top; /* コンテンツの背景 */
}
 
 
/* --- ▼メインカラム内の設定開始 --- */
 
/* --- メインカラム --- */
#main {
float: right;
width: 1000px; /* メインカラムの幅 */
}


/*■フォントサイズ調整*/
/* --- ページタイトル(下層ページ) --- */
body {
/* 見出しエリア */
    font-size: 12px; /* モダンブラウザ */
#main div.pageTitle {
    *font-size: 80%; /* IE 7 */
margin: 0 20px 15px; /* 見出しエリアのマージン(上、左右、下) */
    *font: 80%; /* IE 6以下 */
padding: 23px 15px; /* 見出しエリアのパディング(上下、左右) */
background: #f0e8c7 url(../image/heading_back4.gif) repeat-x top; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
font-size: 160%; /* 見出しの文字サイズ */
line-height: 100%;
}
 
/* --- セクション(共通設定) --- */
#main div.section {
margin: 0 20px 3em; /* セクションのマージン(上、左右、下) */
}
 
/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング(上下、左右) */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.normal div.heading h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング(上右下左) */
border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン(上、左右、下) */
line-height: 160%; /* 行の高さ */
}
 
/* --- 強調セクション --- */
#main div.emphasis {
padding: 1.1em 15px 0; /* セクションのパディング(上、左右、下) */
background-color: #ffffff; /* セクションの背景色 */
border: 1px #d8c89d solid; /* セクションの境界線 */
}
/* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン(上、左右、下) */
font-size: 130%; /* 見出しの文字サイズ */
color: #dc3900; /* 見出しの文字色 */
}
/* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン(上、左右、下) */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}
 
/* --- 新着情報(トップページ) --- */
#main div.update dl {
width: 580px; /* 新着情報の幅(メインカラムの幅から50px引いた値) */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング(上右下左) */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング(上右下左) */
border-bottom: 1px #ffffff dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}
 
/* --- ▲メインカラム内の設定終了 --- */
 
 
/* --- ▼サイドバー内の設定開始 --- */
 
/* --- サイドバー --- */
#nav {
float: right;
width: 200px; /* サイドバーの幅 */
padding-left: 10px; /* サイドバーの左パディング */
}
 
/* --- セクション(共通設定) --- */
#nav div.section {
padding-bottom: 5px; /* セクションの下パディング */
background-color: #f6f0d4; /* セクションの背景色 */
}
/* 見出しエリア */
#nav div.heading {
margin: 0 0 0.7em; /* 見出しエリアのマージン(上、左右、下) */
padding: 5px; /* 見出しエリアのパディング */
background: #3f3f3f url(../image/heading_back_gray3.gif) repeat-x top; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#nav div.section h2 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング(上右下左) */
border-left: 4px solid; /* 見出しの左境界線(太さ、スタイル) */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#nav div.section p {
margin: 0 5px 0.7em; /* 段落のマージン(上、左右、下) */
line-height: 130%; /* 行の高さ */
}
 
/* --- 標準セクション(グレー) --- */
/* 見出し */
#nav div.normal h2 {
border-left-color: #c0c0c0; /* 左境界線の色 */
}
 
/* --- 強調セクション1(水色) --- */
/* 見出し */
#nav div.emphasis h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}
 
/* --- 強調セクション2(黄色) --- */
/* 見出し */
#nav div.strong h2 {
border-left-color: #fde337; /* 左境界線の色 */
}
 
/* --- サブメニュー --- */
/* 見出しエリア */
#nav div.subMenu div.heading {
margin: 0; /* 見出しエリアのマージン(上書き) */
}
/* 見出し */
#nav div.subMenu h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン(上、左右、下) */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 10px; /* リンクエリアのパディング(上下、左右) */
background: #3f3f3f url(../image/ver_menu4_off.gif) repeat-x top; /* リンクエリアの背景 */
color: #e0e0e0; /* 文字色 */
text-decoration: none; /* テキストの下線(なし) */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #505050 url(../image/ver_menu4_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線(あり) */
}
 
/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン(上書き) */
}
 
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング(上下、左右) */
background: #3f99b3 url(../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ(太字) */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線(なし) */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}
 
/* --- ▲サイドバー内の設定終了 --- */
 
 
/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}
}


body{
/* --- ▲コンテンツ内の設定終了 --- */
text-align:center;
}


/*■レイアウトセレクタ*/
.CNT{
text-align:center;
}
.L{
text-align:left;
}
.R{
text-align:right;
}




/*■基本レイアウト*/
#bg{
width:820px;
background:url(img/bg_con.jpg) repeat-y;
text-align:center;
}
#container{
width:800px;
margin:auto;
text-align:left;
}
#head{}
#head h1{
height:20px;
line-height:16px;
font-size:11px;
color:#CCCCCC;
font-weight:normal;
text-indent:10px;
}
#head h2{
padding:4px 0 0 10px;
font-weight:normal;
font-family:'メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
#head h2 a{
font-size:24px;
line-height:140%;
vertical-align:top;
text-decoration:none;
color:#CCCCCC;
font-weight:normal;
filter: glow(color=#666666,strength=100);
}
#head h2 a:hover{
font-size:24px;
line-height:140%;
vertical-align:top;
text-decoration:none;
color:#CCCCCC;
}


#head_menu{
/* --- ▼その他の設定開始 --- */
height:42px;
zoom:100%;
}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#head_menu ul *{
list-style-type:none;
display:block;}
#head_menu ul li{
width:160px;
height:42px;
position:relative;
float:left;
}
#head_menu ul li a{
width:160px;
height:42px;
text-align:center;
color:#FFFFFF;
line-height:42px;
text-decoration:none;
}
#head_menu ul li a:hover{
color:#FFFFFF;
text-decoration:none;
}
#head_menu ul li.off{
overflow:hidden;
width:160px;
}
#head_menu ul li.off ol.sub{
left:0px; top:-999px;
}
#head_menu ul ol.sub{
position:absolute;
left:0px; top:42px;
width:160px;
border:1px solid #999999;
text-align:center;
}
#head_menu ul li.on{
width:160px;
}
#head_menu ul>li.on{
overflow:visible;/*×*/
}
#head_menu ul ol.sub li{
width:160px;
height:30px;
line-height:30px;
border-bottom:1px solid #999999;
text-align:center;
float:none;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
}
#head_menu ul ol.sub li a{
background:none;
background-color:#FFFFFF;
text-decoration:none;
color:#000000;
vertical-align:middle;
font-size:12px;
height:30px;
line-height:30px;
text-align:center;
}
#head_menu ul ol.sub li a:hover{
color:#000000;
background:none;
background-color:#FFCC00;
}


#head_menu ul li.a01 a{ background:url(img/menu/a01.jpg) no-repeat;}
/* --- clearfix --- */
#head_menu ul li.a01 a:hover{ background:url(img/menu/a01_on.jpg) no-repeat;}
.clearFix:after {
#head_menu ul li.a02 a{ background:url(img/menu/a02.jpg) no-repeat;}
content: ".";
#head_menu ul li.a02 a:hover{ background:url(img/menu/a02_on.jpg) no-repeat;}
display: block;
#head_menu ul li.a03 a{ background:url(img/menu/a03.jpg) no-repeat;}
height: 0;
#head_menu ul li.a03 a:hover{ background:url(img/menu/a03_on.jpg) no-repeat;}
clear: both;
#head_menu ul li.a04 a{ background:url(img/menu/a04.jpg) no-repeat;}
visibility: hidden;
#head_menu ul li.a04 a:hover{ background:url(img/menu/a04_on.jpg) no-repeat;}
}
#head_menu ul li.a05 a{ background:url(img/menu/a05.jpg) no-repeat;}
.clearFix {
#head_menu ul li.a05 a:hover{ background:url(img/menu/a05_on.jpg) no-repeat;}
min-height: 1px;
}


/* --- ▲その他の設定終了 --- */




/*メインイメージ*/
#column-one { display:none; width:0px;}
#main_image{
#footer { display:none; width:0px;}
clear:left;
.firstHeading { display:none; width:0px;}
width:800px;
#contentSub { display:none; width:0px;}
padding:0 0 1px 0;
border:solid #333333;
border-width:0 0 1px 0 ;
}
#main_image div#main_img_txt h3{
}


#contents{
margin:20px 10px 20px 10px;
clear:left;
zoom:100%;
}
#contents:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#foot_up{
background:url(img/line_02.gif) no-repeat bottom;
clear:both;
height:32px;
margin:0 0 0 0;
}
#foot{
clear:left;
background:url(img/bg_foot.gif) no-repeat;
width:820px;
height:50px;
}
#copy{
line-height:40px;
font-size:11px;
text-align:center;
color:#FFFFFF;
padding:2px;
}
#copy a{
color:#ffffff;
text-decoration:none;
}
#copy a:hover{
color:#ffffff;
}


/***トップ***/
.container{background-color: #ffffff; margin-top:0px}
#top{}
.OWWNBcpCurrentDateFilled {display: none;}
#top div#top_up{
zoom:100%;
margin:0 0 20px 0;
}
#top div#top_up:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#top div#top_up div#left{
float:left;
width:400px;
margin:0 0 0 0;
}
#top div#top_up div#left p{
margin:8px 0 0 0;
line-height:160%;
}
#top div#top_up div#right{
float:left;
width:360px;
margin:0 0 0 20px;
}
#top div#top_up div#right h3{
font-size:12px;
}
#top div#top_up div#right div#info{
background:url(img/top/bg_info.gif) no-repeat;
width:360px;
height:200px;
padding:1px 1px 0px 1px;
}
#top div#top_up div#right div#info div#main{
overflow:auto;
width:358px;
height:198px;
margin:0;
}
#top div#top_up div#right div#info div#main h4{
margin:8px 10px 0 10px;
font-size:100%;
color:#FF9900;
}
#top div#top_up div#right div#info div#main p{
margin:4px 10px 0 10px;
}
#top div#btm{
clear:left;
}
#top div#btm div#bnr_sps{
}
#top div#btm div#bnr_sps ul{
list-style-type:none;
zoom:100%;
}
#top div#btm div#bnr_sps ul:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#top div#btm div#bnr_sps ul li{
float:left;
margin:0 8px 0 0;
}
#top div#btm div#bnr_sps ul li a:hover img{
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
}


/***その他のページ***/
#other_page{}
#other_page h3{
background:url(img/bg_h3.jpg) no-repeat;
font-size:18px;
line-height:52px;
height:52px;
color:#FFFFFF;
vertical-align:bottom;
text-indent:10px;
}


<style type="text/css">


#other_page h4{ font-size:110%;
#menu{
line-height:1.0em;
  list-style-type: none;
vertical-align:top;
  width: 966px;
margin:20px 0 0 0;
  height: 60px;
color:#cccccc;
  margin: 30px;
border:solid #FFCC00;
  padding: 0;
text-indent:2px;
  background: #ffffff;
border-width:0 0 0 3px;
  border-bottom: 5px solid #dc4e4e;
}
  border-radius: 5px 5px 5 5;
#other_page h5{
  color: #dc4e4e ;
font-size:100%;
line-height:1.0em;
vertical-align:top;
margin:14px 0 0 0;
color:#FF9900;
}
#other_page div.typeA{
}
#other_page div.typeA p{
margin:2px 0 16px 0;
line-height:200%;
}
#other_page div.typeB{
zoom:100%;
}
#other_page div.typeB:after{
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#other_page div.typeB p{
margin:2px 0 16px 0;
line-height:200%;
}
#other_page div.typeB div.left{
float:left;
width:370px;
}
#other_page div.typeB div.right{
float:right;
width:370px;
margin:0 0 0 20px;
}


#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}


/*テーブルセット*/
}
#tbl_setA{
#menu li{
border:#666666 solid 1px;
  position: relative;
border-collapse:collapse;
  width: 161px;
margin:0;
  float: left;
}
  margin: 0;
#tbl_setA th{
  padding: 0;
border:#666666 solid 1px;
  text-align: center;
background:url(img/bg_th_a.gif);
padding:6px;
color:#CCCCCC;
text-align:center;
}
#tbl_setA td{
border:#666666 solid 1px;
padding:6px;
color:#CCCCCC;
}
}


#menu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #dc4e4e;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}


@media print{
#menu li:hover > a{
  background: #ffffff;
  color: #dc4e4e;
}
 
#menu > li:hover > a{
  border-radius: 3px 3px 3px 3px;
}
 
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 0 0;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #dc4e4e;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}


#container{
#menu li:hover ul li{
width:820px;
  overflow: visible;
}
  height: 38px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li:hover ul li:last-child a{
  border-radius: 0 0 0 0;
}
<!--
BODY  {
  scrollbar-base-color:      #FF7F50;
  scrollbar-face-color:      #FF7F50;
  scrollbar-arrow-color:      #FF7F50;
  scrollbar-track-color:      #1E90FF;
  scrollbar-3dlight-color:    #342659;
  scrollbar-highlight-color:  #FF7F50;
  scrollbar-shadow-color:    #FF7F50;
  scrollbar-darkshadow-color: #FF7F50; }
-->
</style>
</style>
</head>
</html>

Latest revision as of 09:30, 1 February 2015

<html> <head>

<style type="text/css">


@charset "Shift_JIS";

/* --- タイプ1 デザイン2 --- */


/* --- 全体の背景・テキスト --- */ body { margin: 0; padding: 0; background: #1C6ECD url(../image/pageback_gray_gradation.gif) repeat-x top; /* 全体の背景(グラデーション) */ color: #000000; /* 全体の文字色 */ font-size: 80%; /* 全体の文字サイズ */ }

/* --- ここから原文通り --- */ p.example1 { font: 230% Times New Roman; } p.example2 { text-align: center; } p.example3 { word-spacing: 1em; } p.example4 { line-height: 6em; } p.example5 { text-decoration: underline overline; } p.example6 { font: 130% Times New Roman; } p.example7 { font: 150% Times New Roman; } p.example11 { font: 160% Times New Roman; } p.example12 { text-align: left;} p.example111 { font: 180% Times New Roman; } p.example13 { Times New Roman }

div.example1 { width: 1000px; height: 500px; background-color: #ffffff; float: center; }


div.example2 { width: 1000px; height: 200px; background-color: #ffffff; margin: 0px 0px 0px 0px; float: left; }

div.example3 { width: 200px; height: 150px; background-color: #ffffff; float: center; }

div.example4 { width: 250px; height: 250px; background-color: #ffffff; float: center; }

div.example5 { width: 1000px; height: 350px; background-color: #ffffff; float: center; }

div.example6 { width: 1000px; height: 400px; background-color: #ffffff; float: center; }

div.example7 { width: 1000px; height: 950px; background-color: #ffffff; float: center; }

div.example8 { width: 966px; height: 60px; background-color: #ffffff; float: center; }

div.example8 { width: 600px; height: 300px; background-color: #ffffff; float: center; }

.clearLeft { clear: left; }

a1:hover {opacity:0;}

/* ulリセット */ .menu-, .menu-list {

 list-style: none;
 padding-left: 0;
 margin: 0;

} /* メニューを横並びに */ .menu-case {

 float: left;

} .menu-:after {

 content: "";
 clear: both;
 display: block;

} /* 子メニュー分の高さを除く */ .menu-list {

 position: absolute;
 opacity: 0;
 z-index: -1;
 width: 10em;

} /* 子メニューを表示 */ .menu-name:hover + .menu-list, .menu-list:hover {

 opacity: 1;
 z-index: 1;

} /* ホバー時、メニュー名の色変更 */ .menu-case:hover .menu-name {

 color: #507ea4;

}





/* --- ここまで --- */


/* --- ヘッダとフッタのリンクテキスト --- */ a:link { color: #blue; } a:visited { color: #red; } a:hover { color: #black; } a:active { color: #black; }

/* --- コンテンツ内のリンクテキスト --- */

  1. content a:link { color: #red; }
  2. content a:visited { color: #red; }
  3. content a:hover { color: #black; }
  4. content a:active { color: #black; }

/* --- コンテナ --- */

  1. container {

width: 1000px; /* コンテナの幅 */ margin: 0 auto; /* センタリング */ background: url(../image/pageback_880_gray.gif) no-repeat center top; /* コンテナの背景(両サイドの影) */ }

/* --- ページ --- */

  1. page {

width: 1000px; /* ページの幅 */ margin: 0 auto; /* センタリング */ background-color: #ffffff; /* ページの背景色 */ border-left: 1px #505050 solid; /* ページの左境界線 */ border-right: 1px #505050 solid; /* ページの右境界線 */ }


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */

  1. header {

position: relative; /* 相対配置(ガイドメニューのために設定) */ width: 100%; /* IE 6のために幅の指定が必要 */ margin-bottom: 12px; /* ヘッダの下マージン */ padding: 15px 0 8px; /* ヘッダのパディング(上、左右、下) */ background-color: #ffffff; /* ヘッダの背景色 */ border-bottom: 1px #4b4b4b solid; /* ヘッダの下境界線 */ }

/* --- サイトタイトル --- */

  1. header h1.siteTitle,
  2. header p.siteTitle {

margin: 0 19px 7px; /* サイトタイトルのマージン(上、左右、下) */ font-size: 200%; /* サイトタイトルの文字サイズ */ color: #eee8aa; /* サイトタイトルの文字色 */ } /* サイトタイトルの画像 */

  1. header h1.siteTitle img,
  2. header p.siteTitle img {

border: none; }

/* --- キャッチフレーズ --- */

  1. header p.catch {

margin: 0 22px 10px; /* キャッチフレーズのマージン(上、左右、下) */ color: #808080; /* キャッチフレーズの文字色 */ }

  1. header p.catch strong {

font-weight: normal; /* 文字の太さ(ノーマル) */ }

/* --- ガイドメニュー --- */

  1. header ul.guide {

position: absolute; /* 絶対配置 */ top: 30px; /* 上からの距離 */ right: 20px; /* 右からの距離 */ margin: 0; padding: 0; list-style-type: none; } /* メニュー項目 */

  1. header ul.guide li {

display: inline; padding: 0 4px 0 8px; /* 項目のパディング(上右下左) */ background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景(区切り線) */ } /* 最初の項目 */

  1. header ul.guide li.first {

background: none; /* 区切り線なし */ }

/* --- オープニングエリア(トップページ) --- */

  1. header div.opening {

width: 1000px; margin: 0 auto 2px; /* オープニングエリアのマージン(上、左右、下) */ } /* オープニングエリア内の見出し */

  1. header div.opening h2 {

margin: 0; }

/* --- ヘッダメニュー --- */

  1. header ul.nl {

width: 1000px; /* ヘッダメニューの幅 */ margin: 0 auto; /* センタリング */ padding: 0; background: #ffffff url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */ border: #aca36a solid; /* ヘッダメニューの境界線(色、スタイル) */ border-width: 2px 3px; /* ヘッダメニューの境界線の太さ(上下、左右) */ list-style-type: none; text-align: center; } /* メニュー項目 */

  1. header ul.nl li {

width: 139px; /* 項目の幅 */ float: left; line-height: 100%; } /* リンクエリア */

  1. header ul.nl li a {

display: block; position: relative; /* IE6用 */ padding: 13px 2px 5px; /* リンクエリアのパディング(上、左右、下) */ border: 1px solid; /* リンクエリアの境界線(太さ、スタイル) */ border-color: #e4d6b8 #8b7e63 #8b7e63 #e4d6b8; /* リンクエリアの境界線色(上右下左) */ text-decoration: none; /* テキストの下線(なし) */ font-weight: bold; /* 文字の太さ(太字) */ color: #ffffff; /* 文字色 */ } /* 英字部分 */

  1. header ul.nl li a span.en {

display: block; margin-top: 2px; /* 英字部分の上マージン */ font-size: 85%; /* 英字の文字サイズ */ font-weight: normal; /* 文字の太さ(ノーマル) */ color: #eee8aa; /* 英字の文字色 */ } /* ポイント時とアクティブ時の設定 */

  1. header ul.nl li a:hover,
  2. header ul.nl li.active a {

background: #b6a57f url(../image/hor_menu5_on.gif) repeat-x top; /* ポイント時(アクティブ時)の背景 */ color: #f4efc4; /* ポイント時(アクティブ時)の文字色 */ }

  1. header ul.nl li a:hover span.en,
  2. header ul.nl li.active span.en {

color: #fde337; /* ポイント時(アクティブ時)の英字の文字色 */ }


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */

  1. content {

width: 1000px; /* コンテンツの幅 */ margin: 0 auto; /* センタリング */ padding-top: 20px; /* コンテンツの上パディング */ background: #ffffff url(../image/content_top_gray.gif) no-repeat top; /* コンテンツの背景 */ }


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */

  1. main {

float: right; width: 1000px; /* メインカラムの幅 */ }

/* --- ページタイトル(下層ページ) --- */ /* 見出しエリア */

  1. main div.pageTitle {

margin: 0 20px 15px; /* 見出しエリアのマージン(上、左右、下) */ padding: 23px 15px; /* 見出しエリアのパディング(上下、左右) */ background: #f0e8c7 url(../image/heading_back4.gif) repeat-x top; /* 見出しエリアの背景 */ } /* 見出し */

  1. main div.pageTitle h1 {

margin: 0; font-size: 160%; /* 見出しの文字サイズ */ line-height: 100%; }

/* --- セクション(共通設定) --- */

  1. main div.section {

margin: 0 20px 3em; /* セクションのマージン(上、左右、下) */ }

/* --- 標準セクション --- */ /* 見出しエリア */

  1. main div.normal div.heading {

margin-bottom: 1.2em; /* 見出しエリアの下マージン */ padding: 4px 2px; /* 見出しエリアのパディング(上下、左右) */ border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */ } /* 見出し */

  1. main div.normal div.heading h2 {

margin: 0; padding: 2px 0 1px 5px; /* 見出しのパディング(上右下左) */ border-left: 5px #b6a57f solid; /* 見出しの左境界線 */ font-size: 130%; /* 見出しの文字サイズ */ line-height: 100%; } /* 段落 */

  1. main div.normal p {

margin: 0 5px 1em; /* 段落のマージン(上、左右、下) */ line-height: 160%; /* 行の高さ */ }

/* --- 強調セクション --- */

  1. main div.emphasis {

padding: 1.1em 15px 0; /* セクションのパディング(上、左右、下) */ background-color: #ffffff; /* セクションの背景色 */ border: 1px #d8c89d solid; /* セクションの境界線 */ }

/* 見出し */
  1. main div.emphasis h2 {

margin: 0 0 0.8em; /* 見出しのマージン(上、左右、下) */ font-size: 130%; /* 見出しの文字サイズ */ color: #dc3900; /* 見出しの文字色 */ }

/* 段落 */
  1. main div.emphasis p {

margin: 0 0 1em; /* 段落のマージン(上、左右、下) */ color: #2b2b2b; /* 段落の文字色 */ line-height: 150%; /* 行の高さ */ }

/* --- 新着情報(トップページ) --- */

  1. main div.update dl {

width: 580px; /* 新着情報の幅(メインカラムの幅から50px引いた値) */ margin: 0 auto; /* センタリング */ } /* 日付エリア */

  1. main div.update dt {

width: 6.7em; /* 日付エリアの幅 */ float: left; padding: 7px 0 6px 3px; /* 日付エリアのパディング(上右下左) */ line-height: 120%; /* 行の高さ */ } /* 本文エリア */

  1. main div.update dd {

margin: 0; padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング(上右下左) */ border-bottom: 1px #ffffff dotted; /* 本文エリア下境界線 */ line-height: 120%; /* 行の高さ */ }

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */

  1. nav {

float: right; width: 200px; /* サイドバーの幅 */ padding-left: 10px; /* サイドバーの左パディング */ }

/* --- セクション(共通設定) --- */

  1. nav div.section {

padding-bottom: 5px; /* セクションの下パディング */ background-color: #f6f0d4; /* セクションの背景色 */ } /* 見出しエリア */

  1. nav div.heading {

margin: 0 0 0.7em; /* 見出しエリアのマージン(上、左右、下) */ padding: 5px; /* 見出しエリアのパディング */ background: #3f3f3f url(../image/heading_back_gray3.gif) repeat-x top; /* 見出しエリアの背景 */ border: 1px #666666 solid; /* 見出しエリアの境界線 */ } /* 見出し */

  1. nav div.section h2 {

margin: 0; padding: 2px 0 2px 7px; /* 見出しのパディング(上右下左) */ border-left: 4px solid; /* 見出しの左境界線(太さ、スタイル) */ font-size: 100%; /* 見出しの文字サイズ */ color: #f9f9f9; /* 見出しの文字色 */ line-height: 100%; } /* 段落 */

  1. nav div.section p {

margin: 0 5px 0.7em; /* 段落のマージン(上、左右、下) */ line-height: 130%; /* 行の高さ */ }

/* --- 標準セクション(グレー) --- */ /* 見出し */

  1. nav div.normal h2 {

border-left-color: #c0c0c0; /* 左境界線の色 */ }

/* --- 強調セクション1(水色) --- */ /* 見出し */

  1. nav div.emphasis h2 {

border-left-color: #add8e6; /* 左境界線の色 */ }

/* --- 強調セクション2(黄色) --- */ /* 見出し */

  1. nav div.strong h2 {

border-left-color: #fde337; /* 左境界線の色 */ }

/* --- サブメニュー --- */ /* 見出しエリア */

  1. nav div.subMenu div.heading {

margin: 0; /* 見出しエリアのマージン(上書き) */ } /* 見出し */

  1. nav div.subMenu h2 {

border-left-color: #add8e6; /* 左境界線の色 */ } /* メニューエリア */

  1. nav div.subMenu ul.nl {

margin: 1px 0 0; /* メニューエリアのマージン(上、左右、下) */ padding: 0; border: 1px #666666 solid; /* メニューエリアの境界線 */ list-style-type: none; } /* メニュー項目 */

  1. nav div.subMenu ul.nl li {

border-top: 1px #808080 solid; /* 項目の上境界線 */ border-bottom: 1px #404040 solid; /* 項目の下境界線 */ } /* リンクエリア */

  1. nav div.subMenu ul.nl li a {

display: block; position: relative; /* IE6用 */ padding: 14px 10px; /* リンクエリアのパディング(上下、左右) */ background: #3f3f3f url(../image/ver_menu4_off.gif) repeat-x top; /* リンクエリアの背景 */ color: #e0e0e0; /* 文字色 */ text-decoration: none; /* テキストの下線(なし) */ } /* ポイント時の設定 */

  1. nav div.subMenu ul.nl li a:hover {

background: #505050 url(../image/ver_menu4_on.gif) repeat-x top; /* ポイント時の背景 */ text-decoration: underline; /* テキストの下線(あり) */ }

/* --- お問い合わせ --- */

  1. nav div.contact {

padding-bottom: 0.3em; /* セクションの下パディング */ } /* 段落 */

  1. nav div.contact p {

margin-bottom: 0.4em; /* 段落の下マージン(上書き) */ }

/* リンクエリア */

  1. nav div.contact p.form a {

display: block; position: relative; /* IE6用 */ padding: 12px 2px; /* リンクエリアのパディング(上下、左右) */ background: #3f99b3 url(../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */ font-size: 110%; /* リンクエリアの文字サイズ */ font-weight: bold; /* 文字の太さ(太字) */ color: #ffffff; /* リンクエリアの文字色 */ text-decoration: none; /* テキストの下線(なし) */ } /* ポイント時の設定 */

  1. nav div.contact p.form a:hover {

background: #54b3cf url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */ }

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */

  1. content hr.clear {

clear: right; /* 右フロートのクリア */ width: 100%; margin: 0; visibility: hidden; /* 非表示 */ }

/* --- ▲コンテンツ内の設定終了 --- */



/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */ .clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearFix { min-height: 1px; }

/* --- ▲その他の設定終了 --- */


  1. column-one { display:none; width:0px;}
  2. footer { display:none; width:0px;}

.firstHeading { display:none; width:0px;}

  1. contentSub { display:none; width:0px;}


.container{background-color: #ffffff; margin-top:0px} .OWWNBcpCurrentDateFilled {display: none;}


<style type="text/css">

  1. menu{
 list-style-type: none;
 width: 966px;
 height: 60px;
 margin: 30px;
 padding: 0;
 background:  #ffffff;
 border-bottom: 5px solid #dc4e4e;
 border-radius: 5px 5px 5 5;
 color: #dc4e4e ;


}

  1. menu li{
 position: relative;
 width: 161px;
 float: left;
 margin: 0;
 padding: 0;
 text-align: center;

}

  1. menu li a{
 display: block;
 margin: 0;
 padding: 15px 0 11px;
 color: #dc4e4e;
 font-size: 100%;
 font-weight: bold;
 line-height: 1;
 text-decoration: none;

}

  1. menu li:hover > a{
 background: #ffffff;
 color: #dc4e4e;

}

  1. menu > li:hover > a{
 border-radius: 3px 3px 3px 3px;

}

  1. menu li ul{
 list-style: none;
 position: absolute;
 top: 100%;
 left: 0;
 margin: 0;
 padding: 0;
 border-radius: 0 0 0 0;

}

  1. menu li:last-child ul{
 left: -100%;
 width: 100%

}

  1. menu li ul li{
 overflow: hidden;
 width: 200%;
 height: 0;
 color: #dc4e4e;
 -moz-transition: .2s;
 -webkit-transition: .2s;
 -o-transition: .2s;
 -ms-transition: .2s;
 transition: .2s;

}

  1. menu li ul li a{
 padding: 13px 15px;
 background: #ffffff;
 text-align: left;
 font-size: 12px;
 font-weight: normal;

}

  1. menu li:hover ul li{
 overflow: visible;
 height: 38px;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;

}

  1. menu li:hover ul li:first-child{
 border-top: 0;

}

  1. menu li:hover ul li:last-child{
 border-bottom: 0;

}

  1. menu li:hover ul li:last-child a{
 border-radius: 0 0 0 0;

}

<!-- BODY {

 scrollbar-base-color:       #FF7F50;
 scrollbar-face-color:       #FF7F50; 
 scrollbar-arrow-color:      #FF7F50;
 scrollbar-track-color:      #1E90FF;
 scrollbar-3dlight-color:    #342659;
 scrollbar-highlight-color:  #FF7F50;
 scrollbar-shadow-color:     #FF7F50;
 scrollbar-darkshadow-color: #FF7F50; } 

-->

</style>

</style> </head> </html>