@charset "Shift_JIS";

/*

Site Name : (財)大田区産業振興協会
Coder : ueno

______________contents______________

 : プリント用

last updated : 07/08/03

*/

/*デフォルトセット
---------------------------------*/

* {
  margin: 0;
		padding: 0;
  color: #333333;
		font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
		font-size: 100%;
		font-weight: normal;
  letter-spacing: 0;
  outline: 0;
}

html,
body  {
  width: 100%;
  height: 100%;
}

#s-content p,
#s-content li,
#s-content dt,
#s-content dd,
#s-content-wide p,
#s-content-wide li,
#s-content-wide dt,
#s-content-wide dd {
  font-size: small;
  line-height: 1.4em;
}

img {
  border: none;
}

fieldset {
  border-style: none;
}
legend {
  display: none;
}

#skipMenu {
  display: none;
}

acronym,
abbr {
  cursor:help;
}

a {
  text-decoration: none !important;
}

strong {
  font-weight: bold;
}

/*tableスタイル------------------*/

table {
  width: 100%;
		margin-bottom: 15px;
		font-size: small;
		line-height: 1.4em;
		border-collapse: collapse;
}
table th {
  padding: 5px;
  font-weight: bold;
		white-space: nowrap;
		vertical-align: top;
		border: 1px solid #CCCCCC;
		background: #F2F2F2;
}
table td {
  padding: 5px;
  vertical-align: top;
		border: 1px solid #CCCCCC;
}

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

#s-content h2,
#s-content-wide h2 {
		margin-bottom: 10px;
		padding-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
		border-bottom: 2px solid #666666;
}
body#sangaku .section h3,
body#shien .section h3,
body#kinro .section h3,
body#pio .section h3 {
  margin-bottom: 10px;
		padding: 3px 0 3px 5px;
  font-size: medium;
		font-weight: bold;
}
body#sangaku .section h3 { /*産学連携事業*/
		border-left: 5px solid #FF99FF;
}
body#shien .section h3 { /*大田区立産業支援施設*/
		border-left: 5px solid #99FF99;
}
body#kinro .section h3 { /*大田区勤労者共済*/
		border-left: 5px solid #FFFF99;
}
body#pio .section h3 { /*大田区産業プラザPio*/
		border-left: 5px solid #6699FF;
}
body#sangaku h2#contactTitle,
body#shien h2#contactTitle,
body#kinro h2#contactTitle,
body#pio h2#contactTitle {
  height: auto !important;
  margin-bottom: 10px;
		padding: 3px;
  font-size: small;
		font-weight: bold;
}
body#sangaku h2#contactTitle { /*産学連携事業*/
		background: #FF99FF;
}
body#shien h2#contactTitle { /*大田区立産業支援施設*/
		background: #99FF99;
}
body#kinro h2#contactTitle { /*大田区勤労者共済*/
		background: #FFFF99;
}
body#pio h2#contactTitle { /*大田区産業プラザPio*/
  color: #FFFFFF;
		background: #6699FF;
}

body#sangaku #s-contentMenu,
body#shien #s-contentMenu,
body#kinro #s-contentMenu,
body#pio #s-contentMenu {
  display: none;
}

/*汎用タグスタイル------------*/

.section p {
  margin-bottom: 15px;
}
.section ul,
.section ol {
  margin-bottom: 10px;
		padding-left: 37px;
}
.section ul li,
.section ol li {
  margin-bottom: 5px;
}
.section blockquote {
  margin-left: 22px;
  padding-left: 10px;
		border-left: 5px solid #999999;
}
blockquote:before{
  content: "以下は引用です。";
  voice-family: "Announcer", female;
		display: none;
}
blockquote[cite]:before{
  content: "以下は" attr(cite) "からの引用です。";
		display: none;
}
blockquote:after{
  content: "引用終了。";
  voice-family: "Announcer", female;
		display: none;
}

img {
  border: none;
}

fieldset {
  border-style: none;
}
legend {
  display: none;
}

#skipMenu {
  display: none;
}

acronym,
abbr {
  cursor:help;
}

/*クリアーフィックスモジュール
----------------------------------*/

/* Modern browsers like Firefox, Safari, Opera */
.clearFix:after {
  height: 0;
		font-size: 0;
		line-height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}
/* IE 7 and MacIE*/
.clearFix {
  display: inline-block;
}
/* Hides from IE-mac */
* html .clearFix {
  height: 1%;
}
.clearFix {
  display: block;
}

/*コンテンツモジュール
----------------------------------*/

.hidden {
  display: none;
  visibility: hidden;
}
.noMargin {
  margin: 0 !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.toTop,
#toTop {
  display: none;
}

/*コンテンツセクション----------*/

div.s-menuBox { 
  margin-bottom: 8px;
  padding: 0 1px;
		font-size: 12px;
		background: url(../images/s-header_img05.gif) no-repeat left bottom;
}
.menuSection {
  padding: 10px 10px 1px 10px;
		border-top: 1px solid #CCCCCC;
}

/*ヘッダー構造
---------------------------------*/

div#header {
		font-size: 12px;
}

#header h1 {
  padding: 15px 0 0 15px;
		float: left;
}
p#otakuLogo {
  padding: 0 15px 10px 0;
  float: right;
}

ul#sangaku-g-menu,
ul#shien-g-menu,
ul#kinro-g-menu,
ul#pio-g-menu {
  margin-bottom: 10px;
  clear: both;
}
#sangaku-g-menu li,
#shien-g-menu li,
#kinro-g-menu li,
#pio-g-menu li {
  display: none;
}
ul#sangaku-g-menu {
		border-top: 10px solid #FF99FF;
}
ul#shien-g-menu {
		border-top: 10px solid #99FF99;
}
ul#kinro-g-menu {
		border-top: 10px solid #FFFF99;
}
ul#pio-g-menu {
		border-top: 10px solid #6699FF;
}

ul#pankuzu {
  display: none;
}

/*コンテンツ構造
---------------------------------*/

div#s-content{
		padding: 8px;
}
div#s-content-wide{
		padding: 8px;
}
#topPhoto {
  margin-bottom: 15px;
}
div#s-contentMenu {
  width: 184px;
		padding: 8px 8px 8px 0;
		border-top: 1px solid #CCCCCC;
  float: right;
}


/*フッター構造
---------------------------------*/

ul#f-menu {
  display: none;
}
