@charset "utf-8";
/* リセット ----------------------------------------------------- */
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;
	font-size: 100%;
}
html{
	height: 100%;
	margin-bottom: 1px;
}
li { list-style:none;}
img,
fieldset {
	border:0;/* __この指定で画像を縦に並べたときの隙間がなくなる--*/
	padding:0;
	vertical-align:top;/*IE用　画像の下の隙間（空白）を消去するため*/
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*　テーブルリセット　*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
/*　フォームリセット　*/
fieldset {
	border: 0;
}
input {
	_margin: -1px 0;
}
/*　テキストリセット　*/
sup,
sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
br.clear {
	clear: both;
	font: 0px/0px sans-serif;
}
/* リンクカラー */
a:link,
a:visited,
a:active{
	color:#0066CC;
	text-decoration: none;
}
a:hover{
	color:#993300;
}
a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
/* 全体 ----------------------------------------------------- */
body{
	color:#333333;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	line-height: 1.7em;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #afb1b4;
}
* html body { text-align:center; } /*　IE6用　margin:0px auto;　のhack　*/
/* レイアウト ----------------------------------------------------- */
#wrapper{
	width:990px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:15px;
}
#logo{
	float: left;
	width:214px;
	margin-right:17px;
}
#menu_area{
	float:right;
	width:738px;
	padding-bottom:10px;
	clear:right; /* IE hack　カラム落ち用 */
}
#header-navi{
	float:right;
	text-align: right;
	padding-right: 5px;
}
#header-navi ul li{
	background-image: url(images/li_arrow.jpg);
	background-repeat: no-repeat;
	display: inline;
	font-size: 90%;
	margin-left:5px;
	padding-left:11px;
}
#topimg_area {
	clear:both;
	margin:10px 0px;
}
#content{
	float: left;
	width:742px;
	margin-right:20px;
	padding-bottom: 20px;
	text-align: left;
}
#submenu_Box{
	float:right;
	width:228px;
	clear:right; /* IE hack　カラム落ち用 */
}
#submenu{
	width:228px;
	padding-bottom: 70px;
	text-align: left;
	background-image: url(/images/sub_bk.jpg);
	background-repeat: repeat-y;
}
/* レイアウト-フッター */
#footer {
	clear:both;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-y;
	width:990px;
	height:100px;
	margin:0px auto;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	text-align: right;
}
#footer ul li{
	display: inline;
}
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active{
	color:#333333;
	text-decoration: none;
}
#footer ul li a:hover{
	color:#FF6600;
}
#Copyright{
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
/* スタイリング ----------------------------------------------------- */
/* 見出し */
h1{
	clear:both;
	background-image: url(images/h1_blank.jpg);
	background-repeat: no-repeat;
	height:130px;
	margin-bottom:10px;
	text-align: left;
}
h2{
	clear:both;
	height:31px;
	margin:10px 0px;
	padding:5px 15px 0px 10px;
	background-image: url(images/h2_base.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
}
h3{
	height:24px;
	margin:20px 0px 10px 5px;
	padding:0px 15px 0px 10px;
	font-size: 120%;
	color: #2979b4;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #2979b4;
}
h4{
	margin:10px 0px 10px 10px;
	padding:0px 10px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
/* サブメニュー 箇条書き */
.submenu_title{
	background-color: #669999;
	padding:3px 10px 3px 10px;
	color: #FFFFFF;
}
/* 文章段落 */
.text_area{
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
#content p{
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
#content img{
	padding:0px;
	margin:0px;
}
/* 文章　箇条書き */
#content ul,
#content ol{
	margin:0px 10px 10px 50px;
}
#content ul li{
	margin-left:5px;
	padding-left:1px;
	list-style-image: url(images/li_sq.jpg);
}
#content ol li{
	margin-left:5px;
	padding-left:1px;
	list-style-type: decimal;
}
.text_area ul{
	margin:0px 10px 10px 0px;
}
.text_area ul li{
	margin-left:5px;
	padding-left:1px;
	list-style-image: url(images/li_sq.jpg);
}
/* 文章　マーカー */
.Note
.notice{
	padding-right:10px;
	padding-left: 10px;
	background-color: #FFCC99;
}
/* 文章　リンクボタン */
.Btn{
	width: 400px;
	height:45px;
	margin:10px auto;
	padding-top:10px;
	background-image: url(images/btn_base.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.Btn a:link,
.Btn a:visited,
.Btn a:active{
	color:#FFFFFF;
	text-decoration: none;
}
.Btn a:hover{
	color:#FF6600;
}
.Btn a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
/*テーブル　*/
#content table{
	width: 95%;
	margin: 20px 5px 20px 25px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#content table tr{
	border-bottom:1px solid #999999;
}
#content table th{
    padding: 3px 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
#content table td{
    padding: 3px 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
/* お問い合わせ欄 */
.ot_top{
	background-image: url(images/ot_top.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 740px;
	margin-top:15px;
}
.ot_mid{
	background-image: url(images/ot_mid.jpg);
	background-repeat: repeat-y;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}
.ot_bottom{
	background-image: url(images/ot_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 740px;
}
/* ページトップへ　*/
.pageTop{
	text-align: right;
	font-size: 95%;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* ●●一覧へ　*/
.pageLink{
	clear:both;
	text-align: right;
	font-size: 95%;
	padding-right: 10px;
}
/* Aform スタイリング ----------------------------------------------------- */
textarea{
	width: 700px;
}

.aform-content input{
	padding: 0.2em;
}
.aform-text{
	width: 60%;
}
.aform-textarea{
	width: 80%;
}
.aform-content dl{
	margin:0px;
	padding:0px;
	border-left: 3px solid #6699FF;
}
.aform-content dl dt{
	background-color: #E2E6E9;
	padding:0px 5px 0px 5px;
}
.aform-content dl dd {
	padding:0px 5px 0px 5px;
}
.required{
}
.aform-input-example{
	color: #6699CC !important;
}
/* 新着情報*/
ul.new{
	margin:10px 10px 10px 20px !important;
	padding: 0px;
}
ul.new li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-image: url(images/li_arrow.jpg) !important;
	list-style-position: inside;
}
*html ul.new li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-image: url(images/li_arrow.jpg) !important;
	list-style-position: outside;
	text-indent: 20px;
}
/* FAQ*/
ul.faqList{
	border:none;
	margin:0px !important;
	padding:0px 5px 5px;
}
.faqList li {
	padding:5px !important;
	font-weight:bold;
	background-color: #F0F0F0;
	list-style-image: none !important;
}
.faqpage{
	clear:both;
	margin:10px 0px;
	padding:15px;
	color: #333333;
	background-color: #F0F0F0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}
.faqpage h2{
	height:auto;
	padding:5px;
	background-image: none;
	font-size: 120%;
	color: #0066CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
}
.faq-q{
	padding-top:10px;
}
.faq-a{
	margin:10px 0px;
	padding:15px;
	color: #333333;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}
.qtext{
	font-size: 140%;
	font-weight: bold;
	color: #0066CC;
}
.atext{
	font-size: 140%;
	font-weight: bold;
	padding:5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

/* 技術情報*/
.techcate{
	padding: 5px;
	margin-bottom:10px;
	border: 1px solid #999999;
}
.techcate h3{
	margin:0px;
	padding:0px;
	height:20px;
	margin-bottom:10px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
ul.tech{
	margin:0px 10px 10px 10px !important;
	padding: 0px 0px 0px 0px;
}
ul.tech li{
	display:inline;
	margin-left:0px;
	padding-left:0px;
	list-style-image: none;
}
ul.techList{
	margin:0px 10px 10px 10px !important;
	padding: 0px;
}
ul.techList li{
	background-color: #E1F8FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-type: none !important;
}
.kiji h2{
	height:31px;
	padding:10px;
	background-image: none;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
}
.kiji{
	clear:both;
	margin:10px 0px;
	padding:15px;
	color: #333333;
	background-color: #E1F8FF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}
.kiji-text{
	margin:10px 0px;
	padding:15px;
	color: #333333;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}

/* ページ送り　*/
.pageview {  
    text-align: center;  
}  
.pageview li {  
    background: url(images/bg_paging.jpg) left top no-repeat;  
    display: -moz-inline-box;  
    display: inline-block;  
    /display: inline;  
    /margin-right: 3px;  
    line-height: 25px;  
    width: 25px;  
    height: 25px;  
    /zoom: 1;  
}  
.pageview li a {  
        display: block;  
        text-decoration: none;  
        width: 25px;  
}  
/* テキスト非表示　*/
.none,
.hidden{
  display: none;
}
/* 検索結果　*/
.search-results-header{
	background-image: none;
	height:auto;
	margin-bottom:10px;
	text-align: left;
	padding:10px;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
}

/* サムネイル表示　*/
.thumlist{
	float: left;
	width:355px;
	padding: 6px;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom:10px;
	border: thin solid #CCCCCC;
}
.thumlist2{
	clear:both;
	height: 100px;
	padding: 5px;
	margin-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
}
.thum {
	float: left;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	padding: 9px;
	border: thin solid #CCCCCC;
}
.thumlist h5{
	line-height:120%;
}
.thumlist p{
	line-height:120%;
}
.thum2 {
	display: inline;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	padding: 9px;
	border: thin solid #CCCCCC;
}
.asset-img-thumb{
}
/* 画像回り込み*/
.photo{
	float: right;
	width: 240px;
	height: 245px;
	margin:10px;
}
.photo2{
	float: left;
	width: 400px;
	height: 411px;
	margin:10px;
}
.photo3{
	float: right;
	width: 240px;
	height: 150px;
	margin:10px;
}
/* サイトマップページ　リスト　*/
dl.sitemap {
	width: 650px;
	overflow: hidden;
	margin-top:30px;
	margin-left:10px;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:20px;
}   
dl.sitemap dt {
	padding: 5px 20px 5px 20px;
	text-align: left;
	border-bottom: 1px solid #999;
}   
dl.sitemap dd {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px dotted #999;
	margin-left:50px;
}   

/* リンクページ　リスト　*/
dl.list {
	width: 500px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top:30px;
	margin-left:40px;
	padding-top:15px;
}   
dl.list dt {
	margin-top: 20px;
	margin-left: 10px;
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
	color: #666600;
}

dl.list dd {   
    padding: 2px 10px 2px 50px;   
    border-bottom: 1px dotted #999;   
    margin-left:20px;   
} 

/* サブメニュー  */
#submenu a:link,
#submenu a:visited,
#submenu a:active{
	color:#003366;
	text-decoration: none;
}
#submenu a:hover{
	color:#0066CC;
}
#submenu a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
.submenu_title{
	background-color: #858580;
	padding:3px 10px 3px 10px;
	margin-bottom:10px;
	color: #FFFFFF;
}
#submenu ul{
	line-height: 1.4em;
	padding-left:5px;
	font-size:95%;
}
#submenu ul.li_lev1_1{
	margin-top:10px;
}
#submenu ul.li_lev1{
	margin-top:10px;
	margin-bottom:10px;
}
#submenu ul.li_lev1_1 li{
	background-image: url(http://www.powerbuilder.jp/images/li_arrow_b.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	padding-bottom:2px;
	padding-left:11px;
	font-weight: bold;
}
#submenu ul.li_lev1 li{
	background-image: url(http://www.powerbuilder.jp/images/li_arrow_b.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	padding-bottom:2px;
	padding-left:11px;
}
#submenu ul.li_lev2 li{
	background-image: url(http://www.powerbuilder.jp/images/li_arrow_b.jpg);
	background-repeat: no-repeat;
	margin-left:20px;
	padding-bottom:2px;
	padding-left:11px;
}
.sub_titleimg{
	padding-left:5px;
}
.sub_navi{
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 1.4em;
	font-size:95%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sub_arrow{
	color:#c1c855;
	text-decoration: none;
}
.sub_navi_text{
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 1.4em;
	font-size:95%;
}
.sub_banner{
	margin:10px;
	padding:10px;
	text-align: center;
	background-color:#FFFFFF;
}
.sub_banner img{
	padding-bottom:20px;
}
