/*
Theme Name: ナノテック
*/
@charset "UTF-8";
body {
	padding: 0;
	color: #000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
p       {
	margin-top: 5px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	margin: 0px;
	padding: 0px;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #4974BD;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	z-index: 1;
}
h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #666;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	padding-bottom: -10px;
	margin-bottom: -10px;
	padding-top: 10px;
	font-weight: normal;
}
h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(image/corner-back.jpg);
	background-repeat: no-repeat;
	width: 660px;
	padding-left: 50px;
	padding-top: 4px;
	height: 30px;
}
.copy {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #FFFFFF;
	background-image: url(image/header-back2.jpg);
	background-repeat: repeat-x;
}
.header-back {
	background-color: #FFFFFF;
	height: 136px;
	background-image: url(image/header-back.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header-group {
	float: left;
	height: 127px;
	margin-left: 110px;
	margin-top: 3px;
}
.header-logo {
	float: left;
	height: 91px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	margin-top: 45px;
	width: 350px;
	margin-left: 20px;
}
.button  {
	height: 34px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar1 {
	float: right;
	width: 260px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	text-align: center;
}
#navigation {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2BEAD;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#navigation h3 {
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2BEAD;
	border-bottom-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C2BEAD;
	border-left-color: #C2BEAD;
	text-decoration: none;
	padding-bottom: 7px;
	background-color: #E1E0E8;
	text-align: left;
	font-size: 14px;
}
#navigation h4 {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 24px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #E1E0E8;
	text-align: left;
}
#navigation a {
	color: #333333;
	text-decoration: none;
}
#navigation a:visited {
	color: #6A6A6A;
}
#navigation a:hover {
	text-decoration: underline;
	color: #000000;
	text-decoration: blink;
	color: #4974BD;
}
#navigation #kirikae  {
	text-decoration: underline;
	color: #28497B;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	background-color: #E1E0E8;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.setumei {
	background-color: #E1E0E8;
	font-family: "“游ゴシック”", YuGothic, "“ヒラギノ角ゴ ProN W3”", "“Hiragino Kaku Gothic ProN”", "“メイリオ”", Meiryo, sans-serif;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 3px;
	font-size: 14px;
	line-height: 22px;
}
.setumei-midasi {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 6px;
	text-align: center;
	line-height: 24px;
	background-color: #FFF;
	border: 3px solid #FF0000;
}
.topics {
	margin-left: 20px;
	margin-right: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding-bottom: 5px;
	font-size: 14px;
}
#dia   {
	border: 1px solid #666;
	border-collapse: collapse;
}
.topi-title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 8px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3C74C4;
	border-left-color: #3C74C4;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 18px;
}
.topi-txt {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	min-height: 0px;
}
.topi-data {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	text-align: right;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 12px;
}
.page-title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #3C74C4;
	color: #FFF;
	margin-left: 1px;
	margin-right: 5px;
	font-size: 18px;
}
.page-midasi {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3C74C4;
	border-left-color: #3C74C4;
	margin-left: 20px;
	margin-right: 20px;
}
.page-midasi a {
	color: #333333;
	text-decoration: none;
}
.page-midasi a:hover {
	text-decoration: underline;
	color: #000000;
	text-decoration: blink;
	color: #4974BD;
}
.page-midasi2 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}
.page-txt {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.form-midasi {
	font-weight: bold;
	font-size: 12pt;
}
.form-dairi1 {
	font-size: 12pt;
	font-weight: bold;
	color: #039;
}
.form-dairi_tel {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.form-txt {
	font-size: 12pt;
	color: #000;
}

.top-slide {
	width: 940px;
	margin-left: 15px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 2;
}
.content {
	width: 700px;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.jyutaku-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C74C4;
	background-color: #DCE7F2;
	font-weight: bold;
}
.jyutaku-txt p {
	padding: 0px;
	margin: 0px;
}
.jyutaku-txt {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer {
	background-color: #CCC49F;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	height: 86px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.nakamori {
	float: left;
	width: 180px;
}
.aisatsu {
	float: left;
	width: 433px;
	padding-left: 10px;
	line-height: 18px;
	padding-top: 5px;
	background-color: #DBD9E1;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.aisatu2 {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.saiyo-midasi {
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.saiyo-txt {
	background-color: #f3f3f4;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	line-height: 1.4em;
	font-size: 0.95em;
}
.saiyo-txt2 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 1.7em;
}
#saiyo-t {
	background-color: #C8FEED;
	color: #000;
	font-size: 1em;
	letter-spacing: 0.3em;
	padding-left: 12px;
}
.saiyo-button {
	width: 360px;
	margin-left: 0px;
	text-align: left;
	padding-top: 5px;
}
#saiyo-n {
	font-size: 1.0em;
	background-color: #FFFFFF;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 960px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
	background-image: url(image/buttonoff_back.jpg);
	text-align: right;
	z-index: 9999;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #98B3D0;
}
.dropmenu li a{
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-color: #3367A1;
	background-image: url(image/buttonoff_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	white-space: nowrap;
	font-weight: normal;
	line-height: 1;
	z-index: 9999;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropmenu li ul li a{
	text-align: left;
	background-color: #3367A1;
	background-image: url(image/buttonoff_back.jpg);
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1;
	z-index: 99999;
	position: static;
}
.dropmenu li:hover > a{
	background-color: #3367A1;
	background-image: url(image/buttonoff_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dropmenu li a:hover{
	background-color: #3367A1;
	background-image: url(image/buttonon_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}
#dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
	padding-bottom: 0px;
	margin-bottom: 0px;
	z-index: 9999;
}
#dropmenu li:hover ul li{
	overflow: visible;
	z-index: 9999;
	height: 100%;
}
.page-sikaku {
	font-size: 18px;
	color: #3C74C4;
}
.page-txt_jyousu {
	font-size: 90%;
	margin-top: -5px;
}
#enkaku tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B89CF;
	font-size: 95%;
	padding-top: 12px;
}
#enkaku tr td a {
	text-decoration: none;
	font-weight: bold;
}
#enkaku2 tr td a {
	text-decoration: none;
	font-weight: bold;
}
#maindocument dl {
	clear: both;
}
#maindocument dt {
	padding-right: 10px;
	padding-left: 8px;
	margin: 0px;
	width: 90px;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #879AA5;
	float: left;
}
#maindocument dd {
	width: 370px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #879AA5;
	float: right;
}
#maindocument p {
}
#maindocument strong {
	font-weight: normal;
	text-decoration: none;
	border-bottom-style: none;
	float: right;
}
#kouka {
	font-size: 85%;
}
.english {
	margin-top: 7px;
	margin-left: 14px;
}
#block  td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

/*.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
}*/

.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="button"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.page-txt input[type="button"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
span.wpcf7-list-item {
display: block;
}
.topi-txt table {
	font-size: 13px;
}

 
 