/* ページ全体 */
body{
   color : #666666;
   background-color : #CCCCCC;
   background-image: url(../image/bg01.gif);
   background-repeat: repeat-y;
   background-position: center;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.5;
   font-family: Times New Roman, Times, serif;
   margin: 0 auto 0;
   padding: 0;
   text-align: center;
}
p,ul,ol,form,h1,h2,h3{
   margin: 0;
   padding: 0;
}
img {  
    border:0; 
} 
/*  リンク指定 */
a{
   color : #000000;
   text-decoration : none;
}
a:visited{
   color: #666666;
   text-decoration : none;
}
a:hover{
   color: #000000;
   text-decoration : underline;
}
a:active{
   color: #000000;
   text-decoration : none;
}
/*  色指定 */
.red1{
   color: #cc0000;
}
.blk {
   color: #000000;
}
.blk a:link {
   color: #000000;
   text-decoration: none;
}
.blk a:visited {
   color: #666666;
   text-decoration: none;
}
.blk a:hover {
   color: #000000;
   text-decoration : underline;
}
.blk a:active {
   color: #000000;
   text-decoration: none;
}
.white{
   color: #ffffff;
}
/* レイアウト */
/* --------------------------------------------------- */
#container {
   background-image: url(../image/bg01.gif);
   background-repeat: repeat-y;
   width: 773px;
   margin: 0 auto 0;
   padding: 0;
   text-align: center;
}
/* ヘッダー */
/* --------------------------------------------------- */
#head {
   width: 752px;
   margin: 0 auto 0;
   padding: 0;
   text-align: center;
   background-color : #000000;
}
#head h1 {
   font-size: 11px;
   color: #ffffff;
   font-weight: 400;
}
/* トップページ */
/* --------------------------------------------------- */
#main {
   width: 752px;
   margin: 0 auto 0;
   padding: 0;
   background-image: url(../image/bg02.gif);
   background-repeat: repeat-y;
}
/* 左・中央部分 */
#main1 {
   width: 528px;
   margin: 0;
   padding: 0;
   float: left;
   background-color : #ffffff;
}
/* 左部分 */
#main1_left {
   width: 210px;
   margin: 0;
   padding: 0 0 20px;
   background-image: url(../image/bg_news.gif);
   background-repeat: repeat-y;
   float: left;
   text-align: center;
}
/* メニュー */
#main1_left_menu {
   width: 210px;
   margin: 0;
   padding: 0 0 10px;
   background-color : #ffffff;
}
#main1_left_menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#main1_left_menu img {
   vertical-align: bottom;
}
/* 中央データ */
#main1_data {
   width: 300px;
   margin: 0;
   padding: 20px 9px 20px 0;
   float: right;
   text-align: left;
   background-color: #ffffff;
}
#main1_data img {
   margin: 0 0 10px 0;
   padding: 0;
}
#main1_data .txt1 {
   margin: 0 0 0 20px;
}
#main1_data .p1 {
   margin: 0 5px 10px 0;
   padding: 0;
}
/* 下部実績表示 */
#main1_bottom {
   width: 528px;
   margin: 0 auto 0;
   padding: 0;
   font-size: 13px;
   font-weight: 600;
   font-family: Times New Roman, Times, serif;
   color: #990000;
   background-color: #d7d7d7;
   text-align: center;
}
#main1_bottom_data {
   width: 526px;
   margin: 0 auto 0;
   padding: 10px 0 10px 0;
   background-color: #ffffff;
   text-align: center;
}
/* 右部分 */
#main2 {
   width: 224px;
   margin: 0;
   padding: 0;
   float: right;
}
#main2_data {
   width: 212px;
   margin: 0;
   padding: 0 0 20px;
   text-align: center;
   float: right;
}
#main2_data #webdenwa{
   width: 200px;
   margin: 0;
   padding: 0;
   background-image: url(../image/bana_webdenwa01.gif);
   background-repeat: no-repeat;
   text-align: center;
   height: 190px;
}
#main2_data #webdenwa .text1{
   padding-left: 20px;
   text-align: left
   font-size: 12px;
   line-height: 1.25;
}
/* フッター */
/* --------------------------------------------------- */
#foot {
/*   clear: both;*/
   width: 752px;
   margin: 0 auto 0;
   padding: 0;
   font-size: 13px;
   font-weight: 600;
   font-family: Times New Roman, Times, serif;
   color: #ffffff;
   background-color: #000000;
   text-align: center;
   vertical-align:bottom;
}
/* サブ１ページ */
/* --------------------------------------------------- */
#sub1 {
   width: 752px;
   margin: 0 auto 0;
   padding: 0;
   background-color: #ffffff;
}
/* 左部分 */
#sub1_left {
   width: 210px;
   margin: 0;
   padding: 0;
   float: left;
}
#sub1_left ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#sub1_left img {
   vertical-align: bottom;
}
#sub1_left .text1 {
    text-align: left;
	padding-left: 60px;
}
/* 中央データ */
#sub1_data {
   width: 520px;
   margin: 10px 11px 10px 11px;
   padding: 0;
   float: right;
   text-align: left;
   background-color: #ffffff;
   position: relative;
}
#sub1_left ul {
   margin: 0;
   padding: 0;
}
#sub1_data li {
   padding: 0 0 10px 20px;
   list-style-type: none;
   background: url(../image/arrow.gif) no-repeat left 5px;
}
#sub1_data .title1 {
   margin: 0 0 10px 0;
   font-weight: 600;
   color: #990000;
}
#sub1_data .title1 a:link {
   color: #990000;
   text-decoration: none;
}
#sub1_data .title1 a:visited {
   color: #990000;
   text-decoration: none;
}
#sub1_data .title1 a:hover {
   color: #990000;
   text-decoration : underline;
}
#sub1_data .title1 a:active {
   color: #990000;
   text-decoration: none;
}
#sub1_data .image1 {
   text-align: center;
}
#sub1_data .image2 {
   float: right;
   margin: 0 0 10px 10px;
}
#sub1_data .image3 {
   margin: 3px 3px 3px 3px;
   vertical-align: top;
}
#sub1_data .image4 {
   text-align: center;
   padding-top: 10px;
   padding-bottom: 20px;
}
#sub1_data .txt1 {
   margin: 3px 3px 3px 3px;
   vertical-align: top;
}
#sub1_data .txt2 {
   margin: 3px 3px 3px 3px;
   text-align: right;
   vertical-align: top;
}
#sub1_data .line1{
   background-image : url("../image/line01.gif");
   background-repeat : repeat-x;
   background-attachment : scroll;
   background-position : center center;
}
/* Go　To　Top */
#sub1_gototop {
   width: 500px;
   margin: 0 21px 20px 21px;
   padding: 0;
   float: right;
   position: relative;
   text-align: right;
   background-color: #ffffff;
}
/* 各ページ用 */
/* --------------------------------------------------- */
/* about usページ用 */
.aboutus1 {
   width: 120px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-image: url(../image/bg_company.jpg);
   background-color: #ffffff;
}
.aboutus2 {
   width: 360px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-color: #ffffff;
}
.aboutus3 {
   width: 360px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   background-color: #ffffff;
}
/* プログラムページ用 */
/* --------------------------------------------------- */
#viking1 {
   text-align: center;
   padding: 0;
}
#viking1 .text1{
   width: 120px;
   height: 50px;
   text-align: center;
   font-size: 11px;
   color: #000000;
   font-weight: 600;
   background-image: url(../image/bg_viking.gif);
   background-repeat: no-repeat;
}
#viking1 .text2a{
   width: 120px;
   height: 50px;
   text-align: center;
   font-size: 11px;
   color: #000000;
   background-image: url(../image/bg_viking1a.gif);
   background-repeat: repeat-y;
}
#viking1 .text2b{
   width: 120px;
   height: 50px;
   text-align: center;
   font-size: 11px;
   color: #000000;
   background-image: url(../image/bg_viking1b.gif);
   background-repeat: repeat-y;
}
#viking1 .text3{
   padding: 0 20px 0 20px;
   text-align: left;
}
#viking1 .text4{
   text-align: left;
   padding-left: 20px;
   padding-right: 20px;
   font-size: 13px;
   line-height: 2;
   background-image: url(../image/program_image2.gif);
   background-repeat: repeat-y;
}
/* --------------------------------------------------- */
/* contact、order2ページ用 */
.contact1 {
   margin: 0;
   padding: 0 0 0 100px;
}
.contact2 {
   width: 150px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-color: #e7e7e7;
}
.contact3 {
   width: 351px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-color: #ffffff;
}
.contact4 {
   margin: 0;
   padding: 5px 5px 5px 5px;
   background-color: #ffffff;
   text-align: center;
}

/* --------------------------------------------------- */
/* orderページ用 */
.order1 {
   margin: 0;
   padding: 0 0 0 40px;
}
.order2 {
   margin: 0;
   padding: 5px 5px 5px 5px;
   background-color: #d4d4d4;
}
.order3 {
   width: 110px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-color: #e7e7e7;
}
.order4 {
   width: 391px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   background-color: #ffffff;
}
.order5 {
   margin: 0;
   padding: 5px 5px 5px 5px;
   background-color: #ffffff;
   text-align: center;
}
#order {
   width: 161px;
   margin: 0;
   padding: 0;
   border: 1px solid #999900;
   background-color: #ffffff;
   text-align: left;
}
#order .txt1 {
   margin: 5px 5px 5px 20px;
}
/* ----------------------------------------------------------------*/
/* ＮＥＷＳ部分 */
#news {
   width: 100%;
   height: 200px;
   margin: 0;
   padding: 0;
   background-image: url(../image/bg_news.gif);
   background-repeat: repeat-y;
   text-align: left;
}
#news_ichiran {
   width: 170px;
   margin: 0;
   padding: 0;
   vertical-align: top; 
}
#news_syosai {
   width: 521px;
   margin: 20px auto 20px;
   padding: 0;
   text-align: left;
}
.newshead {
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   font-size: 11px;
   color: #ffffff;
   background-image: url(../image/bg_menu.gif);
}
.news {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #666666;
   text-align: left;
   vertical-align: top;
   padding: 5px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}
.news a:link {   
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #FF0000;
}
.news a:visited {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #FF0000;
}
.news a:hover {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
   text-decoration: none;
}
.news a:active {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
   text-decoration: none;
}
/* ----------------------------------------------------------------*/
/* 契約書部分 */
#keiyaku {
   width: 100%;
   margin: 0;
   padding: 0;
   background-color: #ffffff;
   text-align: left;
}
/* ----------------------------------------------------------------*/
/* サンプル　バナー１用 */
#sample_bana1 {
   text-align: left;
   width: 100%;
   height: 200px;
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
}
#sample_bana1_ichiran {
   width: 430px;
   margin: 0;
   padding: 0;
   vertical-align: top; 
}
/* -------------------- menu CONTENT -  TEXT -----------------------------*/
.menu {
   background-color : #840000;
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   font-weight: bold;
   color: #cccccc;
   letter-spacing: 1px;
   text-decoration: none;
   margin-left : 20px;
}
.menu a:link {   
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #cccccc;
}
.menu a:visited {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #cccccc;
}
.menu a:hover {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #ffffff;
   text-decoration: none;
}
.menu a:active {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #cccccc;
   text-decoration: none;
}
/*===================== ORIGINAL AREA2 ====================================*/

.top-head1 a:link {
   color: #990000;
   text-decoration: none;
}
.top-head1 a:visited {
   color: #630D03;
   text-decoration: none;
}
.top-head1 a:hover {
   color: #990000;
   text-decoration : underline;
}
.top-head1 a:active {
   color: #990000;
   text-decoration: none;
}
.foot1 {
   background-color : #000000;
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
}
.jisseki1 {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
}
.jisseki1 a:link {   
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
}
.jisseki1 a:visited {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #666666;
}
.jisseki1 a:hover {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
   text-decoration : underline;
}
.jisseki1 a:active {
   font-family: Times New Roman, Times, serif;
   font-size: 13px;
   color: #000000;
   text-decoration: none;
}
/* dyarypro用 */
/* --------------------------------------------------- */
.jstitle li {
   background: url(../image/p01.gif) no-repeat left 10px;
   text-align:left;
   padding: 2px 0 0 20px;
   list-style-type: none;
   line-height: 2;
}

/*===================== line AREA ====================================*/
.line1{
   background-image : url("../image/line01.gif");
   background-repeat : repeat-x;
   background-attachment : fixed;
   background-position : center center;
}
/* -------------------- 管理画面用メニュー -----------------------------*/

.adminhead {
   padding-bottom: 10px;
   padding-top: 10px;
   background-color: #000000;
}
.adminmenu {
   background-image: url(../image/bt.gif);
   background-repeat: no-repeat;
   color: #ffffff;
   padding-left: 30px;
   width: 180px;
   height: 20px;
   text-align: left;
   padding-top: 2px;
}
.adminmenu a:link {   
   color: #ffffff;
}
.adminmenu a:visited {
   color: #ffffff;
}
.adminmenu a:hover {
   color: #CCCCCC;
   text-decoration: none;
}
.adminmenu a:active {
   color: #ffffff;
   text-decoration: none;
}
#admin {
   padding-top: 20px;
   padding-left: 20px;
   padding-bottom: 20px;
   width: 502px;
   height: 585px;
   text-align: left;
   vertical-align: top; 
}
#admin a:link {   
   color: #666666;
}
#admin a:visited {
   color: #666666;
}
#admin a:hover {
   color: #000000;
   text-decoration: underline;
}
#admin a:active {
   color: #666666;
   text-decoration: none;
}
#admin h2 {
   font-family: Times New Roman, Times, serif;
   color: #ffffff;
   padding-left: 20px;
   margin-bottom: 20px;
   font-size: 13px;
   font-weight: 400;
   background-color: #840000;
   padding-top: 3px;
   padding-bottom: 3px;
}
#admin .admintop {
   text-align: right;
   padding-right: 20px;
}
#admin .text01 {
   background-image: url(../image/arrow.gif);
   background-position: 0px 3px;
   background-repeat: no-repeat;
   padding-left: 25px;
   margin-bottom: 20px;
   margin-left: 20px;
}
/* Font Famiry */
/* --------------------------------------------------- */
.pop1 {
   font-family:  "HG創英角ﾎﾟｯﾌﾟ体","創英ポップ体１",fantasy;
}
.serif1 {
   font-family: "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3","平成明朝",serif ;
}
.sans-serif1 {
   font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
}
.cursive1 {
   font-family: "ＤＦ行書体","HG行書体",cursive ;
}
/* clearfix */
/* --------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}