@charset "euc-jp;

/* ~~  前頁共通 ~~ */

/* ~~  リセットCSS ~~ */


body { 
   font-size:14px;
    margin: 0;
	padding: 0;
	color:#000000;
	background-color:#dcdddd;

}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3{
	margin-top: 0;	

}
a img { /* イメージをリンクで囲んだ場合の青いボーダーを削除 */
	border: none;
}

/* ~~ リンク設定 ~~ */

li {
	list-style-type: none;
}

a{	
    text-decoration: none;
}

a:link{	
    color: #000;
}
a:visited{
	color: #03C;
}
a:hover{
	text-decoration: underline;
	color: #999;
}

a.alpha:hover img {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}

/* ~~ ＢＯＸ構成 ~~ */


#container {
	width:850px;
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
    
}

#header {
	background: #FFF;
	width:830px;
	margin:0px 10px 20px 10px;
}
#headimg {
	clear: both;
}
.bx10 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



#footbox {
	clear:both;
	width:830px;
	height:auto;
	margin:0px 10px 0px 10px;	
}

/* ~~2ページ以降は逆位置 ~~ */

#sidebar1 {
    width:165px;
	float: right;
    margin:0px 10px 0px 10px;
}
#content {
	width:645px;
	float: left;
	margin:0px 10px 0px 10px;
}

#footimag {
    width: 830px;
	height:307px;
	position:relative;
}


ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */

}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #6F7D94;
	color: #FFF;
}

/* ~~ フッター ~~ */

.footer {
	width:100%;
	height:130px;
	background:#EFEFEF;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.ftBar {
	clear:both;
	background-image:url(../img/footBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
#ftList {
	font-size: 12px;
	line-height:1.5em;
	float: left;
	height: 120px;
	width: 160px;
	border-right-style: dotted;
	border-right-color: #ccc;
    border-right-width: thin;
	padding-left: 10px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sitemap {
	font-weight: bold;
	text-align: right;
}
.tel {
	padding-top: 10px;
}
.headLogo {
	float: left;
}
.panList {
	font-size: 12px;
	float: right;
}


.ftLogo {
	background-color: #EFEFEF;
	padding-top:10px;
	height: 80px;
	width: 100%;
}
.copyrgt {
	font-size: 11px;
	line-height:2em;
	background-color: #FFF;
    text-align: center;
	clear: both;
	width: 100%;
}
#pagetop {
	position:absolute;
	top:264px;
	left:682px;
	width: 133px;
	height: 36px;
	 
}  
/* ~~ ページトップのマークアップ用 ~~ */
#topbox{ margin:20px 0px;
         background-color:#FFF;
		 border: #093 1px solid;
		 padding-bottom:10px;
		 width:645px;
		 
}

#topbox ul li{font-size:18px;
              line-height:1.5em;
			  color:#000000;
			  font-weight:700;
			  text-indent:1em;
			  list-style-image:url(../img/cr_gr.gif);
			  list-style-position:inside;
}
.box01_12 {
	width: 645px;
	border: thin solid #999;
}
.box01_12midashi {
	color: #FFF;
	background-color: #00B300;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}
.st{
	display:none;
	
}
#h1 {
	background-image: url(../img/top_img_ym.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 830px;
}


h2{
	background-image:url(../img/titleBar.png);
	font-size: 24px;
	font-weight: bold;
	text-indent:1em;
	line-height:2em;
	color:#FFFFFF;
	text-align:left;
	background-repeat: no-repeat;
}
.box_shadow{
    width: 630px;
    min-width: 490px;
    min-height: 150px;
    margin: auto;
    background: #ccc;
    border: 5px solid white;
    position:relative;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.72);
}
.bgClr {
	background-color: #FFFCDB;
	width: 640px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}

.or {
	color: #EF6632;
}
.gr{
	color:#00AC00;
}
.midashi {
	font-size: 18px;
	font-weight: bold;
}
table {
	border-collapse: collapse;  
 
}
p{
	text-indent:2em;
}

tr{
	border-bottom:1.5px #999999 solid;
}

td{
	border-right:1.5px #999999 solid;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height:2em;
}

.box2 {
	width:645px;
	margin:20px 0px;
}
.mgList {
	font-size: 14px;
	text-indent: 8em;
	line-height: 2em;
	font-weight: bold;
}

/* ~~サイドバーの親子ボタン ~~ */

.btn_oya{ margin-top:10px;
          position:relative;
}

.btn_in01{
	position:absolute;
	left: 7px;
	top: 57px;
}
.btn_in02{
	position:absolute;
	left: 88px;
	top: 57px;
}

/* ~~自動経理システム ~~ */
.kadomaru {
   -moz-border-radius:7px;    /* 古いFirefox */
   -webkit-border-radius: 7px; /* 古いSafari,Chrome */
   border-radius: 7px;         /* CSS3 */

   border: 2px #2778BD solid;     /* 枠線の装飾 */
   width: 610px;
   padding:10px;
   margin:7px;}	


.conBtn{ width:195px;
         float:right;
		 border-top: #999 1px solid;
		 border-bottom:#999 1px solid;
}
