@charset "Shift_JIS";

/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #282828; /* 標準文字色 */
  min-width: 900px;
}
a{
  text-decoration: none;
}

hr{
  margin-left : 0pt;
  border-width : 0px 0px 2px;
  border-bottom-style : solid;
  border-bottom-color : #4A78BF;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
  font-size: 1em;
}
/* 画像 */
img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}

/* 検索ボックス */
input.search{
	width:400px;
height:30px;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#header{
  width: 900px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #000000;
  clear: both;
}
#index_search{
  width: 100%;
  height: 300px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image:url(image/topimage.jpg);
  background-repeat: repeat-x; 
  background-color: #dcdcdc;
  clear: both;
}

.clear{
  clear:both;/*floatの解除*/

}

#wrapper{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: left;

}
.main_900{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
}
.main_640{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
  float: left;
}
.main_240{
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
  float: right;
}
#footer{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
  clear: both;
}

/*--------------------------------------------------------
  見出し
--------------------------------------------------------*/
#wrapper h1{
	font-size: 1.2em;
padding-left: 0.5em;
color: #010079;
text-shadow: 0 0 5px white;
border-left: solid 7px #010079;
background: -webkit-repeating-linear-gradient(-45deg, #d4f4e7, #d4f4e7 3px,#eaffce 3px, #eaffce 7px);
background: repeating-linear-gradient(-45deg, #d4f4e7, #d4f4e7 3px,#eaffce 3px, #eaffce 7px);
}

#wrapper h2{
  color:#ffffff;
  background-color: #546c99;
  font-size: 1.4em;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 10px;
  width: 900px;
  height: 50px;
  line-height: 57px;
  text-align: left;
  overflow: hidden;
}

#wrapper h3{
  font-size: 1.3em;
  color: #3260A7;
  border-bottom-color: #415F95;
  margin-top: 30px;
  margin-bottom: 0.5em;
  padding-top: 6px;
  padding-left: 6px;
  border-left-width: 8px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-align: left;
}

#wrapper h4{
  font-size : 1.2em;
  color : #3260a7;
  background-color : #eaffce;
  margin-top : 30px;
  margin-left : 8px;
  padding-top : 6px;
  padding-bottom : 6px;
  padding-left : 10px;
  border-bottom-style : solid;
  border-bottom-width : 2px;
  border-color : #415f95;
}
#wrapper h5{
  font-size : 1.1em;
  color : #3260a7;
  text-decoration: underline;
  margin : 30px 0 10px 18px;
  padding : 0px;
}
#wrapper h6{
  font-size : 1em;
  font-weight: normal;
  color : #0000aa;
  margin : 0 0 10px 38px;
  padding : 0px;
}


#wrapper dl{
    margin-top: -10px;
    padding: 0;
    zoom: 100%;
    font-size: 0.9em;
}

#wrapper dt{
  float: left;
  margin: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: bold;
  width: 130px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background-position: 5px 12px;
  background-repeat: no-repeat;
  color: #4A78BF;
  font-size: 0.9em;
}

#wrapper dd{
  margin: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 150px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
  font-size: 0.9em;
}
/*--------------------------------------------------------
  上に戻るボタン
--------------------------------------------------------*/
.page-top{
  position: fixed;
  bottom: 60px;
  right: 40px;
  padding: 10px;
  background: #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
}

/*--------------------------------------------------------
  スタイル
--------------------------------------------------------*/

.moji08{
  font-size: 0.8em;
  margin-left:10px;
}
.moji08_gray{
  font-size: 0.8em;
  color: #a1a1a1;
}
.right{
  font-size: 0.9em;
  margin-top: 8px;
  margin-bottom: 10px;
  text-align : right;
}
.center{
  margin-top: 8px;
  margin-bottom: 50px;
  text-align : center;
}
.black{
  color: #282828;
  margin-left:10px;
}
.black02{
  color: #282828;
  margin-left:50px;
  margin-bottom:30px;
}
.black03{
  color: #282828;
  margin-left:70px;
  margin-bottom:30px;
}
.gray{
  color: #a1a1a1;
}
.red{
  color: #ff0000;
}
.green{
  color: #009999;
}
.darkred{
  color: #990000;
}
.blue{
  color: #0074e8;
}

ul .word{
	list-style-image : url(image/icon_word.gif);
}
ul .excel{
	list-style-image : url(image/icon_excel.gif);
}
ul .pp{
	list-style-image : url(image/icon_pp.gif);
}
ul .mail{
	list-style-image : url(image/icon_mail.gif);
}
ul .acrobat{
	list-style-image : url(image/icon_acrobat.gif);
}
ul .story{
	list-style-image : url(image/icon_story.gif);
}

