@charset "UTF-8";

/* 
#################################################################
熊石海洋深層水ホームページ 印刷用 CSS
#################################################################
*/

/* HTML BODY */
body {
	margin: 0px;
}

/* 全体のリンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: black;
}
a:hover {
	color: black;
}

/* ヘッダタグのマージン設定除去 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* コンテンツ全体の格納箱 */
#ie-hack {
    text-align: center;
}

#page {
    line-height: 140%;
    margin-right: auto;
	margin-left: auto;
    width: 100%;
}

#container {
    float: left;
	text-align: left;
    padding: 0px;
	width: 100%;
	border: none;
}

/* バナーの格納箱 */
#banner {
    position: relative;
	font-family: Verdana, Arial, sans-serif;
    color: #000000;
	padding: 0 0 0 50px;
	border: none;
    text-indent: -2000px;
    display: block;
    margin:0;
    background-image: url("images/banner.gif");
    height: 125px;
    display: none;
}

#banner h1 a {
    text-indent: -2000px;
    font-size: 2px;
    display: block;
    overflow: hidden;
    padding: 0;
    margin:0;
    background: url("images/logo.gif") no-repeat 0 0;
    width: 300px;
    height: 125px;
    border:none;
    display: none;
}


/* ナビゲーション */
#navi {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	FONT-WEIGHT:         normal;
	FONT-SIZE:             12px; 
	COLOR:               black;
    margin:0 0 40px 0;
    padding: 0 0 0 5px;
    text-align: left;
}

/* メインコンテンツ */
/* エントリーコンテンツの格納箱（外側） */
#center {
	float: left;
	width: 100%;
	overflow: hidden;
    margin-top: 0;
}
	
/* コンテンツの格納箱（内側） */
.content {
    margin: 0;
	padding: 0 0 0 5px;
	background-color: transparent;
}


/* 記事タイトル　*/
.content h2 , .contentp h2 {
	color: black;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	margin: 0;
	padding-left: 10px;
    line-height: 150%;
    border-left: solid 3px #3d8cdf;
}


/* 見出し1 */
.content h3 , .contentp h3 {
    color: black;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 12pt;
    font-weight: normal;
	text-align: left;
    line-height: 150%;
    border-left: solid 3px #A3CCF7 ;
    padding-left: 10px;
}


/* 見出し2 */
.content h4 , .contentp h4 {
	color: black;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 11pt;
    font-weight: normal;
	text-align: left;
	margin-top: 25px;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 170%;
    border-left: solid 3px #D9E7F6 ;
    padding-left: 10px;
}


/* 本文の書式設定 */

/* 本文 */
.content p {
	color: black;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
	margin-bottom: 20px;
}

/* リスト */
.content ul {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    list-style-type: none;
    list-style-position: outside;
	FONT-WEIGHT:         normal;
	FONT-SIZE:               11pt;
	COLOR:               black;
    line-height: 170%;
    margin: 17px 0 20px 15px;
    padding: 0px;
}
.content ul li {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    list-style-type: none;
    list-style-position: outside;
	FONT-WEIGHT:         normal;
	FONT-SIZE:               11pt;
	COLOR:               black;
    line-height: 170%;
    margin-bottom: 5px;
    padding: 0px;
}
.content ol {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	FONT-WEIGHT:         normal;
	FONT-SIZE:               11pt;
	COLOR:               black;
    line-height: 170%;
    margin: 0 0 20px 10px;
    padding: 0px;
}
.content ol li {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	FONT-WEIGHT:         normal;
	FONT-SIZE:               11pt;
	COLOR:               black;
    line-height: 170%;
    margin: 0 0 0 10px;
    padding: 0px;
}

/* 強調 */
.content strong {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    font-weight:     bold;
}

/* 本文内の画像設定 */
.content p img {
    border: none;
	background-color: #FFFFFF;
}

/* 左回り込み */
img.strike {
    float: left;
    margin-right: 1em;
}
/* 右回り込み */
img.strike-r {
    float: right;
	margin-left: 1em;
}
/* 中央寄せ */
.center {
    text-align: center;
}
/* 回り込み解除 */
.rel {
    clear: both;
}

/* テーブルレイアウト */
dl {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    background-color: #eeeeee;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-top: none;
}
dt {
    font-weight: normal;
    color: black;
    margin: 0;
    padding: 1px 0 1px 5px;
    border-top: 1px solid #cccccc;
    width: 100px;
    float: left;
}
dd {
    background-color: white;
    margin: 0 0 0 100px;
    padding: 1px 0 1px 5px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.sei dl {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    background-color: #eeeeee;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-top: none;
}
.sei dt {
    font-weight: normal;
    color: black;
    margin: 0;
    padding: 1px 0 1px 5px;
    border-top: 1px solid #cccccc;
    width: 150px;
    float: left;
}
.sei dd {
    background-color: white;
    margin: 0 0 0 150px;
    padding: 1px 0 1px 5px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

/* サイドバー設定 */
/* サイドバー基本設定 */
#right {
    float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	display: none;
}

.sidebar {
	padding: 15px;
}

/* サイドバー書式設定 */
.sidebar h3 {
	color: #666666;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
    font-weight: normal;
	font-size: 14px;
	text-align: left;
    padding: 0;
    /*background:  url("images/yajirushi.gif") center left no-repeat;*/
}
/* サイドバーリンク設定 */
.sidebar a {
	text-decoration: none;
}
.sidebar a:link {
	color: #737A8C;
}
.sidebar a:visited {
	color: #737A8C;
}
.sidebar a:active {
	color: #737A8C;
}
.sidebar a:hover {
	color: #006699;
    /*text-decoration:underline;*/
}
/* サイドバーリスト */
.sidebar ul {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 14px;
    padding: 0;
	margin: 0;
}
.sidebar ul li {
    color: #666666;
    line-height: 200%;
    list-style-type: none;
}
/* サイドバー画像 */
.sidebar img {
	border: none;
}

.side , .side-li {
    margin-bottom: 20px;
}

.highlight {
	background-color: #dde8f8;
	border-left: solid 3px #3d8cdf;
	text-indent: 7px;
	}

#nav ul{
	border-top-color: #ccc;
	text-align: left;
	text-indent: 10px;
	/*border-top-style: solid;*/
	/*border-top-width: 1px;*/
	width: 170px;
	list-style-type: none;
	}
	
#nav li{
    border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0px;
	}
	
#nav ul a:hover{
	background-color: #b7ccea;
}	

#nav a{
	color: #737A8C;
}

#nav a:link,
#nav a:hover,
#nav a:visited
{
display: block;
padding: 1px;
}

.side-li p {
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 14px;
    padding: 0;
	margin: 0;
}

/* フッタ設定 */
#footer {
    clear: both;
    display: block; 
    padding-top: 30px;
    display: none;
}

.copy {
    text-align: center;
}

.copy p {
    font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #999999;
}

@media print {
   .media {
      display: none;
   }
}