﻿@charset "utf-8";

/* --【ハッチー小川内容】------------------------------------------------------------------------ */
/* RESET */
html,body,div,ul,ol,li,dl,dt,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
dt {
	float: left;
	clear: both;
}
h1,h2,h3,h4,h5,h6,address,caption,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th.common {
	text-align: left;
	background-color: #FFC;
	width: 30%;
	padding: 5px;
	border-top-style: none;
	border-left-style: none;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	color: #000;
}
caption,th {
	text-align: left;
	background-color: #FFC;
	width: 30%;
	padding: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	vertical-align: top;
}
tr {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 5px;
}
td {
	text-align: left;
	border-right-style: none;
	border-bottom-style: none;
	padding: 5px;
	border-top-style: none;
	border-left-style: none;
	vertical-align: top;
	white-space: nowrap;
}
table {
	bcaption,th.common order-collapse: collapse;
	border-spacing: 0;
	height: auto;
	width: 650px;
	border: 1px solid #666;
	font-size: 14px;
	margin-bottom: 30px;
}
/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
/* TYPE */

body {
	background-color:#fff;
	color:#000;
	padding: 0;
	text-align: center;
	margin: 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
a{/*リンクされた文字*/
    color:#DC3C38;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#DC3C38;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#DC3C38;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#DC3C38;
	text-decoration: underline;
}
a:active {/*クリック中*/
    color:#DC3C38;
    text-decoration:none;
}

strong, b { font-weight: bold; }
.sosumi { font-size: 10px !important; color:#76797c; }
.sosumi_features { font-size: 10px !important; color:#76797c; }

p {
	margin: 0px;
	padding: 0px;
}
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }
ul {
	padding:0;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}
ol { margin-bottom: 70px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }

#container {
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sub-header {
	position:relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/ogawa/top/main.png);
	background-repeat: no-repeat;
	height: 395px;
	width: 950px;
}
/* -- logo位置 -- */
#sub-header h1.comment {
	position: absolute;
	top: 260px;
	left: 540px;
	z-index:2;
	margin:0;
	width: 400px;
	height: auto;
	margin: 0px;
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
#sub-header .logo1 {
	position: absolute;
	top: 289px;
	left: 658px;
	z-index:1;
	margin:0;
	width: 180px;
	height: 69px;
	margin: 0px;
}
/*サブページ用ヘッダー*/
#ogawasub-header {
	position:relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/ogawa/common/sub-main.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 950px;
}
#ogawasub-header h1.comment {
	position: absolute;
	top: 200px;
	left: 389px;
	z-index:2;
	margin:0;
	width: 365px;
	height: auto;
	margin: 0px;
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
#ogawasub-header .logo1 {
	position: absolute;
	top: 181px;
	left: 756px;
	z-index:1;
	margin:0;
	width: 180px;
	height: 69px;
	margin: 0px;
}

/* -- menu -- */
#sub-menu {
	height: 60px;
	width: auto;
	background-color: #FFF;
	margin-top: 3px;
	margin-bottom: 5px;
}
#sub-menu ul {
	margin: 0px;
	padding: 0px;
	
	}
#sub-menu li {
	float: left;
	display: inline;
}
/*パンくず*/
#pankuzu {
	height: auto;
	width: auto;
	margin-bottom: 5px;
}

/*メイン枠*/
#sub-mainContent .main {
	margin: 0;
	padding: 0;
	height: auto;
	width: 950px;
}
/*メイン左枠*/
#sub-mainContent .main .contentfirst {
	height: auto;
	width: 725px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sub-mainContent .main .contentfirst a{/*リンクされた文字*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .main .contentfirst a:link {/*未訪問のリンク*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .main .contentfirst a:visited {/*訪問後のリンク*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .main .contentfirst a:hover {/*マウスをのせたとき*/
    color:#F60;
	text-decoration: underline;
}
#sub-mainContent .main .contentfirst a:active {/*クリック中*/
    color:#F60;
    text-decoration:none;
}

/*メイン右枠*/
#sub-mainContent .content {
	height: auto;
	width: 210px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sub-mainContent .content a{/*リンクされた文字*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .content a:link {/*未訪問のリンク*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .content a:visited {/*訪問後のリンク*/
    color:#F60;
    text-decoration:none;
}
#sub-mainContent .content a:hover {/*マウスをのせたとき*/
	color:#F60;
	text-decoration: underline;
}
#sub-mainContent .content a:active {/*クリック中*/
    color:#F60;
    text-decoration:none;
}
/*外枠ライン*/
#sub-mainContent .main .content .side-waku {
	border: 1px solid #FFA826;
	width: 210px;
	height: auto;
	margin-bottom: 20px;
	}
/*内枠ライン*/
#sub-mainContent .main .content .side-waku .side-uchiwaku{
	width: 206px;
	height: auto;
	background-color: #FFF9DD;
	margin: 2px;
	padding-bottom: 10px;
	}

#sub-mainContent .main .content .side-waku .side-uchiwaku .side-menu {
	width: 195px;
	height: 30px;
	margin-left: 7px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/ogawa/common/icon-Subya_ore_s1.png);
	background-repeat: no-repeat;
	background-position: 170px 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA826;
}
* html #sub-mainContent .main .content .side-waku .side-uchiwaku .side-menu {/*IE6用*/
	width: 202px;
	height: 40px;
	margin-left: 7px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/ogawa/common/icon-Subya_ore_s1.png);
	background-repeat: no-repeat;
	background-position: 170px 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA826;
}
#sub-mainContent .main .content .side-waku .side-uchiwaku .side-white-waku {
	width: 210px;
	height: auto;
	margin-left: 7px;
	background-color: #FFF;
	}
#sub-mainContent .main .content .side-waku .side-uchiwaku .border-line_right {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	padding-top: 5px;
	line-height: 16px;
}
/*バナー枠*/
#sub-bn {
	width: 210px;
	height: auto;
	margin-bottom: 20px;
}

/*共通タイトル*/
#sub-title {
	height: 45px;
	width: 725px;
	margin-bottom: 20px;
}
/*----------footer----------------*/
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0; 
}

/* PIPED LINKS */
.piped {
	display: block;
	zoom: 1;
}
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li {
	float: right;
	display: inline;
}
.piped a {
	border-left: 1px solid #797c80;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }
#globalfooter .gf-links {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	height: auto;
	width: auto;
	float: right;
}
#globalfooter .gf-links a {
	padding: 0 15px;
	white-space: nowrap;
}
#globalfooter .gf-links a.last { padding-right: 0; _float: none !important; width: auto !important; }

/*--- Global Footer ---*/
#globalfooter {
	width: auto;
	color: #FFF;
	font-size: 13px;
	text-align: center !important;
	height: 29px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
#globalfooter a { color: #333; }
#globalfooter a:link, a:visited, a:active {  color: #333; text-decoration: none; }
#globalfooter a:hover {
	text-decoration: underline;
	color: #333;
}
#globalfooter p { margin-bottom: 1em; }
#globalfooter ul.piped a {
	margin-left: 5px;
	border-left: 1px solid #d0d0d0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: center;
}
#globalfooter .gf-links {
	margin-right: 5px;
	margin-bottom: 9px;
	margin-left: 0;
	height: 20px;
}
#globalfooter .gf-sosumi {
	clear: both;
	width: 100%;
	padding-top: 9px;
	text-align: right;
}
#globalfooter .gf-sosumi a {
	padding: 0 10px;
}
#globalfooter .gf-sosumi p { float: left; margin-left: 3px; }
/*フッターメニューリンク枠*/
#subfooter {
	height: 190px;
	width: 950px;
	clear: both;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/common/bg-footer.png);
	background-repeat: no-repeat;
}
#subfooterwaku {
	position:relative;
	height: 190px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#subfooterwaku a { color: #ff6600; }
#subfooterwaku a:link, a:visited, a:active {  color: #ff6600; text-decoration: none; }
#subfooterwaku a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#subfooterwaku .linkwaku {
	position: absolute;
	top: 19px;
	left: 275px;
	z-index:1;
	margin:0;
	width: 670px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku strong {
	font-weight: normal;
}
#subfooterwaku .linkwaku h3 {
	font-size: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #608C1F;
}
#subfooterwaku .copyright{
	position: absolute;
	top: 160px;
	left: 0px;
	z-index:2;
	margin:0;
	width: 950px;
	height: auto;
	color: #FFF;
	text-align: center;
}
#subfooterwaku .link01{
	position: absolute;
	top: 50px;
	left: 275px;
	z-index:3;
	margin:0;
	width: 120px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku .link02{
	position: absolute;
	top: 50px;
	left: 400px;
	z-index:4;
	margin:0;
	width: 120px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku .link03{
	position: absolute;
	top: 50px;
	left: 525px;
	z-index:5;
	margin:0;
	width: 170px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku .link04{
	position: absolute;
	top: 50px;
	left: 705px;
	z-index:6;
	margin:0;
	width: 105px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku .link05{
	position: absolute;
	top: 50px;
	left: 820px;
	z-index:7;
	margin:0;
	width: 125px;
	height: auto;
	line-height: 30px;
}
#subfooterwaku .link06{
	position: absolute;
	top: 15px;
	left: 820px;
	z-index:8;
	margin:0;
	width: 100px;
	height: auto;
	line-height: 30px;
}
/*----------各ページ----------------*/
/*----------トップ----------------*/
.ogawa-waku{
	border: 1px solid #CCC;
}
.ogawa-line_waku {
	border: 1px solid #CCC;
	height: auto;
	width: 723px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.note {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 700px;
	margin-right: 12px;
	margin-left: 12px;
	background-image: url(/images/ogawa/top/line.gif);
	background-repeat: repeat;
	background-position: 0px -24px;
}
.ogawa-line_waku .note p{
line-height:24px;
margin-top:24px;
}
.tanjo-txt
{
	height: auto;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 40px;
}
.ye-waku {
	background-color: #FFC;
	padding: 5px;
	width: 620px;
	text-align: center;
	margin-bottom: 20px;
}
/*blog共通*/
table.blog{
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
	width: 650px;
	font-size: 14px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
	margin-left: 20px;
}
table.blog tr {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}
table.blog td {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	white-space: normal;
	width: 278px;
	text-align: center;
}
table.blog td.l {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	white-space: nowrap;
	text-align: left;
	width: 178px;
}
table.blog td.r {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	white-space: nowrap;
	text-align: right;
	width: 178px;
}
.entry-voice {
	border: 1px solid #CCC;
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url(../images/ogawa/notebook/techo-head.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 27px;
}
.ogawasub-title {
	height: 70px;
	width: 725px;
	margin-bottom: 30px;
}
/*研究手帖H3*/
h3.title-notebook {
	height: auto;
	width: auto;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	color: #FE6A00;
	border-bottom-style: solid;
	padding-right: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #FE6A00;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(/images/ogawa/notebook/title-h3bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
h3.title-notebook a{/*リンクされた文字*/
    color:#FE6A00;
    text-decoration:none;
}
h3.title-notebook a:link {/*未訪問のリンク*/
    color:#FE6A00;
    text-decoration:none;
}
h3.title-notebook a:visited {/*訪問後のリンク*/
    color:#FE6A00;
    text-decoration:none;
}
h3.title-notebook a:hover {/*マウスをのせたとき*/
    color:#FE6A00;
	text-decoration: underline;
}
h3.title-notebook a:active {/*クリック中*/
    color:#FE6A00;
    text-decoration:none;
}
.notebook-waku {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 660px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(/images/ogawa/top/line.gif);
	background-repeat: repeat;
	background-position: 0px -24px;
	line-height: 24px;
}
.notebook-waku .note p{
line-height:24px;
margin-top:24px;
}
/*痛い話H3*/
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column {
	height: auto;
	width: auto;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	color: #393;
	border-bottom-style: solid;
	padding-right: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #393;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(/images/ogawa/column/title-h3bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column a{/*リンクされた文字*/
    color:#393;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column a:link {/*未訪問のリンク*/
    color:#393;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column a:visited {/*訪問後のリンク*/
    color:#393;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column a:hover {/*マウスをのせたとき*/
    color:#393;
	text-decoration: underline;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-column a:active {/*クリック中*/
    color:#393;
    text-decoration:none;
}
/*おもちゃ箱H3*/
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy {
	height: auto;
	width: auto;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	color: #2C99C7;
	border-bottom-style: solid;
	padding-right: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #2C99C7;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(/images/ogawa/toy/title-h3bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy a{/*リンクされた文字*/
    color:#2C99C7;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy a:link {/*未訪問のリンク*/
    color:#2C99C7;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy a:visited {/*訪問後のリンク*/
    color:#2C99C7;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy a:hover {/*マウスをのせたとき*/
    color:#2C99C7;
	text-decoration: underline;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-toy a:active {/*クリック中*/
    color:#2C99C7;
    text-decoration:none;
}
.toy-waku {
	width: 660px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 24px;
	padding: 5px;
	background-color: #EDF5FA;
}
/*行ったとこH3*/
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event {
	height: auto;
	width: auto;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	color: #F30;
	border-bottom-style: solid;
	padding-right: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #F30;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(/images/ogawa/event/title-h3bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event a{/*リンクされた文字*/
	color: #F30;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event a:link {/*未訪問のリンク*/
	color: #F30;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event a:visited {/*訪問後のリンク*/
	color: #F30;
    text-decoration:none;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event a:hover {/*マウスをのせたとき*/
	color: #F30;
	text-decoration: underline;
}
#container #sub-mainContent .main .contentfirst .margin_L10 .entry-voice .title-event a:active {/*クリック中*/
	color: #F30;
    text-decoration:none;
}
.event-waku {
	width: 660px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 24px;
	padding: 5px;
	background-color: #FFFFE8;
}
