/*
Theme Name:インフォテック（サンプル）
Description: インフォテック（サンプル）
Version: 1.0
Author: 株式会社インフォ・テック
Author URI: http://www.info-tec.ne.jp/
タグ:
*/

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff url("image/backline.jpg") repeat-x; 
}

br {
   letter-spacing:normal;	/* 行間 */
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#fff;
   text-decoration:none;
}

img  {
   border:0;	/* 線 */
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
/* ========　レイアウト　======== */
div#wrapper {
   width:760px;
   margin:0 auto;
   text-align:left;
   padding:20px 10px 0 10px;
   border-left:1px solid #339933;
   border-right:1px solid #339933;
   background:#fff
}

div#header {
   width:760px;
   height:60px;
   margin:0 0px;
   background:#fff 30% 30% no-repeat;
}

div#menu {
   width:720px;
   margin:20px; 
   background:#9acd32;
   -webkit-border-radius: 10px;	/* Safari、Google Chrome */
   -moz-border-radius: 10px;	/* Firefox */
}

div#contents {
   clear:both;
   width:720px;
   margin:0 20px;
   background:#fff url("image/bg_contents_b1.gif") repeat-y; 
   border-bottom:1px solid #C3C3C3;
}

div#main {
   float:left;
   width:480px;
   padding:0 10px;
}

div#sub {
   float:right;
   width:200px;
   padding:0 10px;
}

div#footer {
   clear:both;
   width:700px;
   padding:15px;
}

div#menu:after,
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* =====ナビゲーションバー===== */
.menu {
   font-size:82%;/* 13px */
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff url("image/backline.jpg") repeat-x; 
}
.menu ul {
   margin:0;
   padding:0;
}

.menu li {
   float:left;
   list-style-type:none;
}
.menu li a {
   display:block;
   width:89px;		/* 8メニュー分を確保 */
   line-height:40px;
   border-bottom:1px solid #339933;
   border-right:1px solid #339933;
   background:#9acd32; 
}

/* ========　ヘッダ ======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px */
}

div#header p {
   margin:0;
   padding:10px;
   font-size:82%;/* 13px */
}
/* ========　コンテンツ　======== */
div#main a {
   border-bottom:1px dotted #333;
}

div#main a:hover {
   color:#666;
   border:0;
}

div#main h2 {
   margin-bottom:2px;
   padding:3px 3px 0 3px;
   color:#fff;
   font-size:88%;/* 14px */
   font-weight:bold;
   border-bottom:2px solid #ffff33;
   background:#394c13;
}

div#main h3 {
   margin-bottom:2px;
   border-bottom:1px solid #333;
   font-size:82%;/* 13px */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px */
}

/* ========　サブコンテンツ　======== */
div#sub a {
   border-bottom:1px dotted #333;
}

div#sub a:hover {
   color:#666;
   border:0;
}

div#sub h2 {
   margin-bottom:2px;
   padding:2px;
   color:#fff;
   font-size:88%;/* 14px */
   font-weight:bold;
   border-bottom:2px solid #ffff33;
   background:#394c13;
}

div#sub h3 {
   margin-bottom:2px;
   font-size:88%;/* 14px */
   border-bottom:1px solid #333;
}

div#sub p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px */
}

div#sub li {
   list-style-type:none;
}

div#sub dl {
   margin:0;
   font-size:82%;/* 13px */
}

div#sub dt {
   font-weight:bold;
}

div#sub dd {
   margin:0;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   background:#fff;
   text-align:center;
   color:#333;
   font-style:normal;
   font-size:70%;/* 11px */
}