﻿/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	font-size: 96%;
	color: #333;
	text-align: center;
	background-color: #EDEBE4;
	background-image: url(img/back001.gif);
}


p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}



/* ========================================  #page ページ外枠 */
#page {
	width: 800px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}


/* ========================================  #header 画面上部 */
#header {
	padding: 10px 0 0;
	margin: 0;
}



#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#header #header_title {/* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 35px;
}



#header #headerimg {
	clear: both;
	height: 70px;
	margin: 2px 0 0;
	border-top: 5px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(img/headimg-green1.png);
	background-position: center center;
	background-repeat: no-repeat;
}



#header #headerimg #msg { /* ヘッダー内メッセージ */
	color:#999999;
	margin:15px auto auto 10px;
	text-align:left;
	font-size: 24px;
	font-weight: bold;
}


div#header #top-menu{
	/*position: absolute;*/
	top: 5px;
	text-align: right;
}

div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*リンク色*/
a{ text-decoration: underline; }
a:link{ color: #0000dd; }
a:visited{ color: #0000dd; }
a:hover{ color: #cc6600; }



/*リンク色*/
div#header #top-menu li{ color: #0000ff; }
div#header #top-menu li a:link{ color: #0000ff; }
div#header #top-menu li a:visited{ color: #0000ff; }
div#header #top-menu li a:hover{ color: #cc6600; }



/*ロゴテキスト*/
p#logo-text{
	/*position: absolute;*/
	/*top: 50px;/*■縦位置*/
	/*left: 100px;*/
	
	color:#008080;
	margin:15px auto auto 10px;
	font-size: 24pt;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -0.5pt;
}


/*ロゴテキスト＆サブテキストの文字色＆リンク文字色*/
p#logo-text,
p#sub-text{ color: #008080; }
p#logo-text a{ text-decoration: none; }
p#logo-text a:link{ color: #000080; }
p#logo-text a:visited{ color: #000080; }
p#logo-text a:hover{ color: #cc6600; 
}



#header img {
	border: none;
}


/*リンク画像のボーダー無し*/
.linkborder {
	border-width: 0px;
}


/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



ul.menu_f01{
	background-color: #F0F0F0;
	height: 40px;
	border-bottom: 5px solid #999999;
	margin: 0px;
	border-top: 1px solid #999999;
	list-style-type: none;
}


ul.menu_f01 li{
	float: left;
	border-right: 1px solid #999999;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 130px;
	padding: 15px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F0F0F0;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #CC6666!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 15px 0px 0px;
	border-bottom: 5px solid #CC6666;
	background-color: #E8E8E8;
}



/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 15px 0px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(img/backS001.png);
	background-position: top;
	background-repeat: repeat-x;
}



/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 560px;
	padding: 0;
	margin: 10px 0 0 0px;
	background-color: #FFF;
}

.contentswrap { /* #main中の間隔調整 */
	margin:0 10px 15px;
	padding:0;
}



#breadNavi {
	height: 25px;
	padding: 10px 0 0 2px;
	margin: 5px 0 15px;
	font-size: 86%;
}


#main h1 { /* 本文の見出し */
	background-image:url(img/h1bar005.png);
	background-repeat:no-repeat;
	clear:left;
	color:#FFF;
	font-size:18px;
	height:40px;
	margin:0;
	padding:16px 0 0 20px;
}


#main h2 { /* 本文の見出し2 */
	background-image:url(img/h2back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	clear:left;
	color:#333;
	font-size:16px;
	margin:15px 0 0.5em;
	padding:12px 0 0px 30px;
	height: 27px;
}


#main h3 { /* 本文の見出し3 */
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 16px solid #66aa66; /*#336699;*/
	padding: 3px 0px 3px 5px;
	font-size: 96%;
	border-bottom: 1px solid #CCCCCC;
}



#main p { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
}


#main ul , #main ol{ /* リスト表示 */
	margin:1.0em 20px 1.0em 30px;
	padding-left:25px;
}



#main dl { /* 定義リスト表示 */
	margin:1em 0 1em 30px;
	padding:0 0 10px;
}



#main dt {
	float: left;
	clear: left;
	margin: 0 20px 0px 0;
	font-weight: 700;
}



#main dd {
	padding: 0 0 0 10px;
	margin: 0;
}



#main dd.link {
	margin: 0 0 0 100px;
	border-left: 1px solid #CCCCCC;
}



#main #subnavi {
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px dashed #999;
	text-align: right;
}



#main img { /* 図・写真用クラス：写真のような枠をつける */
	background-color:#CCC;
	border:1px solid #999;
	margin:0 0 2px 5px;
	padding:2px;
}

/* ダウンロードボタンのimg */
.softbtnimg {
	border-width:0px;
	margin:5px 0 5px 90px;
	padding:0px;	
	}


/* ダウンロードボタンのdiv */
.dlbtn {
	border-style: none;
	border-color: inherit;
	border-width: thin ;
	margin: 10px 0 0px 0px;
	padding: 0 0 0 90px;
}

/* 枠無しリンクimg */
.noborderimg {
	border-width:0px;
	}


.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}


.toInfo a {
	padding: 0px 0px 0px 20px;
	background-image: url(img/iconYa04.png);
	background-repeat: no-repeat;
}

.textarea {/* main中のテキスト配置エリアのマージン設定 */
	padding: 10px 0px 10px 10px;
	margin:0 10px 5px 20px;
	
}

/* サイトマップのリンク表示 */
.sitemap {
	clear: left;
	margin: 0px !important;
	text-align: left;
	list-style-type: none;
}


.sitemap a {
	padding: 0px 0px 0px 20px;
	background-image: url(img/iconYa01.png);
	background-repeat: no-repeat;
}

/* Q&Aのリンク表示 */
.faqlist {
	clear: left;
	margin: 0px !important;
	text-align: left;
	list-style-type: square;
}



/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	clear: left;
	width: 220px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}


.menuInfo { /* サイドボックス内のメッセージボックス */
	background-image:url(img/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}



.menuInfo p {
	padding: 0 0 0 5px;
	margin: 1em 10px 1em 5px;
}


.subinfo { /* サイドボックのメニュー */
	margin:0 0 10px;
	background-image: url(img/submenuback001.png);
	margin: 0px 0px 3px;
}



.subinfo .label { /* サイドボックのメニュー:ラベル */
	padding:3px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/sidemnu_labcak002.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 28px;
}


.subinfo ul{ /* サイドボックのメニュー:リスト */
	margin: 0px;
}


.subinfo li {
	padding: 0px;
	margin: 1px 0px 0px;
	font-size: 86%;
	color: #666666;
	list-style-type: none;
}


.subinfo li a{
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	text-decoration: none;
	display: block;
}


.subinfo li a:hover{
	border-left: 7px solid #CC6666;
	color: #FF6699;
	background-color: #F3F3F3;
}



.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 220px;
}


.banner img {
	border-width:0px
}

.subpict { /* サブメニュー内の画像 */
	margin : 10px 0 5px 30px;
	
}


.softinfo { /* サイドボックス内の、主な公開ソフトボックス */
	padding: 0 0 0 5px;
	margin: 0 5px 5px 5px;
	color: #333;
	font-size: 90%;

}

/*戻る＆進むリンク--------------------------*/
.link-back,
.link-next,.link-next1{
	margin: 0 5px 10px 0;
	font-size: 86%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next,.link-next1{ text-align: right; }

.link-next a,.link-next1 a,
.link-back a{
	padding-left: 15px;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}


/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin: 0px;
	border-top: 5px solid #999999;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/backS001.png);
}



#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}



#templatelink a{
	color: #666666;
	text-decoration: none;
}



/* ========================================  そのほか個別設定 */
.newsbox {
	height: 180px;
	margin: 0px 10px 10px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#newsbox2 {
	height: 300px;
	margin: 0px 0px 10px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#newsbox3 {
	height: 600px;
	margin: 0px 0px 10px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}

/*---------
.table, 
.table2 {
	width: 530px;
}


table {
	margin: 0 0 2em 2px;
}



.table td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}


.table td.tb {
	width: 150px;
	background-color: #F8F5EF;
}


.table2 td {
	padding: 10px;
}

.table2 td.tb2 {
	width: 150px;
	text-align: right;
	background-color: #EBEBEB;
}




.softtable 
{
	width: 100%;
}


softtable {
	margin: 0 0 2em 2px;
	font-size: 90%;
}


.softtable th,td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	vertical-align: top;
}

.softtable th{
	width: 28%;
	font-weight: bold;
}

.softtable td.t1 {
	width: 200px;
	background-color: #F8F5EF;
}

*/


.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}



.box { /* .itemList #main内の段組用内枠 */

	margin:0px 0px 5px 0px;
	width:260px;
}



.box h2 {
	margin: 0 0 10px;
}



.box ul {
	float: left;
	width: 225px;
	margin: 0px 0 20px !important;
	list-style-position: outside;
}


.eyeCaImg { /* .itemList #main内の段組用：アイキャッチ画像 */	
	border-style: solid;
	border-width: 1px;
	float:left;
	margin:0 0 5px 5px;
}


hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 15px 0 10px 0;
	padding: 0px;
}


table {
  width: 540px;
  border: 1px solid #eeeeee;
  font-family: sans-serif;
  background: #EAFFD5 url(img/bg-green.png) repeat-x bottom;
  /*background: #d9e7f6 url(img/bg-green.png) repeat-x bottom;*/
}

table, th, td {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border: none;
  border-spacing: 0;  /* IE6,7は未対応 */
}


caption {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 6px solid #307bcf;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}

th {
  padding: 0.5em 0;
  border-color: #359F50 #BFFFCF #359F50 #eeeeee;
  border-style: solid;
  border-width: 1px;
  color: #FFF;
  background: #8FDAA3 url(img/th-green.png) repeat-x; 
  /*font-weight: bold;*/
  font-size: 90%;
  text-align: center;
}

td {
  padding: 0.5em 0.2em;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #50C56D #50C56D #ffffff;
  font-size: 86%;
}

/*------------------------------------------------------------
table2 と th2 はソフト紹介ページのタイトル部
-------------------------------------------------------------*/
.table2 {
	width: 560px;
}

.th2 {
  padding: 0.5em 15px;
  border-color: #000000; /*#359F50 #BFFFCF #359F50 #eeeeee;*/
  border-style: none;
  border-width: 1px;
  color: #FFFFFF;
  background: #579367; 
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}


#softname {	width: 180px;}

#softupdate {width: 70px;}

#softprice {width: 100px;}

#softbikou {width: 180px;}

#aboutct01 {width: 150px;}

#aboutct02 {width: 380px;}

#job01 {width: 150px;}

#law01 {width: 140px;}

#mysoft01 {width: 125px;}

#mysoft02 {width: 250px;}


/*------------------------------------------------------------
font-size・・・フォントサイズの設定
※「em」は文字サイズ可変に対応。「pt」は文字サイズ固定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }
.small{ font-size: 80%!important; }

/*------------------------------------------------------------
color・・・フォントカラーの設定
-------------------------------------------------------------*/
.strong {
	font-weight: bold;
	color: #CC6666;
}

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/


/*PDFアイコン*/
.pdf{
	padding: 15px 0 0 36px!important;
	background: url(./img/icon/icon-pdf.gif) left top no-repeat!important;
}

/*ZIPアイコン*/
.zip{
	padding: 14px 0 0 36px!important;
	background: url(./img/icon/icon-zip.gif) left top no-repeat!important;
}


