﻿@charset "utf-8";
/* all */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color:#F5F7F8;
}
body div {
  text-align: left;
  margin: 0 auto;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
td,th,dt,dd{
}
/* links */
a {
  overflow: hidden;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {
  border: 0;
}
/* header elements */
h1{
  margin:0px;
}
h2 {
  padding:0px 10px 3px 10px;
}
h2.page-title{
	background-image: url(../images/tit_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 630px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 30px;
	color:#FFFFFF;
	font-size:140%;
}
h2.system{
	background-image: url(../images/tit_system.jpg);
	background-repeat: no-repeat;
	height: 80px;
    padding:30px 10px 3px 20px;
	margin: 0px 0px 0px 10px;
	color:#000000;
	font-weight:bold;
	font-size:140%;
}
h3 {
	margin: 0px 5px 10px 5px;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-bottom:1px dotted #333333;
	border-left:5px solid #E1230D;
}
h4 {
	margin: 15px 5px 20px 0px;
	font-size: 120%;
	font-weight: bold;
	background-color:#E9E9E9;
	padding:5px;
}
h5 {
	margin: 5px 5px 5px 5px;
	font-size: 110%;
	font-weight: bold;
	color:#006600;
	padding:5px;
}
*:first-child+html h3 {
    font-size: 130%;
	padding: 3px 0px 3px 15px;
}
h3.page {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	background-color:#E6E6E6;
	padding: 3px 0px 3px 5px;
}
.search-results-header{
	margin: 15px 5px 10px 5px;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	padding: 5px;
	border:none;
}
h3.entry-header {
	padding: 3px 0px 3px 5px;
}
h3.widget-header {
    display:none;
}


.h3bg_page{
	margin: 20px 0px;
	padding: 0px;
}
.s_bg{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #ccc;
}
/* font */
.small {
  margin-top: 3px;
  font-size: 90%;
  line-height: 1.3;
}
h4 .nomal{
	font-weight:normal;
}
/* font */
.img_l {
  margin: 0px 5px 10px 0px;
  float:left;
  clear:left;
}
.img_r {
  margin: 0px 5px 10px 5px;
  float:right;
  clear:right;
}
/* countainer */
#container {
	width: 904px;
	margin: 0px auto;
	padding: 0px;
	background-color:#000000;
	background-image:url(../images/site_bg.jpg);
	background-repeat:no-repeat;
}
* html #container {
	width: 904px;
}
*:first-child+html #container {
	width: 904px;
}
/* header */
#header {
  width: 850px;
  margin: 0px auto;
  display: block;
}
#header:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
* html #header {
    height: 1em;
}
p.read{
    font-size:14px;
	margin:0px 0px 5px 0px;
}
#header .logo {
	width: 430px;
	float: left;
	clear:left;
	margin: 3px 0px 0px 10px;
}

.logo h1 {
  margin: 5px 0px 0px 0px;
}
#header #header_contact{
	float: right;
	margin: 20px 0px 5px 0px;
	text-align:right;
}
#header #header_contact ul{
	margin:20px 5px 0px 5px;
	font-size:13px;
	color:#FFFFFF;
	list-style-type:none;
}
#header #header_contact ul li{
    float:left;
	margin:0px 3px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding:2px 5px 2px 20px;
	background-position:10px 8px;
}
#header #header_contact ul li a{
	color: #ffffff;
	text-decoration: none;
}
#header #header_contact ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#s_p{
    margin:0px;
	border:solid 1px #ffffff;
	height:35px;
	width:800px;
}
/* header navi */
#header-navi {
  height: 38px;
  margin: 0px 0px 5px 0px;
  padding: 1px 0px 1px 0px;
  clear: right;
}
* html #header-navi {
  height: 38px;
  margin: -20px 0px 5px 0px;
  padding: 1px 0px 1px 0px;
  clear: right;
}
*:first-child+html #header-navi {
  height: 38px;
  margin: -20px 0px 5px 0px;
  padding: 1px 0px 1px 0px;
  clear: right;
}

#header-navi ul {
  padding: 0;
  list-style: none;
}
#header-navi ul li {
  float: left;
  text-indent: -9999px;
}
#header-navi ul li a {
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}
#header-navi .navi1, .navi1 a {
	width: 115px;
	height: 38px;
	display: block;
    background: url(images/navi01.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi1 a:hover {
 　 background: url(images/navi01_on.jpg) no-repeat;
}
#header-navi .navi11, .navi11 a {
    background: url(../images/navi01_on.jpg) no-repeat;
	width: 115px;
	height: 38px;
	display: block;
}
#header-navi .navi2, .navi2 a {
	width: 154px;
	height: 38px;
	display: block;
    background: url(../images/navi02.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi2 a:hover {
  background: url(../images/navi02_on.jpg) no-repeat;
}
#header-navi .navi22, .navi22 a {
    background: url(../images/navi02_on.jpg) no-repeat;
	width: 154px;
	height: 38px;
	display: block;
}
#header-navi .navi3, .navi3 a {
	width: 115px;
	height: 38px;
	display: block;
    background: url(../images/navi03.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi3 a:hover {
  background: url(../images/navi03_on.jpg) no-repeat;
}
#header-navi .navi33, .navi33 a {
    background: url(../images/navi03_on.jpg) no-repeat;
	width: 115px;
	height: 38px;
	display: block;
}
#header-navi .navi4, .navi4 a {
	width: 120px;
	height: 38px;
	display: block;
    background: url(../images/navi04.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi4 a:hover {
  background: url(../images/navi04_on.jpg) no-repeat;
}
#header-navi .navi44, .navi44 a {
    background: url(../images/navi04_on.jpg) no-repeat;
	width: 120px;
	height: 38px;
	display: block;
}
#header-navi .navi5, .navi5 a {
	width: 115px;
	height: 38px;
	display: block;
    background: url(../images/navi05.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi5 a:hover {
  background: url(../images/navi05_on.jpg) no-repeat;
}
#header-navi .navi55, .navi55 a {
    background: url(../images/navi05_on.jpg) no-repeat;
	width: 115px;
	height: 38px;
	display: block;
}
#header-navi .navi6, .navi6 a {
	width: 115px;
	height: 38px;
	display: block;
    background: url(../images/navi06.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi6 a:hover {
  background: url(../images/navi06_on.jpg) no-repeat;
}
#header-navi .navi66, .navi66 a {
    background: url(../images/navi06_on.jpg) no-repeat;
	width: 115px;
	height: 38px;
	display: block;
}
#header-navi .navi7, .navi7 a {
	width: 115px;
	height: 38px;
	display: block;
    background: url(../images/navi07.jpg) no-repeat;
	margin:0px;
}
#header-navi .navi7 a:hover {
  background: url(../images/navi07_on.jpg) no-repeat;
}
#header-navi .navi77, .navi77 a {
    background: url(../images/navi07_on.jpg) no-repeat;
	width: 115px;
	height: 38px;
	display: block;
}
/* flash */
.flash{
  margin:0px 0px 0px -5px;
  width:900px;
  height:400px;
}


/* 検索 */
/* Search ---------------------------------------------------------------- */

.widget-search {
	float: left;
	position: absolute;
	text-align: right;
	margin:5px 0px 0px 0px;
	width:170px;
	padding:0px;
}

* html .widget-search {
	float: left;
	position: absolute;
	text-align: right;
	width:180px;
	margin:5px 0px 0px 0px;
}

*:first-child+html .widget-search {
	float: left;
	position: absolute;
	text-align: right;
	width:180px;
	margin:5px 0px 0px 0px;
}

.widget-search_index {
	float: right;
	position: absolute;
	text-align: right;
	margin:0px;
	width:170px;
}

* html .widget-search_index {
	float: right;
	position: absolute;
	text-align: right;
	margin:0px;	
}

*:first-child+html .widget-search_index {
	float: right;
	position: absolute;
	text-align: right;
}
.widget-search h3 {
    display: none;
}
.search{
	float: left;
}
* html .search{
	float: left;
}
#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 2px 5px 1px 0.px;
    font-size: 12px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 0px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #555;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


ul.result{
 font-weight: bold;
}

ul.result li{
	margin: 5px 10px 0px 10px;
	list-style: none;
	background-image: url(../images/arrow06.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding: 0px 0px 0px 18px;
}


/* content */
#content {
  width: 850px;
  margin: 10px auto 0px auto;
  display: block;
  position: relative;
  clear: both;
  padding:10px 0px 0px 0px;
  background-image:url(../images/content_top.jpg);
  background-repeat:no-repeat;
  font-size:105%;
  background-color:#FFFFFF;
}
#content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* トップページ */
#index_main {
  width: 850px;
  margin: 0px;
}

/* トップページ */
#index_left p{
  margin:5px 8px;
}
#index_left{
  margin:10px;
  padding:0px;
  width:280px;
  float:left;
}
* html #index_left{
  margin:5px 0px 5px 7px;
  padding:0px;
  width:280px;
  float:left;
}
#index_right{
  margin:10px 10px 10px 0px;
  padding:0px;
  width:535px;  
  float:right;
}
* html #index_right{
  margin:5px 7px 5px 0px;
  padding:0px;
  width:520px;  
  float:right;
}
#index_left .box{
  margin:10px 0px;
  padding:5px;
  border:solid 1px #808080;
}
#index_left .box_reg{
  margin:10px 0px;
  padding:5px;
  border:solid 1px #808080;
  background-image:url(../images/home_regular_bg.jpg);
  background-repeat:no-repeat;
  background-position:left bottom;
  height:180px;
}
* html #index_left .box_reg{
  height:160px;
}
#index_right .box{
  margin:10px 0px;
  padding:5px;
  border:solid 1px #808080;
}
* html #index_right .box{
  margin:10px 0px 10px 0px;
  padding:5px 5px 0px 5px;
  border:solid 1px #808080;
}
#index_right .box_info{
  margin:10px 0px;
  padding:5px;
  border:solid 1px #808080;
}
* html #index_right .box_info{
  margin:10px 0px 5px 0px;
  padding:5px;
  border:solid 1px #808080;
}

#index_right .box_lec{
  margin:10px 0px;
  padding:5px;
  border:solid 1px #808080;
   background-image:url(../images/home_lec_bg.jpg);
  background-repeat:no-repeat;
  background-position:left top;
 
}
#index_left h2{
  padding: 10px 5px;
  border-bottom:solid 1px #cc0000;
  border-top:solid 3px #cc0000;
  margin:0px;
}
*:first-child+html #index_left h2{
  padding: 10px 5px 3px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:0px;
}
* html #index_left h2{
  padding: 10px 0px 3px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:0px;
}
#index_right h2{
  padding: 10px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:0px;
}
*:first-child+html #index_right h2{
  padding: 10px 5px 3px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:0px;
}
* html #index_right h2{
  padding: 10px 5px 3px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:0px;
}
#index_right h2.lec{
  padding: 5px 5px;
  border:none;
  margin:0px;
}
*:first-child+html #index_right h2.lec{
  padding: 5px 5px;
  border:none;
  margin:0px;
}

#index_left ul {
	margin: 0px 5px 0px 5px;
	padding:5px;
}
#index_left ul li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-image: url(../images/arrow07.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 5px 0px 5px 18px;
	border-bottom: 1px #cccccc solid;
	font-size:90%;
}
.img_c {
  margin: 10px 0px 10px 4px;
  clear:both;
}
.img_c02 {
  margin: 10px 0px 10px 8px;
  clear:both;
}
* html .img_c02 {
  margin: 5px 0px 5px 8px;
  clear:both;
}
.img_c03 {
  margin: 10px 0px 10px 0px;
  clear:both;
}
.img_c04 {
  margin: 5px 0px 5px 4px;
  clear:both;
}
/* 活動内容トップ */
table.activity {
  margin:25px 0px 25px 30px;
  width:800px;
}
table.activity td {
  padding:5px;
  border:none;
}
table.activity td p {
  margin:0px10px;
  }
*:first-child+html table.activity {
  margin:25px 0px 25px 20px;
  width:800px;
}
/* 会員情報トップ */
table.member {
  margin:0px 0px;
  width:260px;
  font-size:100%;
}
table.member th {
	padding:5px 5px 0px 5px;
	border-bottom:solid 1px #D5D5D5;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:normal;
	background-color:#ffffff;
}
table.member td {
  padding:2px 5px 2px 5px;
  border:none;
}
table.member td img {
  margin:5px 5px 0px 0px;
  }
* html table.member td img {
  margin:5px 5px 5px 0px;
  }
/* 定例会情報 */
table.no{
  margin:0px 0px 0px 0px;
}
table.no td{
	margin:0px;
	border:none;
	padding-bottom:5px;
	vertical-align: top;
}
p.red{
    color:#CC0000;
	font-weight:bold;
	margin-top:0px;
}

#index_right .box_in{
  margin:10px 0px;
  float:left;
  clear:rgiht;
  width:240px;
}
#index_right ul.box{
  margin:0px 5px 0px 0px;
  list-style:none;
  border:none;
  width:270px;
}
#index_right ul.box li{
  margin:0px 10px 0px 0px;
}
#index_right .box_in02{
  margin:10px 0px;
  float:right;
  background-color:#D6D6D6;
  padding:10px;
  clear:both;
  width:215px;
}
* html #index_right .box_in02{
  width:200px;
}
*:first-child+html #index_right .box_in02{
  width:200px;
}
#index_right .box_in03{
	margin:0px;
	float:left;
	padding:35px 5px 5px 5px;
	width:260px;
	border:solid 1px #808080;
	background-image: url(../images/home_tit_ad02.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#index_right .box_in04{
	margin:0px;
	float:right;
	padding:35px 5px 5px 5px;
	width:260px;
	border:solid 1px #808080;
	background-image: url(../images/home_tit_acces02.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
* html #index_right .box_in03{
  width:245px;
	padding:35px 5px 5px 5px;
	background-image: url(../images/home_tit_ad.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
* html #index_right .box_in04{
  width:245px;
	background-image: url(../images/home_tit_acces.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
*:first-child+html #index_right .box_in03{
	width:251px;
	background-image: url(../images/home_tit_ad.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
*:first-child+html #index_right .box_in04{
	width:251px;
	background-image: url(../images/home_tit_acces.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

p.lec{
  margin:5px 10px;
  width:380px;
}

/* マージン関係 */
.margin_l10{
   margin:5px 10px;
}
.margin_l5{
   margin:10px 5px 5px 5px;
}

/* left */
#left {
  width: 220px;
  margin:15px 0px 0px 10px;
  padding: 0px;
  float: left;
}
* html #left {
  margin:15px 0px 0px 5px;
}

#left p{
  margin:10px;
  font-size:100%;
}

#left .left_menu{
  width: 220px;
  margin:0px 0px 10px 0px;
  padding:2px 0px 5px 0px;
  border:solid 1px #808080;
}
#left h2{
  padding: 10px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  margin:5px 5px 5px 5px;  
}
* html #left h2{
  padding: 10px 5px;
  border-top:solid 3px #cc0000;
  border-bottom:solid 1px #cc0000;
  width:190px;
  margin:5px 5px 5px 5px;  
}
#left h3{
	margin: 5px 5px 5px 10px;
	list-style: none;
	background-image: url(../images/arrow04.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	padding: 8px 0px 5px 25px;
    border-bottom:solid 1px #cccccc;
	border-left:none;
	font-size:105%;
	font-weight:normal;
    width:190px;
}
* html #left h3{
	margin: 5px 10px 5px 10px;
	list-style: none;
	background-image: url(../images/arrow04.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	padding: 8px 0px 5px 25px;
    border-bottom:solid 1px #cccccc;
	border-left:none;
	font-size:105%;
	font-weight:normal;
    width:170px;
}
ul.menu {
	margin: 0px 5px 10px 5px;
	width:200px;
	padding:5px;
}
ul.menu_sub {
	margin: 0px 0px 5px 5px;
	padding:2px;
	width:190px;
}
ul.menu li {
	margin: 5px 5px 5px 5px;
	list-style: none;
	background-image: url(../images/arrow04.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px #cccccc solid;
}
li.sub {
	margin: 5px 5px 5px 5px;
	list-style: none;
	background-image: url(../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding: 0px 0px 3px 25px;
	font-size:90%;
}
*:first-child+html #left .left_menu{
  width: 210px;
  margin:0px 0px 10px 0px;
  padding:0px;
}
*:first-child+html ul.menu {
    width:200px;
	padding:5px;
}
*:first-child+html ul.menu li {
	margin: 0px 10px 5px 0px;
	background-position: 3px 8px;
	padding: 5px 0px 5px 25px;
}
dl.sbumenu{
    margin:20px 0px 10px 0px;
}
dl.sbumenu dt{
    margin:0px;
}
dl.sbumenu dd{
    margin:0px;
}


ul.bnr {
      margin:0px 0px 20px 0px;
}
ul.bnr li {
      margin:0px 0px 10px 0px;
      list-style: none;
      text-align:center;
}


/* メイン */
#main {
  width: 580px;
  margin: 15px 15px 10px 0px;
  float: right;
}
*:first-child+html #main {
  width: 580px;
  margin: 15px 15px 10px 0px;
}
* html #main {
  width: 580px;
  margin: 15px 15px 10px 0px;
}

.asset-body{
	margin: 20px 10px 10px 10px;
}
.asset-body p{
	margin: 5px 10px 15px 10px;
}
.asset-body p.left{
	margin: 5px 10px 15px 15px;
        float:left;
        width: 250px;
}
.asset-body_s{
	margin: 5px 10px 20px 15px;
	padding-bottom:3px;
	border-bottom:1px dotted #666666;
}
.asset-body ul{
	margin: 10px 20px 10px 40px;
}
.asset-footer{
	margin: 0px;
}

.entry_section{
	margin: 10px 0px;
}

.border-d{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0F539C;
	width: 550px;
}

/* dd */
dl{
	margin: 10px 5px 5px 5px;
}
dt{
	margin: 5px;
	font-weight:bold;
	color:#663300;
}
dd{
    margin:5px 10px 15px 5px;
	padding:0px 0px 15px 0px;
}
dl.productlist{
	margin: 10px 5px;
	background-image:url(../product/images/product_bg.gif);
	background-repeat:no-repeat;
	height:240px;
	width:600px;
}
dl.productlist dt{
	margin: 10px 5px 5px 5px;
	padding-top:15px;
}
dl.productlist dd{
    margin:5px;
	padding:5px;
	text-align:left;
}
dl.table {
	margin: 1em 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	width:500px;
	text-align:left;
	margin-bottom:20px;
}

dl.table dt {
	margin: 0;
	margin-right: -13em;
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 14em;
	text-indent: 10px;
	color:#555555;
}

dl.table dd {
	margin-left:13em;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}
p.table_title{
    margin:5px 0px;
	padding:5px 5px 2px 5px;
	border-bottom:1px dotted #666666;
	font-weight:bold;
}
#table * {
    margin:0px 0px 0px 0px;
    padding:0;
    border:0;
}
#table dl {
	border-top:0;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color: #F3F3F3;
}
#table dt {
    float:left;
    clear:both;
    width:120px;
    padding:5px;
    _width:10em;    /* WinIE */
    border-top:1px solid #999;
    white-space:nowrap;
	color:#333;
	font-weight:normal;
}
#table dd {
    margin-left:120px;    /* = dt.width + dt.padding */
    padding:5px;
    border-top:1px solid #999;
    border-left:1px solid #999;
    background:#fff;
}


dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
dl.none {
	margin: 1em 20px;
	width:600px;
	text-align:left;
	border: none;
}

dl.none dt {
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
	border: none;
	background-color: #fff; 
}

dl.none dd {
	margin-left:13em;
	padding: 0.2em 10px;
	background-color: #fff; 
	border: none;
}

dl.none {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
.flowlist{
 margin:5px;
 padding-bottom:3px;
 border-bottom:solid 1px #cccccc;
}

dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ol */
ol{
   margin:10px 25px 0px 25px;
 }
ol li{
   margin:5px;
}
/*　カスタムフィールド */
.custom_img{
   float:left; margin:10px 5px;
   width:300px;
}
.custom_img2{
   float:left; margin:10px 5px; 
   width:300px;
}

/* pdf */
.pdf{
	padding: 5px;
	margin: 70px 10px 20px 10px;
	border: 1px solid #999999;
	font-size:85%;
}
.pdf_img {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	margin: 10px 20px;
	padding-left: 40px;
	width:200px;
}
/* 囲み罫線 */
.box{
	padding: 5px;
	margin: 30px 10px 20px 10px;
	border: 1px solid #999999;
}
.box01{
	padding: 5px;
	margin: 30px 5px 20px 5px;
	border: 3px solid #0000FF;
}
.box02{
	padding: 5px;
	margin: 30px 5px 20px 5px;
        border3: 3px dotted #0000FF;
}
/* 実績詳細 */
.copytext{
	font-weight:bold;
	color:#FF0000;
	padding: 0px 0px;
}
ul.feature {
    margin:10px 5px;
	list-style-type:none;
	padding-left:5px;
}
ul.feature li{
	margin:5px 0px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	width: 300px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.listdata_pro {
    margin: 0px;
	display: block;
	clear: both;
	float:left
}
.listdata:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* レポート pdf　*/
#report{
  margin: 10px auto 5px auto;
}

#report ul.report_list {
  padding: 0;
  width: 580px;
  margin: 10px 0px 5px 0px;
  font-size:95%;
}

* html #report ul.report_list {
  padding: 0;
  width: 580px;
  margin: 5px 0px 15px 0px;
  font-size:95%;
}

#report ul.report_list li.odd {
	margin: 0px 5px;
	list-style: none;
	background-color:#E9E9E9;
	border-bottom: 1px dotted #999999;
	background-image:none;
	width:570px;
  font-size:100%;
}
#report ul.report_list li.eve {
	margin: 0px 5px;
	list-style: none;
	background-color:#f7f7f7;
	border-bottom: 1px dotted #999999;
	background-image:none;
	width:570px;
    font-size:100%;
}
* html #report ul.report_list li.odd {
	margin: -2px 5px;
}
* html #report ul.report_list li.eve {
	margin: -2px 5px;
	width:565px;
}
*:first-child+html ul.report_list li.odd {
	margin: -3px 5px;
}
*:first-child+html ul.report_list li.eve {
	margin: 0px 0px;
	padding:0px;
}
.re{
   font-size:90%;
}

table.report{
  margin:5px;
}
table.report td{
  border:none;
  font-weight:normal;
  width:450px;
}
table.report td.pdf{
	border:none;
	width:90px;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 35px;
	vertical-align:top;
	background-position: 0px 10px;
}
table.report td.pdf2{
	border:none;
	width:200px;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 35px;
	vertical-align:top;
	background-position: 0px 10px;
	font-size:110%;
}
/* お知らせ*/
.asset-body_info{
	margin: 5px;
	padding-bottom:3px;
}
ul.news_list {
  padding: 0;
  margin: 10px 10px;
}

* html ul.news_list {
  padding: 0;
  margin: 5px 0px 15px 0px;
}

ul.news_list li.odd {
	margin: 0px 5px 5px 10px;
	list-style: none;
	background-image: url(../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 0px 0px 3px 18px;
	border-bottom: 1px dotted #999999;
	width:95%;
	font-size:100%;
}
ul.news_list li.eve {
	margin: 0px 5px 5px 10px;
	list-style: none;
	background-image: url(../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 0px 0px 3px 18px;
	border-bottom: 1px dotted #999999;
	width:95%;
	font-size:100%;
}
* html ul.news_list li.odd {
	margin: 5px 0px 5px 15px;
	background-position: 5px 8px;
	width:90%;
}
* html ul.news_list li.eve {
	margin: 5px 0px 5px 15px;
	background-position: 5px 8px;
	width:90%;
}
*:first-child+html ul.news_list li.odd {
	margin: 5px 10px 5px 5px;
	background-position: 5px 8px;
}
*:first-child+html ul.news_list li.eve {
	margin: 5px 10px 5px 5px;
	background-position: 5px 8px;
}

#news dl {
  border: none;
  margin: 0px;
  padding:0px;
}   
#news dt {
  padding: 0px 0px;
  clear:right;
  margin-right:10px;
  border: 1px dotted #ff6600;
}   
#news dd {
  padding: 0px 0px 3px 5px;
  border: 1px dotted #000000;
}
/*\*/
*:first-child+html #news dl {
  border: none;
  margin: 0;
}
*:first-child+html #news dt {
  padding: 0px 10px;
  clear:right;
}
*:first-child+html #news dd {
  padding: 0px 3px 0px 5px;
  padding: 0px;
}
* html #news dl {
  border: none;
  margin: 0;
  padding:0;
}
* html #news dt {
  padding: 0px 3px 0px 0px;
  clear:right;
}
* html #news dd {
  margin: 0px;
  padding: 0px;
}
.topdate{
  padding: 0px 0px 0px 25px;
}
#more{
  float:right;
  margin:5px 15px 10px 0px;
  font-size:85%;
  clear:right;
}
* html #more{
  float:right;
  margin:2px 5px 0px 0px;
  font-size:85%;
  clear:right;
}
.more a {
  color: #996633;
}
.more a:hover {
  color: #ff9900;
}
#more ul {
  margin-top: 1px;
  margin-right: 10px;
}
#more li {
	margin: 0;
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
}
/* ページトップ */
.pagetop {
	margin: 10px 10px 10px 10px;
	padding-left: 15px;
	float:right;
	text-align:right;
	background-image: url(../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
/* リンク */
.link {
	margin: 0px 10px 10px 10px;
	padding-left: 15px;
	float:right;
	text-align:right;
	background-image: url(http://www.toyama-tmqa.jp/images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

/* パンクず */

#topicpath {
  margin: 5px 0px  10px 20px;
  text-align: left;
  float:left;
  color: #ffffff;
  width:530px;
}
*:first-child+html #topicpath {
  margin: 5px 0px  5px 20px;
  text-align: left;
  float:left;
  color: #ffffff;
  width:510px;
}
* html #topicpath {
  margin: 5px 0px  5px 10px;
  text-align: left;
  float:left;
  color: #ffffff;
  width:520px;
}

#topicpath a {
	color: #ffffff;
}
#topicpath a:hover {
	color: #ffffff;
}
ul.navigator {
  margin: 5px 10p 0px 20px;
  padding: 5px 15px 3px 15px; 
}
ul.navigator li {
  display: inline;
  float:left;
	color: #ffffff;
  font-size:14px;
}
/* 文字サイズ変更 */
.fontbox{
    float:left;
	margin-right:5px;
	padding:8px 0px 0px 0px;
}

/* header navi */
#fontbox {
  height: 17px;
    float:left;
	margin-right:5px;
	margin-top:3px;
	padding:8px 5px 0px 0px;
}
#fontbox ul {
  padding: 0;
  list-style: none;
}
#fontbox ul li {
  float: left;
  text-indent: -9999px;
  margin-left:5px;
}
#fontbox ul li a {
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}
#fontbox .font_n, .font_n a {
	width: 40px;
	height: 17px;
	display: block;
    background: url(../images/font_n.gif) no-repeat;
	margin:0px;
}
#fontbox .font_n a:hover {
 　 background: url(../images/font_n_on.gif) no-repeat;
}


#fontbox .font_l, .font_l a {
	width: 17px;
	height: 17px;
	display: block;
    background: url(../images/font_l_on.gif) no-repeat;
	margin:0px;
}
#fontbox .font_l a:hover {
  background: url(../images/font_l.gif) no-repeat;
}



ul.font{
}
ul.font li{
    float:left;
	margin-right:5px;
}

/* リスト */

/* リスト */

ul.sitemap {
	margin: 10px 10px;
	list-style: none;
	text-align:left;
}

ul.sitemap li {
	margin: 0px 10px 0px 20px;
	list-style: none;
	background-image: url(../images/arrow07.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:8px 5px 8px 25px;
	border-bottom: 1px #C8C8C8 solid;
}

ul.sitemap li.sitemap02 {
	margin: 0px 10px 0px 40px;
	list-style: none;
	background-image: url(../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding:5px 5px 5px 30px;
	border-bottom: 1px #C8C8C8 dotted;
}

dl.links{
	margin: 10px 5px;
}
dl.links dt{
	background-image: url(../images/arrow05.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding:3px 3px 3px 15px;
	float:left;
	margin:2px;
}
dl.links dd{
	padding:0px 3px 3px 25px;
	float:left;
	margin:0px;
}
*:first-child+html dl.links dd{
	padding:3px 3px 3px 3px;
	float:left;
	margin:2px;
}

ul.links{
	margin: 10px 5px;
	list-style:none;
	clear:both;
}
ul.links li{
	padding:3px 3px 3px 12px;
	background-image: url(../images/arrow05.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding:3px 3px 3px 15px;
	float:left;
	margin:2px;
	font-size:98%;
	width:200px;
}
*:first-child+html ul.links li{
	padding:3px 3px 3px 12px;
	background-image: url(../images/arrow05.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding:3px 3px 3px 15px;
	float:left;
	margin:2px;
	font-size:98%;
	width:200px;
}
/* プランテーブル　*/
.plan_item{
	background-image: url(../web/images/tit_planblog.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px 0px;
	padding: 45px 0px 10px 0px;
	border-left: 1px solid #2FB6B6;
	border-bottom: 1px solid #2FB6B6;
	border-right: 1px solid #2FB6B6;
}
.plan_shop{
	background-image: url(../web/images/tit_netshop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 10px 0px;
	padding: 45px 0px 10px 0px;
	border-left: 1px solid #2FB6B6;
	border-bottom: 1px solid #2FB6B6;
	border-right: 1px solid #2FB6B6;
}
.plan_shopmini{
	background-image: url(../web/images/tit_netshop_mini.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 10px 0px;
	padding: 45px 0px 10px 0px;
	border-left: 1px solid #2FB6B6;
	border-bottom: 1px solid #2FB6B6;
	border-right: 1px solid #2FB6B6;
}
.plan_plan15{
	background-image: url(../web/images/tit_plan15.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 10px 0px;
	padding: 45px 0px 10px 0px;
	border-left: 1px solid #2FB6B6;
	border-bottom: 1px solid #2FB6B6;
	border-right: 1px solid #2FB6B6;
}
.plan_plan25{
	background-image: url(../web/images/tit_plan25.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 10px 0px;
	padding: 45px 0px 10px 0px;
	border-left: 1px solid #2FB6B6;
	border-bottom: 1px solid #2FB6B6;
	border-right: 1px solid #2FB6B6;
}

ul.advantage{
    margin:10px 0px 30px 60px;
}
ul.advantage li{
	margin: 5px auto 5px auto;
	padding-left: 8px;
	list-style-type: circle;
}
ul.advantage_border{
	margin:10px 50px 30px 20px;
	padding:10px;
	background-color:#DDEEF9;
}
ul.advantage_border li{
	margin: 5px 10px 5px 30px;
	padding-left: 5px;
	list-style-type: disc;
}
/* テーブル */
table {
  border-collapse: collapse;
  margin:10px;
}

table td{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
}

table th{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
	background-color: #f6f6f6;
	vertical-align: top;
}
table.center {
  border-collapse: collapse;
  margin:10px 5px;
}

table.center td{
    border: #999999 1px solid; 
    text-align:center;
    padding: 5px;
}

table.none {
  border-collapse: collapse;
  margin:10px;
  width:90%;
}

table.none td{
	text-align: left;
	padding: 2px;
    border: none; 
	vertical-align:top;
}

table.none th{
    text-align: left;
    padding: 5px;
	vertical-align: top;
	color:#00783D;
    width:90px;
    border: none; 
	vertical-align:top;
}
table.none_m0 {
  border-collapse: collapse;
  margin:10px 0px;
  width:90%;
}

table.none_m0 td.imgimg{
	text-align: left;
	padding: 2px;
    border: none; 
	vertical-align:top;
}
table.none_m0 td{
	text-align: left;
	padding: 2px 2px 2px 5px;
    border: none; 
	vertical-align:top;
}
table.none_m0 th{
    text-align: left;
    padding: 5px;
	vertical-align: top;
    border: none; 
	vertical-align:top;
}

table.product {
  border-collapse: collapse;
  margin:10px 0px 10px 10px;
  width:90%;
  width:550px;
}
* html table.product {
  border-collapse: collapse;
  margin:10px 0px 10px 20px;
  width:90%;
  width:550px;
}
table.product td{
	text-align: left;
	padding: 2px;
    border: none; 
	vertical-align:top;
}

table.product th{
    text-align: left;
    padding: 5px;
	vertical-align: top;
	color:#00783D;
    width:90px;
    border: none; 
}
table.mail {
  border-collapse: collapse;
  margin:10px 0px 20px 80px;
}

table.mail td{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
	vertical-align:top;
}

table.mail th{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
	background-color: #f6f6f6;
	vertical-align: top;
}

.comments-open-content{
    margin:10px 10px 20px 10px;
}
blockquote{
    margin:10px 10px 20px 60px;
}

/* 強み */

.ad_title{
   margin:10px 10px 10px 10px;
   padding-bottom:10px;
}
.add_box{
   margin:10px 10px 0px 10px;
}
/* 強み */
.eco_box{
   margin:10px;
   border:solid 1px #99CC00;
   padding:10px;
   }
/* 実績 */
.odd2 {
  width: 180px;
  margin: 15px 0px 5px 5px;
  clear:both;
  border:solid 1px #ccc;
  padding-bottom: 10px;
  height:220px;
}
.eve2 {
  width: 180px;
  margin: 15px 0px 5px 5px;
  clear:both;
  border:solid 1px #ccc;
  padding-bottom: 10px;
  height:220px;
}
* html .odd2 {
  margin: 15px 0px 5px 5px;
  clear:both;
  border:solid 1px #ccc;
  padding-bottom: 10px;
  height:210px;
}
* html .eve2 {
  margin: 15px 0px 5px 5px;
  clear:both;
  border:solid 1px #ccc;
  padding-bottom: 10px;
  height:210px;
}
.odd2 iframe, .eve2 iframe {
  margin-top: 7px;
}
.odd3 {
  width: 180px;
  margin: 15px 1px 20px 5px;
  clear:both;
  border:solid 1px #ccc;
  height:715px;
}
.eve3 {
  width: 180px;
  margin: 15px 0px 20px 0px;
  clear:both;
  border:solid 1px #ccc;
  height:715px;
}
* html .odd3 {
  width: 160px;
  margin: 15px 0px 20px 0px;
  border:solid 1px #ccc;
  height:725px;
}
* html .eve3 {
  width: 160px;
  margin: 15px 1px 20px 5px;
  border:solid 1px #ccc;
  height:725px;
}
.odd3 iframe, .eve3 iframe {
  margin-top: 7px;
}
.listdata {
    margin: 0px 10px;
	float:left;
}
.listdata2 {
    margin-left: 5px;
	float:left;
}
* html .listdata {
    margin-left: 0px;
}
.listdataimg {
    width: 160px;
	margin: 5px;
	padding: 0;
	vertical-align: top;
	display: block;
	overflow: hidden;
}
.listdataimg02 {
	margin: 5px;
	padding: 0;
	vertical-align: top;
	display: block;
	overflow: hidden;
}
.listdatatxt {
    margin: 5px 2px;
    padding: 0;
	text-align: left;
	display: block;
}
* html .listdatatxt {
    margin: 5px;
    padding: 0;
	text-align: center;
	display: block;
}
.listdatatxt a {
	color: #003399;
	text-decoration: underline;
}

* html .listdatatxt a:hover {
	color: #006600;
	text-decoration: underline;
}
* html .listdatatxt a {
	color: #003399;
  text-decoration: underline;
}

.listdatatxt a:hover {
	color: #006600;
  text-decoration: underline;
}
.listdatatxt02 {
    width: 190px;
    margin: 5px;
    padding: 0;
	text-align: left;
	display: block;
	line-height:120%;
}
.listdatabox1 {
    float: left;
    margin: 10px 5px 10px 0px;
}
.listdatabox2 {
    float:left;
    margin: 10px 5px 10px 0px;
}
.listdatabox3 {
    float:left;
    margin: 10px 0px 10px 0px;
}

.listdatabox_list {
    float: left;
    margin: 3px;
}
/* to top */
#top {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#totop {
  margin: 10px 5px 0 0;
  text-align: right;
}
#totop a {
  color: #ff710c;
}
#totop-basic {
  margin: 10px 5px -20px 0;
  text-align: right;
}
#totop-basic a {
  color: #ff710c;
}
/* page contents */
.entry-body-content {
  width: 610px;
  margin: 10px 0 15px 10px;
}
.entry-body-content p {
  margin: 0px 10px;
  line-height: 1.3;
}
.entry-body-content a {
  color: #fb9400;
}

.entry-body {
  width: 570px;
  margin: 10px 0 15px 5px;
}
.entry-body p {
  margin: 10px 10px 10px 10px;
  line-height: 1.3;
}
.entry-body a {
  color: #ff9900;
}
*:first-child+html .entry-body img {
  overflow: hidden;
}
.entry-body ul {
  margin-left: 0.3em;
  padding: 0;
}
.entry-body li {
  margin-bottom: 0;
  line-height: 1.3;
  list-style: none;
}
.bnr-contact {
  width: 645px;
  margin: 15px 0px ;
  text-align: center;
}
.normal {
  color: #fff;
  font-weight: normal;
}

.indent {
  margin-left: 15px;
}
.left {
  margin: 0 15px 10px 0;
  float: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.float-right {
  float: right;
  margin: 0 0 15px 10px;
}
*:first-child+html .float-right {
  margin-bottom: 0;
}


/* footer */
#footer {
	width: 850px;
	margin: 0px auto;
	padding:0px;
	background-image:url(../images/footer_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:0px 100px;
	height:110px;
}
* html #footer {
	width: 830px;
	margin: 0px auto;
	padding:0px;
	background-image:url(../images/footer_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:0px 100px;
	height:100px;
}
#footer-inner {
	width: 830px;
	margin:0px 10px 10px 10px;
	padding:10px;
	background-image:url(../images/foot_bg.gif);
	background-repeat:no-repeat;
	height:89px;
	background-position: 0px 0px;
}
* html #footer-inner {
	width: 810px;
	margin:0px 10px 0px 10px;
	padding:10px;
	background-image:url(../images/foot_bg.gif);
	background-repeat:no-repeat;
	height:89px;
	background-position: 0px 0px;
}

#footer .address{
  font-size:95%;
  margin:0px;
  float:left;
}
#copyright {
  margin: 0px;
  padding: 5px;
  font-size:95%;
  color:#FFFFFF;
  text-align:center;
}



* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear{
  display: block;
  clear:both;
  text-indent:-9999;
}

/* End hide from IE-mac */



